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

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

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --global--font-family: Pretendard, Arial, sans-serif;
  --colors--black: #060709;
  --colors--brand-primary: #0c5544;
  --container-sizing--container-large: 1440px;
  --container-sizing--container-full: 100vw;
  --container-sizing--container-small: 1080px;
  --colors--white: #fff;
  --colors--brand-tertiary: #a2bf30;
  --colors--gray-2: #eee;
  --color: #ffb74c;
  --color-2: #c99548;
  --colors--brand-secondary: #98af1d;
  --colors--black-2: #0c0d0f;
  --colors--gray-5: #575757;
  --colors--gray-1: #f9f9f9;
  --colors--gray-3: #d3d3d3;
  --colors--gray-4: #888;
  --yellow: var(--colors--brand-primary);
}

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

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

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

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

body {
  font-family: var(--global--font-family);
  color: var(--colors--black);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
}

h1 {
  letter-spacing: -.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

a {
  color: inherit;
  text-decoration: underline;
}

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

li {
  margin-bottom: 4px;
  line-height: 1.5;
}

blockquote {
  border-left: 5px solid var(--colors--brand-primary);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.1;
}

.section-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--black);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/image-modified.jpg'), linear-gradient(#000, #333 0%, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  background-clip: content-box;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: calc(100vh - 44px);
  display: flex;
  position: relative;
}

.section-promo {
  background-color: var(--colors--black);
  height: 44px;
}

.container {
  max-width: var(--container-sizing--container-large);
  background-color: #0000;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 48px;
}

.container.full {
  max-width: var(--container-sizing--container-full);
  padding-left: 0;
  padding-right: 0;
}

.container.small {
  max-width: var(--container-sizing--container-small);
}

.promo-wrapper {
  background-color: var(--colors--black);
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.promo-text {
  font-size: 1.125rem;
}

.promo-text-link {
  color: var(--colors--brand-tertiary);
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.promo-text-link:hover {
  opacity: .8;
}

.hero-heading {
  color: var(--colors--white);
}

.hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-paragraph {
  color: var(--colors--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.button {
  background-color: var(--colors--white);
  color: var(--colors--brand-primary);
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 100vw;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.button:hover {
  background-color: var(--colors--gray-2);
}

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

.button.secondary:hover {
  background-color: var(--colors--gray-2);
  color: var(--color-2);
}

.button.primary {
  background-color: var(--colors--brand-tertiary);
  color: var(--colors--white);
  overflow: hidden;
}

.button.primary:hover {
  background-color: var(--colors--brand-secondary);
}

.section-about {
  background-color: var(--colors--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: start;
}

.about-heading {
  text-align: center;
  font-size: 3rem;
  line-height: 120%;
}

.text-reveal-text {
  font-size: 4.5vh;
  font-weight: 400;
  line-height: 1.25;
}

.section-solution {
  padding-top: 0;
  padding-bottom: 80px;
}

.solution-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.solution-heading {
  max-width: 550px;
}

.solution-subheading {
  color: var(--colors--black-2);
  max-width: 500px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
}

.solution-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.solution-image {
  aspect-ratio: 1;
  width: 100%;
}

.solution-label {
  background-color: var(--colors--gray-2);
  border-radius: 100vw;
  padding: 10px;
}

.solution-tag-text {
  color: var(--colors--brand-secondary);
  font-weight: 500;
}

.solution-description {
  font-size: 1.5rem;
}

.solution-image-wrapper {
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}

.solution-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

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

.clients-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.clients-heading {
  max-width: 850px;
}

.clients-description {
  color: var(--colors--gray-5);
  max-width: 850px;
}

.clients-logo-carousel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-logo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.client-image {
  flex: none;
  height: 100%;
  max-height: 50%;
}

.client-logo-wrapper {
  background-color: var(--colors--gray-1);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 184px;
  padding: 24px;
  display: flex;
}

.section-how-to {
  background-color: var(--colors--gray-1);
  padding-top: 80px;
  padding-bottom: 80px;
}

.how-to-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  align-items: stretch;
}

.how-to-image-wrapper {
  flex: 1;
}

.how-to-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: none;
  height: 100%;
  display: flex;
}

.steps-image {
  width: 100%;
}

.how-to-heading {
  max-width: 850px;
}

.timeline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.timeline-indicator {
  background-color: var(--color);
  color: var(--colors--white);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: translate(0, 8px);
}

.timeline-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 500;
}

.timeline-subtitle {
  color: var(--colors--gray-5);
  font-size: 1.125rem;
}

.timeline-path {
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: var(--colors--brand-primary);
  height: calc(100% - 32px);
  position: absolute;
  inset: auto auto 0% 16px;
  transform: translate(0, 8px);
}

.how-to-button-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

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

.faq-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.faq-heading {
  max-width: 850px;
}

.faq-description {
  color: var(--colors--gray-5);
  max-width: 850px;
  font-size: 1.25rem;
}

.faq-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.accordion-card {
  background-color: var(--colors--gray-1);
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto 0;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.accordion-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px 0;
  display: flex;
}

.accordion-title {
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
}

.accordion-toggle {
  border: 1px solid var(--colors--brand-primary);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.path-8gi6r {
  -webkit-text-stroke-color: inherit;
  color: inherit;
}

.chevron-down {
  color: var(--colors--brand-primary);
  width: 16px;
}

.accordion-content {
  width: 100%;
  height: 0;
  padding-left: 40px;
  padding-right: 40px;
  transition: max-height .4s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.accordion-content-text {
  color: var(--colors--gray-5);
  margin-top: 1rem;
  font-size: 1.25rem;
}

.section-cta {
  background-color: var(--colors--black);
  background-image: url('../images/field-8026795_1920.jpg'), linear-gradient(0deg, #00000080 50%, #0000);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.cta-heading, .cta-description {
  color: var(--colors--white);
  max-width: 850px;
}

.cta-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer {
  background-color: var(--colors--white);
  color: var(--colors--white);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-lower {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--colors--black-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-row-title {
  font-weight: 500;
}

.footer-link {
  color: var(--colors--black-2);
  padding-left: 0;
  font-size: 1rem;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--colors--black-2);
  text-decoration: underline;
}

.footer-social-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--colors--gray-5);
  color: var(--colors--black-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--colors--white);
  color: var(--colors--black);
}

.copyright-text {
  color: var(--colors--black);
}

.footer-upper {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  place-items: center start;
  padding-bottom: 24px;
}

.brand-logo-link {
  letter-spacing: 12px;
  text-transform: uppercase;
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-description {
  color: var(--colors--black-2);
  max-width: 460px;
}

.copyright-block {
  background-color: var(--colors--white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-wrapper {
  padding-top: 50px;
}

.navbar {
  color: var(--colors--black-2);
  background-color: #fff0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  position: static;
  inset: 20px 0% auto;
}

.navbar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--colors--white);
  background-color: #fff;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.nav-link {
  color: var(--colors--black);
  background-color: #ffffff0d;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  background-color: #0000000d;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button {
  border-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.nav-shadow {
  pointer-events: none;
  border-radius: 100vh;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 20px #0000001a;
}

.nav-logo-wrapper {
  color: var(--colors--white);
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
  overflow: hidden;
}

.nav-cta-wrapper {
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.about-description-wrapper {
  text-align: justify;
  flex: none;
  padding-right: 0;
}

.text-reveal {
  position: relative;
  overflow: hidden;
}

.text-reveal.indent {
  text-indent: 64px;
}

.text-reveal-overlay {
  z-index: 1;
  background-color: var(--colors--gray-1);
  opacity: .9;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.cursor-area {
  z-index: 9999;
  pointer-events: none;
  color: var(--colors--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-icon {
  background-color: var(--colors--brand-tertiary);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cursor-arrow-icon {
  color: #fff;
}

.social-icon {
  color: inherit;
}

.hero-heading-line-wrapper, .hero-paragraph-wrapper, .solution-card-wrapper, .outer-animation {
  overflow: hidden;
}

.solution-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-wrapper {
  width: 100%;
}

.hamburger-icon {
  color: #fff;
}

.nav-menu-item {
  margin-bottom: 0;
}

.nav-menu-header {
  color: var(--colors--black);
  display: none;
  overflow: hidden;
}

.ikonik-6pjwv {
  color: #060709;
}

.nav-logo-link, .footer-logo-link {
  color: inherit;
  text-decoration: none;
}

.utility-heading-section {
  background-color: var(--colors--brand-primary);
  color: var(--colors--white);
  border-bottom: 1px solid #181818;
  padding: 80px 30px;
  position: relative;
}

.utility-heading-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item-name {
  font-weight: 400;
}

.content-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: baseline start;
  display: grid;
}

.link {
  line-height: 150%;
}

.font-box {
  border: 2px none var(--colors--black);
  background-color: var(--colors--gray-2);
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 16px;
  display: flex;
}

.item-description {
  color: var(--colors--gray-5);
  font-size: 1rem;
}

.color-dot {
  border: 4px solid var(--colors--gray-2);
  background-color: var(--colors--white);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.color-dot.brand-secondary {
  background-color: var(--colors--brand-secondary);
}

.color-dot.tertiary {
  background-color: var(--colors--brand-tertiary);
}

.color-dot.black {
  background-color: var(--colors--black);
}

.color-dot.black-2 {
  background-color: var(--colors--black-2);
}

.color-dot.gray-1 {
  background-color: var(--colors--gray-1);
}

.color-dot.gray-2 {
  background-color: var(--colors--gray-2);
}

.color-dot.gray-3 {
  background-color: var(--colors--gray-3);
}

.color-dot.gray-4 {
  background-color: var(--colors--gray-5);
}

.color-dot.white {
  background-color: var(--colors--white);
}

.styleguide-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-columns: .25fr .5fr;
  align-items: start;
}

.content-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: .5fr 1fr;
  padding-bottom: 80px;
  display: flex;
}

.color-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.content-typography {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: .5fr 1fr;
  padding-bottom: 80px;
  display: flex;
}

.font-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-color {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: stretch;
}

.color-row {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  justify-items: start;
  width: 100%;
}

.styleguide-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: .5fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.font-sample {
  font-size: 2rem;
}

.utility-content-section {
  padding: 80px 30px;
  position: relative;
}

.instructions-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-columns: .25fr .5fr 1fr;
  align-items: start;
}

.copyright-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

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

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

._404-section {
  background-color: #0000;
  padding: 80px 30px;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

._404-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.not-found-text {
  color: var(--colors--brand-primary);
  font-size: 20rem;
}

._404-button-wrapper {
  margin-top: 16px;
}

.button-wrapper {
  color: #131313;
  background-color: #eb8317;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper:hover {
  color: #131313;
}

.button-text {
  z-index: 1;
  color: inherit;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.button-mask {
  background-color: #fff;
  position: absolute;
  inset: 0;
  transform: translate(0, 101%);
}

.image {
  opacity: 1;
  border-radius: 100vw;
  width: 60vw;
  max-width: 70%;
  height: auto;
}

.image-2 {
  width: 10vw;
  height: auto;
}

.div-block {
  margin-right: 0;
}

.div-block-2 {
  width: 40%;
  height: auto;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  white-space: normal;
  word-break: normal;
  margin-bottom: 24px;
  padding-top: 20px;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.code-embed-3 {
  color: #a2bf30;
}

.text-style-link-form {
  color: #242020;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  left: -6px;
}

.form-field-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.contact-form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
}

.display-text {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}

.error-text {
  color: #e23939;
}

.contact-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ba141400;
  flex-direction: column;
  display: flex;
}

.form-input {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.code-embed {
  color: #a2bf30;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-17 {
  font-size: 25px;
  font-weight: 700;
}

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

.button-message {
  background-color: #a2bf30;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
}

.button-message:hover {
  background-color: #98af1d;
}

.text-block-21 {
  -webkit-text-stroke-color: #242020;
}

.contact-component {
  grid-column-gap: 40px;
  grid-row-gap: 132px;
  background-color: #fff;
  border-bottom: 4px solid #a2bf30;
  border-radius: .2rem;
  grid-template: "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding: 80px 40px 60px;
  font-weight: 600;
  display: grid;
  position: relative;
}

.code-embed-2 {
  color: #a2bf30;
}

.form-field-wrapper {
  position: relative;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #ba1414;
  border: 2px solid #ba1414;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 68px;
  margin-right: 39px;
  padding: 20px 45px;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  top: 237px;
  left: 182px;
}

.button-7:hover {
  color: #ba1414;
  background-color: #fff;
  border: 2px solid #ba1414;
}

.contact-item {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.contact-icon-wrapper {
  color: #50b0ff;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
  transform: translate(0);
  box-shadow: inset 0 11px 5px #0003;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph {
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 200;
}

.heading {
  margin-top: 20px;
}

.paragraph-2 {
  text-align: left;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 80px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.container-5 {
  text-align: center;
}

.hero-heading-right {
  background-color: #f7f7f7;
  border: 1px solid #0000;
  padding: 80px 30px;
  position: relative;
  box-shadow: inset 0 -7px 5px #0003, 0 -7px 5px #0003;
}

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  padding-top: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-heading-center-2 {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
  box-shadow: inset 0 -7px 5px #0003;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 50px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-2 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  box-shadow: inset 0 -7px 5px #0003;
}

.team-circles-3 {
  border-bottom: 1px solid #fff;
  padding: 0 30px;
  position: relative;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.team-circles-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-2 {
  text-align: center;
  padding-top: 40px;
  font-size: 50px;
}

.heading-3 {
  text-align: center;
  margin-top: 40px;
  font-size: 70px;
}

.team-circles-5 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.heading-4 {
  color: var(--colors--white);
  margin-top: 40px;
  font-weight: 700;
}

.button-8 {
  background-color: #a2bf30;
  border-radius: 20px;
  padding: 15px 20px;
}

.button-8:hover {
  background-color: #98af1d;
}

.button-9 {
  color: var(--color);
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
}

.button-9:hover {
  color: var(--color-2);
}

.container-7 {
  margin-left: 0;
  margin-right: 0;
}

.columns {
  text-align: justify;
}

.hamburger-icon-2 {
  color: #fff;
}

.nav-menu-header-2 {
  color: #060709;
  display: none;
  overflow: hidden;
}

.nav-menu-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
}

.container-8 {
  background-color: #fff;
  max-width: 1440px;
  height: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: static;
}

.ikonik-6pjwv-2 {
  color: #060709;
}

.nav-logo-wrapper-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-10 {
  color: #0c5544;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #fff;
  border-radius: 100vw;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.button-10:hover {
  background-color: #f5f5f5;
}

.button-10.primary {
  color: #fff;
  background-color: #a2bf30;
  overflow: hidden;
}

.button-10.primary:hover {
  background-color: #98af1d;
}

.nav-logo-link-2 {
  color: inherit;
  text-decoration: none;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0 0% auto;
}

.nav-link-2 {
  color: var(--colors--black);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.nav-link-2:hover {
  background-color: #0000000d;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-item-2 {
  margin-bottom: 0;
}

.image-3 {
  width: 60%;
  margin-right: 0;
  padding-right: 0;
}

.ikonik-6pjwv-3 {
  color: #060709;
}

.navbar-3 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0 0% auto;
}

.container-9 {
  background-color: #fff;
  max-width: 1440px;
  height: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: static;
}

.nav-menu-item-3 {
  margin-bottom: 0;
}

.nav-link-3 {
  color: #060709;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.nav-link-3:hover {
  background-color: #0000000d;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-11 {
  color: #0c5544;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #fff;
  border-radius: 100vw;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.button-11:hover {
  background-color: #f5f5f5;
}

.button-11.primary {
  color: #fff;
  background-color: #a2bf30;
  overflow: hidden;
}

.button-11.primary:hover {
  background-color: #98af1d;
}

.image-4 {
  width: 60%;
  margin-right: 0;
  padding-right: 0;
}

.nav-logo-link-3 {
  color: inherit;
  text-decoration: none;
}

.hamburger-icon-3 {
  color: #fff;
}

.ikonik-6pjwv-4 {
  color: #060709;
}

.container-10 {
  background-color: #fff;
  max-width: 1440px;
  height: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: static;
}

.button-12 {
  color: #0c5544;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #fff;
  border-radius: 100vw;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.button-12:hover {
  background-color: #f5f5f5;
}

.button-12.primary {
  color: #fff;
  background-color: #a2bf30;
  overflow: hidden;
}

.button-12.primary:hover {
  background-color: #98af1d;
}

.hamburger-icon-4 {
  color: #fff;
}

.heading-5, .bold-text {
  font-weight: 500;
}

.heading-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 0;
}

.bold-text-2, .bold-text-3, .heading-7, .bold-text-4 {
  font-weight: 500;
}

.heading-8, .heading-9 {
  text-align: center;
  font-weight: 700;
}

.columns-2 {
  border-bottom: 1px solid #a2bf30;
}

.text-block-34 {
  text-align: justify;
  margin-top: 160px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 22px;
}

.button-13 {
  text-align: center;
}

.button-14 {
  background-color: #a2bf30;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  font-weight: 700;
  display: flex;
}

.button-14:hover {
  background-color: #98af1d;
}

.div-block-22 {
  margin-top: 80px;
}

@media screen and (min-width: 1440px) {
  .solution-subheading {
    margin-right: 0;
    padding-left: 79px;
  }

  .about-description-wrapper {
    background-color: #fff;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

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

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .container-5 {
    margin-top: 60px;
  }

  .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .navbar-2, .navbar-3 {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-paragraph {
    font-size: 1.25rem;
  }

  .about-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .text-reveal-text {
    font-size: 4vw;
  }

  .solution-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .solution-heading {
    max-width: 500px;
  }

  .solution-heading-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .client-image {
    height: 40px;
  }

  .how-to-wrapper {
    grid-template-columns: 6fr;
  }

  .section-cta {
    background-image: url('../images/field-8026795_1920.jpg');
    background-position: 40% 0;
    background-size: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .footer-lower {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-content {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #ffffff4d;
    top: 44px;
  }

  .navbar-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-menu-wrapper {
    z-index: 20;
    background-color: var(--colors--white);
    color: var(--colors--black);
    border-radius: 0;
    height: 100vh;
    padding: 0;
    position: fixed;
    inset: 0%;
    transform: translate(0, -44px);
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .nav-link {
    padding: 24px 0;
    display: block;
  }

  .hamburger-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-end;
    padding: 12px;
    display: flex;
    position: static;
  }

  .hamburger-button.w--open {
    color: #000;
    background-color: #000;
  }

  .nav-button {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 32px 24px;
  }

  .nav-shadow {
    display: none;
  }

  .nav-logo-wrapper {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-cta-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .hamburger-icon {
    color: #000;
    -webkit-text-stroke-color: #000;
    vertical-align: middle;
  }

  .nav-menu-item {
    border-bottom: 1px solid var(--colors--gray-3);
    text-align: left;
    padding-bottom: 8px;
  }

  .nav-menu-header {
    color: var(--colors--black);
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding: 32px 24px;
    display: flex;
  }

  .close-button {
    padding: 12px;
  }

  .ikonik-6pjwv {
    color: var(--colors--black);
  }

  .nav-logo-link.w--current {
    width: 50%;
    height: 50%;
  }

  .utility-heading-wrapper {
    flex-flow: column;
  }

  .content-heading {
    position: static;
  }

  .styleguide-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.75fr;
  }

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

  .instructions-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.75fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .not-found-text {
    font-size: 18rem;
  }

  .image {
    width: 100%;
    max-width: 200%;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-message {
    background-color: #ba1414;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
  }

  .button-message:hover {
    background-color: #3f3f3f;
  }

  .contact-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .hamburger-icon-2 {
    vertical-align: middle;
  }

  .nav-menu-header-2 {
    color: #060709;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding: 32px 24px;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    z-index: 20;
    color: #060709;
    background-color: #fff;
    border-radius: 0;
    height: 100vh;
    padding: 0;
    position: fixed;
    inset: 0%;
    transform: translate(0, -44px);
  }

  .container-8 {
    padding-left: 24px;
    padding-right: 24px;
    position: static;
    inset: 0% 0% auto;
  }

  .ikonik-6pjwv-2 {
    color: #060709;
  }

  .nav-logo-wrapper-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .hamburger-button-2 {
    padding: 12px;
    display: flex;
  }

  .hamburger-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-2 {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #ffffff4d;
    top: 0;
  }

  .nav-link-2 {
    padding: 24px 0;
    display: block;
  }

  .nav-menu-item-2 {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 8px;
  }

  .ikonik-6pjwv-3 {
    color: #060709;
  }

  .navbar-3 {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #ffffff4d;
    top: 44px;
  }

  .container-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu-item-3 {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 8px;
  }

  .hamburger-button-3 {
    padding: 12px;
    display: flex;
  }

  .hamburger-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-link-3 {
    padding: 24px 0;
    display: block;
  }

  .hamburger-icon-3 {
    vertical-align: middle;
  }

  .ikonik-6pjwv-4 {
    color: #060709;
  }

  .container-10 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hamburger-button-4 {
    padding: 12px;
    display: flex;
  }

  .hamburger-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hamburger-icon-4 {
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.1rem;
    font-size: 2.25rem;
  }

  h2 {
    letter-spacing: -.1rem;
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.45rem;
  }

  h4 {
    font-size: 1.15rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6, p {
    font-size: .875rem;
  }

  ul, ol {
    padding-left: 24px;
  }

  li {
    font-size: .875rem;
  }

  .section-promo {
    height: 40px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .promo-text, .hero-paragraph {
    font-size: .875rem;
  }

  .button {
    padding: 8px 16px;
    font-size: .75rem;
  }

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

  .about-heading {
    letter-spacing: 0;
    font-size: .875rem;
  }

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

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

  .solution-tag-text {
    font-size: 1rem;
  }

  .solution-description {
    font-size: 1.125rem;
  }

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

  .client-logo-wrapper {
    width: 100px;
    height: 100px;
  }

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

  .timeline-title {
    font-size: 1rem;
  }

  .timeline-subtitle {
    font-size: .875rem;
  }

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

  .accordion-card {
    padding-bottom: 16px;
  }

  .accordion-heading {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-title {
    font-size: 1.5rem;
  }

  .accordion-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-content-text {
    font-size: .875rem;
  }

  .section-cta {
    background-position: 40% 30%;
    padding-top: 40px;
    padding-bottom: 195px;
  }

  .footer-lower {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-row-title {
    font-size: 1rem;
  }

  .footer-link {
    font-size: .875rem;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .copyright-text {
    font-size: .8755rem;
  }

  .brand-logo-link {
    font-size: 1.25rem;
  }

  .navbar {
    top: 40px;
  }

  .navbar-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-reveal.indent {
    text-indent: 32px;
  }

  .utility-heading-section {
    padding: 60px 15px;
  }

  .item-name, .item-description {
    font-size: .875rem;
  }

  .color-dot {
    width: 48px;
    height: 48px;
  }

  .content-category {
    font-size: .875rem;
  }

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

  .utility-content-section, ._404-section {
    padding: 60px 15px;
  }

  .not-found-text {
    font-size: 15rem;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .contact-form {
    grid-template-areas: "."
                         "Area";
    place-items: center start;
    position: relative;
    top: 0;
  }

  .contact-form-wrapper {
    position: relative;
    left: -94px;
  }

  .div-block-17 {
    padding-left: 71px;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-7 {
    padding: 10px 50px;
    top: 210px;
    left: -53px;
  }

  .hero-heading-center, .team-circles {
    padding: 60px 15px;
  }

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

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .hero-heading-right, .hero-heading-center-2, .hero-heading-center-3, .hero-heading-right-2, .team-circles-3 {
    padding: 60px 15px;
  }

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

  .team-circles-4, .team-circles-5 {
    padding: 60px 15px;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-10 {
    padding: 8px 16px;
    font-size: .75rem;
  }

  .navbar-2 {
    top: 0;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-3 {
    top: 40px;
  }

  .container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-11 {
    padding: 8px 16px;
    font-size: .75rem;
  }

  .container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-12 {
    padding: 8px 16px;
    font-size: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    justify-content: center;
    align-items: center;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .promo-text {
    font-size: .75rem;
  }

  .hero-heading {
    font-size: 1.75rem;
  }

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

  .about-heading {
    font-size: 40px;
  }

  .solution-subheading {
    margin-right: 0;
  }

  .client-image {
    height: 40px;
  }

  .how-to-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-cta {
    background-position: 50% 0;
    background-size: auto 130%;
  }

  .brand-logo-link {
    letter-spacing: 4px;
    margin-top: 40px;
    font-size: 1rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button {
    text-align: left;
  }

  .nav-logo-wrapper {
    height: 39%;
  }

  .close-button {
    margin-top: 40px;
  }

  .nav-logo-link.w--current {
    width: auto;
    height: auto;
  }

  .content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .25fr 1fr;
  }

  .font-box {
    width: 64px;
  }

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

  .font-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .container-2 {
    max-width: none;
  }

  .not-found-text {
    font-size: 10rem;
  }

  .button-wrapper {
    padding: 8px 16px;
    font-size: 1rem;
  }

  .image {
    width: 50vw;
    height: auto;
  }

  .div-block-2 {
    width: 120%;
    height: 100%;
  }

  .container-3 {
    max-width: none;
  }

  .form-field-two-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form {
    display: block;
    left: 0;
  }

  .div-block-21 {
    order: 2;
  }

  .contact-form-wrapper {
    order: 3;
    width: 100%;
    top: 1px;
    left: 0;
  }

  .display-text {
    font-size: 36px;
  }

  .contact-content {
    order: 2;
  }

  .form-input {
    padding-right: 8rem;
  }

  .recaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .code-embed {
    -webkit-text-stroke-color: #ba1414;
  }

  .div-block-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-33 {
    padding-left: 0;
  }

  .button-message {
    background-color: #a2bf30;
    border-radius: 50px;
    margin-left: 0;
    font-size: 17px;
    font-weight: 700;
  }

  .button-message:hover {
    background-color: #98ad1d;
  }

  .contact-component {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .button-7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    top: 0;
    left: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .heading-3 {
    font-size: 40px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
    font-size: 50px;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-10.primary {
    text-align: center;
  }

  .navbar-2 {
    top: 0;
  }

  .nav-link-2 {
    text-align: center;
  }

  .image-3 {
    width: 100%;
    margin-top: -37px;
    position: static;
    top: 0;
  }

  .g {
    color: #000;
  }

  .navbar-3 {
    top: 0;
  }

  .container-9, .container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-c129aa64-3a31-ad09-33a1-2b57c487b6ab-6e461bfb, #w-node-c129aa64-3a31-ad09-33a1-2b57c487b6c5-6e461bfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c129aa64-3a31-ad09-33a1-2b57c487b6d8-6e461bfb {
  justify-self: start;
}

#w-node-c129aa64-3a31-ad09-33a1-2b57c487b6da-6e461bfb, #w-node-c129aa64-3a31-ad09-33a1-2b57c487b6e3-6e461bfb, #w-node-c129aa64-3a31-ad09-33a1-2b57c487b6ec-6e461bfb, #w-node-c129aa64-3a31-ad09-33a1-2b57c487b6f2-6e461bfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3fec5af-972c-4d7f-514c-3084e8af57b6-6e461bfd, #w-node-_1c91a3b7-5246-fd1d-2942-ca8869cc4a69-39adecfa, #w-node-_1c91a3b7-5246-fd1d-2942-ca8869cc4a73-39adecfa {
  align-self: start;
}

#w-node-_38019a7b-9035-c2f3-5bef-19a036c415b1-39adecfa, #w-node-_473fecf7-140e-ecde-835f-486369ac24ff-39adecfa {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-39adecfa {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_04f9ee46-57e2-b88e-5905-f6fff066b55c-f066b549, #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b569-f066b549, #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b574-f066b549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb761af4-a183-c0c1-ad61-7387abef6b12-5b9cf5f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1661f5b7-935a-7675-6709-42499e9d0cc6-5b9cf5f0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ee2c72d8-3cd2-5829-887f-09ec305c1527-5b9cf5f0, #w-node-ee2c72d8-3cd2-5829-887f-09ec305c1532-5b9cf5f0, #w-node-ee2c72d8-3cd2-5829-887f-09ec305c153c-5b9cf5f0, #w-node-ee2c72d8-3cd2-5829-887f-09ec305c1546-5b9cf5f0, #w-node-ee2c72d8-3cd2-5829-887f-09ec305c1550-5b9cf5f0, #w-node-ee2c72d8-3cd2-5829-887f-09ec305c155a-5b9cf5f0, #w-node-_824cb3dc-e326-66ee-44c7-729eff1079e7-5b9cf5f0, #w-node-_824cb3dc-e326-66ee-44c7-729eff1079f2-5b9cf5f0, #w-node-_824cb3dc-e326-66ee-44c7-729eff1079fc-5b9cf5f0, #w-node-_824cb3dc-e326-66ee-44c7-729eff107a06-5b9cf5f0, #w-node-_824cb3dc-e326-66ee-44c7-729eff107a10-5b9cf5f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38019a7b-9035-c2f3-5bef-19a036c415b1-5b9cf5f0, #w-node-_473fecf7-140e-ecde-835f-486369ac24ff-5b9cf5f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-5b9cf5f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_473fecf7-140e-ecde-835f-486369ac24ff-5293cac9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-5293cac9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-f3a10c09-4a99-cbcb-32db-08750848b60e-c43871a5, #w-node-f3a10c09-4a99-cbcb-32db-08750848b619-c43871a5, #w-node-f3a10c09-4a99-cbcb-32db-08750848b623-c43871a5, #w-node-f3a10c09-4a99-cbcb-32db-08750848b62d-c43871a5, #w-node-f3a10c09-4a99-cbcb-32db-08750848b637-c43871a5, #w-node-f3a10c09-4a99-cbcb-32db-08750848b641-c43871a5, #w-node-_3498e8a0-9adf-9372-9efb-1eddef8ead15-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab4f-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab5a-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab64-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab6e-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab78-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab82-c43871a5, #w-node-_0abdb57c-be28-49c6-4ca4-7c5b0655787d-c43871a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38019a7b-9035-c2f3-5bef-19a036c415b1-c43871a5, #w-node-_473fecf7-140e-ecde-835f-486369ac24ff-c43871a5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-c43871a5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_38019a7b-9035-c2f3-5bef-19a036c415b1-c5c4479a, #w-node-_473fecf7-140e-ecde-835f-486369ac24ff-c5c4479a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-c5c4479a, #w-node-d5c9439a-ccbe-0150-1e54-4e98d001857f-c5c4479a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_473fecf7-140e-ecde-835f-486369ac24ff-c21bcb6e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-c21bcb6e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_38019a7b-9035-c2f3-5bef-19a036c415b1-11839262, #w-node-_473fecf7-140e-ecde-835f-486369ac24ff-11839262 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-11839262 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-cad16efb-0c87-7e45-13f7-3dc19230db4f-f1f7183a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cad16efb-0c87-7e45-13f7-3dc19230db51-f1f7183a {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_38019a7b-9035-c2f3-5bef-19a036c415b1-f1f7183a, #w-node-_473fecf7-140e-ecde-835f-486369ac24ff-f1f7183a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25517f30-ff4a-bfc0-ed06-a73f77d79289-f1f7183a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-ee2c72d8-3cd2-5829-887f-09ec305c1532-5b9cf5f0, #w-node-ee2c72d8-3cd2-5829-887f-09ec305c153c-5b9cf5f0, #w-node-_824cb3dc-e326-66ee-44c7-729eff1079f2-5b9cf5f0, #w-node-_824cb3dc-e326-66ee-44c7-729eff1079fc-5b9cf5f0, #w-node-f3a10c09-4a99-cbcb-32db-08750848b619-c43871a5, #w-node-f3a10c09-4a99-cbcb-32db-08750848b623-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab5a-c43871a5, #w-node-_37c8ac8f-bda5-de5f-9a42-8a4676d7ab64-c43871a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eb761af4-a183-c0c1-ad61-7387abef6b12-5b9cf5f0, #w-node-_1661f5b7-935a-7675-6709-42499e9d0cc6-5b9cf5f0, #w-node-cad16efb-0c87-7e45-13f7-3dc19230db4f-f1f7183a, #w-node-cad16efb-0c87-7e45-13f7-3dc19230db51-f1f7183a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b574-f066b549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b57b-f066b549 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b57b-f066b549 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.otf') format('opentype'), url('../fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}