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

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

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

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

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

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_typography---lh-heading: 1.2em;
  --_typography---lh-body: 1.3em;
  --_color---tone-9: black;
  --_color---tone-4: #d4d4d4;
  --_color---tone-6: #575757;
  --_color---tone-2: #f1f1f1;
  --_color---tone-1: white;
  --_color---tone-3: #e6e6e6;
  --_typography---ls-body: 0em;
  --_typography---ls-heading: .05em;
  --_color---tone-5: #949494;
  --_typography---rt-spacing: 2.5rem;
  --_color---tone-7: #2b2b2b;
  --_color---tone-8: #161616;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Bdogrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
}

h1 {
  font-size: 2rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h2 {
  font-size: 1.6rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h3 {
  font-size: 1.35rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

h4 {
  font-size: 1.1rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 500;
}

h5 {
  font-size: 1rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 500;
}

h6 {
  font-size: .85rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: var(--_typography---lh-body);
  margin-bottom: 0;
}

a {
  color: var(--_color---tone-9);
  line-height: var(--_typography---lh-heading);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 2rem;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.font-2xs {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.1em;
}

.button-form-full-with {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
}

.form-items {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.section.section-hero-16 {
  padding-top: 0;
}

.component-placeholder {
  aspect-ratio: 1;
  background-color: #f1f1f1;
  border-radius: .25rem;
}

.font-s {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1em;
}

.form-label {
  text-align: left;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1em;
}

.body-xl {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3em;
}

.form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rich-text {
  margin-bottom: -2em;
}

.rich-text h1, .rich-text h2 {
  margin-bottom: .5em;
}

.rich-text p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  line-height: 1.5em;
}

.rich-text blockquote {
  font-size: 1.25rem;
  line-height: var(--_typography---lh-body);
  margin-bottom: 2rem;
  padding: 2rem;
}

.rich-text ol {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  display: flex;
}

.rich-text ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  display: flex;
}

.rich-text a {
  text-underline-offset: .3em;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_color---tone-4);
  text-decoration-color: var(--_color---tone-4);
  transition: text-decoration-color .2s cubic-bezier(.165, .84, .44, 1);
}

.rich-text a:hover {
  -webkit-text-decoration-color: var(--_color---tone-6);
  text-decoration-color: var(--_color---tone-6);
}

.font-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.component-list-item {
  border-bottom: 1px solid #e6e6e6;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.font-3xl {
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1em;
}

.body {
  font-size: 1rem;
  line-height: 1.3em;
}

.component-list-header {
  padding-bottom: 1rem;
}

.font-xs {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
}

.body-s {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.3em;
}

.image-caption-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.component-list {
  border-top: 1px solid #e6e6e6;
  flex-flow: column;
  display: flex;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-wrapper {
  background-color: #f1f1f1;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.body-l {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3em;
}

.font-2xl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.form-block {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.font-xl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1em;
}

.display-image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.display-image.image-full-height {
  object-fit: cover;
  height: 100%;
}

.component-list-item.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.link-l {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-underline-offset: .5em;
  flex-flow: column;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: flex;
  position: relative;
}

.link-l:hover {
  text-decoration-color: #f1f1f1;
}

.component-container {
  background-color: var(--_color---tone-2);
  border-radius: .2rem;
  height: 5rem;
}

.font-l {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.font-m {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1em;
}

.font-light {
  color: #949494;
  font-size: 1rem;
  font-weight: 500;
}

.partner-11-logo-grid-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-12-slider-vertical {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-14-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.form-input {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: .1rem;
  min-height: 5rem;
  margin-bottom: 0;
  padding: 2em;
  font-size: 1rem;
  line-height: 1em;
}

.form-input.form-input-message {
  min-height: 10rem;
}

.content-45-slider-vertical {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-18-list {
  border-top: 1px solid #ececec;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-left: 1rem;
  list-style-type: square;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.dark-line {
  color: #000;
  background-color: #0000;
  border: 1px solid #00000026;
}

.button.light {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.link-l-border {
  background-color: #d4d4d4;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.button-transition {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition.dark-line-3 {
  color: #000;
  background-color: #d4d4d4;
}

.button-transition.light-3 {
  color: #000;
  background-color: #e6e6e6;
  border-radius: .25rem;
}

.link-l-border-transition {
  z-index: 2;
  background-color: #000;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.button-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-09-content-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.list {
  border-top: 1px solid #ececec;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-left: 20px;
  list-style-type: square;
}

.item-wrapper {
  flex-flow: column;
  width: 100%;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.card-25-items {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #0b0c0e;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 360px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.nav-17 {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-bottom: 1.5rem;
}

.modal-17-exit-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.nav-16 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  max-width: 1540px;
  min-height: 5rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-16-image-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.nav-16-logo {
  padding-left: 0;
}

.hero-16-content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav-16-center {
  align-items: center;
  display: flex;
  position: static;
}

.nav-16-center.height-16-tablet {
  background-color: #fff;
}

.n6-dropdown-icon-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.nav-16-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
}

.n6-dropdown-list.w--open {
  border-radius: ;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: .5rem;
  position: absolute;
}

.hero-16-text-contnet {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1540px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.nav-16-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hero-16-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.nav-16-logo-wrapper {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-16-header-images-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.1);
}

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

.hero-16-header-image-wrap {
  position: relative;
  overflow: clip;
}

.n6-dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.h16-nav-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #0000;
  border: 1px solid #d6d6d6;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .6em 1.75em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.h16-nav-button:hover {
  border-color: #9e9e9e;
}

.h16-nav-button:active {
  border-color: #6d6d6d;
}

.logo-16-image {
  max-width: 7rem;
}

.nav-16-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-16-menu-button-icon {
  width: 1.25rem;
  max-height: 1.25rem;
}

.button-16-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #dfdfdf;
  border-right-color: #000;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .6em 1.75em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-16-black:hover {
  background-color: #141414;
}

.button-16-black:active {
  background-color: #000;
}

.hav-16-menu-button-mobile {
  padding: 0;
}

.hero-16-background-images {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.hero-16-wrapper {
  height: 280vh;
  margin-bottom: 5.5rem;
  position: relative;
  overflow: clip;
}

.link-16-nav {
  padding: .5rem 1rem;
}

@media screen and (max-width: 991px) {
  .button-form-full-with {
    min-height: 4.5rem;
    font-size: .9rem;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

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

  .font-3xl {
    font-size: 4.5rem;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .font-2xl {
    font-size: 3.5rem;
  }

  .font-xl {
    font-size: 2.75rem;
  }

  .link-l {
    font-size: 1.35rem;
  }

  .font-l {
    font-size: 1.9rem;
  }

  .font-m {
    font-size: 1.75rem;
  }

  .testimonial-11-content-top-wrap {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }

  .testimonial-12-slider-vertical {
    max-width: none;
    padding: 10px;
  }

  .hero-14-image-group {
    grid-template-columns: 1fr 1fr;
  }

  .content-45-slider-vertical {
    max-width: none;
    padding: 10px;
  }

  .button {
    min-height: 4.5rem;
    font-size: .9rem;
  }

  .link-l-border-transition {
    display: none;
  }

  .nav-17 {
    z-index: 999;
  }

  .nav-16-center {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .nav-16-center.height-16-tablet {
    width: 100%;
    height: 100dvh;
    padding-bottom: 5rem;
  }

  .n6-dropdown-icon-chevron {
    inset: auto 0% auto auto;
  }

  .nav-16-grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-16-grid.nav-16-grid-mobile-reverse {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .n6-dropdown-list {
    position: static;
    overflow: hidden;
  }

  .n6-dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .nav-16-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .n6-dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .nav-16-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex;
  }

  .nav-16-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-16-menu-button-icon {
    background-color: #fff;
  }

  .hav-16-menu-button-mobile.w--open {
    background-color: ;
  }

  .link-16-nav {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .button-form-full-with {
    min-height: 4rem;
    font-size: .9rem;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .form-button {
    flex-flow: column;
  }

  .section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .font-s, .body-xl {
    font-size: 1.25rem;
  }

  .form-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .font-3xl {
    font-size: 3.5rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .body-l {
    font-size: 1.25rem;
  }

  .font-2xl {
    font-size: 3rem;
  }

  .font-xl {
    font-size: 2.15rem;
  }

  .link-l {
    font-size: 1.25rem;
  }

  .font-l, .font-m {
    font-size: 1.5rem;
  }

  .partner-11-logo-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-11-content-top-wrap {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .hero-14-image-group {
    grid-template-columns: 1fr 1fr;
  }

  .form-input {
    min-height: 4.5rem;
    padding: 1.5em;
  }

  .hero-18-list {
    margin-bottom: 20px;
  }

  .button {
    min-height: 4rem;
    font-size: .9rem;
  }

  .list {
    margin-bottom: 20px;
  }

  .nav-16-grid {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .nav-16-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-16-header-images-wrapper {
    grid-template-columns: 1fr;
  }

  .nav-16-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-16-menu-button-icon {
    width: 1.15rem;
    max-height: 1.15rem;
  }

  .button-16-black {
    font-size: .9rem;
  }

  .hero-16-wrapper {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .button-form-full-with {
    width: 100%;
  }

  .grid {
    grid-row-gap: 2rem;
  }

  .form-items {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .font-s {
    font-size: 1.1rem;
  }

  .form-label {
    font-size: .75rem;
  }

  .form-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .font-3xl {
    font-size: 2.5rem;
  }

  .image-caption-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-wrapper {
    border-radius: .25rem;
  }

  .body-l {
    font-size: 1.15rem;
  }

  .font-2xl {
    font-size: 2.5rem;
  }

  .font-xl {
    font-size: 1.75rem;
  }

  .display-image {
    border-radius: .25rem;
  }

  .link-l {
    font-size: 1.15rem;
  }

  .font-l {
    font-size: 1.4rem;
  }

  .font-m {
    font-size: 1.35rem;
  }

  .partner-11-logo-grid-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .testimonial-11-content-top-wrap {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .testimonial-12-slider-vertical {
    padding: 0;
  }

  .hero-14-image-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-input {
    min-height: 4rem;
    padding: 1em;
    font-size: .85rem;
  }

  .content-45-slider-vertical {
    padding: 0;
  }

  .button {
    width: 100%;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .card-25-items {
    height: auto;
  }

  .nav-16-grid {
    grid-row-gap: 1.5rem;
  }

  .nav-16-grid.nav-16-grid-mobile-reverse {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-16-text-contnet {
    text-align: center;
  }

  .hero-16-header-images-wrapper {
    transform: scale(3.4);
  }

  .h16-nav-button {
    width: 100%;
    display: none;
  }

  .nav-16-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-16-black {
    width: 100%;
    padding: .9em 1em;
  }

  .button-16-black.hide-16-molile-portrait {
    display: none;
  }

  .hero-16-background-images {
    margin: 1rem;
  }
}

#w-node-e3d29a83-ee8c-7970-b269-8b9a98fdf9ff-0f9f7490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa02-0f9f7490 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: start;
}

#w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa17-0f9f7490 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa26-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa27-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa28-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa29-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2a-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2b-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2c-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2d-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2e-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2f-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa30-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa31-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa32-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa33-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa34-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa35-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa36-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa37-0f9f7490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d133f9c7-cef4-347e-bc8f-8c76ca478f25-6a63adc7, #w-node-d133f9c7-cef4-347e-bc8f-8c76ca478f27-6a63adc7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa28-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2a-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2c-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa2e-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa30-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa32-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa34-0f9f7490, #w-node-e3d29a83-ee8c-7970-b269-8b9a98fdfa36-0f9f7490 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d133f9c7-cef4-347e-bc8f-8c76ca478f14-6a63adc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Bold.ttf') format('truetype'), url('../fonts/BDOGrotesk-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}