@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0c0c0c;
  --primary: #141414;
  --black-opacity--10: #1414141a;
  --white-opacity--3: #f2f2f208;
  --primary-light: #632847;
  --white: #f2f2f2;
  --white-opacity--10: #f2f2f21a;
  --black-opacity--70: #632847;
  --grey: #dcdee3;
  --secondary: #eb5c1e;
  --white-opacity--20: #f2f2f233;
  --white-opacity--70: #f2f2f2b3;
  --black-opacity--50: #63284780;
  --white-opacity--50: #f2f2f280;
  --black-opacity--7: #14141412;
}

.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 {
  background-color: var(--black);
  color: var(--primary);
  text-align: left;
  font-family: Space Grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

h1 {
  letter-spacing: -2.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 104%;
}

h2 {
  letter-spacing: -1.76px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 104%;
}

h3 {
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 104%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary);
  text-decoration: none;
}

img {
  -webkit-user-select: none;
  user-select: none;
  max-width: 100%;
  display: inline-block;
}

.hero-section {
  flex-flow: column;
  height: 100vh;
  min-height: 720px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.hero-section.compact-hero {
  height: auto;
  min-height: auto;
}

.hero-section.mobile-hero-hug {
  height: 45vh;
  min-height: auto;
}

.hero-section.mobile-hero-full.project {
  height: 75vh;
  min-height: 600px;
}

.wide-container {
  width: 100%;
  max-width: 1928px;
  padding-left: 4px;
  padding-right: 4px;
}

.wide-container.hero-section-container, .wide-container.container-grow, .wide-container.container-grow-copy {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav {
  z-index: 99;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--black-opacity--10);
  background-color: var(--white-opacity--3);
  -webkit-user-select: none;
  user-select: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 24px;
  display: grid;
  overflow: visible;
}

.logo {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.logo:hover {
  opacity: .7;
}

.logo.w--current {
  height: 100%;
}

.logo-symbol {
  height: 34px;
}

.medium-uppercase-m {
  text-transform: uppercase;
  align-self: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.medium-uppercase-m.faq-question-text {
  flex: 1;
}

.medium-uppercase-m.sm {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.menu-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  display: flex;
  overflow: hidden;
}

.menu-item-shape {
  background-color: var(--primary-light);
  width: 6px;
  height: 6px;
}

.medium-uppercase-s {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.medium-uppercase-s.menu-item-text {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.medium-uppercase-s.white {
  color: var(--primary);
}

.medium-uppercase-s.cn {
  font-size: 22px;
  font-weight: 700;
}

.medium-uppercase-s.black {
  color: var(--primary);
  font-size: 24px;
}

.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: url('../images/UE-5BG.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.hero-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px 24px 40px;
  display: flex;
  position: relative;
}

.hero-content.compact-hero-content {
  padding-top: 160px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.chips.primary-chips {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.chips.white-chips {
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
}

.chips.primary-chips {
  color: var(--primary);
  border: 1px solid #122c5f;
  border: 1px solid var(--primary);
}

.chips.white-chips {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f2f2f2;
  background-color: #f2f2f208;
  border: 1px solid #f2f2f21a;
}

.chips.primary-chips {
  color: var(--black-opacity--70);
  border: 1px solid #122c5f;
}

.chips-shape {
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.chips-shape.white-chips-shape {
  background-color: #f2f2f2;
}

.chips-shape.primary-chips-shape {
  background-color: #141414;
}

.medium-uppercase-xs {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.medium-uppercase-xs.first-button-text {
  transform-origin: 50% 0;
  color: var(--primary);
  transform: perspective(250px);
}

.medium-uppercase-xs.second-button-text {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  transform: perspective(250px)rotateX(90deg)rotateY(0)rotateZ(0)perspective(50px);
}

.medium-uppercase-xs.color-black-opacity-70 {
  color: var(--primary);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.medium-uppercase-xs.color-black-opacity-70._2 {
  color: var(--primary);
  align-self: flex-start;
}

.medium-uppercase-xs.color-black-opacity-70.ft, .medium-uppercase-xs.color-black-opacity-70.l {
  text-align: left;
}

.hero-text-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.h1.max-width-640-tablet-560-mobile-360 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: -4px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 600;
}

.h1.max-width-640-tablet-560-mobile-360.cn {
  max-width: 800px;
  margin-top: 0;
  font-size: 60px;
  font-style: normal;
}

.max-width-640-tablet-560-mobile-360 {
  max-width: 640px;
}

.hero-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.regular-s {
  font-size: 14px;
}

.regular-s.max-width-280-tablet-424 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.regular-s.max-width-280-tablet-424.white {
  color: var(--primary);
  max-width: 500px;
}

.regular-s.max-width-280-tablet-424._5 {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: -12px;
  padding-top: 0;
  font-size: 26px;
  line-height: 140%;
}

.regular-s.max-width-200 {
  max-width: 260px;
  font-size: 14px;
  line-height: 150%;
}

.regular-s.max-width-200.white {
  color: var(--primary);
}

.regular-s.max-width-200.white.lang {
  max-width: 470px;
}

.regular-s.color-white-opacity-70.black {
  color: var(--primary);
}

.regular-s.faq-answer-text {
  max-width: 560px;
  margin-top: 16px;
}

.regular-s.cn {
  font-size: 15px;
  line-height: 140%;
}

.max-width-280-tablet-424 {
  max-width: 280px;
}

.primary-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--primary-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--primary-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--primary-light);
  background-color: var(--primary-light);
  color: var(--white);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #122c5f00;
}

.primary-button.primary-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.primary-white:hover {
  color: var(--white);
  background-color: #f2f2f200;
}

.button-text-wrapper {
  perspective: 250px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(250px);
}

.hero-lines-grid {
  z-index: -10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-line-block {
  border-left: 1px solid var(--black-opacity--10);
}

.hero-line-block.fourth-block {
  border-right: 1px solid var(--black-opacity--10);
}

.three-big-buttons-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-button {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  background-color: #242424;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
  position: relative;
}

.big-button.w--current {
  position: relative;
}

.big-button.bg-color-secondary {
  background-color: #fff;
}

.big-button.icon-big-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.big-button.bg-color-primary-light-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.big-button-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.big-button-heading-shape {
  background-color: var(--white);
  width: 6px;
  height: 6px;
}

.big-button-heading-shape.white {
  background-color: var(--primary);
  color: var(--primary);
}

.max-width-200 {
  max-width: 200px;
}

.bg-color-primary-light {
  background-color: var(--primary-light);
}

.bg-color-secondary {
  background-color: var(--secondary);
}

.big-buttons-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.blocks-section {
  padding-bottom: 4px;
}

.blocks-section.about-blocks {
  flex-flow: column;
  height: auto;
  min-height: auto;
  display: flex;
}

.blocks-section.navigation-cards-section {
  flex-flow: column;
  height: 380px;
  min-height: auto;
  display: flex;
}

.blocks-section.services-images-blocks {
  flex-flow: column;
  height: 140vh;
  min-height: 900px;
  padding-top: 4px;
  display: flex;
}

.blocks-section.contacatus {
  padding-top: 0;
}

.blocks-section.services-images-blocks-copy {
  flex-flow: column;
  height: 140vh;
  min-height: 900px;
  padding-top: 4px;
  display: flex;
}

.about-blocks-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-column-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.about-overview-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 28px 24px;
  display: flex;
}

.about-overview-block._01 {
  height: 280px;
}

.about-overview-block._01.red {
  background-color: var(--primary-light);
  cursor: pointer;
  transition: opacity .3s;
}

.about-overview-block._01.red:hover {
  opacity: .85;
}

.about-overview-block._01.black {
  cursor: pointer;
  background-color: #383838;
  transition: opacity .3s;
}

.about-overview-block._01.black:hover {
  opacity: .85;
}

.about-overview-block._02.bg {
  cursor: pointer;
  background-color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-overview-block._02.bg.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.about-overview-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.regular-l {
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 112%;
}

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

.screen-lines {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.screen-top-line, .screen-botton-line {
  background-color: var(--black);
  width: 100%;
  max-width: 1928px;
  height: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.left-top-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 4px auto auto 4px;
}

.right-top-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 4px 4px auto auto;
  transform: rotate(90deg);
}

.left-botton-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: auto auto 4px 4px;
  transform: rotate(-90deg);
}

.right-botton-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: auto 4px 4px auto;
  transform: rotate(180deg);
}

.section.section-top-padding {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.section-top-padding.section-bottom-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-top-padding {
  padding-top: 200px;
}

.default-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1928px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.container-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-960 {
  max-width: 960px;
}

.logo-block {
  background-color: var(--black);
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.logo-block-image {
  opacity: .5;
  width: auto;
  height: 32px;
}

.max-width-1192 {
  max-width: 1192px;
}

.center-heading-block-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.center-heading-block-wrapper.margin-bottom-80-mobile-64 {
  margin-bottom: 60px;
}

.center-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.center-heading-block.long-heading-block {
  max-width: none;
}

.h2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.h2.cn {
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.h2.cn.about {
  color: var(--white);
  font-size: 26px;
  line-height: 160%;
}

.h2.about {
  color: var(--primary);
}

.margin-bottom-80-mobile-64 {
  margin-bottom: 80px;
}

.projects-list-wrapper {
  width: 100%;
  display: none;
}

.projects-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.project-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.project-item:nth-child(2n) {
  flex-flow: row-reverse;
}

.project-info-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding: 32px 24px;
  display: flex;
}

.project-image-block {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 60%;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.project-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

.project-image.hover {
  background-image: url('../images/6721b0f153e27c258294b648_9834426721b0f153e27c258294b648_983441.avif');
  background-position: 50%;
  background-size: auto;
}

.project-image.hover._02 {
  background-image: url('../images/image6.png');
  background-size: cover;
}

.project-image.hover._01 {
  background-image: url('../images/image4.png');
}

.project-image.hover._03 {
  background-image: url('../images/image46.jpeg');
}

.project-image.hover._04 {
  background-color: #fff;
  background-image: url('../images/image48.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.project-image.hover._05 {
  background-image: url('../images/WechatIMG466_1WechatIMG466.avif');
  background-size: cover;
}

.project-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-main-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 360px;
  display: flex;
}

.h3.max-width-264-tablet-224-mobile-192 {
  text-transform: uppercase;
  max-width: none;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.max-width-264-tablet-224-mobile-192 {
  max-width: 264px;
}

.project-info-blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px none var(--black-opacity--10);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--black-opacity--10);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.project-info-block._2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.project-info-block._01 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.color-black-opacity-70 {
  color: var(--black-opacity--70);
}

.project-properties {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.descriptive-chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.descriptive-chips.primary-chips {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.descriptive-chips.white-chips {
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
}

.project-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.secondary-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: var(--primary);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.secondary-button:hover {
  opacity: .7;
}

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

.button-icon {
  width: 12px;
  height: 12px;
}

.section-bottom-padding {
  padding-bottom: 200px;
}

.left-heading-block-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.left-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.highlight-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--white-opacity--10);
  flex-flow: column;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.highlight-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--10);
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  grid-template-rows: auto;
  grid-template-columns: 5fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.large-value {
  letter-spacing: -6.72px;
  font-size: 168px;
  line-height: 88%;
}

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

.max-width-480 {
  max-width: 480px;
}

.highlight-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 360px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.highlight-value-wrapper {
  display: flex;
  overflow: hidden;
}

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

.navigation-cards-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-card {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.navigation-card-background {
  z-index: 0;
  background-color: var(--primary-light);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-card-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navigation-card-linear {
  z-index: 1;
  background-image: linear-gradient(#0000000d, #0000000d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-card-linear._2 {
  background-image: linear-gradient(#383838, #383838);
}

.footer {
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
  padding-bottom: 4px;
  position: relative;
}

.footer-block {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 24px 60px;
  display: flex;
  position: relative;
}

.footer-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-legal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.footer-menu-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-menu-items {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-item {
  opacity: 1;
  letter-spacing: -.48px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 112%;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
}

.footer-menu-item:hover {
  opacity: .5;
}

.footer-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-lines-grid {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.footer-line-block {
  border-left: 1px solid var(--black-opacity--10);
}

.footer-line-block.fourth-block {
  border-right: 1px solid var(--black-opacity--10);
}

.nav-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.menu-button:hover {
  opacity: .7;
}

.nav-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-logo-and-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-items-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero-image {
  border: 1px solid var(--white-opacity--20);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 600px;
}

.about-banner {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 800px;
  padding: 80px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-banner.about {
  height: 800px;
  min-height: auto;
}

.about-banner-content {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
  position: relative;
}

.three-blocks-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blur-icon-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white-opacity--10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white-opacity--10);
  background-color: var(--white-opacity--10);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.icon-24 {
  color: var(--primary);
  width: 30px;
  height: 30px;
}

.icon-24.black {
  filter: invert();
}

.blur-icon-block-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.about-banner-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-banner-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.about-banner-image.about {
  top: auto;
  bottom: 0;
}

.about-banner-linear {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--black-opacity--50), #122c5f00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-banner-linear.about {
  background-image: none;
}

.faq-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.faq-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white-opacity--10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px 24px;
  transition-property: background-color;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.faq-item:hover {
  background-color: var(--white-opacity--10);
}

.faq-question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.icon-vertical-line {
  background-color: var(--white);
  width: 11px;
  height: 1px;
  position: absolute;
}

.icon-horizontal-line {
  background-color: var(--white);
  width: 1px;
  height: 11px;
  position: absolute;
}

.faq-answer {
  color: var(--white-opacity--70);
  height: auto;
  padding-right: 24px;
  overflow: hidden;
}

.hero-content-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.hero-project-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-project-linear {
  z-index: 2;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.light-hero-line-block {
  border-left: 1px solid var(--white-opacity--20);
}

.light-hero-line-block.fourth-block {
  border-right: 1px solid var(--white-opacity--20);
}

.icon-info-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 24px;
  display: flex;
}

.icon-info-block-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.full-project-image {
  object-fit: cover;
  width: 100%;
  position: relative;
  inset: 0%;
}

.regular-m {
  font-size: 16px;
  line-height: 120%;
}

.project-images-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 4px;
  display: flex;
}

.second-project-image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.service-images-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-images-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.absolute-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-block-image {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.service-card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--20);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white-opacity--20);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--20);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white-opacity--20);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  height: 560px;
  padding: 64px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-32-tablet-28 {
  width: 32px;
  height: 32px;
}

.services-card-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.service-card-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-card-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-card-linear {
  z-index: 2;
  background-image: linear-gradient(180deg, #07183900, var(--black-opacity--50));
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-big-button-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-block-image {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 24px 48px;
  display: flex;
}

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

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

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

.body {
  font-family: Poppins, Arial, sans-serif;
}

.div-block {
  background-color: var(--primary-light);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 4px;
  transition: opacity .34s;
  display: flex;
}

.div-block:hover {
  opacity: .8;
}

.text-block-2 {
  color: var(--white);
  font-size: 16px;
}

.div-block-2 {
  z-index: 0;
  background-image: url('../images/dimitris-asproloupos-wbVrN0fsbqw-unsplash_1dimitris-asproloupos-wbVrN0fsbqw-unsplash.avif');
  background-position: 50% 0;
  background-size: cover;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}

.div-block-3 {
  height: 140px;
}

.slider-arrow-2 {
  background-color: #fff;
  border: 1px solid #efeff7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -100px;
}

.slider-arrow-2.right {
  margin-left: 0;
  margin-right: -72px;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-load-top.grey {
  background-color: #f7f8fc;
  display: none;
}

.gradient-overlay {
  background-image: linear-gradient(#0f132600 35%, #0f1326cc);
  position: absolute;
  inset: 0%;
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.subtitle-dynamic-text {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.slider-wrapper {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

.slider-arrow-icon-2 {
  width: 16px;
}

.location-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.location-image {
  background-image: url('../images/C12_1C12.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.location-image._02 {
  background-image: url('../images/C16_1C16.avif');
}

.location-image._03 {
  background-image: url('../images/C13_1C13.avif');
  background-size: cover;
}

.location-image._04 {
  background-image: url('../images/C14_1C14.avif');
}

.location-image._05 {
  background-image: url('../images/C15_1C15.avif');
}

.location-image._06 {
  background-image: url('../images/C22_1C22.avif');
}

.location-image._07 {
  background-image: url('../images/6871741525771_.pic.jpg');
}

.heading-30 {
  color: var(--primary);
  text-align: left;
  letter-spacing: 0;
  font-size: 14px;
}

.location-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.location-card-wrapper {
  color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-slide {
  border-radius: 0;
  margin-right: 4px;
}

.slide-nav {
  display: none;
}

.subtitle-17 {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.location-card-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  height: 240px;
  padding: 28px 24px;
  display: grid;
  position: relative;
  bottom: -152px;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.background-load-bottom.grey {
  background-color: #f7f8fc;
  display: none;
}

.location-mask {
  width: 25%;
  max-width: 800px;
  overflow: visible;
}

.clip-2 {
  height: auto;
  position: relative;
  overflow: hidden;
}

.clip-2.inc01 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 10px;
  display: flex;
}

.div-block-4 {
  border: 1px solid #0006;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 6px 12px;
  overflow: visible;
}

.text-block-12 {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 13px;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.big-button-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  background-color: #242424;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
}

.big-button-copy.bg-color-secondary {
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.image {
  vertical-align: baseline;
  width: 24px;
  position: absolute;
  inset: auto 24px 24px auto;
}

.image.svg01 {
  width: 16px;
}

.image.svg01-copy {
  width: 16px;
  padding-bottom: 20px;
}

.primary-button-2 {
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #122c5f;
  border: 1px solid #122c5f;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button-2:hover {
  color: #122c5f;
  background-color: #122c5f00;
}

.menu-button-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: #122c5f;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.menu-button-2:hover {
  opacity: .7;
}

.primary-button-3 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--primary-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--primary-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--primary-light);
  background-color: var(--primary-light);
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button-3:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #122c5f00;
}

.hero-image-2 {
  object-fit: cover;
  border: 1px solid #f2f2f233;
  border-radius: 8px;
  width: 100%;
  height: 600px;
}

.hero-line-block-3 {
  border-left: 1px solid #122c5f1a;
}

.hero-line-block-3.fourth-block {
  border-right: 1px solid #122c5f1a;
}

.hero-content-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: visible;
}

.heading-inside {
  font-size: 68px;
  line-height: 120%;
}

.heading-inside.services {
  font-size: 60px;
}

.heading-inside.en {
  font-size: 58px;
}

.icon-25 {
  width: 24px;
  height: 24px;
}

.icon-25.black {
  filter: invert();
}

.regular-s-6.color-white-opacity-70 {
  font-size: 16px;
}

.regular-s-6.black {
  color: var(--primary);
  font-size: 16px;
}

.menu-button-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: #122c5f;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.menu-button-3:hover {
  opacity: .7;
}

.primary-button-4 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--primary-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--primary-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--primary-light);
  background-color: var(--primary-light);
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button-4:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #122c5f00;
}

.hero-lines-grid-4 {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-content-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.bg {
  z-index: 1;
  background-color: #000c;
  position: absolute;
  inset: 0;
}

.main-text {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.text-block-14 {
  color: var(--white);
  padding-bottom: 12px;
  font-size: 38px;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  top: 28px;
  bottom: auto;
}

.text-block-15 {
  z-index: 10;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin: auto;
  padding-right: 0;
  font-size: 20px;
  line-height: 120%;
  display: block;
  position: relative;
  inset: auto 0%;
}

.text-block-15.cn {
  font-family: Poppins, Arial, sans-serif;
  line-height: 140%;
}

.body-2, .body-3, .body-4 {
  font-family: Poppins, Arial, sans-serif;
}

.big-button-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #f2f2f2;
  -webkit-user-select: none;
  user-select: none;
  background-color: #122c5f;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
}

.big-button-3.icon-big-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary);
}

.big-button-heading-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.big-button-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #f2f2f2;
  -webkit-user-select: none;
  user-select: none;
  background-color: #122c5f;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
}

.big-button-4.icon-big-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.big-button-4.icon-big-button.bg-color-primary-light {
  background-color: var(--primary-light);
}

.big-button-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #f2f2f2;
  -webkit-user-select: none;
  user-select: none;
  background-color: #122c5f;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
}

.big-button-5.icon-big-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black-opacity--50);
}

.big-button-5.icon-big-button.bg-color-secondary {
  background-color: var(--white);
}

.big-button-5.icon-big-button.bg-color-primary-light {
  background-color: var(--black-opacity--70);
}

.text-block-16 {
  width: 54%;
  font-size: 16px;
  line-height: 130%;
}

.div-block-7 {
  opacity: 1;
  background-image: url('../images/测试二维码_1测试二维码.avif');
  background-position: 0 0;
  background-size: cover;
  width: 160px;
  height: 160px;
  margin-left: 0;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.button-text-4 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.container-large-3 {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.special {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.heading-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 3rem;
  display: grid;
}

.page-sections {
  z-index: 10;
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
}

.speaker-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.preview-background {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-banner {
  border-radius: 8px;
  margin-top: 4px;
  padding-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-speakers-columns {
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  display: none;
  position: relative;
  overflow: hidden;
}

.speaker-column-content {
  z-index: 20;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.section-hero-speakers {
  background-color: #121316;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge.team {
  padding-top: 9em;
  padding-bottom: 9em;
}

.padding-vertical.padding-huge {
  padding-top: 8em;
  padding-bottom: 8em;
}

.banner-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

.preview-paralax {
  background-image: url('../images/image67-1_1image67 1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.speaker-column {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.agenda-hero-component {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.page-padding-2 {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.main-wrapper {
  color: #000;
  background-color: #121316;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large-2 {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
}

.overlay-9 {
  z-index: 10;
  background-color: #121316b3;
  position: absolute;
  inset: 0%;
}

.overlay-9.overlay-light {
  background-color: #1213164d;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.action-intro-2 {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-item {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.text-size-large-3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.65;
}

.text-size-large-3.text-color-white {
  color: #fff;
}

.speaker-column-bkg {
  border-radius: 1rem;
  width: 17vw;
  height: 24vw;
  position: relative;
  overflow: hidden;
}

.about-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.specker-list-item {
  border-bottom: 1px solid #dadada;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-basic-trigger {
  height: 10vh;
  margin-top: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-xhuge {
  font-size: 7.5vw;
  font-weight: 600;
  line-height: 1.1;
}

.action-wrapper {
  z-index: 5;
  color: #fff;
  text-align: left;
  border-radius: 8px;
  position: relative;
  overflow: visible;
}

.section-sticky {
  flex: 1;
  position: sticky;
  top: 0;
}

.intro-centered {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/JJS_1JJS.avif');
  background-position: 0 0;
  background-size: cover;
  width: 240px;
  height: 240px;
}

.div-block-8.jjs {
  width: 160px;
  height: 160px;
  margin-top: 20px;
}

.speaker-portrait {
  border-radius: 1rem;
  width: 30vw;
  max-width: 40rem;
  height: 42vw;
  max-height: 60rem;
  position: relative;
  overflow: hidden;
}

.story-grid-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-speaker-bio {
  z-index: 25;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}

.story-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  display: flex;
}

.scroll-arrow-3 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 2rem;
  display: flex;
}

.speaker-last-name {
  z-index: 15;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.story-cntent {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 35rem;
  height: 42vw;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  overflow: hidden;
}

.speaker-description {
  text-align: left;
  max-width: 20rem;
  padding-top: 2.5rem;
}

.t1 {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
}

.speaker-cms-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 9rem;
  display: flex;
}

.text-size-regular-2 {
  height: 42vw;
  font-size: 1.2rem;
  line-height: 1.65;
  overflow: scroll;
}

.body-5, .body-6 {
  font-family: Poppins, Arial, sans-serif;
}

.heading-31 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 110%;
}

.text-block-18 {
  color: var(--white);
  width: 100%;
  max-width: 720px;
  margin: 60px auto;
  font-size: 30px;
  line-height: 140%;
}

.div-block-18 {
  z-index: 100;
  padding: 0;
  display: flex;
  position: relative;
}

.dropdown-list-3 {
  z-index: 100;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.dropdown-link-2 {
  z-index: 10;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 16px 50px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.dropdown-link-2:hover {
  box-shadow: none;
  background-color: #f5f6f800;
}

.icon-3 {
  color: #ff1e36;
  margin-right: 0;
}

.switch {
  z-index: 10;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 10px;
  display: block;
  position: relative;
}

.switch:lang(nl) {
  justify-content: center;
  align-items: center;
}

.image-15 {
  align-self: center;
  margin-left: 14px;
  position: absolute;
}

.dropdown-3 {
  background-color: #fff0;
  width: 136px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle-2 {
  background-color: #fdfdfd00;
  border: 1px #ebecf1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  background-color: #fdfdfd00;
}

.nav-link-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  transition: opacity .4s;
  display: flex;
}

.nav-link-3:hover {
  opacity: .6;
}

.nav-link-3:lang(nl) {
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link-3.w--current {
  color: #000;
}

.nav-link-3.lg {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
}

.nav-link-3.lg.nav-link {
  letter-spacing: 0;
  font-size: 16px;
}

.icon-4 {
  color: #ff1e36;
  margin-right: 0;
}

.div-block-19 {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 8px;
  width: 100%;
  height: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.div-block-19._01 {
  background-color: #f2f2f2;
  background-image: url('../images/headway-5QgIuuBxKwM-unsplash-2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.div-block-19._02 {
  background-image: url('../images/组-1841x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 400px;
}

.div-block-19._03 {
  background-image: url('../images/dane-deaner-_-KLkj7on_c-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-19._04 {
  background-image: url('../images/mediensturmer-aWf7mjwwJJo-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  height: 400px;
}

.div-block-20 {
  height: 60px;
}

.section-11 {
  margin-bottom: 100px;
}

.about-overview-text-copy {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 28px 24px;
  display: flex;
  position: relative;
}

.div-block-21 {
  height: 80px;
}

.medium-uppercase-m-copy {
  text-transform: uppercase;
  align-self: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.heading-32 {
  color: var(--white);
  max-width: 720px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-24 {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.big-button-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  background-color: #242424;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
  position: relative;
}

.big-button-copy.w--current {
  position: relative;
}

.big-button-copy.bg-color-secondary {
  background-color: #fff;
}

.about-card {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white-opacity--10);
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
  position: relative;
}

.about-card.w--current {
  position: relative;
}

.div-block-25 {
  background-image: url('../images/JJS_1JJS.avif');
  background-position: 0 0;
  background-size: cover;
  width: 240px;
  height: 240px;
}

.div-block-25.rg {
  background-image: url('../images/R_1R.avif');
  width: 160px;
  height: 160px;
}

.div-block-26 {
  background-image: url('../images/JJS_1JJS.avif');
  background-position: 0 0;
  background-size: cover;
  width: 240px;
  height: 240px;
}

.div-block-26.lc {
  background-image: url('../images/LC_1LC.avif');
  width: 160px;
  height: 160px;
}

.speaker-column-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.about-description-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

.specker-list-item-2 {
  border-bottom: 1px solid #d3e5e9;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.intro-centered-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  width: 100%;
}

.link-block-2 {
  width: 100%;
  display: none;
}

.div-block-28 {
  display: none;
}

.body-7, .body-8, .body-9 {
  font-family: Poppins, Arial, sans-serif;
}

.three-big-buttons-grid-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1192px;
  margin-top: 0;
  display: grid;
}

.big-buttons-wrapper-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-29 {
  height: 80px;
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, #0d0d0d, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #0d0d0d, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 2rem;
  max-height: 2rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: 0;
}

.home-logo-wrapper.bottom._2 {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
}

.logos-marquee {
  margin-bottom: 100px;
}

.center-heading-block-wrapper-copy {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.center-heading-block-wrapper-copy.margin-bottom-80-mobile-64-copy {
  margin-bottom: 20px;
}

.div-block-30 {
  height: 60px;
}

.square-gr---parallels {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.square-gr---parallels.x-rotate {
  transform: rotate(90deg);
}

.section-h-wrapper {
  padding-left: 5rem;
  padding-right: 5rem;
}

.illus-card---content {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-left: 0;
  display: flex;
}

.section-7 {
  overflow: hidden;
}

.section-7.x-invert {
  color: #fff;
}

.section-7.x-invert.x-relative {
  display: none;
}

.square-gr---line {
  background-image: linear-gradient(to top, #fff0, #fff);
  border-radius: .375rem;
  position: absolute;
  inset: 0%;
}

.paragraph-3 {
  opacity: .8;
  font-size: 20px;
}

.circle-gr---inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.square-gr---line-wrap {
  border-radius: .375rem;
  width: .75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transform: translate(0);
}

.square-gr---line-wrap.x-middle {
  left: 50%;
  transform: translate(-50%)rotate(-180deg);
}

.square-gr---line-wrap.x-left {
  left: 3.75rem;
}

.square-gr---line-wrap.x-right {
  right: 3.75rem;
}

.circle-gr {
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: relative;
}

.paragraph {
  opacity: .8;
  letter-spacing: 0;
  width: 460px;
  font-size: 16px;
  line-height: 150%;
}

.triangle-gr---line-wrap {
  border-radius: .375rem;
  position: absolute;
  inset: 0 -.375rem;
  overflow: hidden;
  transform: translate(0);
}

.paragraph-2 {
  opacity: .79;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
}

.circle-gr---dot {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.triangle-gr {
  width: 13.875rem;
  height: 12rem;
  position: relative;
}

.illus-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dot {
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
}

.dot.bg-secondary, .dot.bg-primary {
  background-color: var(--primary-light);
}

.dot.x-small {
  width: .375rem;
  height: .375rem;
}

.dot.bg-secondary, .dot.bg-primary {
  background-color: var(--primary-light);
}

.triangle-gr---border {
  border-radius: .375rem;
  height: .75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.triangle-gr---border.x-right {
  transform-origin: 0%;
  width: 100%;
  left: 100%;
  right: auto;
  transform: rotate(-120deg);
}

.triangle-gr---border.x-left {
  transform-origin: 100%;
  width: 100%;
  left: auto;
  right: 100%;
  transform: rotate(120deg);
}

.square-gr---dot {
  display: flex;
  position: absolute;
  inset: 0%;
}

.square-gr---dot.x-bottom {
  align-items: flex-end;
}

.square-gr---dot.x-top {
  align-items: flex-start;
}

.triangle-gr---line {
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.grid {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.vertical-7xl {
  grid-column-gap: 1rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.triangle-gr---line-inner {
  background-image: linear-gradient(to right, #fff0, #fff);
  border-radius: .375rem;
  width: 50%;
}

.triangle-gr---dot {
  display: flex;
  position: absolute;
  inset: 0%;
}

.triangle-gr---dot.x-middle {
  justify-content: center;
}

.triangle-gr---dot.x-right {
  justify-content: flex-end;
}

.square-gr {
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: relative;
}

.vertical-7xl {
  grid-row-gap: 16rem;
  flex-direction: column;
  display: flex;
}

.triangle---center-wrap {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-gr---arc {
  opacity: 1;
  background-color: #0000;
  background-image: radial-gradient(circle at 50% 100%, #fff0, #fff);
  border-style: none;
  border-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: .75rem;
  overflow: hidden;
}

.container-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.font-roboto-mono.color-secondary.heading-h5 {
  text-transform: uppercase;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
}

.vertical-l {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.circle-gr---mask {
  opacity: 1;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  inset: .75rem;
}

.circle-gr---mask.x-01 {
  transform: rotate(90deg);
}

.circle-gr---mask.x-02 {
  border: 1px solid #0000;
  transform: rotate(-90deg);
}

.section-v-wrapper {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-v-wrapper.x-relative {
  position: relative;
}

.section-v-wrapper.x-relative.x-expand {
  background-color: #1b1b1b;
  background-image: url('../images/tobias-van-schneider-lHGeqh3XhRY-unsplash1x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.text-block-21 {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 130%;
}

.text-block-22 {
  border-top: 1px none var(--black-opacity--10);
  color: var(--primary);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-22._1 {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.center-heading-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f2f2f2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.navigation-card-2 {
  border: 1px solid #f2f2f233;
  border-radius: 8px;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.medium-uppercase-xs-2 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
}

.medium-uppercase-xs-2.second-button-text {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  transform: perspective(250px)rotateX(90deg)rotateY(0)rotateZ(0)perspective(50px);
}

.medium-uppercase-xs-2.first-button-text {
  transform-origin: 50% 0;
  transform: perspective(250px);
}

.primary-button-5 {
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ff1e36;
  border: 1px solid #ff1e36;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button-5:hover {
  color: #141414;
  background-color: #122c5f00;
  border-color: #141414;
}

.primary-button-5.primary-white {
  color: #141414;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.primary-button-5.primary-white:hover {
  color: #f2f2f2;
  background-color: #f2f2f200;
}

.navigation-card-background-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.65;
}

.sticky-card-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.section-sticky-cards {
  z-index: 25;
  margin-top: 0;
  position: relative;
}

.sticky-base {
  border: 1px solid var(--black-opacity--50);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-first-base {
  border-style: solid;
  border-color: var(--black-opacity--50);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}

.sticky-base.sticky-second-base {
  border-style: solid;
  border-color: var(--black-opacity--50);
  margin-top: -6rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.page-padding {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.sticky-cover {
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.sticky-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 35rem;
  display: block;
}

.preview-title {
  max-width: 32rem;
}

.sticky-description {
  max-width: 31rem;
}

.sticky-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.heading-large {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.sticky-image {
  border-radius: .5rem;
  height: 85%;
  position: relative;
  overflow: hidden;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 6rem;
  display: grid;
}

.sticky-content._02, .sticky-content._03 {
  grid-template-columns: 1fr 1fr;
}

.text-block-23 {
  color: #632847;
  text-align: left;
  border-top: 1px #1414141a;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-23._1 {
  color: var(--primary);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.project-info-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #1414141a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.project-info-block-2._01 {
  flex-flow: column;
}

.project-info-block-2._2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.medium-uppercase-xs-3 {
  color: #dcdee3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.medium-uppercase-xs-3.color-black-opacity-70 {
  color: #141414;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.medium-uppercase-xs-3.color-black-opacity-70._2 {
  color: #141414;
  align-self: flex-start;
}

.medium-uppercase-xs-3.color-black-opacity-70.l {
  text-align: left;
}

.sticky-base-2 {
  background-color: #fff;
  border: 1px solid #63284780;
  border-radius: 8px;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: 0;
  margin-bottom: 4px;
  display: flex;
  position: relative;
  top: 0;
}

.sticky-base-2.sticky-second-base {
  border-style: solid;
  border-color: #63284780;
  margin-top: 0;
  margin-bottom: 4px;
  top: 0;
}

.sticky-base-2.sticky-first-base {
  border-style: solid;
  border-color: #63284780;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}

.project-info-blocks-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px #1414141a;
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.blocks-section-copy {
  padding-bottom: 4px;
}

.blocks-section-copy.about-blocks {
  flex-flow: column;
  height: auto;
  min-height: auto;
  display: flex;
}

.blocks-section-copy.navigation-cards-section {
  flex-flow: column;
  height: 380px;
  min-height: auto;
  display: flex;
}

.blocks-section-copy.services-images-blocks {
  flex-flow: column;
  height: 140vh;
  min-height: 900px;
  padding-top: 4px;
  display: flex;
}

.blocks-section-copy.contacatus {
  padding-top: 0;
}

.blocks-section-copy.services-images-blocks-copy {
  flex-flow: column;
  height: auto;
  min-height: auto;
  padding-top: 4px;
  display: flex;
}

.section-sticky-cards-copy {
  z-index: 25;
  background-color: #121316;
  margin-top: 0;
  position: relative;
}

.sticky-card-copy {
  flex-flow: column;
  display: flex;
}

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.services-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.subtitle {
  z-index: 10;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.outline-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid #8e93a526;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9dee926;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link:hover {
  border-bottom-color: #fff;
}

.underline-link.dark {
  color: #0a0f1a;
  border-bottom-color: #bfc5d5;
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link.dark:hover {
  border-bottom-color: #858c9ead;
}

.background-cover {
  z-index: 3;
  background-color: #131313;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.body-display {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  color: var(--white-opacity--50);
  font-size: 16px;
  line-height: 140%;
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
}

.description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overlay {
  background-color: #060b1466;
  position: absolute;
  inset: 0%;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background.service-four {
  background-image: url('../images/180561721711124_.pic.jpg');
}

.background.service-two {
  background-image: url('../images/180531721711091_.pic.jpg');
}

.background.service-three {
  background-image: url('../images/180551721711115_.pic.jpg');
}

.background.service-one {
  background-image: url('../images/180521721711086_.pic.jpg');
  font-family: Poppins, Arial, sans-serif;
}

.heading-33 {
  color: var(--white);
  font-size: 28px;
  line-height: 130%;
}

.bold-text {
  font-size: 20px;
  line-height: 100%;
}

.medium-uppercase-xs-4 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.banner {
  font-size: 4vw;
  font-weight: 700;
}

.banner.en {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.div-block-31 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 8px;
  display: flex;
}

.div-block-32 {
  padding-left: 4px;
  padding-right: 4px;
}

.icon-big-button-content-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.icon-26 {
  width: 24px;
  height: 24px;
}

.medium-uppercase-s-2 {
  text-transform: uppercase;
  font-weight: 500;
}

.big-button-heading-shape-2 {
  background-color: #f2f2f2;
  width: 6px;
  height: 6px;
}

.hero-lines-grid-5 {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.medium-uppercase-xs-5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.hero-description-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .medium-uppercase-m {
    align-self: center;
  }

  .regular-s.max-width-280-tablet-424._5 {
    font-size: 22px;
  }

  .section.section-top-padding {
    padding-top: 80px;
  }

  .center-heading-block-wrapper.margin-bottom-80-mobile-64 {
    margin-bottom: 10rem;
  }

  .blur-icon-block-content {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-grid {
    margin-bottom: 80px;
  }

  .gradient-overlay {
    background-image: none;
  }

  .text-size-regular-2 {
    height: 42vw;
  }

  .icon-3 {
    margin-right: 0;
  }

  .dropdown-toggle-2:hover {
    background-color: #fdfdfd00;
  }

  .icon-4 {
    margin-right: 10px;
  }

  .div-block-19 {
    margin-top: 40px;
  }

  .div-block-20 {
    height: 40px;
  }

  .medium-uppercase-m-copy {
    align-self: flex-start;
  }

  .div-block-22 {
    width: auto;
    height: 80px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-29 {
    height: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .regular-s.max-width-280-tablet-424 {
    font-size: 18px;
  }

  .regular-s.max-width-280-tablet-424._5 {
    line-height: 130%;
  }

  .regular-s.max-width-200 {
    max-width: 300px;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
  }

  .regular-s.max-width-200.white.lang {
    max-width: 540px;
  }

  .h2 {
    letter-spacing: 0;
  }

  .location-image._07 {
    background-image: url('../images/6871741525771_.pic.jpg');
  }

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

  .nav-link-3 {
    letter-spacing: 3px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-3:lang(nl) {
    letter-spacing: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-link-3.lg.nav-link {
    letter-spacing: 0;
    font-size: 14px;
  }

  .dot.bg-secondary, .dot.bg-primary {
    background-color: var(--primary-light);
    background-color: #f52f44;
  }

  .circle-gr---arc {
    background-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .location-card-wrapper {
    height: 560px;
  }

  .div-block-7 {
    opacity: 1;
    margin-left: 0;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .story-cntent {
    height: 42vw;
    padding-bottom: 3.5rem;
    overflow: hidden;
  }

  .t1 {
    color: #fff;
  }

  .text-size-regular-2 {
    flex-flow: column;
    height: 42vw;
    display: flex;
    overflow: scroll;
  }

  .text-block-19 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2.24px;
    font-size: 56px;
  }

  h2 {
    letter-spacing: -1.6px;
    font-size: 40px;
  }

  h3 {
    letter-spacing: -1.12px;
    font-size: 28px;
  }

  .hero-section {
    min-height: 920px;
  }

  .hero-text-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .max-width-640-tablet-560-mobile-360 {
    max-width: 560px;
  }

  .hero-description {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-280-tablet-424 {
    max-width: 424px;
  }

  .three-big-buttons-grid {
    flex-flow: column;
    display: flex;
  }

  .blocks-section.about-blocks {
    height: 800px;
    min-height: auto;
  }

  .blocks-section.navigation-cards-section {
    min-height: 920px;
  }

  .blocks-section.services-images-blocks, .blocks-section.services-images-blocks-copy {
    height: 800px;
    min-height: auto;
  }

  .regular-l {
    letter-spacing: -.4px;
    font-size: 20px;
  }

  .center-heading-block {
    max-width: 400px;
  }

  .center-heading-block.long-heading-block {
    max-width: 600px;
  }

  .project-info-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 50%;
  }

  .project-image-block {
    width: 50%;
    height: 600px;
  }

  .project-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .max-width-264-tablet-224-mobile-192 {
    max-width: 224px;
  }

  .left-heading-block {
    max-width: 400px;
  }

  .highlight-item {
    grid-template-columns: 1fr 1fr;
  }

  .large-value {
    letter-spacing: -4.8px;
    font-size: 120px;
  }

  .navigation-cards-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-content {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .footer-main-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-menu-item {
    letter-spacing: -.4px;
    font-size: 20px;
  }

  .footer-lines-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-line-block.first-block {
    display: none;
  }

  .hero-image {
    height: 880px;
  }

  .about-banner {
    height: 115vh;
    min-height: 1080px;
  }

  .faq-grid {
    flex-flow: column;
  }

  .second-project-image {
    min-height: 920px;
  }

  .service-card {
    height: 480px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .icon-32-tablet-28 {
    width: 28px;
    height: 28px;
  }

  .contact-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-block-image {
    order: 1;
    height: 880px;
  }

  .grid-wrapper-3 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .slider-wrapper {
    margin-left: 65px;
    padding-top: 48px;
  }

  .location-card-slider {
    margin-left: -65px;
  }

  .location-mask {
    width: 70%;
  }

  .hero-image-2 {
    height: 880px;
  }

  .heading-grid {
    text-align: center;
    grid-template-columns: auto;
  }

  .speaker-column-image {
    position: relative;
  }

  .speaker-column-content {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-column {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    justify-items: center;
    padding-top: 4rem;
  }

  .agenda-hero-component {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .heading-large-2 {
    font-size: 3.5rem;
  }

  .action-intro-2 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    max-width: 35rem;
  }

  .heading-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .speaker-column-bkg {
    width: 38vw;
    height: 54vw;
  }

  .specker-list-item {
    border-bottom-style: none;
    flex-direction: column-reverse;
    width: 38vw;
    display: flex;
  }

  .heading-xhuge {
    font-size: 4.5rem;
  }

  .intro-centered {
    max-width: 35rem;
  }

  .speaker-portrait {
    width: 50vw;
    height: 72vw;
  }

  .story-grid-2 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .story-component {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .story-cntent {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .speaker-description {
    text-align: center;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .speaker-cms-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .nav-link-3 {
    background-color: #fff;
    border: 1px #889ea833;
    border-top-style: solid;
    min-height: 60px;
  }

  .speaker-column-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    justify-items: center;
    padding-top: 4rem;
  }

  .specker-list-item-2 {
    border-bottom-style: none;
    flex-direction: column-reverse;
    width: 38vw;
    display: flex;
  }

  .intro-centered-2 {
    max-width: 35rem;
  }

  .three-big-buttons-grid-copy {
    flex-flow: column;
    display: flex;
  }

  .section-h-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .square-gr---line-wrap.x-left {
    left: 2.25rem;
  }

  .square-gr---line-wrap.x-right {
    right: 2.25rem;
  }

  .circle-gr {
    width: 10.75rem;
    height: 10.75rem;
    left: -.75rem;
  }

  .triangle-gr {
    width: 9.25rem;
    height: 8rem;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .square-gr {
    width: 9.25rem;
    height: 9.25rem;
  }

  .vertical-7xl {
    grid-row-gap: 9.5rem;
  }

  .section-v-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .center-heading-block-2 {
    max-width: 400px;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .sticky-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .sticky-content {
    grid-template-columns: 1fr;
  }

  .sticky-base-2 {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base-2.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base-2.sticky-first-base {
    margin-bottom: 0;
  }

  .blocks-section-copy.about-blocks {
    height: 800px;
    min-height: auto;
  }

  .blocks-section-copy.navigation-cards-section {
    min-height: 920px;
  }

  .blocks-section-copy.services-images-blocks, .blocks-section-copy.services-images-blocks-copy {
    height: 800px;
    min-height: auto;
  }

  .section-sticky-cards-copy {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .services-cards {
    grid-template-columns: 1fr 1fr;
  }

  .hero-description-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.44px;
    font-size: 36px;
  }

  h2 {
    letter-spacing: -1.12px;
    font-size: 28px;
  }

  h3 {
    letter-spacing: -.96px;
    font-size: 24px;
  }

  .hero-section, .hero-section.mobile-hero-hug {
    height: auto;
    min-height: auto;
  }

  .hero-section.mobile-hero-full {
    height: 100vh;
    min-height: 560px;
  }

  .nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    display: flex;
  }

  .menu-items {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-item {
    padding: 4px 0;
  }

  .menu-item-shape {
    display: none;
  }

  .medium-uppercase-s.menu-item-text {
    letter-spacing: -.4px;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 112%;
  }

  .hero-content {
    padding-top: 120px;
  }

  .hero-content.compact-hero-content {
    padding-top: 160px;
  }

  .max-width-640-tablet-560-mobile-360 {
    max-width: 360px;
  }

  .hero-lines-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-line-block.first-block, .hero-line-block.second-block {
    display: none;
  }

  .big-button {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .big-buttons-wrapper {
    flex-flow: column;
  }

  .blocks-section.about-blocks {
    height: auto;
  }

  .blocks-section.navigation-cards-section {
    height: auto;
    min-height: auto;
  }

  .blocks-section.services-images-blocks, .blocks-section.services-images-blocks-copy {
    height: auto;
  }

  .about-blocks-grid {
    flex-flow: column;
    display: flex;
  }

  .section-top-padding {
    padding-top: 160px;
  }

  .center-heading-block {
    max-width: 280px;
  }

  .center-heading-block.long-heading-block {
    max-width: 400px;
  }

  .margin-bottom-80-mobile-64 {
    margin-bottom: 64px;
  }

  .project-item, .project-item:nth-child(2n) {
    flex-flow: column;
  }

  .project-info-card {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .project-image-block {
    width: 100%;
    height: 480px;
  }

  .max-width-264-tablet-224-mobile-192 {
    max-width: 192px;
  }

  .section-bottom-padding {
    padding-bottom: 160px;
  }

  .left-heading-block-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-heading-block {
    max-width: 280px;
  }

  .highlight-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .large-value {
    letter-spacing: -3.2px;
    font-size: 80px;
  }

  .highlight-info {
    justify-content: flex-start;
    max-width: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-cards-grid {
    display: flex;
  }

  .navigation-card {
    height: 560px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-block {
    padding-bottom: 20px;
  }

  .footer-content {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .footer-main-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    display: flex;
  }

  .footer-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .footer-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .footer-lines-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-line-block.second-block {
    display: none;
  }

  .nav-content-wrapper {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--white);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    height: 100vh;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .menu-button {
    display: flex;
  }

  .nav-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    flex: 1;
    margin-top: 24px;
    display: flex;
    overflow: auto;
  }

  .menu-logo-and-button {
    z-index: 2;
    border-bottom: 1px solid var(--black-opacity--10);
    background-color: var(--white);
    padding: 24px;
    position: relative;
  }

  .menu-items-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .hero-image {
    height: 560px;
  }

  .about-banner {
    height: auto;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-banner-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .three-blocks-grid {
    flex-flow: column;
    display: flex;
  }

  .light-hero-line-block.first-block, .light-hero-line-block.second-block {
    display: none;
  }

  .second-project-image {
    height: 560px;
    min-height: auto;
  }

  .service-images-grid {
    flex-flow: column;
    display: flex;
  }

  .services-images-block {
    display: flex;
  }

  .service-block-image {
    height: 360px;
  }

  .service-block-image.big-image, .contact-block-image {
    height: 560px;
  }

  .grid-wrapper-3 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .slider-wrapper {
    margin-left: 0;
    padding-top: 36px;
  }

  .location-card-slider {
    margin-left: 0;
  }

  .location-mask {
    width: 90%;
  }

  .menu-button-2 {
    display: flex;
  }

  .hero-image-2 {
    height: 560px;
  }

  .hero-line-block-3.first-block, .hero-line-block-3.second-block {
    display: none;
  }

  .menu-button-3 {
    display: flex;
  }

  .hero-lines-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .big-button-3, .big-button-4, .big-button-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .speaker-column-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
  }

  .page-padding-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large-2 {
    font-size: 2.75rem;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .speaker-column-bkg {
    width: 60vw;
    height: 80vw;
  }

  .specker-list-item {
    width: 60vw;
  }

  .heading-xhuge {
    font-size: 4rem;
  }

  .speaker-portrait {
    width: 70vw;
    height: 102vw;
  }

  .story-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .story-cntent {
    padding-bottom: 2rem;
  }

  .nav-link-3 {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .big-button-copy, .about-card {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .speaker-column-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
  }

  .specker-list-item-2 {
    width: 60vw;
  }

  .big-buttons-wrapper-copy {
    flex-flow: column;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .section-h-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .illus-card---content {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .illus-card {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .vertical-7xl {
    grid-row-gap: 7rem;
  }

  .section-v-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .center-heading-block-2 {
    max-width: 280px;
  }

  .navigation-card-2 {
    height: 560px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .blocks-section-copy.about-blocks {
    height: auto;
  }

  .blocks-section-copy.navigation-cards-section {
    height: auto;
    min-height: auto;
  }

  .blocks-section-copy.services-images-blocks, .blocks-section-copy.services-images-blocks-copy {
    height: auto;
  }

  .horizontal-line-fill.blank, .vertical-line-fill.blank {
    opacity: 1;
  }

  .services-cards {
    grid-template-columns: 1fr;
  }

  .hero-lines-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.mobile-hero-full.project {
    height: 50vh;
    min-height: 280px;
  }

  .nav {
    border-radius: 0;
  }

  .menu-items {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .menu-item-shape {
    display: none;
  }

  .medium-uppercase-s {
    font-size: 20px;
  }

  .medium-uppercase-s.menu-item-text {
    text-transform: uppercase;
  }

  .medium-uppercase-xs.color-black-opacity-70.ft {
    font-size: 20px;
  }

  .h1.max-width-640-tablet-560-mobile-360 {
    font-size: 40px;
  }

  .h1.max-width-640-tablet-560-mobile-360.cn {
    font-size: 30px;
  }

  .hero-description {
    align-items: stretch;
  }

  .regular-s.max-width-280-tablet-424._5 {
    font-size: 24px;
  }

  .regular-s.max-width-200 {
    font-size: 14px;
  }

  .section.section-top-padding {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .section.section-top-padding.section-bottom-padding {
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .default-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-content.max-width-960 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .center-heading-block-wrapper.margin-bottom-80-mobile-64 {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.cn {
    font-size: 20px;
    font-weight: 400;
  }

  .h2.cn.about {
    font-size: 5vw;
  }

  .project-info-blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navigation-card {
    height: 320px;
  }

  .navigation-card-image {
    height: 1001%;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-content-wrapper {
    border-radius: 0;
    height: 450px;
    display: none;
    bottom: auto;
    overflow: hidden;
  }

  .menu-logo-and-button {
    border-radius: 4px;
  }

  .menu-items-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
  }

  .hero-image, .hero-image.home {
    height: 280px;
  }

  .about-banner {
    padding-bottom: 220px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-block-image.big-image {
    height: 670px;
  }

  .contact-block-image {
    height: 400px;
  }

  .grid-wrapper-3 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .location-card-wrapper {
    min-height: 325px;
  }

  .location-mask {
    width: 85%;
  }

  .hero-image-2 {
    height: 280px;
  }

  .heading-inside, .heading-inside.en {
    font-size: 32px;
  }

  .text-block-14 {
    font-size: 34px;
  }

  .text-block-15 {
    width: 70100%;
    font-size: 14px;
  }

  .container-large-3 {
    max-width: none;
  }

  .special {
    font-size: 2rem;
  }

  .heading-grid {
    margin-top: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 4em;
  }

  .speaker-column {
    width: 100vw;
  }

  .agenda-hero-component {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large-2 {
    font-size: 23px;
  }

  .action-intro-2 {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .speaker-column-bkg {
    width: 100%;
    height: 480px;
  }

  .specker-list-item {
    width: 340px;
  }

  .heading-xhuge {
    font-size: 3.25rem;
    line-height: 1.15;
  }

  .div-block-8.jjs {
    margin-left: 0;
    margin-right: 0;
  }

  .speaker-portrait {
    width: 90vw;
    height: 132vw;
  }

  .story-grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .story-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .story-cntent {
    height: 420px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .speaker-description {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-regular-2 {
    height: 440px;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .div-block-18 {
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dropdown-list-3 {
    opacity: 0;
  }

  .dropdown-link-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 45vw;
  }

  .icon-3 {
    z-index: 20;
    margin-left: 0;
    margin-right: 80px;
  }

  .switch {
    border: 1px #000;
    border-top: 1px solid #889ea833;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: none;
  }

  .image-15 {
    margin-left: 35px;
  }

  .dropdown-3 {
    width: 100%;
  }

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-3:hover {
    opacity: .9;
  }

  .nav-link-3.lg {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-link-3.lg:hover {
    background-color: #fff0;
  }

  .icon-4 {
    z-index: 20;
    margin-left: 0;
    margin-right: 80px;
  }

  .section-11 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .medium-uppercase-m-copy {
    align-self: flex-start;
  }

  .speaker-column-2 {
    width: 100vw;
  }

  .specker-list-item-2 {
    width: 340px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    padding-left: 0;
    display: flex;
  }

  .text-block-20 {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-28 {
    flex-flow: column;
    padding-bottom: 40px;
    display: flex;
  }

  .section-12, .section-13 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-29 {
    height: 0;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .section-7.x-invert.x-relative {
    display: none;
  }

  .text-block-22._1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .navigation-card-2 {
    height: 320px;
  }

  .section-sticky-cards {
    background-color: #000;
  }

  .sticky-top {
    width: 100%;
  }

  .sticky-image {
    height: 280px;
    min-height: auto;
  }

  .sticky-card {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    display: flex;
  }

  .sticky-content._02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .sticky-content._03 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .medium-uppercase-xs-3.color-black-opacity-70 {
    text-align: left;
  }

  .section-sticky-cards-copy {
    background-color: var(--primary);
  }

  .banner {
    font-size: 11vw;
    line-height: 140%;
  }

  .banner.en {
    font-size: 8vw;
  }

  .div-block-32 {
    padding-left: 4px;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .hero-description-2 {
    align-items: stretch;
  }
}

#w-node-cc9666d2-5229-804a-f11a-2eb715ea61ea-ac22a484, #w-node-_525a0b52-4ca3-38fc-57ae-3b754682f733-4682f722 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23a7c60c-9803-08eb-a25b-f284b211af22-b211af21 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23a7c60c-9803-08eb-a25b-f284b211af2a-b211af21 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_23a7c60c-9803-08eb-a25b-f284b211af2b-b211af21 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23a7c60c-9803-08eb-a25b-f284b211af2c-b211af21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e40-ac22a486 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e60-ac22a486 {
  grid-column: span 6 / span 6;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e66-ac22a486 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e76-ac22a486 {
  grid-column: span 6 / span 6;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e7c-ac22a486 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659ea5-ac22a486 {
  grid-column: span 6 / span 6;
}

#w-node-_017fd5f9-e63e-a87e-9e4d-90f3242c4838-ac22a486 {
  place-self: auto;
}

#w-node-_9dc66567-35fe-6475-f85e-b6ac3ac6c4f3-ac22a486, #w-node-_9dc66567-35fe-6475-f85e-b6ac3ac6c4d6-ac22a486 {
  justify-self: center;
}

#w-node-aba05096-c708-1624-087e-59008f17c834-ac22a486, #w-node-aba05096-c708-1624-087e-59008f17c836-ac22a486, #w-node-aba05096-c708-1624-087e-59008f17c837-ac22a486, #w-node-aba05096-c708-1624-087e-59008f17c838-ac22a486, #w-node-aba05096-c708-1624-087e-59008f17c839-ac22a486, #w-node-aba05096-c708-1624-087e-59008f17c83a-ac22a486, #w-node-aba05096-c708-1624-087e-59008f17c83b-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a94-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a96-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a97-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a98-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a99-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a9a-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a9b-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0ded-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0def-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df0-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df1-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df2-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df3-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df4-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913b9-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913ba-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bc-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bd-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913be-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bf-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913c1-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc3-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc4-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc6-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc7-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc8-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc9-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbcb-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec94-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec95-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec97-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec98-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec99-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec9a-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec9c-ac22a486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54645551-e89f-318c-9abb-6845f422775f-f4227754 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f62be7db-621f-bc3d-66e1-ed13f34d3b6c-f34d3b6b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f62be7db-621f-bc3d-66e1-ed13f34d3b72-f34d3b6b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-f62be7db-621f-bc3d-66e1-ed13f34d3b73-f34d3b6b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f62be7db-621f-bc3d-66e1-ed13f34d3b74-f34d3b6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1cb89790-98df-0476-e5a2-11280fa30ea7-ac22a4cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329acd-ac22a4cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329aea-ac22a4cd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329b07-ac22a4cd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329b24-ac22a4cd {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_40277fbc-d314-1ded-d6b6-d0764e334ec6-ac22a4cd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4e10bed8-2400-f48a-b972-c787f906f114-ac22a4cd {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_55ad09da-f3d1-86dd-667e-3a904f4e543d-ac22a4cd {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1ad286cb-2637-22fe-171f-696881bfaa59-ac22a4cd {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_00ccb642-3a45-6133-e84e-bd95f355ef75-ac22a4cd {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_9dc9f8c9-7a47-4db0-dd82-82eafc70317b-ac22a4cd {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_8baf4384-b4a1-2df4-9758-a1758d335413-ac22a4cf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-acb7ad26-6c66-0204-e31c-e51aa26730f8-ac22a4d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad02-ac22a4d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad04-ac22a4d0 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad08-ac22a4d0 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad0b-ac22a4d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad0e-ac22a4d0 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center end;
}

#w-node-af977cb3-b3cb-2980-e6e2-62f6dc4cfa7f-ac22a4d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af977cb3-b3cb-2980-e6e2-62f6dc4cfa82-ac22a4d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-acb7ad26-6c66-0204-e31c-e51aa2673153-ac22a4d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-acb7ad26-6c66-0204-e31c-e51aa2673156-ac22a4d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2b6ffed-da05-59c0-5d9d-4b7459f42a83-ac22a4de {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_350e56c0-55cb-f914-8924-a6c8bd705de5-ac22a4de, #w-node-_350e56c0-55cb-f914-8924-a6c8bd705e2c-ac22a4de, #w-node-_350e56c0-55cb-f914-8924-a6c8bd705e68-ac22a4de {
  justify-self: center;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e40-c0f1404b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e60-c0f1404b {
  grid-column: span 6 / span 6;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e66-c0f1404b {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e76-c0f1404b {
  grid-column: span 6 / span 6;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e7c-c0f1404b {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659ea5-c0f1404b {
  grid-column: span 6 / span 6;
}

#w-node-_017fd5f9-e63e-a87e-9e4d-90f3242c4838-c0f1404b {
  place-self: auto;
}

#w-node-_9dc66567-35fe-6475-f85e-b6ac3ac6c4f3-c0f1404b, #w-node-_9dc66567-35fe-6475-f85e-b6ac3ac6c4d6-c0f1404b {
  justify-self: center;
}

#w-node-aba05096-c708-1624-087e-59008f17c834-c0f1404b, #w-node-aba05096-c708-1624-087e-59008f17c836-c0f1404b, #w-node-aba05096-c708-1624-087e-59008f17c837-c0f1404b, #w-node-aba05096-c708-1624-087e-59008f17c838-c0f1404b, #w-node-aba05096-c708-1624-087e-59008f17c839-c0f1404b, #w-node-aba05096-c708-1624-087e-59008f17c83a-c0f1404b, #w-node-aba05096-c708-1624-087e-59008f17c83b-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a94-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a96-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a97-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a98-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a99-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a9a-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a9b-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0ded-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0def-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df0-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df1-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df2-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df3-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df4-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913b9-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913ba-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bc-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bd-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913be-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bf-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913c1-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc3-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc4-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc6-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc7-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc8-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc9-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbcb-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec94-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec95-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec97-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec98-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec99-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec9a-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec9c-c0f1404b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cb89790-98df-0476-e5a2-11280fa30ea7-cdb0edef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329acd-cdb0edef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329aea-cdb0edef {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329b07-cdb0edef {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ece564ac-74b9-e1ee-85bb-14772d329b24-cdb0edef {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_40277fbc-d314-1ded-d6b6-d0764e334ec6-cdb0edef {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4e10bed8-2400-f48a-b972-c787f906f114-cdb0edef {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_55ad09da-f3d1-86dd-667e-3a904f4e543d-cdb0edef {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1ad286cb-2637-22fe-171f-696881bfaa59-cdb0edef {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_00ccb642-3a45-6133-e84e-bd95f355ef75-cdb0edef {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_9dc9f8c9-7a47-4db0-dd82-82eafc70317b-cdb0edef {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-c2b6ffed-da05-59c0-5d9d-4b7459f42a83-aaef45c0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_350e56c0-55cb-f914-8924-a6c8bd705de5-aaef45c0, #w-node-_350e56c0-55cb-f914-8924-a6c8bd705e2c-aaef45c0, #w-node-d276d408-18a8-d045-5fdf-45e38f501b79-aaef45c0 {
  justify-self: center;
}

#w-node-_8baf4384-b4a1-2df4-9758-a1758d335413-e3421f72, #w-node-ea849b73-ff25-ee0c-4692-003a939d457d-b1a42112 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ea849b73-ff25-ee0c-4692-003a939d457f-b1a42112 {
  align-self: end;
}

#w-node-d8eedb72-137f-96d4-f369-b207f927ed92-b1a42112 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_23a7c60c-9803-08eb-a25b-f284b211af2a-b211af21, #w-node-f62be7db-621f-bc3d-66e1-ed13f34d3b72-f34d3b6b {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_525a0b52-4ca3-38fc-57ae-3b754682f727-4682f722 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e66-ac22a486, #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e7c-ac22a486 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_54645551-e89f-318c-9abb-6845f4227759-f4227754 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ece564ac-74b9-e1ee-85bb-14772d329acd-ac22a4cd, #w-node-ece564ac-74b9-e1ee-85bb-14772d329aea-ac22a4cd, #w-node-ece564ac-74b9-e1ee-85bb-14772d329b07-ac22a4cd, #w-node-ece564ac-74b9-e1ee-85bb-14772d329b24-ac22a4cd, #w-node-_40277fbc-d314-1ded-d6b6-d0764e334ec6-ac22a4cd, #w-node-_4e10bed8-2400-f48a-b972-c787f906f114-ac22a4cd, #w-node-_55ad09da-f3d1-86dd-667e-3a904f4e543d-ac22a4cd, #w-node-_1ad286cb-2637-22fe-171f-696881bfaa59-ac22a4cd, #w-node-_00ccb642-3a45-6133-e84e-bd95f355ef75-ac22a4cd, #w-node-_9dc9f8c9-7a47-4db0-dd82-82eafc70317b-ac22a4cd, #w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad04-ac22a4d0, #w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad08-ac22a4d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad0b-ac22a4d0 {
    justify-self: center;
  }

  #w-node-f0a21bb4-5308-11e7-9124-6ddce6fdad0e-ac22a4d0 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e66-c0f1404b, #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e7c-c0f1404b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ece564ac-74b9-e1ee-85bb-14772d329acd-cdb0edef, #w-node-ece564ac-74b9-e1ee-85bb-14772d329aea-cdb0edef, #w-node-ece564ac-74b9-e1ee-85bb-14772d329b07-cdb0edef, #w-node-ece564ac-74b9-e1ee-85bb-14772d329b24-cdb0edef, #w-node-_40277fbc-d314-1ded-d6b6-d0764e334ec6-cdb0edef, #w-node-_4e10bed8-2400-f48a-b972-c787f906f114-cdb0edef, #w-node-_55ad09da-f3d1-86dd-667e-3a904f4e543d-cdb0edef, #w-node-_1ad286cb-2637-22fe-171f-696881bfaa59-cdb0edef, #w-node-_00ccb642-3a45-6133-e84e-bd95f355ef75-cdb0edef, #w-node-_9dc9f8c9-7a47-4db0-dd82-82eafc70317b-cdb0edef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e40-ac22a486, #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e66-ac22a486, #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e7c-ac22a486 {
    grid-column: span 4 / span 4;
  }

  #w-node-aba05096-c708-1624-087e-59008f17c837-ac22a486, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a97-ac22a486, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df0-ac22a486, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bd-ac22a486, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc7-ac22a486, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec98-ac22a486 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e40-c0f1404b, #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e66-c0f1404b, #w-node-_7399b3ea-28a6-b4d9-c5da-2ca7ae659e7c-c0f1404b {
    grid-column: span 4 / span 4;
  }

  #w-node-aba05096-c708-1624-087e-59008f17c837-c0f1404b, #w-node-_8d3a9525-1d2a-98a8-1307-bf3cd3101a97-c0f1404b, #w-node-f74548cd-72b7-28e8-d19f-3e74663f0df0-c0f1404b, #w-node-_595f6e81-e0d5-cb5f-fad5-b047a9f913bd-c0f1404b, #w-node-_6403a251-848c-eaa1-4e15-e1a15831fbc7-c0f1404b, #w-node-_776c82bf-02c3-73a4-727c-88ffde85ec98-c0f1404b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}