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

:root {
  --_color---neutral--dark-gray: #373d3d;
  --_layout---container--max-width: 87.5rem;
  --_layout---grid--gap-main: 32px;
  --_layout---grid--gap-md: 20px;
  --_color---neutral--light-gray: #dfddd6;
  --_layout---grid--gap-sm: 8px;
  --_color---primary--accent: #e0457b;
  --_color---primary--foreground: white;
  --_color---neutral--mid-gray: #888680;
  --_color---neutral--white: white;
  --_color---neutral--black: #1d1c1a;
  --_color---primary--background: white;
  --_color---color: white;
  --white: white;
  --black: black;
  --_typography---fonts--primary-font: "Hanken Grotesk", sans-serif;
  --_typography---h1--font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---h2--font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---h3--font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---h4--font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---h5--font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---h6--font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_layout---spacing--margin-xs: .5em;
  --_layout---spacing--margin-sm: 1em;
  --_layout---spacing--margin-md: 2em;
  --_layout---spacing--margin-lg: 3em;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

body {
  color: #1a1b1f;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Fraunces, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fraunces, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--_color---neutral--dark-gray);
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-weight: 300;
}

a {
  color: #1a1b1f;
  text-underline-offset: .25em;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 0;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.insights-landing {
  border-radius: 2px;
  min-width: 80%;
  margin: auto;
  padding-top: 2rem;
}

.insights-landing.cc-cta {
  background-color: #f4f4f4;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.insights-landing.cc-home-wrap {
  padding-bottom: 100px;
}

.insights-landing.cc-store-home-wrap.hero {
  margin-bottom: 100px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.insights-post-container {
  flex-direction: column;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Hanken Grotesk, sans-serif;
  display: flex;
}

.insights-post-container.body-container {
  opacity: 1;
}

.insights-post-container.product {
  max-width: 60%;
  margin-top: 220px;
}

.insights-post-container.insights-blog {
  max-width: 80%;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: #383d3d;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-light._404-page {
  color: #fff;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  font-size: 16px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-pink {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  border: 1px solid #c74a74;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.button.cc-jumbo-button.cc-jumbo-pink:hover {
  background-color: #c74a74;
}

.button.cc-jumbo-button.cc-jumbo-pink:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-pink.product {
  color: #fff;
  text-indent: 3px;
  object-fit: fill;
  border-width: 1px;
  min-width: 70px;
}

.button.cc-jumbo-button.cc-jumbo-pink.insights {
  color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-pink.insights.w--current {
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-pink.crosschain {
  margin-top: 40px;
}

.button.cc-contact-us {
  z-index: 5;
  border-radius: 35px;
  margin-left: 100px;
  position: relative;
}

.button.cc-contact-us:hover {
  color: #000;
  background-color: #c74a74;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  color: #c74a74;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Hanken Grotesk, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.label.cc-light.label-copy {
  align-self: flex-start;
}

.label.cc-light.product {
  align-self: center;
  margin-top: 100px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
  margin-left: 30px;
}

.label.about-us {
  color: #c74a74;
  text-align: left;
  margin-top: 40px;
  display: flex;
}

.label.about-us.team {
  justify-content: center;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 16px;
}

.paragraph-light.block-quote {
  line-height: 20px;
}

.paragraph-light.insights {
  text-align: center;
}

.heading-jumbo-download {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 38px;
  line-height: 50px;
  display: block;
}

.heading-jumbo-download.intro-header.cc-subpage {
  display: flex;
}

.heading-jumbo-download._404 {
  color: #fff;
}

.heading-jumbo-download.insights {
  color: #000;
  margin-top: auto;
}

.heading-jumbo-small {
  color: #000;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/logo-horizontal.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  flex: 0 auto;
  align-self: flex-start;
  min-width: 290px;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  background-image: url('../images/logo-horizontal.svg');
  background-position: 0 0;
  background-size: 0%;
  align-items: center;
  padding: 30px 60px 30px 40px;
  font-family: Hanken Grotesk, sans-serif;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.navigation-item:hover {
  opacity: .9;
  color: #c74a74;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.intro-header {
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 680px;
  margin-bottom: 20px;
  display: flex;
}

.intro-header.cc-subpage {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Hanken Grotesk, sans-serif;
  display: flex;
  overflow: auto;
}

.intro-header.cc-subpage.product-page {
  background-color: #0000;
  background-image: none;
  height: auto;
  margin-bottom: 60px;
}

.intro-header.cc-subpage.company-page {
  background-color: #0000;
  background-image: none;
  height: 345px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dlc-intro {
  text-align: center;
  width: auto;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.dlc-intro.cc-homepage {
  margin-bottom: 20px;
}

.dlc-intro.insights {
  margin-left: auto;
  margin-right: auto;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 60px auto 85px;
}

.motto-wrap.product-page {
  margin-top: 100px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 60px auto 80px;
}

.our-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . ."
    ". . ."
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
  display: grid;
}

.section-heading-wrap {
  text-align: center;
  margin-top: auto;
  margin-bottom: 80px;
  font-family: Hanken Grotesk, sans-serif;
  display: none;
}

.section-heading-wrap.product {
  margin-top: 140px;
  display: none;
}

.service-icon {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active,
.text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
    / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
    ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.project-cover-pic {
  font-family: Hanken Grotesk, sans-serif;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
    "."
    "."
    / 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  color: #383d3d;
  margin-bottom: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  object-fit: cover;
  width: 40%;
  max-width: none;
  height: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  border-radius: 1px;
  margin-bottom: 100px;
}

.blog-item {
  opacity: .91;
  text-align: center;
  mix-blend-mode: normal;
  border: 3px solid #383d3d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.blog-item:hover {
  border-width: 3px;
  border-color: #c74a74;
}

.blog-preview-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  font-family: Hanken Grotesk, sans-serif;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
  font-family: Hanken Grotesk, sans-serif;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: Hanken Grotesk, sans-serif;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 1fr 2fr;
  align-items: start;
  margin-top: 20px;
  margin-bottom: auto;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  align-items: start;
  margin-bottom: 100px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.body {
  font-family: Hanken Grotesk, sans-serif;
  display: block;
}

.text-block {
  opacity: 1;
  color: #000;
  background-color: #0000;
  border: 2px solid #c74a74;
  border-radius: 20px;
  min-width: 137.9px;
  max-width: 137.45px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.text-block.product {
  color: #000;
}

.heading {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.heading-2 {
  color: #383d3d;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
}

.heading-jumbo-white {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.heading-jumbo-white.intro-header.cc-subpage {
  display: flex;
}

.heading-jumbo-white.product-page {
  margin-top: 40px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  position: static;
}

.image {
  position: static;
}

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

.container-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  grid-template: "Area Area-2 Area-3"
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  min-width: 50%;
  max-width: 91%;
  min-height: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 300px;
  display: grid;
}

.image-2 {
  object-fit: cover;
  min-width: 30%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  line-height: 300%;
}

.image-3 {
  object-fit: cover;
  min-width: 50%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: fill;
  min-width: 20%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.paragraph {
  object-fit: fill;
  display: block;
}

.image-5 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  object-fit: scale-down;
  width: 30%;
  min-width: 400px;
  max-width: 500px;
  height: 30%;
  min-height: 400px;
  max-height: 500px;
}

.image-7 {
  width: 30%;
  height: 100%;
}

.image-8 {
  width: 30%;
}

.div-block {
  font-weight: 400;
}

.label-copy {
  color: #c74a74;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.label-copy.cc-styleguide-label {
  margin-bottom: 25px;
}

.label-copy.cc-light {
  opacity: 1;
  color: #c74a74;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 0;
  font-weight: 400;
  display: flex;
  position: static;
}

.label-copy.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label-copy.insights {
  justify-content: center;
  margin-top: 10px;
}

.image-9 {
  width: 30%;
  max-width: 61%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  display: flex;
}

.heading-3.about-us-page {
  text-align: center;
  align-items: flex-start;
}

.heading-3.about-us {
  align-items: flex-start;
}

.paragraph-2 {
  margin-top: 60px;
}

.text-block-2 {
  border-radius: 2px;
  max-width: 137.453px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.white-pill-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.white-pill-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.white-pill-button.cc-jumbo-button.cc-jumbo-white {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: padding-box;
  border: 3px #000;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 10px;
}

.white-pill-button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #c74a74;
}

.white-pill-button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.white-pill-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.white-pill-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.white-pill-button.cc-white-button:hover {
  background-color: #fffc;
}

.white-pill-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.nav_bar {
  background-color: var(--_color---neutral--dark-gray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, var(--_color---primary--foreground) 10%, transparent);
  position: sticky;
  top: 0;
}

.image-10 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.navbar-2 {
  background-color: #0000;
}

.brand {
  display: flex;
}

.logo-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-direction: column;
  grid-template: ". ." 135px
    ". Area"
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: stretch stretch;
  margin: 60px auto 140px;
  padding-right: 0;
  display: grid;
}

.image-11 {
  text-align: left;
  object-fit: scale-down;
  align-self: flex-end;
  min-width: 100px;
  max-height: 55%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-12 {
  object-fit: scale-down;
  min-width: 100px;
  min-height: 100px;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  object-fit: scale-down;
  min-width: 100px;
  min-height: 100px;
  max-height: 30%;
  margin-left: auto;
  margin-right: auto;
}

.block-quote {
  margin-top: 0;
}

.block-quote.paragraph-light {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}

.feature-grids {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.heading-4 {
  font-size: 24px;
  line-height: 38px;
}

.heading-5 {
  text-align: left;
}

.feature-image {
  text-align: center;
  object-fit: fill;
  border-radius: 20px;
  max-width: 200px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  margin-bottom: 50px;
}

.container-4.body-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.text-block-3 {
  border-radius: 3px;
}

.paragraph-3,
.paragraph-4,
.paragraph-5,
.paragraph-6,
.paragraph-7,
.paragraph-8 {
  text-align: center;
}

.paragraph-9 {
  text-align: justify;
}

.paragraph-9.blurb {
  text-align: justify;
  margin-bottom: 220px;
}

.paragraph-9.not-typical {
  text-align: left;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
    "."
    "."
    / 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  display: grid;
}

.customer-image {
  object-fit: contain;
  max-width: 100%;
  max-height: 33.67%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  max-height: 33.6749%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: auto;
  display: grid;
}

.image-14 {
  text-align: center;
  object-fit: fill;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.customer-profile-l-pane {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.customer-profile-l-pane.left {
  grid-template-columns: 1.5fr 1fr;
}

.image-15 {
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
}

.customer-profile-left-pane {
  max-height: 17.9176%;
}

.learn-more-square-button {
  cursor: pointer;
  background-color: #000;
  margin-top: 20px;
  transition: box-shadow .4s;
}

.learn-more-square-button:hover {
  color: #000;
  background-color: #c74a74;
  box-shadow: 0 2px 5px #0003, 0 13px 9px #0003;
}

.learn-more-square-button.center {
  text-align: left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  cursor: auto;
}

.div-block-5,
.div-block-6,
.div-block-7,
.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-16 {
  background-image: url('../images/logo-square-256-transparent.png');
  background-position: 0 0;
  background-size: cover;
  display: inline-block;
}

.logo-icon {
  text-align: center;
  display: inline-block;
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-link {
  color: #c74a74;
  text-decoration: none;
  display: block;
}

.footer-link-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.body-container {
  max-width: 80%;
}

.text-block-4 {
  justify-content: center;
  margin: 10px auto;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block-2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.field-label,
.field-label-2 {
  text-align: left;
}

.submit-button {
  text-align: center;
  display: block;
}

.submit-button.white-pill-button:hover {
  color: #000;
  background-color: #c74a74;
}

.success-message {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-color: #c74a74;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-9,
.div-block-10 {
  max-height: 80%;
}

.image-17 {
  background-image: url('../images/logo-horizontal.svg');
  background-position: 0 0;
}

.image-18 {
  margin-right: 0;
}

.about-us-logo {
  text-align: left;
  align-self: center;
  margin-top: -54px;
  display: inline-block;
}

.paragraph-10 {
  text-align: left;
  margin-bottom: 100px;
}

.paragraph-11 {
  text-align: left;
}

.text-block-5 {
  margin-top: 60px;
}

.block-quote-2 {
  align-self: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.customers-section {
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

.trustedby {
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.question-grids {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: stretch center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Hanken Grotesk, sans-serif;
}

.text-block-6 {
  text-align: center;
}

.text-block-6.paragraph-light {
  padding-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
}

.text-block-7 {
  text-align: center;
}

.text-block-7.paragraph-light {
  padding-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.text-block-8.paragraph-light {
  color: #000;
  padding-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
}

.text-block-9 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9.paragraph-light {
  padding-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
}

.shadoweddiv {
  color: #000;
  background-color: #0000;
  border: 1px solid #00000087;
  border-radius: 10px;
  padding-bottom: 0;
  box-shadow: 10px 10px 5px #0003;
}

.div-block-12 {
  color: #000;
  background-color: #fff;
  box-shadow: 0 10px 5px #0003;
}

.div-block-13,
.div-block-14 {
  color: #000;
  background-color: #0000;
  box-shadow: 0 10px 5px #0003;
}

.heading-6,
.heading-7 {
  text-align: center;
}

.paragraph-12 {
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
}

.heading-8 {
  color: #c74a74;
  text-align: center;
}

.heading-9,
.heading-10 {
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
}

.block-quote-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 22px;
  display: flex;
}

.container-7 {
  margin-top: 220px;
}

.image-19 {
  margin-bottom: 220px;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
    "."
    "."
    "."
    "."
    / .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-numbering {
  text-align: left;
  object-fit: fill;
  max-width: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-11 {
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
}

.div-block-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-13 {
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
}

.paragraph-14 {
  text-align: center;
  max-width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Hanken Grotesk, sans-serif;
}

.paragraph-15,
.paragraph-16,
.paragraph-17 {
  padding-right: 100px;
  font-family: Hanken Grotesk, sans-serif;
}

.section-4 {
  margin-bottom: 220px;
  margin-left: 30px;
  margin-right: 30px;
}

.text-block-10 {
  color: #1a1b1f;
  padding-right: 100px;
  font-family: Hanken Grotesk, sans-serif;
}

.field-label-3 {
  text-align: left;
}

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

.container-8 {
  max-width: 80%;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  display: block;
  overflow: visible;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-20 {
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail-image {
  max-width: 150px;
  max-height: 123.5px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label {
  text-align: left;
  margin-top: auto;
}

.recaptcha {
  margin-top: 20px;
}

.team-member-image {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  width: 200px;
  max-width: none;
  height: 200px;
  max-height: none;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.heading-12 {
  text-align: left;
  margin-left: 30px;
}

.text-block-11 {
  text-align: left;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.rich-text-block {
  text-align: left;
  margin-top: 30px;
  margin-left: 30px;
}

.div-block-18,
.div-block-19 {
  max-height: 80%;
}

.paragraph-18 {
  color: #383d3d;
}

.heading-13 {
  margin-top: 0;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #383d3d;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  padding-bottom: 1px;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #c74a74;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #c74a74;
  border: 1px solid #0540f2;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff;
  background-color: #c74a74;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #383d3d;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_title {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: #383d3d;
  -webkit-text-stroke-color: #383d3d;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #383d3d;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-banner_buttons-wrapper {
  color: #000;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #383d3d;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_text-link {
  color: #000;
  border: 1px #383d3d;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #383d3d;
  margin-right: 1.5rem;
}

.fs-cc-banner_trigger {
  display: block;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #000;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #383d3d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  background-color: #c74a74;
  border: 2px solid #c74a74;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #c74a74;
  border: 2px solid #c74a74;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  display: block;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.text-block-12 {
  padding-left: 220px;
  padding-right: 220px;
  font-family: Hanken Grotesk, sans-serif;
}

.fs-cc-banner_text-link-2 {
  color: #383d3d;
  border: 1px solid #0000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-2 {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_trigger-2 {
  display: none;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-manager_button-2 {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button-2:hover {
  color: #4353ff;
}

.fs-cc-prefs_component-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_button-3 {
  color: #fff;
  text-align: center;
  background-color: #c74a74;
  border: 2px solid #c74a74;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-3.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-banner_component-3 {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.image-21 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-14 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text,
.body-2,
.body-3 {
  font-family: Hanken Grotesk, sans-serif;
}

.body-4 {
  border: 1px #000;
  border-radius: 1px;
  font-family: Hanken Grotesk, sans-serif;
}

.body-5,
.body-6,
.body-7,
.body-8 {
  font-family: Hanken Grotesk, sans-serif;
}

.div-block-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.solution-chart {
  margin-top: 40px;
  margin-bottom: 100px;
}

.bold-text-2 {
  text-align: center;
}

.image-22 {
  max-height: 55%;
}

.image-22.fm-logo {
  margin-top: 0;
  padding-top: 25px;
}

.paragraph-19 {
  color: #1a1b1f;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
}

.link {
  float: none;
  display: inline-block;
}

.bold-text-3 {
  display: block;
  position: static;
  overflow: visible;
}

.link-block {
  display: block;
}

.link-block-2 {
  float: none;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  vertical-align: baseline;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-block;
  overflow: visible;
}

.div-block-22 {
  display: block;
}

.iconheader {
  opacity: 1;
  color: #c74a74;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.iconheader.cc-bigger-light {
  opacity: .6;
}

.iconheader.cc-bigger-light._404-page {
  color: #fff;
}

.iconheader.cc-bigger-white-light {
  opacity: .6;
  font-size: 16px;
}

.paragraph-20 {
  color: #000;
  text-align: left;
  min-height: auto;
  font-size: 12px;
  line-height: 20px;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-15 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.heading-16 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: italic;
}

.heading-17 {
  font-weight: 700;
}

.heading-18 {
  font-size: 24px;
  font-weight: 700;
}

.column,
.column-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.field-label-4,
.field-label-5 {
  text-align: left;
}

.submit-button-2 {
  background-color: #000;
}

.heading-19 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}

.heading-20 {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-size: 26px;
}

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

.heading-21,
.heading-22 {
  text-align: center;
  font-weight: 700;
}

.section-6 {
  opacity: .6;
  background-image: url('../images/ben-kolde-FaPxZ88yZrw-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
}

.dlc-submit {
  text-align: center;
  background-color: #000;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-23 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-3 {
  padding-left: 60px;
}

.text-block-13 {
  padding-right: 60px;
}

.image-23,
.image-24,
.image-25,
.image-26,
.image-27 {
  height: 50px;
  display: inline-block;
}

.carousel {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  display: flex;
  overflow: hidden;
}

.client-logos {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-28 {
  flex: 0 auto;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  color: var(--_color---neutral--dark-gray);
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.styles__global-embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.styles__nav {
  z-index: 9999;
  text-transform: uppercase;
  background-color: #1d1c1a;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: sticky;
  top: 0;
}

.container {
  max-width: var(--_layout---container--max-width);
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.cc-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles__nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.u-p-0 {
  padding: 0;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.u-d-flex.cc-gap_m {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.styles__nav-logo {
  color: #d14424;
  width: 64px;
  line-height: .8;
}

.styles__nav-version {
  color: #fff;
  text-transform: none;
  background-color: #d14424;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  line-height: 1em;
  display: inline-block;
}

.styles__nav-link {
  color: #fff;
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover,
.styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  color: #fff;
  background-color: #d14424;
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: #302f2c;
  text-decoration: none;
}

.page-main {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.section {
  scroll-snap-align: start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section.cc-footer {
  color: #fff;
  background-color: #1d1c1a;
  border-top: 1px solid #302f2c;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.section.cc-themed {
  color: #fff;
  ---mode--collection-7df4a73c-9a56-a8b7-efe4-68d0c5f0336d: base;
  background-color: #1d1c1a;
}

.u-mb-md {
  margin-bottom: 2em;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px solid #302f2c;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.row {
  grid-row-gap: var(--_layout---grid--gap-main);
  margin-left: calc(var(--_layout---grid--gap-main) / 2 * -1);
  margin-right: calc(var(--_layout---grid--gap-main) / 2 * -1);
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-align-center {
  align-items: center;
}

.row.row-align-end {
  align-items: flex-end;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-gap-md {
  grid-row-gap: 20px;
  margin-left: calc(var(--_layout---grid--gap-md) / 2 * -1);
  margin-right: calc(var(--_layout---grid--gap-md) / 2 * -1);
}

.row.row-gap-sm {
  grid-row-gap: 8px;
  margin-left: calc(var(--_layout---grid--gap-sm) / 2 * -1);
  margin-right: calc(var(--_layout---grid--gap-sm) / 2 * -1);
}

.row.row-gap-0 {
  grid-row-gap: 0rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.row.row-align-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.row.cc-gap-s {
  grid-row-gap: var(--_layout---grid--gap-md);
}

.row.feautures-section-row {
  flex-flow: row;
  justify-content: flex-start;
}

.row.models-section {
  grid-row-gap: 0px;
  padding-left: 2rem;
}

.row.u-m-0.u-crypto-border {
  border: 1px solid var(--_color---neutral--light-gray);
  border-radius: 8px;
}

.row.u-m-0.u-crypto-border.u-align-center {
  justify-content: flex-start;
  align-items: center;
}

.row.u-crypto-border {
  border: 1px solid var(--_color---neutral--light-gray);
  border-radius: 8px;
}

.row.u-crypto-border.u-margin-small {
  margin: 10px;
}

.row.u-crypto-border.u-margin-small.u-align-center {
  justify-content: flex-start;
  align-items: center;
}

.row.u-crypto-border.u-margin-small.u-align-center.u-p-s {
  padding: 8px;
}

.row.u-crypto-border.u-margin-small.u-align-center.u-p-s.u-gap-sm.direction-vert {
  flex-flow: row;
}

.col {
  padding-left: calc(var(--_layout---grid--gap-main) / 2);
  padding-right: calc(var(--_layout---grid--gap-main) / 2);
  flex: 1;
}

.col.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-lg-4.col-p-0 {
  padding-left: 0;
  padding-right: 0;
}

.col.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.col-lg-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.col-lg-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.col-lg-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-last {
  order: 1;
}

.col.col-shrink {
  flex: 0 auto;
}

.col._4-12 {
  flex-grow: 1;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.col.models-section {
  border-left: 1px solid #626262;
}

.col.border-right {
  border-right: 1px solid var(--_color---neutral--light-gray);
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.styles__card-preview {
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  position: relative;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.u-mb-lg {
  margin-bottom: 3em;
}

.u-mb-lg.models-section {
  margin-bottom: 0;
  margin-right: 2rem;
}

.u-mb-sm {
  margin-bottom: 1em;
}

.styles__selector-callout {
  color: #fff;
  letter-spacing: .01em;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.styles__selector-callout.cc-component {
  background-color: #259d4d;
}

.paragraph-xl {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.eyebrow {
  color: var(--_color---neutral--light-gray);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2;
}

.eyebrow.cc-breadcrumb {
  opacity: .5;
  color: inherit;
  margin-bottom: 0;
  text-decoration: none;
}

.eyebrow.cc-breadcrumb:hover {
  text-decoration: underline;
}

.eyebrow.cc-breadcrumb.cc-current-page {
  opacity: 1;
  text-decoration: none;
}

.eyebrow.u-text-primary.u-text-center.u-mb-md {
  margin-bottom: 2em;
}

.u-border {
  width: 100%;
  height: 1px;
}

.u-bg-primary {
  background-color: #d14424;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mt-md {
  margin-top: 2em;
}

.u-bg-yellow {
  background-color: #f8d47a;
}

.u-bg-blue {
  background-color: #0073e6;
}

.u-bg-black {
  background-color: #1d1c1a;
}

.u-bg-darkgray {
  background-color: #302f2c;
}

.u-bg-midgray {
  background-color: #888680;
}

.u-bg-lightgray {
  background-color: #dfddd6;
}

.u-bg-white {
  background-color: #fff;
}

.u-text-primary {
  color: var(--_color---primary--accent);
}

.u-text-black {
  color: #1d1c1a;
}

.u-text-darkgray {
  color: #302f2c;
}

.u-text-midgray {
  color: #888680;
}

.u-text-lightgray {
  color: #dfddd6;
}

.u-text-white {
  color: #fff;
}

.u-mode-base {
  color: #fff;
  ---mode--collection-7df4a73c-9a56-a8b7-efe4-68d0c5f0336d: base;
  background-color: #1d1c1a;
}

.u-mode-invert {
  color: #fff;
  ---mode--collection-7df4a73c-9a56-a8b7-efe4-68d0c5f0336d: mode-bf6faaa8-2bf5-9c53-b568-f9d802b7c009;
  background-color: #1d1c1a;
}

.u-mode-accent1 {
  color: #fff;
  ---mode--collection-7df4a73c-9a56-a8b7-efe4-68d0c5f0336d: mode-58b0a2b9-2dc1-9157-a0dd-7d9af1d425d6;
  background-color: #1d1c1a;
}

.u-mode-accent2 {
  color: #fff;
  ---mode--collection-7df4a73c-9a56-a8b7-efe4-68d0c5f0336d: mode-f069190d-3662-920d-afc0-b53953d4bc44;
  background-color: #1d1c1a;
}

.styles__utility-wrap {
  margin-bottom: 40px;
  padding: 1px;
}

.styles__utility-wrap.cc-margin {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-padding {
  background-image: url('../images/bg-padding.svg');
  background-position: 0 0;
  background-size: 4px;
}

.u-mt-0 {
  margin-top: 0;
}

.styles_utility-card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  padding: 20px;
}

.u-mt-sm {
  margin-top: 1em;
}

.u-mt-xs {
  margin-top: .5em;
}

.u-mt-lg {
  margin-top: 3em;
}

.u-mb-xs {
  margin-bottom: .5em;
}

.u-m-0 {
  margin: 0;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-text-left.u-text-midgray.u-text-size-12 {
  font-size: 12px;
}

.u-text-left.u-text-height-20 {
  white-space: nowrap;
  line-height: 20px;
}

.u-text-clamp-1,
.u-text-clamp-2,
.u-text-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
}

.u-text-balance {
  text-wrap: balance;
}

.u-text-pretty {
  text-wrap: pretty;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-visible {
  overflow: visible;
}

.u-d-none {
  display: none;
}

.u-d-block {
  display: block;
}

.u-d-inline-flex {
  display: inline-flex;
}

.u-position-relative {
  position: relative;
}

.u-position-sticky {
  position: sticky;
}

.u-w-100 {
  width: 100%;
}

.u-h-100 {
  height: 100%;
}

.u-minh-100vh {
  min-height: 100vh;
}

.u-aspect-1x1 {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.u-aspect-16x9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
}

.u-aspect-4x3 {
  aspect-ratio: 4 / 3;
  width: 100%;
  position: relative;
}

.u-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.styles__visual-div {
  text-align: center;
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styles__row-example {
  border: 1px dashed #888680;
  height: 200px;
  margin-top: 4px;
  padding: 20px;
}

.btn {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  background-color: var(--_color---primary--accent);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #0000;
  border-radius: 999vw;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: var(--_color---primary--foreground);
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn:focus-visible,
.btn[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #d14424;
}

.btn.secondary {
  color: #fff;
  background-color: #0000;
  border-color: #d14424;
}

.btn.cc-secondary {
  border-top-color: var(--_color---neutral--dark-gray);
  border-right-color: var(--_color---neutral--dark-gray);
  border-bottom-color: var(--_color---neutral--dark-gray);
  border-left-color: var(--_color---neutral--dark-gray);
  color: var(--_color---neutral--dark-gray);
  background-color: #0000;
}

.btn.cc-light {
  border-color: var(--_color---primary--foreground);
  color: var(--_color---primary--foreground);
}

.btn.cc-fs {
  width: 100%;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  max-width: 1.2em;
  line-height: 1;
  display: inline-flex;
}

.icon-color {
  color: inherit;
  display: inline-flex;
}

.icon-color.primary {
  color: #d14424;
}

.icon-color.yellow {
  color: #f8d47a;
}

.icon-color.blue {
  color: #0073e6;
}

.icon {
  width: 1em;
  font-size: 1em;
  font-style: normal;
  display: inline-flex;
}

.icon.sm {
  font-size: 1.5rem;
}

.icon.md {
  font-size: 2rem;
}

.icon.lg {
  font-size: 3rem;
}

.card {
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.input-group {
  flex-direction: column;
  padding-top: 1px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 9rem;
}

.input-group.cc-toggle {
  margin-bottom: .5rem;
  padding: 0 0 0 28px;
}

.input-label {
  z-index: 1;
  color: #1d1c1a;
  letter-spacing: 0;
  border-top-right-radius: 3px;
  margin-bottom: .5rem;
  padding-bottom: .25rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.input-label.cc-static {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9rem;
}

.input-label.cc-static.u-text-lowercase.paragraph-sm.u-text-midgray {
  color: var(--_color---neutral--mid-gray);
  line-height: 1.25em;
}

.input {
  border: 1px solid var(--_color---neutral--light-gray);
  color: #1d1c1a;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: .5rem;
  height: 100%;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  inset: 0%;
}

.input:hover,
.input:focus {
  border-color: var(--_color---primary--accent);
}

.input::placeholder {
  color: #888680;
}

.input.cc-select {
  background-image: url('../images/arrow-black.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: .8rem;
}

.input.cc-light {
  color: #fff;
}

.input.cc-search {
  border-color: #88868066;
  border-radius: 99vw;
  min-height: 2.75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 2.25rem;
}

.input.cc-search:hover {
  border-color: var(--_color---primary--accent);
}

.input.cc-textarea {
  min-height: 8rem;
}

.input-radio {
  background-color: #0000;
  border-color: #888680;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-radio.w--redirected-checked {
  background-color: #d14424;
  border-width: 1px;
  border-color: #d14424;
}

.input-radio.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px #302f2c;
}

.input-radio.cc-light:hover {
  background-color: #888680;
}

.input-check {
  background-color: #0000;
  border-color: #888680;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -28px;
  margin-right: 5px;
  box-shadow: 0 0 #0000;
}

.input-check:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-check.w--redirected-checked {
  background-color: #d14424;
  background-size: 16px;
  border-color: #d14424;
}

.input-check.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-check.cc-light:hover {
  background-color: #888680;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.accordion-item {
  text-align: left;
  border: 1px solid #888680;
  border-radius: .5rem;
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.accordion-trigger {
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.accordion-trigger:hover {
  color: #d14424;
}

.accordion-trigger:focus-visible,
.accordion-trigger[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #d14424;
}

.accordion-title {
  text-align: left;
  margin-bottom: 0;
  padding-right: .5em;
}

.accordion-icon_right {
  flex: none;
  width: 32px;
  height: 32px;
}

.accordion-content {
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.accordion-content_spacer {
  margin-bottom: 1.25rem;
}

.modal {
  z-index: 10;
  color: #fff;
  ---mode--collection-7df4a73c-9a56-a8b7-efe4-68d0c5f0336d: mode-bf6faaa8-2bf5-9c53-b568-f9d802b7c009;
  background-color: #1d1c1a;
  border: 0 #0000;
  border-radius: .5rem;
  width: 90%;
  max-width: 800px;
  padding: 24px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  overflow-y: auto;
}

.modal_close-button {
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.modal_close-button:focus-visible,
.modal_close-button[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #146ef5;
}

.modal_close-button_icon {
  width: 1rem;
  height: 1rem;
}

.eyebrow-wrapper {
  border-top: 1px solid #fff;
  align-self: flex-start;
  padding-top: .5rem;
  display: inline-block;
}

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

.breadcrumb-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.breadcrumb-arrow {
  width: 1em;
}

.icon-component {
  display: inline-flex;
}

.nav-banner {
  background-color: #d14424;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
  box-shadow: inset 0 0 0 100px #0000;
}

.nav-banner:hover {
  box-shadow: inset 0 0 0 100px #00000026;
}

.nav-banner:focus-visible,
.nav-banner[data-wf-focus-visible] {
  outline-offset: -2px;
  outline-color: #fff;
}

.nav {
  z-index: 999;
  color: #fff;
  background-color: #1d1c1a;
  border-bottom: 1px solid #302f2c;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.nav-custom-css,
.nav-custom-js {
  display: none;
}

.nav-skip-link {
  z-index: 9998;
  opacity: 0;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #d14424;
  border-radius: .5rem;
  height: 3em;
  margin-top: -8em;
  padding: .8em 1.5em;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1), margin .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.nav-skip-link:focus-visible,
.nav-skip-link[data-wf-focus-visible] {
  opacity: 1;
  outline-offset: 2px;
  outline: 2px solid #d14424;
  margin-top: .2em;
}

.nav-logo_link {
  color: #d14424;
  width: 5rem;
  padding-left: 0;
  line-height: 1;
}

.nav-menu_btn {
  padding: .75rem;
}

.nav-menu_btn-bar {
  background-color: #fff;
  width: 1.5rem;
  height: 1px;
}

.nav-menu_btn-bar.cc-middle {
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav-menu {
  margin-left: auto;
  position: static;
}

.nav-dropdown_overlay {
  opacity: .5;
  background-color: #1d1c1a;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 100% 0% 0%;
}

.nav-menu_container {
  display: flex;
}

.nav-link {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: currentColor;
  justify-content: center;
  align-items: center;
  padding: .7em 1em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  color: #d14424;
}

.nav-link.cc-dropdown-btn {
  padding-right: calc(var(--component-button--horizontal-padding) / 2);
}

.nav-link.cc-dropdown-btn:focus-visible,
.nav-link.cc-dropdown-btn[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #d14424;
}

.nav-link.cc-dropdown-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.nav-link.cc-dropdown-link:focus-visible,
.nav-link.cc-dropdown-link[data-wf-focus-visible] {
  outline-offset: -2px;
  outline-width: 2px;
  outline-color: #d14424;
}

.nav-dropdown.cc-mega {
  position: static;
}

.nav-dropdown_arrow {
  width: 1.2em;
}

.nav-dropdown_content {
  z-index: 2;
  background-color: #1d1c1a;
  border: 1px solid #888680;
  border-radius: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav-dropdown_content.w--open {
  text-align: left;
}

.nav-dropdown_content.cc-mega {
  border-style: none none solid;
  border-radius: 0;
  inset: 100% 0% auto;
}

.nav-dropdown_content.cc-mega.w--open {
  border-top-style: solid;
  border-top-color: #302f2c;
  max-height: 90vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow-y: auto;
}

.nav-cta-wrapper {
  flex: none;
  margin-left: auto;
}

.footer-logo_link {
  width: 5rem;
  line-height: 1;
}

.footer-social_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 0;
  display: flex;
}

.footer-social_link {
  width: 1.5rem;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
}

.footer-social_link:hover {
  opacity: .6;
}

.slot {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.slot.cc-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: stretch;
}

.slot.cc-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.blog-header {
  background-color: var(--_color---primary--accent);
  color: var(--_color---neutral--white);
  flex-flow: column;
  justify-content: center;
  min-height: 13.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.blog-header_bg-wrap {
  max-width: 28rem;
  position: absolute;
  inset: auto -5% -25% auto;
}

.blog-posts {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.blog-posts_form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-posts_categories {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-posts_radio {
  color: var(--_color---neutral--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
}

.blog-posts_radio.cc-active {
  color: var(--_color---primary--accent);
}

.blog-posts_btn {
  display: none;
}

.blog-posts_btn-label {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.blog-posts_btn-label.cc-active {
  color: var(--_color---primary--accent);
}

.blog-posts_search {
  min-width: 25rem;
  padding-bottom: 2.75rem;
  position: relative;
}

.blog-posts_search.cc-blog {
  padding-bottom: 0;
}

.blog-posts_search-icon {
  pointer-events: none;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translate(0, -50%);
}

.blog-post_card {
  position: relative;
}

.blog-post_media {
  border-radius: .75rem;
  overflow: hidden;
}

.blog-post_media.u-aspect-16x9 {
  border: 1px solid #0000001a;
}

.blog-post_img {
  transition: transform .3s ease-in-out;
}

.blog-post_meta {
  color: var(--_color---primary--accent);
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
}

.blog-post_meta.cc-single {
  opacity: .8;
}

.blog-post_title {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.post-content {
  padding-top: 4rem;
}

.blog-content_rte h1 {
  margin-top: 0;
}

.blog-content_rte a {
  display: inline-flex;
}

.blog-content_rte p {
  color: var(--_color---neutral--dark-gray);
}

.blog_sidebar {
  display: none;
  position: sticky;
  top: 4rem;
}

.post-header {
  background-color: var(--_color---primary--accent);
  color: var(--_color---neutral--white);
  flex-flow: column;
  justify-content: center;
  min-height: 13.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.post-thumb_media {
  border-radius: .75rem;
  overflow: hidden;
}

.post-thumb_media.u-aspect-16x9 {
  border: 1px solid var(--_color---neutral--light-gray);
}

.post-thumb_media.u-aspect-16x9.u-mt-md {
  border: 1px solid #0000001a;
}

.post-thumb_img {
  background-color: var(--_color---neutral--white);
}

.post-header_bg {
  z-index: 0;
  background-color: var(--_color---primary--accent);
  height: 50vh;
  max-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.blog-toc_item {
  margin-bottom: 0;
}

.blog-toc_link {
  border-left: 1px solid var(--_color---neutral--light-gray);
  color: var(--_color---neutral--mid-gray);
  padding: .75rem 2rem .75rem 1rem;
  text-decoration: none;
}

.blog-toc_link.w--current {
  border-left: 1px solid var(--_color---primary--accent);
  color: var(--_color---neutral--black);
}

.blog-toc_link.cc-h3 {
  padding-left: 2rem;
}

.post-related {
  background-color: #fcfcfc;
}

.post-related.section {
  border-top: 1px solid #f2f2f2;
}

.blog-post_link {
  text-decoration: none;
}

.blog_share {
  margin-top: 2rem;
}

.blog_share-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-left: 0;
  display: flex;
}

.blog_share-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.blog_share-icon.cc-x {
  width: 1.75rem;
}

.blog_share-link {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  display: flex;
}

.blog_share-link.cc-x {
  width: 1.4rem;
  height: 1.5rem;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.h2 {
  text-wrap: balance;
  font-family: Fraunces, Times New Roman, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

.page_code {
  height: 0;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav_menu {
  grid-column-gap: var(--_layout---grid--gap-main);
  grid-row-gap: var(--_layout---grid--gap-main);
  display: flex;
}

.nav_link {
  color: var(--_color---primary--foreground);
  padding: 0;
  display: inline-flex;
}

.nav_link:hover {
  opacity: .75;
  color: var(--_color---primary--foreground);
}

.nav_link.w--current {
  color: var(--_color---primary--foreground);
}

.nav_link.u-d-none {
  display: none;
}

.nav_link.solutions-dropdown-menu:hover {
  opacity: 100;
}

.nav_link.solutions-dropdown-items {
  text-transform: none;
}

.nav_logo {
  color: #fff;
  max-height: 2.5rem;
  display: flex;
}

.nav_list {
  grid-column-gap: var(--_layout---grid--gap-main);
  grid-row-gap: var(--_layout---grid--gap-main);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_item {
  color: var(--_color---primary--foreground);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
}

.nav_item.cc-tablet {
  display: none;
}

.hero_section {
  background-color: var(--_color---neutral--dark-gray);
  color: var(--_color---primary--foreground);
  flex-flow: column;
  justify-content: center;
  min-height: 48rem;
  display: flex;
}

.hero_section.section {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.hero_section.section.cc-discover {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.btn-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  padding-top: 1rem;
  display: flex;
}

.btn-group.cc-align-center {
  justify-content: center;
  align-items: center;
}

.hero_content.index-99 {
  z-index: 99;
  position: relative;
}

.hero_media {
  z-index: 0;
  pointer-events: none;
  width: 50%;
  max-width: 50vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_img {
  object-position: 20% 50%;
}

.footer {
  background-color: var(--_color---neutral--dark-gray);
  color: var(--_color---primary--foreground);
  border-top: 1px solid #ffffff1a;
  padding-top: 2rem;
  padding-bottom: 0;
}

.footer-04 {
  background-color: var(--_color---neutral--dark-gray);
  color: var(--_color---primary--foreground);
  padding-top: 2rem;
  padding-bottom: 0;
}

.footer_logo {
  width: 7rem;
}

.u-mt-2 {
  margin-top: 2em;
}

.footer_menu-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.footer_link {
  font-size: .875rem;
  font-weight: var(--type-weight--500);
  margin-right: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.footer_link-text {
  color: var(--_color---primary--foreground);
  margin-bottom: 0;
}

.footer_link-text.paragraph-0-875.u-text-darkgray {
  color: var(--_color---neutral--dark-gray);
}

.badge {
  background-color: color-mix(in srgb, var(--colors-all--light-gray) 70%, white);
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  padding: .25rem .375rem;
  font-size: .625rem;
  line-height: 1em;
  display: inline-flex;
}

.footer_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: color-mix(in srgb, var(--_color---primary--foreground) 10%, transparent);
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.footer_bottom.light-mode-footer {
  border-top-color: var(--_color---neutral--light-gray);
}

.footer_copyright {
  margin-bottom: 0;
  font-size: .875rem;
}

.footer_copyright.paragraph-0-875 {
  margin-bottom: 0;
}

.footer_legal-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: none;
}

.contact_section {
  background-color: var(--_color---primary--accent);
}

.contact_section.cc-dark {
  background-color: var(--_color---neutral--dark-gray);
}

.contact_wrap {
  border-radius: var(--_layout---grid--gap-md);
  background-color: var(--_color---primary--background);
}

.contact_content {
  padding: 3.5rem;
}

.contact_form-block {
  z-index: 1;
  height: 100%;
  padding: 3rem;
  position: relative;
}

.contact_form-block.cc-hero {
  background-color: var(--_color---primary--foreground);
  border-radius: .5rem;
  max-width: 35rem;
  margin-left: auto;
  padding: 2rem;
}

.u-text-lowercase {
  text-transform: none;
}

.insights_section {
  background-color: #f7f7f7;
}

.cta-08_section {
  padding-top: 0;
}

.cta-08_wrap {
  background-color: var(--_color---neutral--dark-gray);
  color: var(--_color---primary--foreground);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  min-height: 25rem;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-08_subtitle {
  font-size: 1.125rem;
}

.cta-08_media {
  mix-blend-mode: color-burn;
  max-width: 40rem;
  max-height: 40rem;
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translate(25%, -50%);
}

.layout-08_section.section.model-section {
  background-color: #f7f7f7;
  display: none;
}

.layout-08_section.section.u-bg-offwhite {
  background-color: #fafafa;
}

.layout-08_heading {
  color: var(--_color---neutral--dark-gray);
}

.layout-08_desc {
  font-size: 1.125rem;
}

.u-mt-4 {
  margin-top: 4em;
}

.layout-08_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_color---neutral--light-gray);
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  transition: border-color .3s cubic-bezier(.755, .05, .855, .06);
  display: flex;
  position: relative;
}

.layout-08_card:hover {
  border-color: var(--_color---primary--accent);
}

.layout-08_card.crosschain-sec:hover {
  border-style: none;
}

.layout-08_card.u-bg-white {
  z-index: 2;
}

.layout-08_card.u-bg-white.card-bg-visual {
  position: absolute;
}

.layout-08_card.card-bg-visual {
  position: relative;
  top: -305px;
  left: -29px;
}

.layout-08_card.card-bg-visual.u-bg-lightgray {
  z-index: 1;
}

.layout-08_icon-wrap {
  background-color: color-mix(in srgb, var(--colors-all--light-gray) 30%, white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.layout-08_icon {
  color: var(--_color---primary--accent);
}

.layout-08_card-title {
  color: #292524;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.layout-08_card-title.paragraph-1-125.u-text-semibold.u-text-white {
  color: #fff;
}

.u-divider {
  background-color: var(--_color---neutral--mid-gray);
  opacity: .4;
  width: 100%;
  height: 1px;
}

.u-divider.cc-testimonial-05 {
  margin-left: calc(var(--grid-gap-split) / 2);
  margin-right: calc(var(--grid-gap-split) / 2);
  width: 1px;
  height: auto;
}

.u-size-2 {
  width: 2.5rem;
  height: 2.5rem;
}

.u-mt-5 {
  margin-top: 5em;
}

.testimonial-05_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: grab;
  border-left: 2px solid #e9e9e9;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-left: 1rem;
  display: flex;
}

.testimonial-05_card.swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-05_card.swiper-slide.models-section {
  border-left-style: none;
  width: 100%;
  padding-left: 0;
}

.testimonial-05_featured-logo-wrapper {
  width: auto;
  height: 2rem;
  margin-bottom: 1em;
}

.testimonial-05_featured-logo {
  height: 2rem;
}

.testimonial-05_review {
  flex: 1;
}

.avatar {
  border-radius: 99vw;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
}

.testimonial-05_author-name {
  margin-bottom: 0;
}

.marquee {
  -webkit-user-select: none;
  user-select: none;
  min-height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee.marquee-horizontal {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.marquee.marquee-horizontal.cc-discover {
  max-width: 100%;
}

.marquee_group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.marquee_group.cc-hero {
  opacity: .9;
  justify-content: flex-start;
}

.testimonial-05_logo {
  max-width: 186px;
  height: 2rem;
}

.u-text-semibold {
  font-weight: 600;
}

.customers_section {
  background-image: linear-gradient(90deg, #f7f7f7 50%, var(--_color---neutral--dark-gray) 50%);
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.customers_section.section {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.customers_title {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.customers_container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.customers_list {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.customers_list.col {
  color: var(--_color---primary--foreground);
}

.customers_card {
  background-color: var(--_color---neutral--dark-gray);
  scroll-snap-align: start;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.u-text-link {
  text-underline-offset: .25em;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.u-text-link:hover {
  opacity: .75;
  color: inherit;
}

.u-text-link_icon {
  width: 1rem;
  height: 1rem;
}

.customers_card-icon {
  max-width: 22.5rem;
  max-height: 13rem;
}

.customers_title-block {
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.h1 {
  font-family: Fraunces, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1em;
}

.h3 {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4em;
}

.h4 {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
}

.contact_success {
  background-color: color-mix(in srgb, var(--_color---primary--accent) 10%, transparent);
}

.cookies_banner {
  z-index: 1;
  border-top: 1px solid var(--_color---neutral--light-gray);
  background-color: #fafafa;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: auto 0% 0%;
}

.cookies_banner.section {
  z-index: 99;
}

.cookies_actions {
  grid-column-gap: var(--_layout---grid--gap-sm);
  grid-row-gap: var(--_layout---grid--gap-sm);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cookies_pref-link {
  margin-right: 1rem;
  text-decoration: none;
}

.cookies_close {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translate(0%, -50%);
}

.cookies_close-icon {
  width: 2rem;
  height: 2rem;
}

.cookies_pref-manager {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.fs-cc_modal {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.fs-cc_description {
  line-height: 1.6;
}

.fs-cc_link {
  text-decoration: underline;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_preferences {
  grid-column-gap: var(--_layout---grid--gap-main);
  grid-row-gap: var(--_layout---grid--gap-main);
  border-bottom: 1px solid var(--_color---neutral--light-gray);
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs-cc_checkbox {
  cursor: pointer;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
  padding-right: 0;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: var(--_color---primary--accent);
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  background-color: var(--_color---primary--accent);
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
  border-radius: .25rem;
}

.fs-cc_checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  margin-bottom: .25rem;
  margin-left: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_checkbox-label.is--not-allowed {
  color: var(--_color---primary--accent);
  font-size: 1rem;
}

.fs-cc_checkbox-description {
  text-transform: none;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 2rem 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_pref-group {
  grid-column-gap: var(--_layout---grid--gap-sm);
  grid-row-gap: var(--_layout---grid--gap-sm);
  flex-flow: column;
  display: flex;
}

.testimonial_slider {
  margin-bottom: 3em;
  overflow: hidden;
}

.testimonial_slider.models-section {
  margin-bottom: 0;
}

.testimonial_wrap {
  display: flex;
}

.testimonial_wrap.swiper-wrapper {
  flex-flow: row;
  align-items: stretch;
}

.testimonial_wrap.swiper-wrapper.gap-add {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.testimonial_pagination {
  grid-column-gap: var(--_layout---grid--gap-sm);
  grid-row-gap: var(--_layout---grid--gap-sm);
  justify-content: center;
  display: flex;
}

.testimonial_pagination.u-mt-2.models-section {
  justify-content: flex-start;
  align-items: center;
}

.testimonial_dot {
  cursor: pointer;
  background-color: #e7e7e7;
  width: 2.75rem;
  height: .25rem;
  transition: background-color .3s cubic-bezier(.47, 0, .745, .715);
}

.testimonial_dot.cc-active {
  background-color: var(--_color---primary--accent);
}

.logo-cloud_section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.features_section {
  background-color: #fafafa;
}

.infra_section {
  background-color: #fafafa;
  padding-top: 0;
}

.infra_wrap {
  border-radius: var(--_layout---grid--gap-md);
  background-color: var(--_color---neutral--dark-gray);
  color: var(--_color---primary--foreground);
}

.infra_content {
  padding: 4rem;
}

.paragraph-md {
  font-size: 1.125rem;
  line-height: 1.6em;
}

.infra_media {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sp_list-item {
  position: relative;
}

.sp_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.sp_card {
  background-color: #fafafa;
  border-radius: 6px;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.sp_card.cc-cta {
  background-color: var(--_color---primary--accent);
  color: var(--_color---primary--foreground);
}

.sp_link {
  text-align: center;
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_color---primary--accent);
  text-decoration-color: var(--_color---primary--accent);
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-decoration-thickness: .15rem;
}

.banner {
  background-image: url('../images/hero-white-50-flipped.svg'), url('../images/hero-white-50-opacity.svg'), radial-gradient(circle farthest-side at 50% 50%, var(--_color---primary--accent), #de1c60 62%);
  background-position: 0%, 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 400px 400px, 400px 400px, auto;
  background-attachment: scroll, scroll, scroll;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.banner-text {
  color: var(--_color---color);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.banner-text.banner-cta {
  text-underline-offset: 4px;
  font-weight: 600;
  text-decoration: underline;
}

.image-29 {
  margin-right: 8px;
  display: inline;
}

.text-block-14 {
  color: var(--_color---color);
  text-align: center;
}

.banner-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.banner-link {
  color: var(--_color---color);
}

.text-block-15 {
  color: var(--_color---color);
  font-size: 14px;
}

.banner-link-block {
  text-decoration: none;
  display: block;
}

.nav_logo-o {
  max-height: 2.5rem;
  display: none;
}

.path {
  color: var(--_color---primary--accent);
}

.our-products.section {
  background-color: #fafafa;
  display: none;
}

.img-wrapper.u-position-relative {
  max-width: 65%;
}

.benefits_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-mt-lg-2 {
  margin-top: 5em;
}

.benefits_wrap {
  container-type: inline-size;
}

.benefits_card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.benefits_card_text {
  text-wrap: balance;
  margin-bottom: 0;
  padding-top: 0;
}

.benefits_card_title {
  color: var(--_color---neutral--black);
  text-wrap: balance;
  font-size: 1.125rem;
}

.benefits_card_icon {
  width: auto;
  height: 3rem;
}

.benefits_card_body {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.benefits_card_mask_clip {
  overflow: hidden;
}

.benefits_card_wrap {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 1.25rem;
  transition: width .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits_card_mask_wrap {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
}

.benefits_card_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.white-radial {
  z-index: 3;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, white, var(--_color---primary--accent));
  position: relative;
}

.image-wrapper.resize {
  max-width: 80%;
}

.image-31 {
  z-index: 2;
  position: relative;
}

.hero_media-copy {
  z-index: 0;
  pointer-events: none;
  width: 50%;
  max-width: 50vw;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-32 {
  z-index: 4;
  position: relative;
}

.img-gradient {
  z-index: 5;
  background-image: radial-gradient(circle, #fff0, #fff);
  position: absolute;
  inset: 0%;
}

.bg-video-wrapper {
  padding-top: 80vh;
  position: relative;
}

.background-video {
  z-index: 5;
  padding-top: 80vh;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-video-overlay {
  background-image: linear-gradient(0deg, #000, #fff0 56%);
  position: absolute;
  inset: 0%;
}

.img-gradient-bottom {
  z-index: 5;
  background-image: linear-gradient(#fff0 60%, #fff);
  position: absolute;
  inset: 0%;
}

.card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_color---neutral--light-gray);
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  transition: border-color .3s cubic-bezier(.755, .05, .855, .06);
  display: flex;
  position: relative;
}

.card-wrapper:hover {
  border-color: var(--_color---neutral--light-gray);
}

.card-wrapper.crosschain-sec:hover {
  border-style: none;
}

.card-wrapper.u-bg-white:hover {
  border-color: var(--_color---primary--accent);
}

.laout-8-card-bg {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_color---neutral--light-gray);
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  transition: border-color .3s cubic-bezier(.755, .05, .855, .06);
  display: flex;
  position: relative;
}

.laout-8-card-bg:hover {
  border-color: var(--_color---primary--accent);
}

.laout-8-card-bg.crosschain-sec:hover {
  border-style: none;
}

.laout-8-card-bg.u-bg-white {
  z-index: 2;
}

.laout-8-card-bg.u-bg-white.card-bg-visual {
  position: absolute;
}

.laout-8-card-bg.card-bg-visual {
  background-color: #ebebeb;
  border-style: none;
  position: relative;
  top: -287px;
  left: -19px;
}

.laout-8-card-bg.card-bg-visual.u-bg-lightgray {
  z-index: 1;
}

.laout-8-card-bg.card-bg-visual.u-bg-lightgray:hover {
  border-style: none;
}

.laout-8-card-bg.card-bg-visual.u-mt-2 {
  background-color: #ebebeb;
  top: -322px;
}

.laout-8-card-bg.card-bg-visual.mobile-adjust,
.laout-8-card-bg.card-bg-visual.mobile-adjust3 {
  background-color: #ebebeb;
  top: -289px;
}

.card-num-indicator {
  position: absolute;
  inset: auto 6% 5% auto;
}

.card-num-indicator.h3 {
  opacity: .25;
}

.card-num-indicator.h3.u-text-light {
  color: #1d1c1a40;
}

.layout-8-card-black-hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_color---neutral--light-gray);
  background-color: var(--_color---neutral--white);
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  transition: border-color .3s cubic-bezier(.755, .05, .855, .06);
  display: flex;
  position: relative;
}

.layout-8-card-black-hover:hover {
  border-color: var(--_color---neutral--light-gray);
  background-color: var(--_color---neutral--dark-gray);
  color: var(--white);
}

.layout-8-card-black-hover.crosschain-sec:hover {
  border-style: none;
}

.layout-8-card-black-hover.u-bg-white {
  z-index: 2;
  transition: color .2s, background-color .2s, border-color .3s cubic-bezier(.755, .05, .855, .06);
}

.layout-8-card-black-hover.u-bg-white:hover {
  border-color: var(--_color---neutral--light-gray);
  background-color: var(--_color---neutral--dark-gray);
  color: var(--_color---neutral--white);
}

.layout-8-card-black-hover.u-bg-white.card-bg-visual {
  position: absolute;
}

.layout-8-card-black-hover.card-bg-visual {
  position: relative;
  top: -305px;
  left: -29px;
}

.layout-8-card-black-hover.card-bg-visual.u-bg-lightgray {
  z-index: 1;
}

.layout-08_card-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_color---neutral--light-gray);
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  transition: border-color .3s cubic-bezier(.755, .05, .855, .06);
  display: flex;
  position: relative;
}

.layout-08_card-copy:hover {
  border-color: var(--_color---primary--accent);
}

.layout-08_card-copy.crosschain-sec:hover {
  border-style: none;
}

.layout-08_card-copy.u-bg-white {
  z-index: 2;
}

.layout-08_card-copy.u-bg-white.card-bg-visual {
  position: absolute;
}

.layout-08_card-copy.card-bg-visual {
  position: relative;
  top: -305px;
  left: -29px;
}

.layout-08_card-copy.card-bg-visual.u-bg-lightgray {
  z-index: 1;
}

.layout-8-card-title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.layout-8-card-title.paragraph-1-125.u-text-semibold.u-text-white {
  color: #fff;
}

.layout-08_card-title-copy {
  color: #292524;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.layout-08_card-title-copy.paragraph-1-125.u-text-semibold.u-text-white {
  color: #fff;
}

.paragraph-21,
.paragraph-22,
.paragraph-23 {
  margin-right: 1rem;
}

.row-2 {
  margin-left: calc(var(--grid-gap-split) - var(--spacing-layout--row-col-gap));
  margin-right: calc(var(--grid-gap-split) - var(--spacing-layout--row-col-gap));
  margin-bottom: calc(0px - var(--spacing-layout--row-col-gap));
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row-2.row-justify-between {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
}

.row-2.row-justify-between.row-align-center.u-mt-2 {
  align-items: flex-end;
}

.testimonial-15_logo-wrap {
  justify-content: flex-end;
  height: 2rem;
  display: flex;
}

.container-11 {
  width: 88%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-15_author-name {
  margin-bottom: 0;
}

.u-divider-2 {
  background-color: #dfddd6;
  width: 100%;
  height: 1px;
}

.col-2 {
  padding-left: var(--grid-gap-split);
  padding-right: var(--grid-gap-split);
  margin-bottom: var(--spacing-layout--row-col-gap);
  flex: 1;
}

.col-2.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-2.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-2.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.testimonial-15_logo {
  height: 2rem;
}

.form-2 {
  background-color: var(--_color---color);
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

.dropdown-toggle:hover {
  opacity: .75;
}

.icon-2 {
  color: var(--_color---primary--foreground);
  margin-right: 0;
  inset: 0% 0% 0% auto;
}

.dropdown-list {
  background-color: var(--_color---neutral--dark-gray);
  top: 4px;
}

.dropdown-list.w--open {
  flex-flow: column;
  padding: 1rem;
  display: flex;
  top: 45px;
}

.team-headshot-wrapper,
.image-33 {
  border-radius: 8px;
}

.team-name {
  margin-bottom: 0;
}

.crypto-search-collection {
  border-radius: .5rem;
  width: 100%;
}

.crypto-img-wrapper {
  object-fit: fill;
  width: 2.5rem;
  height: 2.5rem;
  overflow: visible;
}

.crypto-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.crypto-form-search-wrapper {
  width: 13rem;
}

.crypto-search-form {
  display: flex;
}

.crypto-search-field {
  background-color: var(--_color---neutral--dark-gray);
  color: var(--_color---neutral--white);
  border-radius: .5rem;
}

.image-34 {
  height: 2.5rem;
}

.image-35 {
  min-height: 20px;
}

.image-36 {
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  max-height: 100px;
  margin-top: 40px;
  padding-top: 0;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-38 {
  max-height: 70px;
  margin-top: 56px;
}

.features_heading-copy.u-text-balance.u-text-center {
  color: var(--black);
}

.wap-class {
  background-color: #0000;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .insights-landing.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo-download {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
      ". ."
      ". ."
      / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
      "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
      ". ."
      ". ."
      / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
      ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .heading-jumbo-white {
    font-size: 56px;
    line-height: 70px;
  }

  .white-pill-button {
    justify-content: center;
  }

  .white-pill-button.cc-contact-us {
    display: none;
  }

  .image-11,
  .image-12 {
    object-fit: contain;
  }

  .image-13 {
    object-fit: contain;
    min-width: 100px;
    min-height: 100px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .container-6.body-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text,
  .fs-cc-banner_text-2 {
    margin-right: 0;
  }

  .heading-19,
  .heading-20 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .u-p-0 {
    padding: 0;
  }

  .row.feautures-section-row {
    flex-flow: wrap;
  }

  .row.mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .row.mobile-flex-verticle {
    flex-flow: column;
  }

  .row.u-crypto-border.u-margin-small.u-align-center.u-p-s.u-gap-sm.direction-vert {
    flex-flow: row;
    width: 100%;
  }

  .col.col-lg-8.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-lg-8.mobile-center {
    text-align: center;
  }

  .col.col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-md-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-md-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-md-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-md-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-last {
    order: 1;
  }

  .col._4-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.border-right {
    border-right-style: none;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-text-left.u-text-height-20 {
    white-space: nowrap;
  }

  .u-md-d-none {
    display: none;
  }

  .u-md-d-block {
    display: block;
  }

  .nav-menu_btn {
    border-radius: .5rem;
    order: 1;
  }

  .nav-menu_btn:focus-visible,
  .nav-menu_btn[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 2px solid #d14424;
  }

  .nav-menu_btn.w--open {
    background-color: #1d1c1a;
  }

  .nav-menu {
    background-color: #1d1c1a;
    order: -1;
    width: 100vw;
    height: calc(100svh - 4rem);
    position: absolute;
    inset: 100% 0% 0%;
    overflow-y: auto;
  }

  .nav-menu_container {
    flex-flow: column;
    width: calc(88% + 2em);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown_content {
    position: relative;
  }

  .nav-dropdown_content.cc-mega {
    top: auto;
  }

  .nav-dropdown_content.cc-mega.w--open {
    border-style: solid;
    border-color: #888680;
    border-radius: .25rem;
  }

  .nav-cta-wrapper {
    margin-left: auto;
  }

  .blog-posts_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog_sidebar {
    position: relative;
  }

  .post-header_bg {
    height: 30rem;
  }

  .nav_menu {
    background-color: var(--_color---neutral--dark-gray);
    background-image: linear-gradient(#00000012, #00000012);
    border: 1px solid #ffffff0d;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    box-shadow: 0 2px 2px #0003;
  }

  .nav_link.solutions-dropdown-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .nav_link.solutions-dropdown-menu:hover {
    opacity: 100;
  }

  .nav_link.solutions-dropdown-items {
    margin-left: 0;
  }

  .nav_actions {
    padding-top: 1rem;
    display: none;
  }

  .nav_list {
    flex-flow: column;
    align-items: flex-start;
  }

  .nav_item.cc-tablet {
    display: block;
  }

  .btn-group.mobile-align {
    justify-content: center;
    align-items: center;
  }

  .hero_content.index-99 {
    z-index: 99;
    position: relative;
  }

  .hero_media {
    height: 50%;
    inset: auto 0% 0% auto;
  }

  .footer_legal-menu {
    justify-content: flex-start;
  }

  .contact_content {
    padding-bottom: 0;
  }

  .contact_form-block {
    padding-top: 0;
  }

  .contact_form-block.cc-hero {
    max-width: 100%;
  }

  .cta-08_media {
    display: none;
  }

  .marquee {
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), #0000, #000 20%, #000 80%, #0000);
    mask-image: linear-gradient(var(--mask-direction, to right), #0000, #000 20%, #000 80%, #0000);
  }

  .marquee.marquee-horizontal {
    max-width: 990%;
  }

  .customers_section {
    background-image: linear-gradient(90deg, var(--_color---neutral--dark-gray) 50%, var(--_color---neutral--dark-gray) 50%);
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .customers_card {
    min-height: auto;
    position: relative;
  }

  .customers_title-block {
    color: var(--_color---neutral--white);
    min-height: auto;
    position: relative;
  }

  .nav_btn {
    padding: 0;
  }

  .nav_btn.w--open {
    background-color: #0000;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cookies_actions {
    justify-content: flex-start;
    align-items: center;
  }

  .cookies_pref-link {
    order: 1;
  }

  .cookies_close {
    top: 0;
    right: 0;
    transform: translate(0%);
  }

  .infra_content {
    padding-bottom: 0;
  }

  .banner {
    background-image: url('../images/hero-white-50-opacity.svg'), radial-gradient(circle farthest-side at 50% 50%, var(--_color---primary--accent), #de1c60 62%);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 400px 400px, auto;
    background-attachment: scroll, scroll;
  }

  .hero_media-copy {
    height: 50%;
    inset: auto 0% 0% auto;
  }

  .laout-8-card-bg.card-bg-visual {
    top: -198px;
  }

  .laout-8-card-bg.card-bg-visual.u-mt-2 {
    top: -264px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust {
    top: -229px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust3 {
    top: -230px;
  }

  .paragraph-21,
  .paragraph-22,
  .paragraph-23 {
    color: var(--_color---neutral--white);
  }

  .testimonial-15_logo-wrap {
    justify-content: flex-start;
  }

  .dropdown-toggle.w--open {
    margin-left: 0;
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #373d3d00;
    position: static;
  }

  .crypto-list {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .insights-landing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .insights-landing.cc-cta {
    padding: 15px;
  }

  .insights-landing.cc-home-wrap,
  .insights-landing.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .insights-post-container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo-download {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dlc-intro {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field,
  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-jumbo-white {
    font-size: 50px;
    line-height: 64px;
  }

  .image-15 {
    text-align: left;
  }

  .div-block-9,
  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fs-cc-banner2_container,
  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .iconheader {
    font-size: 16px;
    line-height: 28px;
  }

  .u-p-0 {
    padding: 0;
  }

  .styles__nav-menu {
    background-color: #302f2c;
    padding: 12px 5% 20px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: #0000;
    text-decoration: underline;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #302f2c;
  }

  .styles__nav-btn.w--open {
    background-color: #302f2c;
    border-radius: 4px;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .col.col-sm-last {
    order: 1;
  }

  .col._4-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-sm-d-none {
    display: none;
  }

  .u-sm-d-block {
    display: block;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .accordion-trigger {
    padding: 20px;
  }

  .accordion-icon_right {
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex;
  }

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

  .modal {
    padding: 20px;
  }

  .nav-dropdown_content.cc-mega.w--open {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .slot.cc-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-header_bg-wrap {
    max-width: 20rem;
    display: none;
  }

  .blog-posts_categories {
    flex-flow: wrap;
  }

  .blog-posts_search {
    min-width: 100%;
  }

  .blog_sidebar {
    top: 0;
  }

  .nav_menu {
    background-color: var(--_color---neutral--dark-gray);
    background-image: linear-gradient(#0000001a, #0000001a);
    flex-flow: column;
    width: 100%;
    max-width: 90%;
  }

  .nav_list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_title {
    font-size: 2.5rem;
  }

  .contact_content,
  .contact_form-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-08_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .customers_card-icon {
    max-width: 16rem;
    max-height: 16rem;
  }

  .nav_btn {
    padding: 0;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .infra_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laout-8-card-bg.card-bg-visual {
    top: -231px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust {
    top: -261px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust2 {
    top: -232px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust3 {
    top: -231px;
  }

  .row-2.row-justify-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .insights-landing {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .insights-landing.cc-cta {
    max-width: 100vw;
  }

  .paragraph-bigger.cc-bigger-light.cta {
    object-fit: fill;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo-download {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-left: auto;
    margin-right: auto;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button,
  .menu-button.w--open {
    flex: none;
  }

  .footer-wrap {
    max-width: 100vw;
  }

  .cta-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cta-wrap {
    flex-wrap: nowrap;
    padding: 40px 15px;
  }

  .intro-header {
    align-items: flex-start;
  }

  .intro-header.cc-subpage.company-page {
    display: flex;
    overflow: visible;
  }

  .dlc-intro.cc-homepage {
    width: 100%;
    max-width: 100vw;
  }

  .motto-wrap {
    align-self: flex-start;
    margin-top: 75px;
  }

  .motto-wrap.product-page {
    margin-top: 60px;
  }

  .our-services-grid {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .status-message.cc-no-data,
  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap,
  .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    max-height: none;
  }

  .heading-jumbo-white {
    font-size: 36px;
    line-height: 48px;
  }

  .container-3 {
    place-content: stretch;
    place-items: center stretch;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .heading-3 {
    text-align: center;
  }

  .logo-holder {
    object-fit: fill;
    justify-content: flex-start;
    justify-items: stretch;
    max-width: 100vw;
    display: flex;
  }

  .image-11,
  .image-12,
  .image-13 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-grids {
    margin-left: auto;
    margin-right: auto;
  }

  .container-4.body-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-4 {
    max-width: 100vw;
    margin-top: auto;
  }

  .image-14 {
    object-fit: scale-down;
  }

  .customer-profile-l-pane {
    grid-template-rows: auto auto;
    margin-bottom: 30px;
  }

  .image-15 {
    object-fit: scale-down;
  }

  .customer-profile-left-pane {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100vw;
    max-height: none;
    margin-top: 30px;
    margin-bottom: auto;
    display: grid;
  }

  .div-block-6 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-link-block-2 {
    max-width: 100vw;
  }

  .body-container {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100vw;
    display: flex;
  }

  .form-block-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .field-label {
    min-width: 75vw;
    max-width: 75vw;
  }

  .trustedby {
    max-width: 100vw;
  }

  .question-grids {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
  }

  .paragraph-12 {
    max-width: 100vw;
  }

  .div-block-15 {
    flex-direction: column;
    max-height: none;
    display: flex;
  }

  .paragraph-15,
  .paragraph-16,
  .paragraph-17,
  .text-block-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-8,
  .container-9 {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-member-image {
    align-items: stretch;
  }

  .div-block-20 {
    max-width: 100vw;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component,
  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button,
  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component-2 {
    padding: 1.5rem;
  }

  .fs-cc-banner_button-3 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_component-3 {
    display: block;
  }

  .div-block-21 {
    margin-top: 60px;
  }

  .image-22.fm-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .iconheader.cc-bigger-light.cta {
    object-fit: fill;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    text-align: center;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
  }

  .heading-20 {
    filter: drop-shadow(0 2px 5px #000000b3);
    color: #fff;
    font-weight: 700;
    box-shadow: inset 20px 20px 19px 20px #0003;
  }

  .image-23 {
    height: 25px;
  }

  .image-24 {
    height: 35px;
  }

  .image-25,
  .image-26,
  .image-27 {
    height: 25px;
  }

  .carousel {
    justify-content: space-around;
    overflow: hidden;
  }

  .client-logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 300%;
  }

  .container.cc-nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .u-p-0 {
    padding: 0;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .row.row-align-center.reverse-flow {
    flex-flow: column-reverse;
  }

  .row.u-crypto-border.u-margin-small.u-align-center.u-p-s.u-gap-sm {
    grid-row-gap: var(--_layout---grid--gap-sm);
  }

  .row.u-crypto-border.u-margin-small.u-align-center.u-p-s.u-gap-sm.direction-vert {
    flex-flow: row;
  }

  .col,
  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-text-balance.text-wrap {
    text-align: left;
  }

  .u-text-balance.mobile-resize {
    font-size: 1.7rem;
  }

  .u-xs-d-none {
    display: none;
  }

  .u-xs-d-block {
    display: block;
  }

  .styles__row-example {
    height: auto;
  }

  .nav-logo_link {
    width: 100%;
    max-width: 5rem;
  }

  .blog-posts_form {
    align-items: center;
  }

  .blog-posts_categories {
    justify-content: center;
  }

  .footer_bottom {
    text-align: center;
  }

  .footer_legal-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .contact_form-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-08_title.h2.mobile-resize {
    font-size: 2.5rem;
  }

  .u-divider.cc-testimonial-05 {
    width: 100%;
    height: 1px;
    margin-bottom: 2rem;
  }

  .customers_card-icon {
    max-width: 100%;
    max-height: 100%;
  }

  .menu-icon_line-bottom {
    border: 1px solid #fff;
  }

  .cookies_pref-manager {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    flex-flow: column;
    bottom: 0;
  }

  .sp_list.u-mt-md {
    grid-template-columns: minmax(0, 1fr);
  }

  .banner {
    background-image: radial-gradient(circle farthest-side at 50% 50%, var(--_color---primary--accent), #de1c60 62%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex: 1;
  }

  .image-30 {
    display: none;
  }

  .laout-8-card-bg.card-bg-visual {
    top: -314px;
  }

  .laout-8-card-bg.card-bg-visual.u-mt-2 {
    top: -321px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust {
    top: -344px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust2 {
    top: -293px;
  }

  .laout-8-card-bg.card-bg-visual.mobile-adjust3 {
    top: -315px;
  }

  .row-2.row-justify-between {
    flex-flow: column;
  }

  .row-2.row-justify-between.row-align-center.u-mt-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-2.col-lg-3.col-md-12 {
    display: none;
  }

  .crypto-list {
    justify-content: center;
    align-items: stretch;
  }
}

#w-node-_12feb97d-f639-e68c-2198-16e6ac31efcf-59443fc6,
#w-node-dd296acf-d175-a684-0270-0b7f2e06d33a-59443fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5b38fdb2-0fd3-d28d-c685-cb6cf2f96aca-59443fc6,
#w-node-_5b38fdb2-0fd3-d28d-c685-cb6cf2f96ac5-59443fc6,
#w-node-c7367c15-9d2d-b57d-366f-23869add2536-59443fc6,
#w-node-c7367c15-9d2d-b57d-366f-23869add253b-59443fc6,
#w-node-_8617179b-5aa9-6798-c273-3968fd2ebbed-59443fc6,
#w-node-_8617179b-5aa9-6798-c273-3968fd2ebbe8-59443fc6,
#w-node-_5b38fdb2-0fd3-d28d-c685-cb6cf2f96ada-59443fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b38fdb2-0fd3-d28d-c685-cb6cf2f96adc-59443fc6 {
  justify-self: auto;
}

#w-node-_01f56413-b1d4-e3a0-9c15-140b6f898bea-59443fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_6cc560f7-6fe8-0d09-720d-d9ba5621f4eb-59443fc6,
#w-node-_3bff99de-9719-f3f4-bd14-e5c6b799f1a7-59443fc6,
#w-node-_21494aa0-fe69-e7c8-f537-cd4bba7d8e87-59443fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee052a4-ec8d-7880-d061-c21232444892-59443fc6 {
  place-self: start center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-59443fc9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-59443fc9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-59443fc9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-59443fc9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-59443fc9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-59443fc9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-59443fcd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-59443fcd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-59443fce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-59443fce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcc3ff8b-fb2b-7768-3b2d-59cb85813f68-59443fd0,
#w-node-bcc3ff8b-fb2b-7768-3b2d-59cb85813f6b-59443fd0,
#w-node-bcc3ff8b-fb2b-7768-3b2d-59cb85813f6d-59443fd0,
#w-node-bcc3ff8b-fb2b-7768-3b2d-59cb85813f70-59443fd0,
#w-node-bcc3ff8b-fb2b-7768-3b2d-59cb85813f72-59443fd0,
#w-node-bcc3ff8b-fb2b-7768-3b2d-59cb85813f75-59443fd0,
#w-node-bcc3ff8b-fb2b-7768-3b2d-59cb85813f77-59443fd0,
#w-node-_58367e8f-cfd7-e0b3-3838-7d0cfdf299f9-59443fd0,
#w-node-a6999558-f92c-6775-c772-14f200a9a361-59443fd0,
#w-node-_7b845d34-96eb-efa6-9a05-06f5707cc17e-59443fd0,
#w-node-_38c7cb37-4cac-cd0c-7288-c1acd7aa688b-59443fd0,
#w-node-_4fbda793-aebd-505d-4bce-f33a6866393a-59443fd0,
#w-node-cdfe989a-18f2-b56b-8647-21ae467b106b-59443fd0,
#w-node-_4cb9a213-ab64-fbc5-6538-508880d81af4-59443fd0,
#w-node-_6f7e6d97-1963-b8e2-0bc2-358f73f69a0b-59443fd0,
#w-node-_508de58a-3ca3-956e-74bf-37a5073e0cd9-59443fd0,
#w-node-_8219d564-3ed3-faee-57fe-e07685ed3fca-59443fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-59443fd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-59443fd2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-59443fd2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-59443fd2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-59443fd2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-59443fd2 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {

  #w-node-_12feb97d-f639-e68c-2198-16e6ac31efc4-59443fc6,
  #w-node-_12feb97d-f639-e68c-2198-16e6ac31efcd-59443fc6,
  #w-node-dd296acf-d175-a684-0270-0b7f2e06d338-59443fc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-59443fc9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-59443fc9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-59443fc9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-59443fc9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-59443fcd,
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-59443fce,
  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-59443fd2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-59443fd2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-59443fd2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-59443fd2 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-59443fc9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-59443fc9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-59443fc9 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-59443fc9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-59443fc9 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-59443fd2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-59443fd2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-59443fd2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-59443fd2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-59443fd2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c93513f7-bad3-2db4-f757-2af0e52cb28a-e214c8f2,
  #w-node-c93513f7-bad3-2db4-f757-2af0e52cb28a-533d7f3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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