:root {
  --yellow: #fed65f;
  --white: #fff;
  --red: #f26661;
  --dark_blue: #003642;
  --pale_blue: #cbe7eb;
  --1-5: 1.5rem;
  --white-2: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #003642;
  font-family: Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.25rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}

a {
  text-decoration: none;
}

.div_logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image {
  margin-top: 83px;
}

.spacer_90 {
  height: 90px;
}

.section_head {
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
  position: relative;
}

.img_dots {
  width: 450px;
}

.container_intro {
  width: 80vw;
  max-width: 1600px;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 90px;
  display: grid;
}

.div_head {
  margin-left: 45px;
  margin-right: 45px;
}

.paragraph_red_border {
  border-left: 6px solid #f26661;
  padding-left: 21px;
}

.div_video {
  max-width: 50vw;
  aspect-ratio: 16 / 9;
  box-shadow: none;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.container_header {
  z-index: 1;
  width: 80vw;
  max-width: 1600px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -60px;
  display: flex;
  position: relative;
}

.div_yellow {
  width: 100%;
  height: 60px;
  background-color: var(--yellow);
  justify-content: flex-end;
  padding: 21px 45px;
  display: flex;
  position: absolute;
}

.image-2 {
  height: 100%;
}

.img_graph {
  padding: 45px;
}

.section_illustration {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  aspect-ratio: 3 / 1;
  background-image: url('../images/doctors_large.svg');
  background-position: 50% 0;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
}

.container_europe {
  width: 80vw;
  height: 100%;
  max-width: 1600px;
  min-height: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Europe-Project-Map_1.jpg');
  background-position: 50% 88%;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: 90px auto 90px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: -90px;
  margin-bottom: 90px;
  display: grid;
}

.text_europe {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.white {
  color: var(--white);
}

.white.align_right {
  text-align: right;
  margin-right: 30px;
}

.text-span {
  border-bottom: 6px solid var(--red);
}

.btn_projects {
  border: 1px solid var(--white);
  background-color: var(--dark_blue);
  box-shadow: 0 0 0 0 var(--red);
  border-radius: 110px;
  margin-bottom: 30px;
  padding: 0 30px;
  transition: all .2s;
}

.btn_projects:hover {
  background-color: var(--dark_blue);
  box-shadow: 4px 4px 0 0 var(--red);
}

.center {
  color: var(--white);
  text-align: center;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1rem;
  text-decoration: none;
}

.center.dark_blue {
  color: var(--dark_blue);
  font-family: Hkgroteskwide, sans-serif;
  font-weight: 700;
}

.center.dark_blue.small {
  font-size: .75rem;
  line-height: 1rem;
}

.heading-2 {
  -webkit-text-stroke-color: var(--dark_blue);
}

.section_projects {
  justify-content: center;
  display: flex;
}

.container {
  width: 80vw;
  max-width: 1600px;
  min-height: 100px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.one_project {
  min-height: 100px;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  background-color: #e5f3f5;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 30px;
  padding: 30px;
  display: grid;
}

.div_project_description {
  flex-direction: column;
  justify-content: space-between;
  font-style: normal;
  display: flex;
}

.div_project_title {
  height: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 2px solid var(--red);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.div_project_title_site {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.city_country {
  margin-left: 32px;
}

.btn_website {
  border: 1px solid var(--dark_blue);
  box-shadow: none;
  border-radius: 110px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 30px;
  transition: all .2s;
}

.btn_website:hover {
  background-color: var(--pale_blue);
  box-shadow: 4px 4px 0 0 var(--dark_blue);
  color: var(--white);
}

.btn_website.blue {
  background-color: var(--dark_blue);
  color: var(--white);
  white-space: nowrap;
  transition: all .2s;
}

.btn_website.blue:hover {
  border-color: var(--red);
  background-color: var(--red);
  box-shadow: 3px 3px 0 0 var(--pale_blue);
}

.one_line {
  white-space: nowrap;
}

.project_coll_1 {
  margin-bottom: 30px;
}

.section_aim {
  aspect-ratio: 4 / 1;
  background-color: var(--yellow);
  background-image: url('../images/appartment.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.container_3_coll {
  width: 80vw;
  height: 100%;
  max-width: 1600px;
  min-height: 100px;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  display: grid;
}

.div_aim {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section_footer {
  background-color: var(--pale_blue);
  background-image: url('../images/hand.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  padding-top: 0;
}

.div_partners {
  display: block;
}

.header_space {
  margin-bottom: 45px;
}

.paragraph_space {
  margin-top: 30px;
}

.project_paragraph {
  max-width: 50vw;
}

.div_contact {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project_list {
  width: 100%;
  flex-direction: column;
  margin-bottom: 30px;
  display: block;
}

.div_blue {
  width: 100%;
  height: 90px;
  background-color: #013399;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  padding: 21px 45px;
  display: flex;
  position: absolute;

  color: white;
  font-size: 12px;
  line-height: 20px;
}

.video {
  aspect-ratio: 16 / 9;
}

.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;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3 {
  max-width: 180px;
}

.paragraph_intro {
  font-family: Hkgroteskwide, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.paragraph_highlight {
  max-width: 50vw;
  font-family: Hkgroteskwide, sans-serif;
  font-weight: 300;
}

.paragraph_highlight_bold {
  max-width: 50vw;
  font-family: Hkgroteskwide, sans-serif;
  font-weight: 700;
}

.paragraph_highlight_bold.giga {
  font-size: 1.5rem;
  line-height: 2rem;
}

.btn_projects_links {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1rem;
}

.btn_projects_site {
  color: var(--dark_blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hkgroteskwide, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

@media screen and (max-width: 991px) {
  .container_intro {
    width: auto;
  }

  .div_head {
    margin-left: auto;
    margin-right: auto;
  }

  .div_video {
    max-width: none;
  }

  .img_graph {
    padding-left: 21px;
    padding-right: 21px;
  }

  .section_illustration {
    aspect-ratio: auto;
    background-position: 0%;
    background-size: cover;
    grid-template-columns: 1fr 3fr 1fr;
    padding: 30px 30px 120px;
  }

  .section_europe {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container_europe {
    width: auto;
    margin-bottom: 0;
    padding-left: 30px;
  }

  .white.align_right {
    margin-right: auto;
  }

  .section_projects {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container {
    width: auto;
    flex-direction: column;
    display: flex;
  }

  .one_project {
    grid-row-gap: 15px;
    flex-direction: row;
    grid-template-rows: auto;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_aim {
    background-position: -100%;
  }

  .container_3_coll {
    width: auto;
    min-height: 250px;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div_aim {
    padding-right: 30px;
  }

  .section_footer {
    background-position: 100% 100%;
    background-size: 30%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div_blue {
    margin-left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .div_logo {
    width: 50vw;
  }

  .spacer_90 {
    height: 60px;
  }

  .img_dots {
    width: 300px;
  }

  .container_intro {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .paragraph_red_border {
    height: 100%;
    align-items: center;
    display: flex;
  }

  .div_yellow {
    padding-left: 21px;
    padding-right: 21px;
  }

  .image-2 {
    width: 30vw;
  }

  .img_graph {
    width: 35vw;
  }

  .section_illustration {
    background-position: 0%;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
  }

  .container_europe {
    background-image: url('../images/Europe-Project-Map.jpg');
    grid-template-rows: 90px auto 60px;
  }

  .section_projects {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_project_title_site {
    flex-wrap: wrap;
    display: flex;
  }

  .one_line {
    padding-right: 20px;
    display: inline;
  }

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

  .section_aim {
    background-position: 430%;
    background-size: auto 100%;
  }

  .section_footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div_contact {
    margin-top: -60px;
  }

  .div_blue {
    justify-content: center;
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media screen and (max-width: 479px) {
  .div_logo {
    width: 80vw;
  }

  .image {
    margin-top: 140px;
  }

  .spacer_90 {
    height: 50px;
  }

  .container_intro {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .div_video {
    width: 100%;
  }

  .container_header {
    margin-bottom: -120px;
  }

  .div_yellow {
    height: 120px;
  }

  .image-2 {
    width: 60vw;
  }

  .img_graph {
    display: none;
  }

  .section_illustration {
    aspect-ratio: 2 / 3;
    background-position: 0 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_europe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container_europe {
    background-position: 50% 100%;
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .text_europe {
    padding-right: 10px;
  }

  .white {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .white.align_right {
    text-align: center;
    order: -1;
    margin-left: 30px;
  }

  .center.dark_blue {
    font-size: .75rem;
  }

  .heading-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container {
    flex-direction: column;
  }

  .one_project {
    grid-row-gap: 30px;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div_project_title {
    border-left-style: none;
    padding-left: 0;
  }

  .div_project_title_site {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .city_country {
    text-align: right;
    margin-left: 0;
  }

  .one_line {
    margin-bottom: auto;
    font-size: 1rem;
  }

  .section_aim {
    aspect-ratio: auto;
    background-position: 50% 0;
    background-size: auto 200px;
    padding-top: 150px;
  }

  .container_3_coll {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section_footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project_paragraph {
    max-width: none;
  }

  .div_blue {
    height: 120px;
    margin-left: -20px;
  }

  .paragraph_intro.white {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .paragraph_highlight, .paragraph_highlight_bold {
    max-width: none;
  }

  .btn_projects_links.white {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
}

#w-node-_2365fe63-b7dd-8f4a-76f7-0e3ee51d1064-ea320102 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cd982d3a-b592-803a-d3af-8251be621653-ea320102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1985e3b4-e1aa-1fad-2d8e-98f3a05d19d3-ea320102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_372725ce-04cd-f279-47d4-45ccd1eb1aac-ea320102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_375db5c0-0fa6-aae7-73ed-a6de70450c66-ea320102 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_438c9caa-eaf5-42af-5f6a-41971f4028cc-ea320102 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6a2694f5-cab4-cc64-0148-abc2acb43db6-ea320102 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fe614b22-84d3-19af-66a9-cdff8d7b898c-ea320102 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-dcc84936-f3d9-f9e1-51ca-1254a23d2011-ea320102 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2e2336e-216a-3959-7b73-c099a6f0ae13-ea320102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b13c2a6-3b06-ee30-34ad-c9318eeea21b-ea320102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7cee1f7-108c-65ad-b9e3-687631100106-ea320102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9109d8eb-a78a-a484-8a61-81c8869f43b5-ea320102, #w-node-_8b637221-ca3e-ac47-1d0d-b3bda5ef832b-ea320102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5966250e-f80a-b79d-52c9-93c7f29ccb68-ea320102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32179aa2-55ac-0a7f-bf05-068b834e0c44-ea320102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32179aa2-55ac-0a7f-bf05-068b834e0c72-ea320102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1959e852-cb66-a619-d5b3-1ee4bba22ffb-ea320102, #w-node-_80372306-3b60-ab88-ed65-3941fec48fd9-ea320102, #w-node-_568c3f09-92e8-ba69-d1db-dfe3a5eab877-ea320102, #w-node-_1327ecd5-e5a3-1fa8-0faa-4f1f938b764e-ea320102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fd00c07-6d01-0fa9-5e06-f276a1d77f0a-ea320102 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: stretch;
}

#w-node-b8103e67-3250-89ac-9e7e-8ba12a7b9c9b-ea320102 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-fe614b22-84d3-19af-66a9-cdff8d7b898c-ea320102 {
    align-self: start;
  }

  #w-node-b7039454-7736-2a1e-ac39-19625c36a948-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2e2336e-216a-3959-7b73-c099a6f0ae13-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-e7cee1f7-108c-65ad-b9e3-6876311000f9-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7cee1f7-108c-65ad-b9e3-687631100106-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_5966250e-f80a-b79d-52c9-93c7f29ccb5a-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5966250e-f80a-b79d-52c9-93c7f29ccb68-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_32179aa2-55ac-0a7f-bf05-068b834e0c64-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32179aa2-55ac-0a7f-bf05-068b834e0c72-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_1959e852-cb66-a619-d5b3-1ee4bba22fed-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1959e852-cb66-a619-d5b3-1ee4bba22ffb-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_80372306-3b60-ab88-ed65-3941fec48fcb-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80372306-3b60-ab88-ed65-3941fec48fd9-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_568c3f09-92e8-ba69-d1db-dfe3a5eab86a-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_568c3f09-92e8-ba69-d1db-dfe3a5eab877-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_1327ecd5-e5a3-1fa8-0faa-4f1f938b7640-ea320102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1327ecd5-e5a3-1fa8-0faa-4f1f938b764e-ea320102 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_7fd00c07-6d01-0fa9-5e06-f276a1d77f0a-ea320102 {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_372725ce-04cd-f279-47d4-45ccd1eb1aac-ea320102 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Tt Interphases Pro';
  src: url('../fonts/TT_Interphases_Pro_Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Interphases Pro';
  src: url('../fonts/TT_Interphases_Pro_ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgroteskwide';
  src: url('../fonts/HKGroteskWide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgroteskwide';
  src: url('../fonts/HKGroteskWide-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
