.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.nav-bar {
  height: 125px;
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
}

.link-block.w--current {
  transition: opacity .2s, transform .2s;
}

.link-block.w--current:hover {
  opacity: .8;
}

.contact-button {
  height: 37px;
  background-color: #007fff;
  justify-content: center;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.hero-sectiond {
  padding-left: 250px;
  padding-right: 250px;
}

.hero-heading {
  color: #3f444a;
  font-family: Google Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.hero-heading.desktop {
  font-family: Garet, sans-serif;
  font-weight: 400;
}

.hero-heading.mobile-port {
  max-width: 100%;
}

.hero-cta {
  margin-top: 125px;
}

.link-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
  display: flex;
}

.title-text {
  color: #3f444a;
  margin-top: -4px;
  font-family: Garet, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}

.title-text.h2 {
  font-size: 26px;
}

.title-text.h2.white {
  margin-bottom: 45px;
}

.title-text.white {
  color: #fff;
}

.title-text.rotated {
  transform: rotate(-90deg);
}

.title-text.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.underline-shape {
  width: 172px;
  height: 4px;
  background-color: #004aad;
  position: relative;
  overflow: hidden;
}

.underline-shape.black {
  z-index: 3;
  width: 172px;
  object-fit: fill;
  background-color: #3f444a;
  position: absolute;
}

.support-type {
  color: #004aad;
  font-family: Garet, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}

.support-type.link {
  transition: color .2s;
}

.support-type.link:hover {
  color: #3f444a;
}

.cta-arrow {
  align-self: flex-end;
  margin-top: 14px;
  margin-left: 12px;
}

.hero-section {
  object-fit: scale-down;
  margin-top: 150px;
  margin-left: 5%;
  margin-right: 5%;
  overflow: visible;
}

.button-1 {
  height: 40px;
  color: #363c43;
  background-color: #e0e2e6;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s, color .1s;
  display: flex;
}

.button-1:hover {
  color: #e9ebef;
  background-color: #007fff;
}

.button-1.second {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  transition: background-color .2s, color .1s, transform .2s;
}

.button-1.second:hover {
  background-color: #363c43;
}

.button-text {
  letter-spacing: .3px;
  margin-top: 2px;
  font-family: Garet, sans-serif;
  font-weight: 500;
  line-height: 17px;
}

.projects-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin: 80px 5% 150px;
  padding-top: 100px;
  display: flex;
}

.project {
  width: 100%;
  flex-flow: column;
  justify-content: space-between;
}

.project.left {
  margin-right: 15px;
}

.project.right {
  margin-top: 55px;
  margin-left: 15px;
}

.project.second {
  margin-top: 180px;
}

.project-picture {
  height: 608px;
  background-image: url('../images/Movaloan.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.project-picture.movaloan {
  background-image: url('../images/IAT-201---HCI-BROKER-3-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.project-picture.web-ui-collection {
  background-image: url('../images/Desktop-Wireframe-Homepage.png');
  background-position: 100% 100%;
}

.project-picture.hlk-projects {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(24, 28, 33, .6)), url('../images/hlk-projects-cover-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-picture.dic {
  background-image: url('../images/DSCF0252-min.JPG');
  background-position: 0 100%;
  background-size: 220%;
}

.project-picture.dynamicath {
  background-image: url('../images/dynammicath-featured.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.project-picture.lingo {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(24, 28, 33, .6)), url('../images/lingo-cover-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-picture.recent-work {
  background-color: rgba(225, 225, 225, .56);
  background-image: url('../images/sphere-bus-redesign.png');
  background-position: 0 0;
  background-size: cover;
}

.projects-left {
  flex: 1;
  margin-top: -35px;
}

.projects-right {
  flex: 1;
  margin-top: 30px;
  margin-left: 3%;
}

.section {
  height: 500px;
}

.section-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.blog-picture {
  height: 325px;
  background-image: url('../images/medium-1-colored.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.blog-picture.movaloan {
  background-size: cover;
}

.blog-picture.pixodime {
  background-image: url('../images/Pixodime-site-featured.png');
  background-position: 50%;
  background-size: cover;
}

.blog-picture.complex {
  background-image: url('../images/complex-2.png');
  background-position: 50%;
  background-size: cover;
}

.blog-picture.istanbul {
  background-image: url('../images/Istanbul.png');
  background-position: 50%;
  background-size: cover;
}

.blog-picture.blog-2 {
  background-image: url('../images/Screen-Shot-2018-10-23-at-5.01.26-PM.png');
  background-position: 50% 40%;
}

.footer-section {
  height: 100vh;
  color: #3f444a;
  background-color: #000;
  background-image: url('../images/Frame-F.png'), linear-gradient(#2d3947, #2d3947);
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer-copy {
  width: 420px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #3f444a;
  font-family: Google Sans, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.paragraph.white {
  width: auto;
  color: #fff;
  margin-bottom: 56px;
  font-family: Garet book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image {
  position: absolute;
  top: 3510px;
  left: 817px;
}

.footer-images {
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.site-img-1 {
  width: 236px;
  height: 650px;
  background-image: url('../images/Site-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 3419px;
  left: 786px;
}

.site-img-2 {
  width: 236px;
  height: 315px;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Site-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 3357px;
  left: 1054px;
}

.blog-image-block {
  z-index: 1;
  width: 100%;
  height: 270px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.project-wrap {
  width: 1000px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrap {
  width: 1000px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-wrap {
  width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 5%;
  margin-right: 5%;
  display: none;
}

.divider-wrap {
  width: 1000px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider {
  height: 1px;
  background-color: #f2f2f2;
  flex: 1;
}

.blog-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin: 50px 5% 150px;
  padding-top: 100px;
  display: none;
}

.blog-wrap {
  width: 1000px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-left {
  flex: 1;
}

.blog-right {
  flex: 1;
  margin-left: 3%;
}

.blog-thumbnail {
  height: 325px;
  background-image: url('../images/medium-1-colored.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.blog-thumbnail.blog-2 {
  background-image: url('../images/Screen-Shot-2018-10-23-at-5.01.26-PM.png');
}

.title-wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  width: 1000px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  height: 35vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.on-load-overlay-in {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .15);
  justify-content: center;
  align-items: center;
  display: none;
}

.submit-button {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-family: Google Sans, sans-serif;
  font-weight: 500;
}

.text-field {
  height: 50px;
  border-radius: 5px;
  font-family: Google Sans, sans-serif;
}

.arrow-div {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: background-color .4s;
  display: flex;
}

.arrow-div:hover {
  background-color: rgba(0, 0, 0, .7);
}

.browse-right-arrow {
  margin-top: 2px;
  transform: rotate(90deg);
}

.start-browsing {
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: fixed;
  bottom: 20.5%;
  right: -3.5px;
  transform: rotate(-90deg);
}

.start-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  bottom: 15%;
  right: -2%;
  transform: rotate(-90deg);
}

.start-div.case-study {
  display: flex;
  transform: rotate(90deg);
}

.case-study-back-link {
  justify-content: center;
  align-items: center;
}

.case-study-back-link.w--current {
  transition: opacity .2s, transform .2s;
}

.case-study-back-link.w--current:hover {
  opacity: .8;
  transform: translate(0, -4px);
}

.project-hero-section {
  height: 100vh;
}

.project-hero-image {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  background-image: url('../images/marktodd_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
}

.project-hero-image.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image.hlk-projects {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(30, 32, 36, .84)), url('../images/aC2ao1zg.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.project-hero-image.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.project-nav-bar {
  z-index: 5;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
}

.project-nav-button {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.project-nav-button:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3);
}

.project-nav-button.right {
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.project-nav-button.left {
  padding-right: 1px;
  display: none;
}

.image-3 {
  transform: rotate(180deg);
}

.project-title-hero {
  color: #fff;
  margin-left: -3px;
  font-family: Google Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.project-title-hero.h2 {
  font-size: 26px;
}

.project-title-hero.h2.white {
  margin-bottom: 45px;
}

.project-title-hero.white {
  color: #fff;
}

.project-title-hero.rotated {
  transform: rotate(-90deg);
}

.project-title-hero.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-title-hero.dark {
  color: #3f444a;
}

.project-specs {
  color: #ff8181;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Google Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.project-specs.h2 {
  font-size: 26px;
}

.project-specs.h2.white {
  margin-bottom: 45px;
}

.project-specs.white {
  color: #fff;
}

.project-specs.rotated {
  transform: rotate(-90deg);
}

.project-specs.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-hero-details {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.down-arrow {
  transform: rotate(90deg);
}

.p {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.project-section-small {
  color: #3f444a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Google Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.project-section-small.h2 {
  font-size: 26px;
}

.project-section-small.h2.white {
  margin-bottom: 45px;
}

.project-section-small.white {
  color: #fff;
}

.project-section-small.rotated {
  transform: rotate(-90deg);
}

.project-section-small.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-section-number {
  color: #9da5af;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Google Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.project-section-number.h2 {
  font-size: 26px;
}

.project-section-number.h2.white {
  margin-bottom: 45px;
}

.project-section-number.white {
  color: #fff;
}

.project-section-number.rotated {
  transform: rotate(-90deg);
}

.project-section-number.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-copy-left-part {
  width: 150px;
  max-width: 150px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.project-regular-paragraph {
  width: 630px;
  margin-top: 1px;
  margin-left: 100px;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
}

.project-paragraph-copy {
  color: #3f444a;
  text-align: left;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}

.copy-section-title {
  color: #b5b5b5;
  margin-bottom: 25px;
  font-family: Google Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 26px;
}

.copy-section-title.h2 {
  font-size: 26px;
}

.copy-section-title.h2.white {
  margin-bottom: 45px;
}

.copy-section-title.white {
  color: #fff;
}

.copy-section-title.rotated {
  transform: rotate(-90deg);
}

.copy-section-title.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.copy-section-title.second-title {
  margin-top: 50px;
}

.picture-section {
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
}

.picture-section.split {
  padding-bottom: 0;
}

.project-regular-img {
  min-height: 50px;
  margin-bottom: 75px;
}

.project-regular-img.image-2 {
  background-image: url('../images/Layer-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-regular-img.image-4 {
  background-image: url('../images/brand-moodboard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-regular-img.bottom {
  margin-bottom: 0;
}

.project-img {
  max-width: 100%;
  min-width: 1000px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.scroll-down-button {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  transition: background-color .2s;
  display: flex;
}

.scroll-down-button:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3);
}

.scroll-down-button.right {
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.exit-project-text {
  display: none;
}

.button-support-text {
  color: #3f444a;
  margin-right: 15px;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-6 {
  margin-bottom: 10px;
}

.case-study-img-slider {
  height: 100%;
}

.slider-right-arrow {
  width: 50%;
}

.icon, .icon-2 {
  color: rgba(51, 51, 51, 0);
}

.left-arrow {
  width: 50%;
}

.slide-nav {
  opacity: .2;
}

.intro-loader {
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  display: none;
  position: fixed;
}

.intro-loader-project {
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: none;
  position: fixed;
}

.body {
  background-color: #f3f3f0;
}

.beige-bg {
  max-width: 100%;
  background-color: #f2f2f2;
}

.text-block {
  color: #004aad;
  font-family: Garet, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.project-title-hero-copy {
  color: #f2f2f2;
  margin-left: -3px;
  font-family: Google Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.project-title-hero-copy.h2 {
  font-size: 26px;
}

.project-title-hero-copy.h2.white {
  margin-bottom: 45px;
}

.project-title-hero-copy.white {
  color: #fff;
}

.project-title-hero-copy.rotated {
  transform: rotate(-90deg);
}

.project-title-hero-copy.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-title-hero-copy.dark {
  color: #3f444a;
}

.project-title-hero-copy {
  color: #f2f2f2;
  margin-left: -3px;
  font-family: Google Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: underline;
}

.project-title-hero-copy.h2 {
  font-size: 26px;
}

.project-title-hero-copy.h2.white {
  margin-bottom: 45px;
}

.project-title-hero-copy.white {
  color: #fff;
}

.project-title-hero-copy.rotated {
  transform: rotate(-90deg);
}

.project-title-hero-copy.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-title-hero-copy.dark {
  color: #3f444a;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-span {
  font-weight: 600;
}

.bold-text-2 {
  color: #3f444a;
  font-family: Garet, sans-serif;
}

.superscript {
  color: #004aad;
  font-family: Garet book, sans-serif;
}

.subscript {
  outline-offset: 0px;
  color: #004aad;
  outline: 3px #004aad;
  font-size: 24px;
}

.youtube {
  margin-top: 35px;
  margin-bottom: 0;
}

.project-copy-section-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.youtube-2 {
  object-fit: scale-down;
  overflow: auto;
}

.project-hero-image-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(39, 44, 49, .65), rgba(39, 44, 49, .65)), url('../images/dreamingincolorv2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-image-copy.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image-copy.hlk-projects {
  background-color: #e6e6e6;
  background-image: url('../images/ezgif-5-cbb73189fa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.project-hero-image-copy.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.project-img-copy {
  max-width: 65%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading, .heading-2 {
  text-align: left;
  font-family: Google Sans, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.project-hero-image-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #202020), url('../images/DSCF0252-min.JPG');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-image-copy.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image-copy.hlk-projects {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(30, 32, 36, .84)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.project-hero-image-copy.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.heading-3, .heading-4, .heading-5 {
  font-size: 14px;
}

.heading-6 {
  text-align: left;
  margin-bottom: 0;
  font-family: Google Sans, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.list-item {
  padding-bottom: 25px;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.list {
  padding-bottom: 0;
  padding-left: 22px;
}

.list-item-2 {
  padding-bottom: 25px;
  font-family: Google Sans, sans-serif;
  line-height: 25px;
}

.list-item-3 {
  line-height: 25px;
}

.heading-6-copy {
  text-align: center;
  font-family: Garet, sans-serif;
  font-size: 22px;
}

.project-img-copy {
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.project-hero-image-copy-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(39, 44, 49, .65), rgba(39, 44, 49, .65)), url('../images/dreamingincolorv2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-image-copy-copy.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image-copy-copy.hlk-projects {
  background-color: #e6e6e6;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .09) 60%, rgba(0, 0, 0, 0)), url('../images/_28x_enmgoq1br_166371630-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.project-hero-image-copy-copy.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.project-img-copy {
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading-7 {
  text-align: center;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.slide {
  background-image: url('../images/LE7HWZMg.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/bub4B_fU.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/31HXy_6O.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/dMSRsW0K.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.project-regular-paragraph-copy {
  width: 630px;
  margin-top: 1px;
  margin-left: 100px;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
}

.project-regular-paragraph-copy-copy {
  width: 65vw;
  height: 70vh;
  margin-top: 1px;
  margin-left: 100px;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
}

.slider, .slider-copy {
  height: 70vh;
}

.slide-copy {
  background-image: url('../images/2i9dibYI.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-copy {
  background-image: url('../images/aC2ao1zg.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-3-copy {
  background-image: url('../images/A6J6ouk0.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy {
  background-image: url('../images/zgcXYG3c.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/iLwezRk4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.project-hero-image-copy-copy-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(39, 44, 49, .65), rgba(39, 44, 49, .65)), url('../images/dreamingincolorv2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-image-copy-copy-copy.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image-copy-copy-copy.hlk-projects {
  background-color: #e6e6e6;
  background-image: url('../images/sphereheader.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.project-hero-image-copy-copy-copy.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.list-item-4, .list-item-5 {
  padding-bottom: 25px;
  line-height: 30px;
}

.html-embed {
  object-fit: fill;
}

.picture-section-copy {
  min-height: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
}

.picture-section-copy.split {
  padding-bottom: 0;
}

.html-embed-2 {
  margin-left: 0;
}

.project-title-hero-copy {
  color: #3f444a;
  margin-left: -3px;
  font-family: Google Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.project-title-hero-copy.h2 {
  font-size: 26px;
}

.project-title-hero-copy.h2.white {
  margin-bottom: 45px;
}

.project-title-hero-copy.white {
  color: #fff;
}

.project-title-hero-copy.rotated {
  transform: rotate(-90deg);
}

.project-title-hero-copy.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-title-hero-copy.dark {
  color: #3f444a;
}

.project-title-hero-copy-copy {
  color: #f2f2f2;
  margin-left: -3px;
  font-family: Google Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.project-title-hero-copy-copy.h2 {
  font-size: 26px;
}

.project-title-hero-copy-copy.h2.white {
  margin-bottom: 45px;
}

.project-title-hero-copy-copy.white {
  color: #fff;
}

.project-title-hero-copy-copy.rotated {
  transform: rotate(-90deg);
}

.project-title-hero-copy-copy.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-title-hero-copy-copy.dark {
  color: #3f444a;
}

.project-title-hero-copy-copy {
  color: #f2f2f2;
  margin-left: -3px;
  font-family: Google Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.project-title-hero-copy-copy.h2 {
  font-size: 26px;
}

.project-title-hero-copy-copy.h2.white {
  margin-bottom: 45px;
}

.project-title-hero-copy-copy.white {
  color: #fff;
}

.project-title-hero-copy-copy.rotated {
  transform: rotate(-90deg);
}

.project-title-hero-copy-copy.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-title-hero-copy-copy.dark {
  color: #3f444a;
}

.project-title-hero-copy-copy {
  color: #f2f2f2;
  margin-left: -3px;
  font-family: Garet, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.project-title-hero-copy-copy.h2 {
  font-size: 26px;
}

.project-title-hero-copy-copy.h2.white {
  margin-bottom: 45px;
}

.project-title-hero-copy-copy.white {
  color: #fff;
}

.project-title-hero-copy-copy.rotated {
  transform: rotate(-90deg);
}

.project-title-hero-copy-copy.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.project-title-hero-copy-copy.dark {
  color: #3f444a;
}

.heading-6-copy-copy {
  text-align: center;
  margin-top: 0;
  font-family: Garet book, sans-serif;
  font-size: 12px;
}

.image-7 {
  max-width: 19.25%;
}

.image-7-copy {
  max-width: 76%;
  margin-left: 24px;
  padding-left: 0;
  display: inline-block;
}

.project-regular-paragraph-copy {
  width: 1000px;
  margin-top: 0;
  margin-left: 100px;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
}

.project-copy-section-footer {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.support-type-copy {
  color: #b5b5b5;
  font-family: Garet, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}

.support-type-copy.link {
  transition: color .2s;
}

.support-type-copy.link:hover {
  color: #3f444a;
}

.project-hero-image-copy {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  background-image: url('../images/marktodd_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
}

.project-hero-image-copy.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image-copy.hlk-projects {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(30, 32, 36, .84)), url('../images/Thumbnail.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
}

.project-hero-image-copy.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.slider-2 {
  margin-top: 35px;
}

.slide-6 {
  background-image: url('../images/Slide-16_9---17.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/Slide-16_9---7.png');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Slide-16_9---11.png');
  background-position: 50% 35%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Slide-16_9---12.png');
  background-position: 50% 35%;
  background-size: cover;
}

.image-8 {
  margin-top: 35px;
}

.slide-10 {
  background-image: url('../images/DSCF0227-min.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/DSCF0118-min.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/DSCF0202-min.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/DSCF0189-min.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/DSCF0183-min.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.project-hero-image-copy-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #202020), url('../images/IAT-201---HCI-BROKER-3-1-1.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-image-copy-copy.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image-copy-copy.hlk-projects {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(30, 32, 36, .84)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.project-hero-image-copy-copy.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.project-img-copy-copy {
  max-width: 65%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.paragraph-3 {
  color: #004aad;
  font-family: Google Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.project-hero-image-copy-copy-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(39, 44, 49, .65), rgba(39, 44, 49, .65)), url('../images/dreamingincolorv2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-image-copy-copy-copy.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-image-copy-copy-copy.hlk-projects {
  background-color: #e6e6e6;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .09) 60%, rgba(0, 0, 0, 0)), url('../images/_28x_enmgoq1br_166371630-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.project-hero-image-copy-copy-copy.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.project-copy-section-copy-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.slide-10-copy {
  background-image: url('../images/Moodboard.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.slide-11-copy {
  background-image: url('../images/Design-Snippets.png');
  background-position: 0%;
  background-size: cover;
}

.text-block-2 {
  margin-right: 30px;
  padding-right: 0;
}

.text-block-3 {
  width: 150px;
  font-family: Google Sans, sans-serif;
  overflow: visible;
}

.text-block-4 {
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Google Sans, sans-serif;
  font-weight: 400;
}

.project-copy-section-footer-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.heading-7-copy {
  text-align: center;
  margin-bottom: 20px;
  font-family: Google Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.project-hero-sphere {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(39, 44, 49, .65), rgba(39, 44, 49, .65)), url('../images/dreamingincolorv2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-sphere.web-ui-collection {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(41, 41, 41, .63) 74%, rgba(0, 0, 0, .63)), url('../images/key-to-your-heart-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
}

.project-hero-sphere.hlk-projects {
  background-color: #e6e6e6;
  background-image: url('../images/sphereheader.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.project-hero-sphere.dynamicath {
  background-image: linear-gradient(rgba(29, 29, 29, .41), rgba(29, 29, 29, .41)), url('../images/dynamicath-intro-img.jpg'), url('../images/DynamiCath-Cover-min-1.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.project-section-small-copy {
  color: #3f444a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Google Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.project-section-small-copy.h2 {
  font-size: 26px;
}

.project-section-small-copy.h2.white {
  margin-bottom: 45px;
}

.project-section-small-copy.white {
  color: #fff;
}

.project-section-small-copy.rotated {
  transform: rotate(-90deg);
}

.project-section-small-copy.start {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.image-7-copy-copy, .coresolutions {
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .hero-heading.tablet, .hero-heading.mobile-land, .hero-heading.desktop, .hero-heading.mobile-port {
    font-size: 36px;
    line-height: 48px;
  }

  .project-picture.movaloan {
    height: 500px;
    background-position: 50% 58%, 50%;
    background-size: cover, auto;
  }

  .project-picture.web-ui-collection, .project-picture.hlk-projects, .project-picture.dic, .project-picture.dynamicath, .project-picture.lingo, .project-picture.recent-work {
    height: 500px;
  }

  .projects-left, .projects-right {
    flex: 1;
  }

  .footer-section {
    background-color: #2d3947;
    background-image: url('../images/Frame-1-1.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .project-wrap {
    width: 100%;
  }

  .hero-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }

  .divider-wrap {
    width: 890px;
  }

  .divider {
    width: 370px;
  }

  .blog-wrap {
    width: 100%;
  }

  .blog-left, .blog-right {
    width: 370px;
  }

  .on-load-overlay-in {
    display: none;
  }

  .project-hero-image {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .project-nav-bar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .project-title-hero {
    font-size: 42px;
    line-height: 40px;
  }

  .project-specs {
    font-size: 12px;
    line-height: 14px;
  }

  .p {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-copy-left-part {
    margin-bottom: 60px;
  }

  .project-regular-paragraph {
    width: 100%;
    max-width: 610px;
    margin-left: 0;
  }

  .copy-section-title {
    margin-bottom: 40px;
  }

  .picture-section {
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 80px;
  }

  .project-regular-img {
    margin-bottom: 40px;
  }

  .project-regular-img.image-1, .project-regular-img.image-2 {
    height: 400px;
    background-size: cover;
  }

  .project-title-hero-copy {
    font-size: 42px;
  }

  .project-copy-section-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-hero-image-copy, .project-hero-image-copy-copy {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .project-regular-paragraph-copy, .project-regular-paragraph-copy-copy {
    width: 100%;
    max-width: 610px;
    margin-left: 0;
  }

  .project-hero-image-copy-copy-copy {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .picture-section-copy {
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 80px;
  }

  .project-title-hero-copy, .project-title-hero-copy-copy, .project-title-hero-copy-copy {
    font-size: 42px;
  }

  .project-title-hero-copy-copy {
    font-size: 42px;
    line-height: 40px;
  }

  .project-regular-paragraph-copy {
    width: 100%;
    max-width: 610px;
    margin-left: 0;
  }

  .project-copy-section-footer {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-hero-image-copy, .project-hero-image-copy-copy, .project-hero-image-copy-copy-copy {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .project-copy-section-copy-copy, .project-copy-section-footer-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-hero-sphere {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading.tablet {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-heading.mobile {
    font-size: 25px;
    line-height: 29px;
  }

  .hero-heading.mobile-land, .hero-heading.desktop {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-heading.mobile-port {
    font-family: Garet, sans-serif;
    font-size: 32px;
    line-height: 42px;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-section {
    margin-bottom: 0;
  }

  .project {
    margin-bottom: 130px;
  }

  .project.second {
    margin-top: 0;
  }

  .project-picture.movaloan {
    background-position: 71%, 50%;
    background-size: cover, auto;
  }

  .projects-right {
    margin-top: 0;
    margin-left: 0;
  }

  .project-wrap {
    flex-direction: column;
  }

  .project-hero-image, .project-nav-bar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-title-hero {
    line-height: 40px;
  }

  .p {
    margin-left: 40px;
    margin-right: 40px;
  }

  .picture-section {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
  }

  .bold-text {
    padding-right: 41px;
  }

  .project-title-hero-copy {
    color: #f2f2f2;
    font-family: Garet, sans-serif;
  }

  .project-copy-section-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .project-hero-image-copy, .project-hero-image-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .italic-text {
    color: #004aad;
    font-family: Garet, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .project-hero-image-copy-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .picture-section-copy {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
  }

  .project-title-hero-copy-copy {
    color: #f2f2f2;
    color: #f2f2f2;
    font-family: Garet, sans-serif;
    line-height: 40px;
  }

  .project-copy-section-footer {
    margin-left: 40px;
    margin-right: 40px;
  }

  .project-hero-image-copy, .project-hero-image-copy-copy, .project-hero-image-copy-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-copy-section-copy-copy, .project-copy-section-footer-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .project-hero-sphere {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .hero-heading.mobile-port {
    justify-content: space-between;
    font-family: Garet, sans-serif;
    font-size: 24px;
    line-height: 38px;
  }

  .title-text.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .button-text {
    background-color: rgba(0, 0, 0, 0);
  }

  .project {
    margin-bottom: 80px;
  }

  .project-picture.movaloan {
    background-image: url('../images/IAT-201---HCI-BROKER-3-1-1.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .footer-section {
    background-image: url('../images/Frame-2.png');
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-start;
    padding-top: 100px;
  }

  .footer-copy {
    width: auto;
  }

  .paragraph.white {
    max-width: 315px;
    font-size: 17px;
    line-height: 29px;
  }

  .site-img-1 {
    width: 196px;
    height: 560px;
    top: 3661px;
    left: 656px;
  }

  .divider-section {
    margin-top: 50px;
  }

  .divider-wrap {
    width: 100%;
  }

  .blog-thumbnail.blog-1 {
    height: 550px;
  }

  .project-hero-image {
    background-image: linear-gradient(rgba(39, 44, 49, .8), rgba(39, 44, 49, .8)), url('../images/Case-Study-Image-Template-Large-min.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image.hlk-projects {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #181c21), url('../images/aC2ao1zg.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-nav-bar {
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-nav-button.right.down {
    margin-top: 30px;
  }

  .project-title-hero {
    text-align: center;
    font-size: 30px;
  }

  .project-title-hero.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-specs {
    text-align: center;
    font-size: 10px;
  }

  .project-specs.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-hero-details {
    flex-direction: column;
  }

  .p {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 60px;
  }

  .project-section-small.h2.white, .project-section-number.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-copy-left-part {
    margin-bottom: 35px;
  }

  .project-paragraph-copy {
    font-size: 15px;
    line-height: 30px;
  }

  .copy-section-title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 32px;
  }

  .copy-section-title.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .picture-section {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 0;
  }

  .project-regular-img {
    margin-bottom: 25px;
  }

  .project-img {
    max-width: 100%;
  }

  .scroll-down-button, .scroll-down-button.right.down {
    margin-top: 30px;
  }

  .bold-text {
    margin-right: 20px;
    padding-right: 0;
  }

  .project-title-hero-copy {
    text-align: center;
    font-size: 30px;
  }

  .project-title-hero-copy.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-title-hero-copy {
    text-align: center;
    font-size: 30px;
  }

  .project-title-hero-copy.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-copy-section-copy {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .project-hero-image-copy {
    background-image: linear-gradient(rgba(39, 44, 49, .8), rgba(39, 44, 49, .8)), url('../images/Case-Study-Image-Template-Large-min.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image-copy.hlk-projects {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #181c21), url('../images/hlk-projects-cover-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-hero-image-copy {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/IAT-201---HCI-BROKER-3-1-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image-copy.hlk-projects {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #181c21), url('../images/hlk-projects-cover-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .heading-6-copy {
    line-height: 30px;
  }

  .project-hero-image-copy-copy {
    background-image: linear-gradient(rgba(39, 44, 49, .8), rgba(39, 44, 49, .8)), url('../images/Case-Study-Image-Template-Large-min.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image-copy-copy.hlk-projects {
    background-image: url('../images/marktodd_02.jpg');
    background-position: 50%;
    background-size: 75%;
  }

  .heading-8 {
    font-size: 14px;
  }

  .heading-9 {
    font-family: Garet, sans-serif;
    font-size: 19px;
    font-weight: 400;
  }

  .italic-text {
    color: #004aad;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }

  .project-hero-image-copy-copy-copy {
    background-image: linear-gradient(rgba(39, 44, 49, .8), rgba(39, 44, 49, .8)), url('../images/Case-Study-Image-Template-Large-min.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image-copy-copy-copy.hlk-projects {
    background-image: url('../images/ezgif-5-cbb73189fa.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .picture-section-copy {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 0;
  }

  .project-title-hero-copy {
    text-align: center;
    font-size: 30px;
  }

  .project-title-hero-copy.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-title-hero-copy-copy {
    text-align: center;
    font-size: 30px;
  }

  .project-title-hero-copy-copy.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-title-hero-copy-copy {
    text-align: center;
    font-size: 30px;
  }

  .project-title-hero-copy-copy.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .project-title-hero-copy-copy {
    text-align: center;
    font-size: 30px;
  }

  .project-title-hero-copy-copy.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .heading-6-copy-copy {
    line-height: 30px;
  }

  .image-7 {
    max-width: 60%;
  }

  .image-7-copy {
    max-width: 100%;
    margin-top: 28px;
    margin-left: 0;
  }

  .project-copy-section-footer {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .project-hero-image-copy {
    background-image: linear-gradient(rgba(39, 44, 49, .8), rgba(39, 44, 49, .8)), url('../images/Case-Study-Image-Template-Large-min.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image-copy.hlk-projects {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #181c21), url('../images/IMG_9705-min.JPG');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-hero-image-copy-copy {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/IAT-201---HCI-BROKER-3-1-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image-copy-copy.hlk-projects {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #181c21), url('../images/hlk-projects-cover-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-hero-image-copy-copy-copy {
    background-image: linear-gradient(rgba(39, 44, 49, .8), rgba(39, 44, 49, .8)), url('../images/Case-Study-Image-Template-Large-min.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image-copy-copy-copy.hlk-projects {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 48%, #000 100%, #000), url('../images/_28x_enmgoq1br_166371630-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-copy-section-copy-copy {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .project-copy-section-footer-copy {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .project-hero-sphere {
    background-image: linear-gradient(rgba(39, 44, 49, .8), rgba(39, 44, 49, .8)), url('../images/Case-Study-Image-Template-Large-min.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-sphere.hlk-projects {
    background-image: url('../images/Sphere-Header.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .project-section-small-copy.h2.white {
    max-width: 275px;
    line-height: 35px;
  }

  .image-7-copy-copy, .coresolutions {
    max-width: 100%;
    margin-top: 28px;
    margin-left: 0;
  }
}

#w-node-_9f05a771-050f-a063-4491-9d72720833a3-c938ff03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1adcaf9a-66ea-6eaf-a04f-5ce6112a929b-c938ff03 {
  grid-area: 1 / 2 / 2 / 3;
}


@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Thin-italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Heavy.ttf') format('truetype'), url('../fonts/Garet-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet extra';
  src: url('../fonts/Garet-Extra-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet extra';
  src: url('../fonts/Garet-Extra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet fat';
  src: url('../fonts/Garet-Fat.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet hairline';
  src: url('../fonts/Garet-Hairline-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Heavy-Italic.ttf') format('truetype'), url('../fonts/Garet-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet book';
  src: url('../fonts/Garet-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet book';
  src: url('../fonts/Garet-Book-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet fat';
  src: url('../fonts/Garet-Fat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}