:root {
  --tone-10: white;
  --tone-100: #000;
  --lh-heading: 1.15em;
  --lh-body: 1.3em;
  --space-l: 2rem;
  --space-xs: .75rem;
  --space-s: 1rem;
  --space-3xs: .25rem;
  --tone-20: #f2f2f2;
  --tone-50: #9f9f9f;
  --tone-90: #131316;
  --space-m: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 5rem;
  --tone-60: #3d3e40;
  --tone-40: #cfcfcf;
  --tone-70: #2d2f34;
  --tone-30: #e3e3e3;
  --tone-80: #1b1b1b;
  --_sapacing---spacer-small: var(--space-xl);
  --_sapacing---spacer-medium: var(--space-2xl);
  --_sapacing---spacer-large: var(--spacer-3xl);
  --space-4xl: 10rem;
  --spacer-3xl: 7rem;
  --space-2xs: .5rem;
  --ls-heading: -.02em;
  --ls-body: -.01em;
  --rich-text-space: 2.5rem;
}

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--tone-10);
  color: var(--tone-100);
  letter-spacing: -.03em;
  overscroll-behavior: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

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

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

h3 {
  font-size: 1.25rem;
  line-height: var(--lh-heading);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  font-size: 1.1rem;
  line-height: var(--lh-heading);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  line-height: var(--lh-heading);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h6 {
  font-size: .85rem;
  line-height: var(--lh-heading);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  line-height: var(--lh-body);
  margin-bottom: 0;
}

a {
  line-height: var(--lh-heading);
  color: inherit;
  text-decoration: none;
}

ul {
  padding-left: var(--space-l);
  grid-column-gap: var(--space-xs);
  grid-row-gap: var(--space-xs);
  line-height: var(--lh-heading);
  flex-flow: column;
  display: flex;
}

ol {
  padding-left: var(--space-l);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  line-height: var(--lh-heading);
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

form {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column;
  display: flex;
}

blockquote {
  padding: var(--space-l);
  border-radius: var(--space-3xs);
  background-color: var(--tone-20);
  font-size: 1.1rem;
  line-height: var(--lh-body);
  border-left: 5px solid #e2e2e2;
  font-weight: 500;
}

figure {
  margin-bottom: 10px;
}

.section {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.section.section-admin {
  border-bottom: 1px solid var(--tone-50);
}

.section.style-guide {
  background-color: var(--tone-90);
  padding-top: 0;
  padding-bottom: 0;
}

.title-l {
  width: 100%;
  max-width: 35rem;
}

.f52-flex-v-m {
  grid-column-gap: var(--space-m);
  grid-row-gap: var(--space-m);
  width: 100%;
}

.font-xl {
  font-size: 3rem;
  line-height: var(--lh-heading);
  font-weight: 600;
}

.font-body-l {
  color: var(--tone-100);
  font-size: 1.25rem;
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.font-2xl {
  font-size: 6rem;
  line-height: var(--lh-heading);
  font-weight: 600;
}

.font-body-s {
  color: var(--tone-100);
  font-size: .85rem;
}

.font-xs {
  font-size: 1.15rem;
  line-height: var(--lh-heading);
  font-weight: 600;
}

.font-xs.font-light {
  color: var(--tone-50);
}

.style-guide-item {
  padding-bottom: var(--space-l);
  grid-column-gap: var(--space-m);
  grid-row-gap: var(--space-m);
  border-bottom: 1px solid var(--tone-50);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-guide-item.admin-item-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.font-l {
  font-size: 2rem;
  line-height: var(--lh-heading);
  font-weight: 600;
}

.link {
  border-bottom: 1px solid #00000040;
  padding-bottom: .1em;
  text-decoration: none;
}

.font-2xs {
  font-size: .8rem;
  line-height: var(--lh-heading);
  font-weight: 600;
}

.icon-m {
  width: auto;
  max-height: 1.25rem;
}

.font-body {
  color: var(--tone-100);
  line-height: var(--lh-body);
}

.link-black {
  color: var(--tone-90);
  border-bottom: 1px solid #11111140;
  padding-bottom: .1em;
}

.style-guide-items-wrapper {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-direction: column;
  display: flex;
}

.grid {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  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%;
}

.grid.grid-admin {
  grid-column-gap: var(--space-xl);
  grid-row-gap: var(--space-2xl);
}

.grid.grid-admin-items {
  grid-row-gap: 2.5rem;
}

.font-uppercase {
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-weight: 600;
}

.style-guide-info-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.link-with-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.tag-admin {
  color: #fff;
  background-color: #000;
  padding: .15rem .4rem;
  font-size: .85rem;
  font-weight: 500;
}

.tag-admin.badge-secondary {
  background-color: var(--tone-100);
  color: var(--tone-10);
  border: 1px #cfcfcf;
}

.font-m {
  font-size: 1.6rem;
  line-height: var(--lh-heading);
  font-weight: 600;
}

.font-body-light {
  color: var(--tone-50);
}

.font-s {
  font-size: 1.35rem;
  line-height: var(--lh-heading);
  font-weight: 600;
}

.rich-text-content {
  max-width: 40rem;
  margin-bottom: -2.5rem;
}

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

.rich-text-content p {
  margin-bottom: var(--space-l);
  font-size: 1.15rem;
}

.rich-text-content h3 {
  margin-bottom: .4em;
}

.rich-text-content h4, .rich-text-content h5, .rich-text-content h6 {
  margin-bottom: .5em;
}

.rich-text-content figure {
  margin-bottom: var(--space-xl);
}

.admin-color-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.admin-color-details {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.display-light {
  color: #9f9f9f;
}

.admin-color-block {
  background-color: #000;
  border: 1px solid #cfcfcf;
  width: 5rem;
  height: 5rem;
}

.admin-color-block.admin-color-tone-60 {
  background-color: var(--tone-60);
}

.admin-color-block.admin-color-tone-40 {
  background-color: var(--tone-40);
}

.admin-color-block.admin-color-tone-70 {
  background-color: var(--tone-70);
}

.admin-color-block.admin-color-tone-50 {
  background-color: var(--tone-50);
}

.admin-color-block.admin-color-tone-90 {
  background-color: var(--tone-90);
}

.admin-color-block.admin-color-tone-30 {
  background-color: var(--tone-30);
}

.admin-color-block.admin-color-tone-80 {
  background-color: var(--tone-80);
}

.admin-color-block.admin-color-tone-10 {
  background-color: #fff;
}

.admin-color-block.admin-color-tone-20 {
  background-color: var(--tone-20);
}

.icon-xs {
  width: .6rem;
  max-height: .6rem;
}

.icon-s {
  width: .75rem;
  max-height: .85rem;
}

.f7-icon-xl {
  width: 2.5rem;
  max-height: 2.5rem;
}

.admin-icon-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.f51-icon-l {
  width: 1.8rem;
  max-height: 1.8rem;
}

.admin-grid-placeholder {
  background-color: var(--tone-30);
  width: 100%;
  max-width: 1540px;
  height: 3rem;
}

.admin-grid-placeholder.spacer {
  height: 100%;
}

.flex-h-m {
  grid-column-gap: var(--space-m);
  grid-row-gap: var(--space-m);
  flex-direction: row;
  width: 100%;
}

.flex-h-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
}

.flex-v-xs {
  grid-column-gap: var(--space-3xs);
  grid-row-gap: var(--space-3xs);
  width: 100%;
}

.flex-h-l {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-direction: row;
  width: 100%;
}

.flex-v-xl {
  grid-column-gap: var(--space-xl);
  grid-row-gap: var(--space-xl);
  width: 100%;
}

.flex-h-s {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-direction: row;
  width: 100%;
}

.flex-v-l {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  width: 100%;
}

.flex-v-s {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  width: 100%;
}

.flex-h-xl {
  grid-column-gap: var(--space-2xl);
  grid-row-gap: var(--space-2xl);
  flex-direction: row;
  width: 100%;
}

.title-s {
  width: 100%;
  max-width: 20rem;
}

.title-xs {
  width: 100%;
  max-width: 15rem;
}

.title-m {
  width: 100%;
  max-width: 30rem;
}

.sbr-nav-menu-button {
  padding: 0;
}

.sbr-nav-menu-button.w--open {
  background-color: #0000;
}

.nav-main {
  background-color: #fdfdfd;
  justify-content: space-between;
  align-items: center;
  min-height: 4rem;
  display: flex;
}

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

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

.nav-item.sbr-nav-item-right-mobile-hidden {
  justify-content: flex-end;
  align-items: center;
}

.nav-item.sbr-nav-item-mid {
  justify-content: center;
  align-items: center;
}

.sbr-nav-brand {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}

.nav-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%;
}

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

.sbr-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-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

.sbr-nav-brand-image {
  width: 4rem;
}

.nav-main-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-main-link:hover {
  color: #6d6d6d;
}

.nav-main-link.w--current {
  color: var(--tone-50);
}

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

.sbr-nav-extra.sbr-nav-extra-desktop-hidden {
  display: none;
}

.announcement {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sbr-announcement-003-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.announcement-close-button {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  aspect-ratio: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 9rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.title-xl {
  width: 100%;
  max-width: 50rem;
}

.tone-10 {
  color: var(--tone-10);
}

.test {
  height: var(--_sapacing---spacer-small);
}

.space-small {
  height: var(--_sapacing---spacer-small);
  width: 100%;
}

.space-medium {
  height: var(--_sapacing---spacer-medium);
  width: 100%;
}

.space-large {
  height: var(--_sapacing---spacer-large);
  width: 100%;
}

.f51-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.f51-container.style {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.flex-v-xxs {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
}

.font-3xl {
  font-size: 7rem;
  font-weight: 600;
}

.body {
  color: var(--tone-100);
  font-size: 1rem;
  font-weight: 400;
}

.font-body-xl {
  color: var(--tone-100);
  font-size: 1.75rem;
  font-weight: 500;
}

.button-box {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.margin-top.margin-20 {
  margin-top: 20px;
}

.programs_row {
  flex: none;
  display: flex;
}

.margin-bottom.margin-20 {
  margin-bottom: 20px;
}

.button-container {
  display: inline-flex;
}

.button-text-aboslute {
  position: absolute;
}

.button-bg {
  pointer-events: none;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  transform: scale(0);
}

.button-bg.is-black {
  background-color: #1a1d1c;
}

.heading-custom-h4 {
  font-size: clamp(1.5rem, 1.2273rem + 1.3636vw, 2.25rem);
  font-weight: 500;
  line-height: 130%;
}

.card {
  cursor: pointer;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  width: 100%;
}

.intro_card_body {
  background-image: linear-gradient(#4df5a400, #e1ff2c);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 160px 40px 40px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.intro_card_text {
  overflow: hidden;
}

.programs_card {
  flex: none;
  max-width: 364px;
  margin-right: 24px;
}

.programs_content {
  display: none;
}

.navbar-button-logo {
  z-index: 10;
  max-width: 24px;
  max-height: 24px;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-secondary {
  text-transform: capitalize;
  background-color: #4df5a4;
  transition: color .4s;
}

.button.is-secondary:hover {
  color: #fdfdf0;
}

.image-default {
  object-fit: cover;
}

.f52-about-hero-image-grdi-wrap {
  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;
}

.g-nav-brand {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}

.g-nav-brand-image {
  width: 10rem;
}

.n17-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

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

.projects-section {
  z-index: 200;
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  box-shadow: 0 0 #15151500, 0 -1px #15151504, 0 -2px #15151505, 0 -3px .1px #15151506, 0 -4px .2px #15151507, 0 -5px .3px #15151507, 0 -6px .6px #15151507, 0 -8px .9px #15151508, 0 -11px 1.5px #15151508, 0 -14px 2.2px #15151508, 0 -19px 3.3px #15151508, 0 -24px 4.8px #15151508, 0 -32px 6.9px #15151508, 0 -42px 9.9px #15151509, 0 -57px 14.1px #15151509, 0 -77px 20.1px #15151509, 0 -108px 29.3px #15151509, 0 -158px 44.3px #1515150a, 0 -255px 73.5px #1515150a;
}

.device-mobile {
  z-index: 99;
  min-height: 100vh;
}

.tab-more-text {
  color: #151515;
}

.tab {
  z-index: 10;
  color: #151515;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-right: .5px #d8d8d8;
  width: 50%;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  position: relative;
}

.tabs_component {
  z-index: 10;
  position: relative;
}

.code {
  z-index: 999;
  position: relative;
}

.tabs-content {
  overflow: visible;
}

.tab-bar {
  z-index: 1;
  background-color: #151515;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0%;
}

.tab-feature-text {
  color: #fff;
}

.tabs_menu_display-none {
  display: none;
}

.tab-group {
  border: 1px solid #d8d8d8;
  border-right-width: .5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.c35-project-card {
  color: #353535;
  text-decoration: none;
}

.c39-card-number {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  border-radius: 5px;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.te11-partner-logo-grid-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.te11-testimonial-content-top-wrap {
  border-bottom: 1px solid #e5deea;
  padding-bottom: 70px;
}

.te12-testimonial-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;
}

.h14-about-hero-image-wrap {
  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;
}

.f57-testimonial-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;
}

.f61-card {
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tea1-speaker-card {
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.h17-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #3d3e40;
  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;
}

.tea9-social-link {
  background-color: #ffffff24;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.tea9-team-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tea11-social-links {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.tea11-card-wrapper {
  cursor: pointer;
  border-bottom: 1px #6a6a6a1a;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.c36-card-wrap {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.tea10-team-wrap {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bl1-project-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.bl2-post-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.bl3-post-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bl4-project-card {
  color: #353535;
  text-decoration: none;
}

.fa2-accordion-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p5-pricing-top-wrapper {
  margin-bottom: 64px;
}

.p6-price-single-card {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 40px;
  transition: background-color .3s ease-in;
}

.p6-price-single-card:hover {
  background-color: #f8f9fc;
}

.e3-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.e3-flex-v-m.e2-flex-center {
  justify-content: space-between;
  align-items: center;
}

.e3-title-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.e3-event-data-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.e3-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.e3-event-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.e3-event-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.e3-divided {
  background-color: #cfcfcf;
  height: 1px;
}

.e3-grid-agenda {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1px;
  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);
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1rem;
  display: grid;
}

.e3-agedna-divider {
  background-color: #1b1b1b;
  width: 18px;
  min-height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.e3-display-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.e3-tag {
  background-color: #f2f2f2;
  padding: .2rem .5rem;
}

.e3-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.e3-link-m {
  border-bottom: 1px solid #000;
  align-self: flex-start;
  padding-bottom: .2em;
  font-size: 1rem;
  font-weight: 600;
  transition: border-color .35s cubic-bezier(.165, .84, .44, 1);
}

.e3-link-m:hover {
  border-bottom-color: #cfcfcf;
}

.e3-speaker-agenda {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.e3-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  border-bottom: 1px #cfcfcf;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.e3-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.t9-testimonial-card {
  background-color: #121315;
  width: 660px;
  padding: 40px 48px;
}

.te9-testimonial-card-text-wrap {
  margin-bottom: 24px;
}

.t9-testimonial-author-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.te9-testimonial-cards-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.te9-user-name-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.te9-font-m {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te9-font-body-light {
  color: #9f9f9f;
}

.te9-testimonial-ticker-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30rem;
  display: flex;
  overflow: clip;
}

.testimonial-card-text {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}

.te9-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #000;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.te10-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  overflow: clip;
}

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

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

.te10-button:hover {
  border-color: #bdbdbd;
}

.te10-button:active {
  border-color: #dfdfdf;
}

.te10-section {
  background-image: url('../images/blog_6blog_5.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.te10-title-one {
  color: #fff;
  white-space: nowrap;
  font-size: 13.75rem;
  line-height: 15rem;
}

.te10-text-image {
  width: 10rem;
}

.te10-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.te10-title-second {
  color: #fff;
  font-size: 13.75rem;
  line-height: 15rem;
}

.te10-container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.te10-ticker-item-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.te10-heading {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.te11-client-description {
  display: inline-block;
}

.te11-display-light {
  color: #9f9f9f;
}

.te11-testimonial-slide-top-content-wrap {
  margin-bottom: 30px;
}

.te11-testimonial-grid-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.te11-testimonial-slider {
  z-index: 2000;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.te11-right-arrow {
  border: 1px solid #e5deea;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  inset: auto 10% 11% auto;
}

.te9-section-2 {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.te11-left-arrow {
  border: 1px solid #e5deea;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  inset: auto 20% 11% auto;
}

.te11-testimonial-slider-mask {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.te11-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.te11-testimonial-slider-title {
  color: #1c112f;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.te11-testimonial-title-wrap {
  margin-bottom: 16px;
}

.te11-testimonial-text-wrap {
  margin-bottom: 32px;
}

.te11-client-degisnation {
  color: #9f9f9f;
  font-size: 18px;
  line-height: 28px;
}

.te11-font-xl {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te11-slide-nav {
  display: none;
}

.te11-client-name {
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.te11-slide {
  background-image: url('../images/blog_6blog_5.avif');
  background-position: 0 0;
  background-size: auto;
  height: 680px;
}

.te11-slide.te11-three {
  background-image: url('../images/Img_squere_3Img_squere_2.avif');
}

.te11-slide.te11-two {
  background-image: url('../images/T10_2T10_1.avif');
}

.te11-testimonial-content-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}

.te11-testimonial-slide-content-wrap {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 44px 48px;
  position: absolute;
  inset: auto 0% 0%;
}

.te11-slider-description {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.te12-text {
  letter-spacing: -.72px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.te12-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.te12-clip {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: .5rem;
  flex-flow: column;
  min-width: 225px;
  display: flex;
  overflow: hidden;
}

.te12-section {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #000;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.te12-slider-vertical-nav {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
  inset: 0% 0% 0% auto;
}

.te12-testimonial-card-vertical {
  border-radius: 1rem;
}

.te12-quote {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: .4rem;
  display: flex;
}

.te12-slider-arrow-right {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: none;
}

.te12-slider-arrow-right:hover {
  background-color: #ee64ff;
}

.te12-icon-slider-v {
  object-fit: contain;
}

.te12-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te12-image-slider-v {
  width: 100%;
  height: 100%;
}

.te12-testimonial-slider-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  display: flex;
}

.te12-name {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.te12-testimonial-image-slider {
  border-radius: .5rem;
  width: 215px;
  max-height: 215px;
  overflow: hidden;
}

.te12-display-light {
  color: #9f9f9f;
}

.te12-testimonial-info {
  justify-content: space-between;
  align-items: center;
}

.te12-testimonial-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
  padding-right: 100px;
  display: flex;
}

.te12-slider-arrow-left {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: none;
}

.te12-slider-arrow-left:hover {
  background-color: #ee64ff;
}

.te13-testimonial-slide-contents {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 0;
  display: grid;
}

.te13-testimonial-author-designation {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.te13-testimonial-author-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.te13-testimonial-slider {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.te13-font-s {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3em;
}

.te13-font-s.te13-tone-10 {
  color: #fff;
  text-align: center;
}

.te13-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  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%;
}

.te13-font-m {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te13-right-arrow {
  color: #fff;
  background-color: #2d2f34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .25s;
  display: flex;
  inset: auto 70px 64px auto;
}

.te13-right-arrow:hover {
  background-color: #231f20;
}

.te13-left-block-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.te13-testimonial-star {
  width: 22px;
}

.te13-testimonial-mask {
  width: 100%;
  overflow: visible;
}

.te13-section {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.te-13-left-arrow {
  color: #fff;
  background-color: #2d2f34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .25s;
  display: flex;
  inset: auto 126px 64px auto;
}

.te-13-left-arrow:hover {
  background-color: #231f20;
}

.te13-testimonial-stars-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.te13-slide-nav {
  display: none;
}

.te13-testimonial-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.te13-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.te13-testimonial-slide-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 70px;
  display: flex;
}

.te13-svg {
  width: 18px;
}

.te13-testimonial-slide {
  width: 100%;
  height: 100%;
}

.te13-testimonial-author-name {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.te13-testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.te14-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.te14-slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.te14-flex-v-xs {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
}

.te14-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te14-font-s.te14-tone-10 {
  color: #fff;
}

.te14-arrow {
  color: #000;
  background-color: #1a202c;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
}

.te14-arrow.te14-previous {
  inset: auto 0% 0% -5%;
}

.te14-section {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.te14-testimonial-card {
  background-color: #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 25rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.te14-nav-slider {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.te14-arrow-right {
  color: #000;
  background-color: #1a202c;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
}

.te14-arrow-right.te14-next {
  inset: auto -6% 0% 0%;
}

.te14-mask {
  width: 33%;
  overflow: visible;
}

.te14-tone-10 {
  color: #fff;
}

.te14-divider {
  background-color: #3d3e40;
  width: 100%;
  height: 1px;
  margin-top: auto;
}

.te14-testimonial-slide {
  margin-right: .5rem;
}

.te14-flex-v-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.te14-font-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te14-font-m.te14-tone-10 {
  color: #fff;
}

.te14-image-wrap {
  border-radius: .75rem;
  width: 5rem;
}

.te14-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.te14-bottom-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.te14-testimonial-slider {
  background-color: #0000;
  height: 30rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #fff;
}

.te15-icon {
  object-fit: cover;
  width: 5rem;
  overflow: hidden;
}

.te15-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.te15-flex-v-xs {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
}

.te15-testimonial-cards {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.te15-card-top {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.te15-flex-v-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.te15-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te15-image {
  object-fit: cover;
  width: 3rem;
  max-height: 3rem;
}

.te15-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.te15-display-light {
  color: #9f9f9f;
}

.te15-number-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.te15-card-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.te15-font-body {
  color: #000;
  line-height: 1.5em;
}

.te15-testimonial-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f9f9f9;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.te15-testimonial-items._2 {
  margin-top: 18rem;
}

.te15-testimonial-items._3 {
  margin-top: 4.9375rem;
}

.te15-title {
  grid-column-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.te15-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.te15-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h1-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.h1-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.h1-image-item-two {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h1-flex-v-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.h1-image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.h1-body {
  font-size: 1rem;
}

.h1-image-one {
  width: 60%;
  position: absolute;
  inset: 30% auto auto 0%;
  overflow: hidden;
}

.h1-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

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

.h1-button:hover {
  border-color: #bdbdbd;
}

.h1-button:active {
  border-color: #dfdfdf;
}

.h1-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h1-image-item-one {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h1-image-two {
  width: 100%;
  margin-left: 15%;
  overflow: hidden;
}

.h2-image-group {
  align-items: center;
  display: flex;
  position: relative;
}

.h2-body {
  font-size: 1rem;
}

.h2-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.h2-section {
  position: relative;
}

.h2-image-item-one {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.h2-button:hover {
  border-color: #bdbdbd;
}

.h2-button:active {
  border-color: #dfdfdf;
}

.h2-flex-v-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.h2-image-one {
  width: 45%;
  position: absolute;
  overflow: hidden;
}

.h2-image-two {
  margin-left: 10%;
}

.h2-image-item-two {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.h2-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h2-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.h3-section {
  position: relative;
}

.h3-content-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.h3-font-s {
  font-size: 1.35rem;
}

.h3-font-s.tone-100 {
  color: #fff;
}

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

.h3-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.h3-font-xl.tone-100 {
  color: #fff;
}

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

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

.h3-button:hover {
  border-color: #bdbdbd;
}

.h3-button:active {
  border-color: #dfdfdf;
}

.h3-content-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  max-width: 50rem;
}

.h3-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h3-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.h4-content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.h4-image {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.h4-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.h4-button:hover {
  border-color: #bdbdbd;
}

.h4-button:active {
  border-color: #dfdfdf;
}

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

.h4-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h4-font-s.h4-tone-10 {
  color: #fff;
}

.h4-hero {
  position: relative;
}

.h4-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.h4-flex-v-m.h4-max-50 {
  max-width: 50rem;
}

.h4-overlay-img {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.h4-font-2xl {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h4-font-2xl.h4-tone-10 {
  color: #fff;
}

.h5-button-icon {
  width: 18px;
  height: 18px;
}

.h5-hero-overlay {
  background-image: linear-gradient(90deg, #00000080, #0000);
  max-width: 695px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h5-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 1.2em;
  position: relative;
}

.h5-button-text {
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.h5-description-hero {
  max-width: 40rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h5-font-2xl {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2em;
}

.h5-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h5-font-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2em;
}

.h5-title-wrap {
  z-index: 1;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  padding-bottom: 5rem;
  padding-left: 2.5rem;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.h5-hero-img {
  object-fit: cover;
  width: 100%;
  max-height: 695px;
}

.h5-hero-wrap {
  background-color: #fff;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.h5-button-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h5-button-white:hover {
  color: #000;
  background-color: #e3e3e3;
}

.h6-hero-title-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  margin-top: 2rem;
}

.h6-hero-image {
  width: 20%;
}

.h6-button-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h6-button-white:hover {
  color: #fff;
  background-color: #000;
}

.h6-hero-heading {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h6-button-text {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .87rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.h6-font-3xl {
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h6-font-3xl.h6-tone-10 {
  color: #fff;
}

.h6-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h6-body-l {
  color: #9f9f9f;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5em;
}

.h6-body-l.h6-tone-10 {
  color: #fff;
}

.h6-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h6-font-xl.h6-tone-10 {
  color: #fff;
}

.h6-v-flex-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
}

.h6-button-icon {
  width: 18px;
  height: 18px;
}

.h6-hero-heading-line.second {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h6-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #fafafa;
  border-bottom: 1px #cfcfcf;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.h6-section.h6-section-hero-image {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/Img_squere_5Img_squere_4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 70svh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.h7-flex-v-l {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.h7-flex-v-l.h7-center-left {
  justify-content: center;
  align-items: flex-start;
}

.h7-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.h7-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h7-link:hover {
  opacity: .75;
}

.h7-link.w--current {
  color: #4268fb;
}

.h7-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

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

.h7-button:hover {
  border-color: #bdbdbd;
}

.h7-button:active {
  border-color: #dfdfdf;
}

.h7-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

.h7-image {
  object-fit: cover;
  width: 100%;
}

.h8-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.h8-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h8-link:hover {
  opacity: .75;
}

.h8-link.w--current {
  color: #4268fb;
}

.h8-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.h8-flex-v-l {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.h8-flex-v-l.h8-center-left {
  justify-content: center;
  align-items: flex-start;
}

.h8-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h8-image {
  object-fit: cover;
  width: 100%;
}

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

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

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

.h8-button:hover {
  border-color: #bdbdbd;
}

.h8-button:active {
  border-color: #dfdfdf;
}

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

.h9-button:hover {
  border-color: #bdbdbd;
}

.h9-button:active {
  border-color: #dfdfdf;
}

.h9-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h9-link:hover {
  opacity: .75;
}

.h9-link.w--current {
  color: #4268fb;
}

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

.h9-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.h9-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.h9-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 0;
}

.h9-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.h9-section {
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
}

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

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

.h10-section {
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
}

.h10-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

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

.h10-button:hover {
  border-color: #bdbdbd;
}

.h10-button:active {
  border-color: #dfdfdf;
}

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

.h10-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: auto;
}

.h10-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h10-link:hover {
  opacity: .75;
}

.h10-link.w--current {
  color: #4268fb;
}

.h10-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 4rem;
}

.h10-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.h12-google-logo {
  width: 18px;
  height: 18px;
}

.h12-nav-button {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1a1b1e;
  border-style: none;
  border-width: 1px;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px 16px 24px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: border-radius .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h12-nav-button:hover {
  border-color: #d0ff71;
}

.h12-review-left-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #1a1b1e;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 13px;
  display: flex;
}

.h12-text-logo {
  font-size: 12px;
}

.h12-hero-bg-bottom-top {
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.h12-hero-bg-bottom-top.two {
  height: 800px;
}

.h12-flex-v-xl {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.h12-nav-button-overlay {
  z-index: -1;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h12-google-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0e0f11;
  background-color: #fff;
  border-radius: 99px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 28px 6px 10px;
  display: flex;
}

.h12-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h12-font-body-l {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
}

.h12-google-star {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h12-client-logo {
  width: 48px;
  height: 48px;
}

.h12-client-logo._04 {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: 51px;
}

.h12-client-logo._03 {
  position: relative;
  right: 35px;
}

.h12-client-logo._02 {
  position: relative;
  right: 16px;
}

.h12-star-img {
  color: #ffc149;
  width: 10px;
  min-width: 20px;
  height: 10px;
  min-height: 20px;
}

.h12-review-right-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h12-font-2xl {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h12-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h12-hero-tag {
  background-color: #d0ff71;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.h12-hero-tag.h12-tone-100 {
  background-color: #1a1b1e;
}

.h12-hero-bg-bottom {
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.h12-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #000;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.h12-hero-tag-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.h12-clients-logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h12-dot {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  display: flex;
  position: relative;
}

.h12-flex-h-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.h13-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.h13-flex-v-m.h13-center {
  justify-content: center;
  align-items: center;
}

.h13-font-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h13-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h13-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h13-link:hover {
  opacity: .75;
}

.h13-link.w--current {
  color: #4268fb;
}

.h13-section {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

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

.heading-span-image {
  background-image: url('../images/T10_2T10_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 14rem;
}

.heading-span-image.two {
  background-image: url('../images/T10_2.jpg');
}

.h13-font-2xl {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h13-font-2xl.h13-center {
  text-align: center;
}

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

.h13-button:hover {
  border-color: #bdbdbd;
}

.h13-button:active {
  border-color: #dfdfdf;
}

.h14-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h14-link:hover {
  opacity: .75;
}

.h14-link.w--current {
  color: #4268fb;
}

.h14-hero-image-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.h14-font-2xl {
  text-align: center;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h14-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.h14-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.h14-flex-v-m.h14-center {
  justify-content: center;
  align-items: center;
}

.h14-font-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h14-hero-image {
  border-radius: 8px;
}

.h14-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.h14-button:hover {
  border-color: #bdbdbd;
}

.h14-button:active {
  border-color: #dfdfdf;
}

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

.h15-font-2xl {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h15-font-2xl.h15-tone-10 {
  color: #fff;
}

.h15-hero-image {
  box-shadow: 1px 1px 44px #0000001a;
}

.h15-section {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #000;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.h15-hero-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.h15-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.h15-title-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 4rem;
}

.h15-hero-wrap {
  perspective: 1000px;
  height: 35vw;
  overflow: hidden;
}

.h15-section-delete {
  background-color: #000;
  min-height: 50vh;
}

.h15-font-l {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h16-nav-menu-button-mobile {
  padding: 0;
}

.h16-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);
}

.h16-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.h16-link:hover {
  opacity: .75;
}

.h16-link.w--current {
  color: #4268fb;
}

.h16-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 90ch;
  display: flex;
}

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

.h16-nav-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  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;
}

.h16-text-contnet {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  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;
}

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

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

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

.h16-nav-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%;
}

.h16-nav {
  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;
}

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

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

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

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

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

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

.h16-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

.h16-font-s.h16-tone-10 {
  color: #fff;
}

.h16-background-images {
  z-index: -1;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.t8-font-2xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1em;
}

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

.h16-font-2xl {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.h16-button-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;
}

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

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

.h16-font-xs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

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

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

.h16-button:hover {
  border-color: #bdbdbd;
}

.h16-button:active {
  border-color: #dfdfdf;
}

.h16-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h16-header {
  height: 280vh;
  margin-bottom: 5.5rem;
  position: relative;
  overflow: clip;
}

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

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

.h16-logo {
  padding-left: 0;
}

.h17-modal-video-wrapper {
  z-index: 2;
  cursor: default;
  width: 100%;
  max-width: 75vw;
  position: relative;
}

.h17-logo-image-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: relative;
}

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

.h17-title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 60rem;
  display: flex;
}

.h17-video-items {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #ffffff21;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.h17-menu-button {
  padding: 0;
}

.h17-star-half-icon {
  width: 1rem;
}

.h17-overlay {
  z-index: 2;
  background-color: #00000040;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.h17-tag {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #9f9f9f;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.5em;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: static;
  inset: 1.5rem 1.5rem auto auto;
}

.h17-link-white {
  color: #fff;
  transition: opacity .2s;
}

.h17-link-white:hover {
  opacity: .55;
}

.h17-title-button-group {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h17-trusted-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h17-background-image {
  object-fit: cover;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.h17-star-wrap {
  text-align: left;
  display: flex;
}

.h17-image-overlay {
  z-index: 2;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h17-nav-brand {
  color: #000;
}

.h17-video-image {
  object-fit: cover;
  height: 100%;
}

.nav-link-button {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em .9em;
  font-size: .95rem;
  font-weight: 500;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), border-color .2s;
  display: flex;
}

.nav-link-button:hover {
  border-color: #949494;
  transform: scale(.95);
}

.nav-link-button.nav-link-button-light {
  color: #fff;
  border-color: #ffffff40;
}

.h17-body-m {
  font-size: 1.12rem;
}

.h17-body-m.h17-tone-10 {
  color: #fff;
}

.h17-logo-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  place-items: center stretch;
  width: 100%;
  max-width: 40rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 25% 75%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 25% 75%, #0000 100%);
}

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

.h17-font-2xl.h17-tone-10 {
  color: #fff;
}

.nav-brand-logo {
  max-width: 12rem;
}

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

.h17-modal {
  z-index: 99;
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.h17-logo-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.h17-logo-slider {
  width: 5rem;
  max-height: 5rem;
}

.h17-title-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.h17-icon {
  width: 1rem;
  max-height: 1rem;
}

.h17-flex-h-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.h17-container.h17-container-nav {
  z-index: 999;
  position: relative;
}

.h17-video-image-wrapper {
  aspect-ratio: 1;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.h17-star-icon {
  width: 1rem;
}

.h17-nav-link {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity .2s;
}

.h17-nav-link:hover {
  opacity: .55;
}

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

.h17-nav-link.h17-nav-link-light {
  color: #fff;
  margin-right: 1rem;
}

.h17-grid-nav {
  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%;
}

.h17-grid-nav.grid-hero-09 {
  grid-row-gap: 5rem;
  padding-bottom: 5rem;
}

.h17-button-animation {
  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%);
}

.f68-section {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #000;
  flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.f68-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.f68-font-s {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15em;
}

.f68-font-s.f68-tone-10 {
  color: #fff;
}

.f68-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.f68-number-wrap {
  text-align: center;
  padding-bottom: 32px;
}

.f68-font-4xl {
  color: #fff;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
}

.f68-font-l {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15em;
}

.f68-description {
  color: #e3e3e3;
  font-size: 1.25rem;
}

.delete-this {
  min-height: 50vh;
}

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

.he8-section {
  position: relative;
}

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

.he8-button:hover {
  border-color: #bdbdbd;
}

.he8-button:active {
  border-color: #dfdfdf;
}

.he8-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.he8-font-s {
  font-size: 1.35rem;
}

.he8-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.he8-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

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

.he8-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  width: 100%;
  max-width: 30rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.he11-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.h11-font-body-s {
  color: #000;
  font-size: .85rem;
}

.h11-font-body-s.h11-tone-10 {
  color: #fff;
}

.he11-font-s {
  font-size: 1.35rem;
}

.he11-section {
  position: relative;
}

.he11-form-text-input {
  border: 1px solid #dfdfdf;
  border-radius: .15rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25em;
}

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

.he11-form {
  display: flex;
}

.he11-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.he11-form-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.he11-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  width: 100%;
  max-width: 30rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

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

.he11-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.he11-form-block {
  width: 100%;
  max-width: 60ch;
  margin-bottom: 0;
}

.he11-button-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

.he11-link-email {
  text-decoration: underline;
}

.he12-grid {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 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%;
  position: relative;
}

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

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

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

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

.he12-font-xs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

.he12-font-xs.h12-tone-10 {
  color: #fff;
}

.he12-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.he12-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 75ch;
  display: flex;
}

.he12-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.he12-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.he12-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.he12-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

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

.he12-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.he12-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

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

.he12-button:hover {
  border-color: #bdbdbd;
}

.he12-button:active {
  border-color: #dfdfdf;
}

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

.he14-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.he14-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

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

.he14-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.he14-grid {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 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%;
  position: relative;
}

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

.he14-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.he14-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.he14-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 75ch;
  display: flex;
}

.he14-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.he14-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.he18-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

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

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

.he18-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.he18-flex-v-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.he18-flex-v-s.h18-center {
  justify-content: center;
  align-items: center;
  max-width: 50rem;
}

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

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

.he18-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.he18-section {
  position: relative;
}

.he18-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 75ch;
  display: flex;
}

.he18-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

.he18-button:hover {
  border-color: #bdbdbd;
}

.he18-button:active {
  border-color: #dfdfdf;
}

.he18-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.he18-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

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

.he19-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 75ch;
  display: flex;
}

.he19-flex-v-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.he19-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.he19-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.he19-flex-v-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.he19-flex-v-s.h19-center {
  justify-content: center;
  align-items: center;
  max-width: 50rem;
}

.he19-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.he19-section {
  position: relative;
}

.he19-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.he19-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.he22-section {
  position: relative;
}

.he22-breadcrumb-link {
  color: #58606a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.he22-breadcrumb-link:hover {
  color: #9f9f9f;
}

.he22-breadcrumb-link.w--current {
  color: #160042;
}

.he22-breadcrumb-link.he22-current {
  color: #000;
}

.he22-color {
  background-color: #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 11rem;
  position: absolute;
  inset: 0% 0% auto;
}

.he22-breadcrumb-items {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.he22-content-items.one {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: 2rem;
}

.he22-breadcrumb-arrow {
  color: #e4e6f1;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.he22-font-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.he22-header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f2f2f2;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.he22-hero-image {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  height: 100%;
}

.he22-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta1-fontxs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta1-font-xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta1-image {
  object-fit: cover;
  width: 50%;
  max-height: 100%;
}

.cta1-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.cta1-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-bottom: 2.5rem;
  display: flex;
}

.cta1-wrapper-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: flex-start;
  height: 30rem;
  padding-left: 2.5rem;
  font-family: Inter, sans-serif;
  display: flex;
}

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

.cta1-button:hover {
  border-color: #bdbdbd;
}

.cta1-button:active {
  border-color: #dfdfdf;
}

.cta1-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.cta1-content-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.cta1-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta4-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.cta4-font-xl.cta4-tone-100 {
  color: #fff;
}

.cta4-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta4-font-s {
  font-size: 1.35rem;
}

.cta4-font-s.cta4-tone-100 {
  color: #fff;
}

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

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

.cta4-button:hover {
  border-color: #bdbdbd;
}

.cta4-button:active {
  border-color: #dfdfdf;
}

.cta4-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cta4-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 30rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cta4-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

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

.cta6-fontxs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta6-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-bottom: 2.5rem;
  display: flex;
}

.cta6-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.cta6-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

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

.cta6-content-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.cta6-font-xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta6-image {
  object-fit: cover;
  width: 50%;
  max-height: 100%;
}

.cta6-form {
  display: flex;
}

.cta6-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.cta6-form-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cta6-form-block {
  width: 100%;
  max-width: 60ch;
  margin-bottom: 0;
}

.cta6-wrapper-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: flex-start;
  height: 30rem;
  padding-left: 2.5rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta6-form-text-input {
  border: 1px solid #dfdfdf;
  border-radius: .15rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25em;
}

.cta7-image {
  object-fit: cover;
  width: 50%;
  max-height: 100%;
}

.cta7-form-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

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

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

.cta7-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 2.5rem;
  display: flex;
}

.cta7-content-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.cta7-font-xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta7-wrapper-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: flex-start;
  height: 30rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta7-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta7-form {
  display: flex;
}

.cta7-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.cta7-form-text-input {
  border: 1px solid #dfdfdf;
  border-radius: .15rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25em;
}

.cta7-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.cta7-fontxs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta7-form-block {
  width: 100%;
  max-width: 60ch;
  margin-bottom: 0;
}

.cta8-tone-10 {
  color: #fff;
}

.cta8-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cta8-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.cta8-font-xl.cta8-tone-100 {
  color: #fff;
}

.cta8-button-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

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

.cta8-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 50rem;
  padding: 4rem;
  position: relative;
}

.cta8-font-s {
  font-size: 1.35rem;
}

.cta8-font-s.cta8-tone-100 {
  color: #fff;
}

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

.cta8-form-block {
  width: 100%;
  max-width: 45ch;
  margin-bottom: 0;
}

.cta8-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0% 4rem;
}

.link-terms {
  text-decoration: underline;
}

.cta8-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.cta8-form {
  display: flex;
}

.cta8-form-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cta8-form-text-input {
  border: 1px solid #dfdfdf;
  border-radius: .15rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25em;
}

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

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

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

.cta13-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

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

.cta13-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.cta13-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.cta13-button:hover {
  border-color: #bdbdbd;
}

.cta13-button:active {
  border-color: #dfdfdf;
}

.cta13-image {
  aspect-ratio: 2.39;
}

.cta13-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  border: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta13-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta13-font-xs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta13-font-xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta14-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta14-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.cta14-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.cta14-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta14-font-xs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta14-image {
  aspect-ratio: 2.39;
}

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

.cta14-button:hover {
  border-color: #bdbdbd;
}

.cta14-button:active {
  border-color: #dfdfdf;
}

.cta14-button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta14-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta14-font-xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

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

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

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

.cta19-project-card-image-wrapper {
  z-index: 99;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta19-project-card-image-inner-wrapper {
  pointer-events: auto;
  max-width: 35%;
  overflow: hidden;
}

.cta19-project-card {
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 500;
  position: relative;
}

.cta19-body {
  color: #9f9f9f;
}

.cta19-project-card-meta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.cta19-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #fafafa;
  border-bottom: 1px #cfcfcf;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.cta19-font-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.cta19-section-header {
  border-top: 1px solid #cfcfcf;
  padding-top: 2.2rem;
}

.cta19-section-header.cta19-wrap {
  border-top-style: none;
  padding-bottom: 5rem;
}

.cta19-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta19-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem 1rem;
  display: grid;
}

.cta19-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.cta20-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta20-section-header {
  border-top: 1px solid #cfcfcf;
  padding-top: 2.2rem;
}

.cta20-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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);
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem 1rem;
  display: grid;
}

.cta20-project-card {
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  transition: color .3s;
  position: relative;
}

.cta20-project-card:hover {
  color: #cfcfcf;
}

.cta20-project-card-image-wrapper {
  z-index: 99;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta20-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  border-bottom: 1px #cfcfcf;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.cta20-project-card-image-inner-wrapper {
  pointer-events: auto;
  max-width: 35%;
  overflow: hidden;
}

.cta20-font-xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.cta21-font-l {
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15em;
}

.cta21-font-l.cta21-tone10 {
  color: #fff;
}

.cta21-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta21-tone-10 {
  color: #fff;
}

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

.cta21-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  display: flex;
}

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

.cta21-button:hover {
  border-color: #bdbdbd;
}

.cta21-button:active {
  border-color: #dfdfdf;
}

.cta21-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.cta21-image-two {
  width: 100%;
  max-width: 260px;
  position: absolute;
}

.cta21-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta21-overflow-hidden {
  overflow: clip;
}

.cta21-button-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

.cta21-image-one {
  width: 100%;
  max-width: 260px;
  position: absolute;
}

.cta24-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta24-button-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

.cta24-font-xl {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15em;
}

.cta24-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.cta24-font-body-light {
  color: #9f9f9f;
}

.cta24-grid-gallery {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

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

.cta24-button:hover {
  border-color: #bdbdbd;
}

.cta24-button:active {
  border-color: #dfdfdf;
}

.cta24-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.cta24-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta28-tooltip-content {
  padding: 0;
  display: block;
}

.cta28-tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 16px;
  display: flex;
  position: relative;
  bottom: 0;
}

.cta28-tooltip-navigation.top {
  background-color: #fafbfe;
  border-top-style: none;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 9px 9px 0 0;
}

.cta28-tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 1rem;
  position: relative;
}

.cta28-footer-team-items {
  margin-left: -.6rem;
}

.cta28-tooltip-image {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  max-height: 3.5rem;
  display: flex;
}

.cta28-font-xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

.cta28-tooltip-author {
  border-radius: 50%;
  width: 28px;
  margin-right: 10px;
}

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

.cta28-tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.cta28-relative {
  position: relative;
}

.cta28-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cta28-arrow {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.cta28-arrow.cta28-bottom {
  top: auto;
  bottom: -7px;
}

.cta28-wrapper-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: flex-start;
  height: 30rem;
  padding-left: 2.5rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta28-tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.cta28-tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.cta28-tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.cta28-tooltip-anchor.cta28-top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  inset: auto 0% 100%;
}

.cta28-tooltip-anchor.cta28-top.w--open {
  display: flex;
}

.cta28-image {
  object-fit: cover;
  width: 50%;
  max-height: 100%;
}

.cta28-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-bottom: 2.5rem;
  display: flex;
}

.cta28-footer-team {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: .75rem;
  display: flex;
  position: relative;
}

.cta28-font-body {
  color: #000;
  line-height: 1.5em;
}

.cta28-tooltip-wrapper {
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 300px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.cta28-content-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.cta28-body {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.cta28-fontxs {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1em;
}

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

.cta28-button:hover {
  border-color: #bdbdbd;
}

.cta28-button:active {
  border-color: #dfdfdf;
}

.cta28-tooltip-title {
  margin-bottom: 5px;
}

.cta28-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.cta29-font-s {
  font-size: 1.35rem;
}

.cta29-font-body {
  color: #000;
  line-height: 1.5em;
}

.cta29-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.cta29-tooltip-arrow {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.cta29-tooltip-arrow.cta29-bottom {
  top: auto;
  bottom: -7px;
}

.cta29-tooltip-image {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  max-height: 3.5rem;
  display: flex;
}

.cta29-tooltip-wrapper {
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 300px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.cta29-content-item {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 50rem;
  padding: 4rem;
  position: relative;
}

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

.cta29-tooltip-content {
  padding: 0;
  display: block;
}

.cta29-tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.cta29-font-xl {
  font-size: 3rem;
  line-height: 1.15em;
}

.cta29-relative {
  position: relative;
}

.cta29-footer-team {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: .75rem;
  display: flex;
  position: relative;
}

.cta29-tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 16px;
  display: flex;
  position: relative;
  bottom: 0;
}

.cta29-tooltip-navigation.top {
  background-color: #fafbfe;
  border-top-style: none;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 9px 9px 0 0;
}

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

.cta29-button-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

.cta29-footer-team-items {
  margin-left: -.6rem;
}

.cta29-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.cta29-tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.cta29-tooltip-author {
  border-radius: 50%;
  width: 28px;
  margin-right: 10px;
}

.cta29-tooltip-title {
  margin-bottom: 5px;
}

.cta29-tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 1rem;
  position: relative;
}

.cta29-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cta29-tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.cta29-tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.cta29-tooltip-anchor.cta29-top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  inset: auto 0% 100%;
}

.cta29-tooltip-anchor.cta29-top.w--open {
  display: flex;
}

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

.cta29-button:hover {
  border-color: #bdbdbd;
}

.cta29-button:active {
  border-color: #dfdfdf;
}

@media screen and (max-width: 991px) {
  .section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

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

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

  .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);
  }

  .sbr-nav-menu-button.w--open {
    background-color: #0000;
  }

  .sbr-nav-menu-button-icon {
    max-height: 2rem;
  }

  .nav-item.sbr-nav-item-right-mobile-hidden {
    display: none;
  }

  .nav-item.sbr-nav-item-mid {
    justify-content: flex-end;
    align-items: center;
  }

  .sbr-nav-brand {
    max-width: 7rem;
    padding-left: 0;
  }

  .nav-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-grid.sbr-nav-grid-mobile-reverse {
    flex-flow: row-reverse;
  }

  .nav-menu-main {
    background-color: #f0f0f0;
    flex-flow: column;
    width: 100%;
    padding: 1.5rem 2rem;
  }

  .nav-main-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sbr-nav-extra.sbr-nav-extra-desktop-hidden {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: .5rem;
    display: flex;
  }

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

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

  .programs_card {
    max-width: 320px;
  }

  .button {
    padding: 10px 16px;
  }

  .f52-about-hero-image-grdi-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .g-nav-brand {
    margin-left: auto;
    padding-left: 0;
  }

  .g-nav-brand.w--current {
    max-width: 12rem;
    margin-left: auto;
  }

  .g-nav-brand-image {
    width: 15rem;
  }

  .c39-card-number {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

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

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

  .h14-about-hero-image-wrap {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .p5-pricing-top-wrapper {
    margin-bottom: 48px;
  }

  .e3-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);
  }

  .e3-event-item-content {
    grid-template-columns: 1fr;
  }

  .e3-grid-agenda {
    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);
  }

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

  .e3-section, .te9-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .te10-text-wrapper {
    margin-bottom: 48px;
  }

  .te10-button-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .te10-title-one {
    font-size: 7.5rem;
    line-height: 9.3rem;
  }

  .te10-text-image {
    height: 146px;
  }

  .te10-heading-wrapper {
    justify-content: center;
    align-items: center;
  }

  .te10-title-second {
    font-size: 7.5rem;
    line-height: 9.3rem;
  }

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

  .te11-testimonial-grid-wrap {
    grid-template-columns: 1fr;
  }

  .te9-section-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

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

  .te11-testimonial-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .te12-text {
    font-size: 28px;
  }

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

  .te12-clip {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: 200px;
    height: 100%;
  }

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

  .te12-slider-vertical-nav {
    height: 100%;
  }

  .te12-testimonial-card-vertical {
    box-shadow: none;
    border-radius: 0;
    width: auto;
    max-width: none;
    height: auto;
  }

  .te12-slider-arrow-right {
    display: none;
  }

  .te12-testimonial-slider-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
  }

  .te12-testimonial-image-slider {
    width: auto;
    height: 100%;
    max-height: none;
  }

  .te12-testimonial-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
    margin-bottom: 5rem;
    padding-right: 0;
  }

  .te12-slider-arrow-left {
    display: none;
  }

  .te13-testimonial-slide-contents {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 0;
  }

  .te13-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);
  }

  .te13-right-arrow {
    bottom: 25px;
    right: 40px;
  }

  .te13-left-block-text {
    max-width: 650px;
  }

  .te13-testimonial-star {
    width: 16px;
  }

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

  .te-13-left-arrow {
    bottom: 25px;
    right: 100px;
  }

  .te13-testimonial-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .te13-testimonial-slide-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 25px;
  }

  .te14-arrow.te14-previous {
    left: -15%;
  }

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

  .te14-testimonial-card {
    width: 20.5rem;
    height: 23.688rem;
  }

  .te14-arrow-right.te14-next {
    right: -15%;
  }

  .te14-mask {
    width: 50%;
    overflow: visible;
  }

  .te14-testimonial-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .te14-testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }

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

  .te15-testimonial-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .te15-testimonial-items._2, .te15-testimonial-items._3 {
    margin-top: 0;
  }

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

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

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

  .h2-image-item-one {
    height: auto;
    max-height: none;
  }

  .h2-image-one {
    padding-left: 5%;
  }

  .h2-image-item-two {
    height: auto;
    max-height: none;
  }

  .h2-container {
    padding: 5rem 2rem;
  }

  .h3-container, .h4-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h4-font-2xl {
    font-size: 4rem;
  }

  .h5-hero-overlay {
    max-width: 550px;
  }

  .h5-font-2xl {
    font-size: 4rem;
  }

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

  .h5-title-wrap {
    max-width: 500px;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .h5-button-white, .h6-button-white {
    padding: .75rem 1rem;
  }

  .h6-font-3xl {
    font-size: 4rem;
  }

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

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

  .h6-section.h6-section-hero-image {
    min-height: 75vh;
  }

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

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

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

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

  .h9-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .h9-content-wrap {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .h9-image, .h10-image {
    height: auto;
    max-height: none;
  }

  .h10-content-wrap {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .h10-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .h12-nav-button {
    border-style: none;
  }

  .h12-font-2xl {
    font-size: 4rem;
  }

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

  .h12-hero-bg-bottom {
    height: 300px;
  }

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

  .h13-font-m {
    text-align: center;
  }

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

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

  .heading-span-image {
    padding-right: 10rem;
  }

  .h13-font-2xl {
    font-size: 4rem;
  }

  .h14-hero-image-wrap {
    flex-flow: column;
    height: 100%;
  }

  .h14-font-2xl {
    font-size: 4rem;
  }

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

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

  .h15-font-2xl {
    font-size: 4rem;
  }

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

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

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

  .h16-nav-menu-button-mobile.w--open {
    background-color: ;
  }

  .h16-title {
    max-width: 70ch;
  }

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

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

  .h16-nav-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;
  }

  .h16-nav-grid.h16-nav-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;
  }

  .h16-nav-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;
  }

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

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

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

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

  .h16-font-2xl {
    font-size: 4rem;
  }

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

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

  .h17-nav-menu {
    z-index: 99;
    background-color: #f1f1f1;
    padding: .5rem 1.5rem;
  }

  .h17-menu-button, .h17-menu-button.w--open {
    background-color: #0000;
  }

  .h17-overlay {
    background-color: #000000bf;
  }

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

  .h17-tag {
    font-size: .8rem;
  }

  .h17-nav-brand {
    padding-left: 0;
  }

  .nav-link-button {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .h17-logo-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .h17-nav-link {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .h17-grid-nav {
    grid-row-gap: 2.5rem;
    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);
  }

  .h17-grid-nav.grid-hero-09 {
    grid-row-gap: 3.5rem;
  }

  .h17-nav-item.h17-mobile-hidden {
    display: none;
  }

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

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

  .f68-font-4xl {
    font-size: 5.5rem;
  }

  .he8-container, .he11-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .he12-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    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);
  }

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

  .he14-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    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);
  }

  .he14-container, .he18-container, .he19-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .he22-breadcrumb-items {
    padding-left: 0;
  }

  .he22-content-items {
    padding-bottom: 0;
  }

  .he22-content-items.one {
    padding-left: 0;
  }

  .he22-header-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .he22-hero-image {
    aspect-ratio: auto;
    border-radius: 20px;
  }

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

  .cta1-font-xl {
    font-size: 2.25rem;
  }

  .cta1-image {
    width: 100%;
  }

  .cta1-content {
    width: 100%;
    padding-bottom: 0;
  }

  .cta1-wrapper-flex {
    flex-flow: column;
    height: auto;
  }

  .cta1-container, .cta4-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta6-content {
    width: 100%;
    padding-bottom: 0;
  }

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

  .cta6-font-xl {
    font-size: 2.25rem;
  }

  .cta6-image {
    width: 100%;
  }

  .cta6-wrapper-flex {
    flex-flow: column;
    height: auto;
  }

  .cta7-image {
    width: 100%;
  }

  .cta7-content {
    width: 100%;
    padding-bottom: 0;
  }

  .cta7-font-xl {
    font-size: 2.25rem;
  }

  .cta7-wrapper-flex {
    flex-flow: column;
    height: auto;
  }

  .cta7-container, .cta8-content-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta13-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .cta13-font-xl {
    font-size: 2.25rem;
  }

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

  .cta14-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta14-font-xl {
    font-size: 2.25rem;
  }

  .cta19-project-card-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

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

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

  .cta19-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);
  }

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

  .cta20-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);
  }

  .cta20-project-card-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

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

  .cta20-project-card-image-inner-wrapper {
    max-width: none;
  }

  .cta21-font-l.cta21-tone10 {
    text-align: center;
  }

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

  .cta21-tone-10 {
    text-align: center;
  }

  .cta21-content {
    max-width: 400px;
  }

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

  .cta21-image-two {
    max-width: 180px;
    display: none;
  }

  .cta21-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta21-image-one {
    max-width: 180px;
    display: none;
  }

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

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

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

  .cta24-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta28-font-xl {
    font-size: 2.25rem;
  }

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

  .cta28-wrapper-flex {
    flex-flow: column;
    height: auto;
  }

  .cta28-image {
    width: 100%;
  }

  .cta28-content {
    width: 100%;
    padding-bottom: 0;
  }

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

  .cta29-content-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.35rem;
  }

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

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

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

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

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

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

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

  .grid.grid-admin {
    grid-row-gap: 3.5rem;
  }

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

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

  .nav-main {
    min-height: 4rem;
  }

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

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

  .nav-menu-main, .f51-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .body {
    font-size: 1.15rem;
  }

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

  .f52-about-hero-image-grdi-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .g-nav-brand.w--current {
    max-width: 15rem;
  }

  .g-nav-brand-image {
    width: 12rem;
  }

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

  .c39-card-number {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .h14-about-hero-image-wrap {
    grid-template-columns: 1fr 1fr;
  }

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

  .p5-pricing-top-wrapper {
    margin-bottom: 32px;
  }

  .p6-price-single-card {
    padding: 32px;
  }

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

  .e3-event-image {
    width: 100%;
  }

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

  .e3-display-m {
    font-size: 1.3rem;
  }

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

  .e3-speaker-agenda {
    aspect-ratio: 3 / 2;
  }

  .e3-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .t9-testimonial-card {
    width: 550px;
    padding: 32px;
  }

  .te9-font-m {
    font-size: 1.3rem;
  }

  .testimonial-card-text {
    font-size: 24px;
    line-height: 34px;
  }

  .te9-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .te10-text-wrapper {
    margin-bottom: 32px;
  }

  .te10-button {
    font-size: .9rem;
  }

  .te10-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .te10-title-one {
    font-size: 6.25rem;
    line-height: 7.5rem;
  }

  .te10-text-image {
    height: 116px;
  }

  .te10-heading-wrapper {
    margin-bottom: 32px;
  }

  .te10-title-second {
    font-size: 6.25rem;
    line-height: 7.5rem;
  }

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

  .te9-section-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .te12-text {
    font-size: 28px;
  }

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

  .te12-clip {
    justify-content: space-between;
    align-items: center;
  }

  .te12-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .te12-slider-vertical-nav {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    inset: auto 0% 6%;
  }

  .te12-testimonial-card-vertical {
    width: 100%;
  }

  .te12-quote {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

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

  .te12-image-slider-v {
    object-position: 50% 20%;
  }

  .te12-testimonial-slider-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 0 1rem;
  }

  .te12-testimonial-image-slider {
    object-position: 50% 0%;
    height: 20rem;
    max-height: none;
  }

  .te12-testimonial-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .te13-testimonial-slide-contents {
    grid-template-columns: minmax(0, 1fr);
  }

  .te13-testimonial-author-designation {
    font-size: 14px;
    line-height: 14px;
  }

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

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

  .te13-font-m {
    font-size: 1.3rem;
  }

  .te13-right-arrow {
    width: 35px;
    height: 35px;
    bottom: 25px;
    right: 30px;
  }

  .te13-testimonial-star {
    width: 14px;
  }

  .te13-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .te-13-left-arrow {
    width: 35px;
    height: 35px;
    bottom: 25px;
    right: 70px;
  }

  .te13-testimonial-stars-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .te13-testimonial-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .te13-testimonial-slide-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .te13-svg {
    width: 14px;
  }

  .te13-testimonial-author-name {
    font-size: 20px;
    line-height: 24px;
  }

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

  .te14-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .te14-testimonial-card {
    padding: 1.5rem;
  }

  .te14-mask {
    width: 70%;
  }

  .te14-font-m {
    font-size: 1.3rem;
  }

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

  .te14-bottom-content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .te15-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .h1-image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h1-button {
    font-size: .9rem;
  }

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

  .h2-button {
    font-size: .9rem;
  }

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

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

  .h3-font-xl, .h3-font-xl.tone-100 {
    font-size: 2rem;
  }

  .h3-button {
    font-size: .9rem;
  }

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

  .h4-button {
    font-size: .9rem;
  }

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

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

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

  .h5-font-m {
    font-size: 1.3rem;
  }

  .h5-hero-img {
    object-fit: cover;
    object-position: 60% 50%;
    height: 100%;
  }

  .h5-hero-wrap {
    z-index: 1;
    height: 38rem;
    max-height: 30rem;
  }

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

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

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

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

  .h6-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .h6-section.h6-section-hero-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 65vh;
  }

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

  .h7-button {
    font-size: .9rem;
  }

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

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

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

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

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

  .h8-button, .h9-button {
    font-size: .9rem;
  }

  .h9-grid {
    padding-top: 4rem;
  }

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

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

  .h10-button {
    font-size: .9rem;
  }

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

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

  .h10-grid {
    padding-top: 4rem;
  }

  .h12-google-wrap {
    padding-right: 20px;
    display: none;
  }

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

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

  .h12-client-logo {
    width: 40px;
    height: 40px;
  }

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

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

  .h12-hero-bg-bottom {
    height: 200px;
  }

  .h12-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .h13-font-m {
    font-size: 1.3rem;
  }

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

  .h13-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .heading-span-image {
    padding-right: 8rem;
  }

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

  .h13-button {
    font-size: .9rem;
  }

  .h14-hero-image-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

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

  .h14-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .h14-font-m {
    font-size: 1.3rem;
  }

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

  .h14-button {
    font-size: .9rem;
  }

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

  .h15-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .h15-font-l {
    font-size: 1.5rem;
  }

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

  .h16-title {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .h16-header {
    margin-bottom: 2.5rem;
  }

  .h17-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

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

  .h17-tag {
    font-size: .75rem;
  }

  .h17-title-button-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .h17-title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .f68-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .f68-font-4xl {
    font-size: 4.5rem;
  }

  .f68-font-l {
    font-size: 1.5rem;
  }

  .he8-button {
    font-size: .9rem;
  }

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

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

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

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

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

  .he11-form-text-input {
    min-height: 3rem;
    font-size: .9rem;
  }

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

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

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

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

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

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

  .he12-button {
    font-size: .9rem;
  }

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

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

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

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

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

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

  .he18-button {
    font-size: .9rem;
  }

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

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

  .he22-color {
    height: 28rem;
  }

  .he22-font-m {
    font-size: 1.3rem;
  }

  .he22-header-wrap {
    grid-row-gap: 1rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

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

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

  .cta1-wrapper-flex {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta1-button {
    font-size: .9rem;
  }

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

  .cta4-font-xl, .cta4-font-xl.cta4-tone-100 {
    font-size: 2rem;
  }

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

  .cta4-button {
    font-size: .9rem;
  }

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

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

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

  .cta6-wrapper-flex {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta6-form-text-input {
    min-height: 3rem;
    font-size: .9rem;
  }

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

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

  .cta7-wrapper-flex {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .cta7-form-text-input {
    min-height: 3rem;
    font-size: .9rem;
  }

  .cta8-font-xl, .cta8-font-xl.cta8-tone-100 {
    font-size: 2rem;
  }

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

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

  .cta8-image-wrapper {
    left: 0;
    right: 0;
  }

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

  .cta8-form-text-input {
    min-height: 3rem;
    font-size: .9rem;
  }

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

  .cta13-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3.5rem 1.5rem;
  }

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

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

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

  .cta14-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3.5rem 1.5rem;
  }

  .cta14-button {
    font-size: .9rem;
  }

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

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

  .cta19-project-card-image-inner-wrapper {
    max-width: none;
  }

  .cta19-project-card-meta {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta19-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cta19-font-m {
    font-size: 1.3rem;
  }

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

  .cta19-grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .cta20-grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cta20-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .cta21-font-l {
    font-size: 1.5rem;
  }

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

  .cta21-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    opacity: 1;
    max-width: 300px;
  }

  .cta21-button {
    font-size: .9rem;
  }

  .cta21-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cta21-image-two {
    max-width: 120px;
    display: none;
    inset: auto 20px auto auto;
  }

  .cta21-wrapper {
    padding: 2rem 1rem;
  }

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

  .cta21-image-one {
    max-width: 120px;
    display: none;
    inset: auto auto auto 20px;
  }

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

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

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

  .cta24-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .cta24-button {
    font-size: .9rem;
  }

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

  .cta24-items {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

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

  .cta28-wrapper-flex {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta28-button {
    font-size: .9rem;
  }

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

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

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

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

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

  .cta29-button {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .font-xl {
    font-size: 1.75rem;
  }

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

  .font-xs {
    font-size: 1rem;
  }

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

  .icon-m {
    max-height: 1rem;
  }

  .flex-v-xl {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .sbr-nav-brand {
    max-width: 6rem;
    font-size: 1.15rem;
  }

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

  .sbr-nav-button {
    width: 100%;
  }

  .announcement {
    display: none;
  }

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

  .f52-about-hero-image-grdi-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .g-nav-brand {
    max-width: 15rem;
    font-size: 1.15rem;
  }

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

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

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

  .h14-about-hero-image-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .h17-button {
    width: 100%;
  }

  .bl2-post-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .bl3-post-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fa2-accordion-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .p5-pricing-top-wrapper {
    margin-bottom: 24px;
  }

  .p6-price-single-card {
    padding: 16px;
  }

  .e3-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .e3-event-item-content {
    grid-row-gap: 1rem;
  }

  .e3-grid-agenda {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .e3-link-m {
    font-size: 1.25rem;
  }

  .t9-testimonial-card {
    width: 300px;
    padding: 24px;
  }

  .t9-testimonial-author-info-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .te9-testimonial-cards-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .te9-user-name-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .te9-testimonial-ticker-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-card-text {
    font-size: 20px;
    line-height: 30px;
  }

  .te10-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .te10-button {
    width: 100%;
  }

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

  .te10-title-one {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .te10-text-image {
    height: 60px;
  }

  .te10-heading-wrapper {
    margin-bottom: 24px;
  }

  .te10-title-second {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .te10-ticker-item-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .te10-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .te11-testimonial-slide-top-content-wrap {
    margin-bottom: 24px;
  }

  .te11-testimonial-grid-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .te11-right-arrow {
    bottom: 6%;
  }

  .te11-left-arrow {
    bottom: 6%;
    right: 26%;
  }

  .te11-testimonial-slider-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .te11-testimonial-text-wrap {
    margin-bottom: 0;
  }

  .te11-client-degisnation {
    font-size: 14px;
    line-height: 20px;
  }

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

  .te11-client-name {
    font-size: 16px;
    line-height: 24px;
  }

  .te11-testimonial-slide-content-wrap {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 18px;
  }

  .te11-slider-description {
    font-size: 16px;
    line-height: 24px;
  }

  .te12-text {
    font-size: 23px;
  }

  .te12-slider-vertical-nav {
    bottom: 3%;
  }

  .te12-testimonial-card-vertical {
    width: 100%;
  }

  .te12-testimonial-slider-content {
    padding: 0;
  }

  .te13-testimonial-slide-contents {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .te13-testimonial-author-designation {
    font-size: 12px;
    line-height: 12px;
  }

  .te13-testimonial-slider {
    width: 100%;
  }

  .te13-right-arrow {
    bottom: 20px;
    right: 20px;
  }

  .te13-left-block-text {
    padding-top: 1rem;
  }

  .te13-testimonial-star {
    width: 10px;
  }

  .te-13-left-arrow {
    bottom: 20px;
    right: 60px;
  }

  .te13-testimonial-slide-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 16px;
  }

  .te13-testimonial-author-name {
    font-size: 18px;
    line-height: 20px;
  }

  .te14-arrow.te14-previous {
    left: -25%;
  }

  .te14-testimonial-card {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .te14-arrow-right.te14-next {
    right: -25%;
  }

  .te14-mask {
    width: 100%;
  }

  .te14-testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

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

  .te14-bottom-content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .te15-title {
    flex-flow: column;
  }

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

  .h1-image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .h1-button {
    width: 100%;
  }

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

  .h2-button {
    width: 100%;
  }

  .h3-content-wrapper {
    min-height: 60svh;
  }

  .h3-font-xl, .h3-font-xl.tone-100 {
    font-size: 1.75rem;
  }

  .h3-button {
    width: 100%;
  }

  .h4-content {
    min-height: 50svh;
  }

  .h4-button {
    width: 100%;
  }

  .h4-font-2xl, .h5-font-2xl {
    font-size: 2rem;
  }

  .h5-title-wrap {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
  }

  .h5-hero-img {
    object-fit: cover;
    object-position: 60% 50%;
  }

  .h5-hero-wrap {
    max-height: 30rem;
  }

  .h6-hero-image {
    width: 100%;
    display: none;
  }

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

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

  .h6-section.h6-section-hero-image {
    min-height: 55vh;
  }

  .h7-button {
    width: 100%;
  }

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

  .h7-font-xl, .h8-font-xl {
    font-size: 1.75rem;
  }

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

  .h8-button, .h9-button {
    width: 100%;
  }

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

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

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

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

  .h10-button {
    width: 100%;
  }

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

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

  .h12-google-wrap {
    flex-flow: column;
    display: none;
  }

  .h12-review-right-wrap {
    flex-flow: column;
  }

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

  .h12-clients-logo {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .h12-dot {
    justify-content: center;
    align-items: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
  }

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

  .heading-span-image {
    padding-right: 5rem;
  }

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

  .h13-button {
    width: 100%;
  }

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

  .h14-font-m {
    text-align: center;
  }

  .h14-button {
    width: 100%;
  }

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

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

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

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

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

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

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

  .h16-background-images {
    margin: 1rem;
  }

  .t8-font-2xl, .h16-font-2xl {
    font-size: 2rem;
  }

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

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

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

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

  .h16-button, .h17-title {
    width: 100%;
  }

  .h17-video-items {
    flex-flow: column;
  }

  .h17-tag {
    justify-content: center;
    align-items: center;
    font-size: .65rem;
  }

  .h17-title-button-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .h17-trusted-wrapper {
    flex-flow: wrap;
    margin-top: 10px;
    display: flex;
  }

  .h17-star-wrap {
    flex-flow: row;
    place-content: stretch center;
    align-items: center;
    display: flex;
  }

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

  .nav-brand-logo {
    max-width: 10rem;
  }

  .h17-flex-h-xs {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }

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

  .h17-video-image-wrapper {
    max-width: 100%;
  }

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

  .f68-font-4xl {
    font-size: 4rem;
  }

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

  .he8-button {
    width: 100%;
  }

  .he8-font-xl, .he11-font-xl {
    font-size: 1.75rem;
  }

  .he11-form-text-input {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .he11-form-row {
    flex-flow: column;
  }

  .he11-button-black, .he12-button-black {
    width: 100%;
    padding: .9em 1em;
  }

  .he12-button-group, .he12-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

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

  .he14-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .he18-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .he18-button-group, .he19-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .he22-color {
    height: 36rem;
  }

  .he22-breadcrumb-items {
    padding-left: 0;
  }

  .he22-header-wrap {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .he22-hero-image {
    object-fit: cover;
  }

  .cta1-font-xl {
    font-size: 1.8rem;
  }

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

  .cta1-content-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta4-font-xl, .cta4-font-xl.cta4-tone-100 {
    font-size: 1.75rem;
  }

  .cta4-button {
    width: 100%;
  }

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

  .cta6-content-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta6-font-xl {
    font-size: 1.8rem;
  }

  .cta6-form-row {
    flex-flow: column;
  }

  .cta6-wrapper-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .cta6-form-text-input {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .cta7-form-row {
    flex-flow: column;
  }

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

  .cta7-content-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta7-font-xl {
    font-size: 1.8rem;
  }

  .cta7-wrapper-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .cta7-form-text-input {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .cta8-font-xl, .cta8-font-xl.cta8-tone-100 {
    font-size: 1.75rem;
  }

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

  .cta8-content-item {
    padding-left: 0;
    padding-right: 0;
  }

  .cta8-form-row {
    flex-flow: column;
  }

  .cta8-form-text-input {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .cta13-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .cta13-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta13-font-xl {
    font-size: 1.8rem;
  }

  .cta14-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta14-wrapper {
    padding: 2.5rem 0;
  }

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

  .cta14-font-xl {
    font-size: 1.8rem;
  }

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

  .cta19-project-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .cta20-project-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .cta21-font-l {
    text-align: center;
    font-size: 1.35rem;
  }

  .cta21-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 260px;
  }

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

  .cta21-image-two {
    display: none;
  }

  .cta21-wrapper {
    padding: 2rem 1rem;
  }

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

  .cta21-image-one {
    display: none;
  }

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

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

  .cta24-grid-gallery {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .cta24-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta24-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta28-font-xl {
    font-size: 1.8rem;
  }

  .cta28-font-xs {
    font-size: 1rem;
  }

  .cta28-content-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .cta29-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta29-content-item {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta29-font-xs {
    font-size: 1rem;
  }

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

#w-node-_60ec6079-7afe-278c-0608-768b6354ed03-f4999b5b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_60ec6079-7afe-278c-0608-768b6354ed06-f4999b5b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-a6f055b5-f698-4937-5327-fe8c2ffbb7cb-f4999b5b {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-a6f055b5-f698-4937-5327-fe8c2ffbb83f-f4999b5b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_6a6ee4a6-84d9-fc24-e6cd-33852178f7bf-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6ee4a6-84d9-fc24-e6cd-33852178f7c4-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-fd125044-db1d-c458-6efa-8e869fc46306-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd125044-db1d-c458-6efa-8e869fc4630b-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-df1c5a84-dced-4bd2-02cc-dce76e3bc85b-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df1c5a84-dced-4bd2-02cc-dce76e3bc860-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42a9-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42b1-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42b4-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42bb-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42c2-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42c9-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42d0-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42d7-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42de-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42e5-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42ec-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42f3-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69ad-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69b2-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69b5-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69ba-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69bf-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69c4-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69c9-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d253-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3da5608d-6b38-f619-4ffa-8001f414d25e-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_3da5608d-6b38-f619-4ffa-8001f414d264-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d265-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d266-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d267-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d268-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d269-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d26a-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d26b-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d26c-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d26d-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d26e-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d26f-f4999b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842360-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842365-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d784236a-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842371-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842378-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d784237f-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842386-f4999b5d, #w-node-_16f4eead-2d51-d493-5f8c-cf5870ee3547-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d784238d-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842394-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d784239b-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d78423a2-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d78423a9-f4999b5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7b258859-8140-e899-e9a5-b013bb29999c-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b258859-8140-e899-e9a5-b013bb2999a1-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-eb619dd1-f618-ba75-a61a-e2f0b7626e65-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb619dd1-f618-ba75-a61a-e2f0b7626e6a-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_61e2c1d2-d7e5-fa6c-1ca6-fb2f114073eb-f4999b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61e2c1d2-d7e5-fa6c-1ca6-fb2f114073ee-f4999b5d {
  grid-area: 1 / 3 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_60ec6079-7afe-278c-0608-768b6354ed03-f4999b5b, #w-node-_60ec6079-7afe-278c-0608-768b6354ed06-f4999b5b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6a6ee4a6-84d9-fc24-e6cd-33852178f7bf-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-_6a6ee4a6-84d9-fc24-e6cd-33852178f7c4-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-fd125044-db1d-c458-6efa-8e869fc46306-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-fd125044-db1d-c458-6efa-8e869fc4630b-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-df1c5a84-dced-4bd2-02cc-dce76e3bc85b-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-df1c5a84-dced-4bd2-02cc-dce76e3bc860-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42a9-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42b1-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42b4-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42bb-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42c2-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42c9-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42d0-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42d7-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42de-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42e5-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42ec-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42f3-f4999b5d {
    grid-column: span 4 / span 4;
  }

  #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69ad-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69b2-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69b5-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69ba-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69bf-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69c4-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69c9-f4999b5d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3da5608d-6b38-f619-4ffa-8001f414d253-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-_3da5608d-6b38-f619-4ffa-8001f414d25e-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842360-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842365-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7b258859-8140-e899-e9a5-b013bb29999c-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-_7b258859-8140-e899-e9a5-b013bb2999a1-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-eb619dd1-f618-ba75-a61a-e2f0b7626e65-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-eb619dd1-f618-ba75-a61a-e2f0b7626e6a-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_61e2c1d2-d7e5-fa6c-1ca6-fb2f114073eb-f4999b5d {
    grid-column: span 8 / span 8;
  }

  #w-node-_61e2c1d2-d7e5-fa6c-1ca6-fb2f114073ee-f4999b5d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60ec6079-7afe-278c-0608-768b6354ed03-f4999b5b, #w-node-_60ec6079-7afe-278c-0608-768b6354ed06-f4999b5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6ee4a6-84d9-fc24-e6cd-33852178f7bf-f4999b5d, #w-node-_6a6ee4a6-84d9-fc24-e6cd-33852178f7c4-f4999b5d, #w-node-fd125044-db1d-c458-6efa-8e869fc46306-f4999b5d, #w-node-fd125044-db1d-c458-6efa-8e869fc4630b-f4999b5d, #w-node-df1c5a84-dced-4bd2-02cc-dce76e3bc85b-f4999b5d, #w-node-df1c5a84-dced-4bd2-02cc-dce76e3bc860-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42a9-f4999b5d, #w-node-_3c4ee03e-55d9-4198-7c2c-ab9d1fdd42b1-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69ad-f4999b5d, #w-node-cc3308c0-6ea9-c06d-6cb3-de0449df69b2-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d253-f4999b5d, #w-node-_3da5608d-6b38-f619-4ffa-8001f414d25e-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842360-f4999b5d, #w-node-_803b8d8e-ad0a-a48f-e4e3-4b63d7842365-f4999b5d, #w-node-_7b258859-8140-e899-e9a5-b013bb29999c-f4999b5d, #w-node-_7b258859-8140-e899-e9a5-b013bb2999a1-f4999b5d, #w-node-eb619dd1-f618-ba75-a61a-e2f0b7626e65-f4999b5d, #w-node-eb619dd1-f618-ba75-a61a-e2f0b7626e6a-f4999b5d, #w-node-_61e2c1d2-d7e5-fa6c-1ca6-fb2f114073eb-f4999b5d, #w-node-_61e2c1d2-d7e5-fa6c-1ca6-fb2f114073ee-f4999b5d {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a6f055b5-f698-4937-5327-fe8c2ffbb83f-f4999b5b {
    grid-area: span 1 / span 9 / span 1 / span 9;
    justify-self: center;
  }
}


