body {
  background-color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #0e0e10;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.5em;
  line-height: 1.1;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3em;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.3;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.13em;
  line-height: 1.4;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.6;
}

a {
  display: inline-block;
  color: #0e0e10;
  line-height: 1.56;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 20px;
}

form {
  font-size: 1em;
  font-weight: 500;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  border-left: 4px solid #fbf2ec;
  color: #0e0e10;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  margin-top: 8px;
  color: #4d4e50;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.section {
  width: 100%;
}

.section.dark-bg {
  position: relative;
  background-color: #0e0e10;
  color: #fff;
}

.section.beige {
  position: relative;
  overflow: hidden;
  border-radius: 5em;
  background-color: #fbf2ec;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1640px;
  padding: 2em 4em;
}

.container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.inner-hero {
  padding-top: 7em;
  padding-bottom: 7em;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-bottom: -100px;
  padding-top: 2em;
  padding-bottom: 0em;
}

.container.without-top-padding {
  padding-top: 0em;
  padding-bottom: 7em;
}

.container.footer {
  padding-top: 2em;
  padding-bottom: 0em;
}

.container.tabs {
  padding-top: 0em;
}

.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-item {
  position: relative;
  width: 100%;
  padding: 1.5em;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  position: relative;
  width: 20%;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._50.tablet-100 {
  padding-top: 0em;
  padding-bottom: 0em;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.page-wrapper {
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 5.5em;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 5em;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.spacer._120 {
  height: 3em;
}

.small {
  font-size: 14px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
}

.sg-block.colors.dark {
  border-radius: 40px;
  background-color: #0e0e10;
  color: #fff;
}

.sg-block.dark {
  padding: 24px;
  border-radius: 32px;
  background-color: #0e0e10;
}

.sg-block.typo {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #ecedf1;
}

.sg-block.typo.on-dark {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: #ecedf1;
}

.sg-container.dark-bg {
  background-color: #0e0e10;
  color: #f8f9fa;
}

.paragraph.large {
  font-size: 1.13em;
}

.paragraph.large.semibold {
  font-weight: 600;
}

.paragraph.small {
  font-size: 0.88em;
}

.paragraph.extra-small {
  font-size: 0.75em;
}

.paragraph.grey {
  color: #4d4e50;
}

.paragraph.grey.accordion {
  margin-bottom: 2em;
}

.sg-caption {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sg-colors-container {
  display: -ms-grid;
  display: grid;
  margin-top: 1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100em;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
}

.link:hover {
  padding-right: 1em;
  padding-left: 1em;
  background-color: #fbf2ec;
}

.link.small {
  min-width: auto;
  font-size: 18px;
  font-weight: 500;
}

.link.small.w--current {
  padding-right: 0.5em;
  padding-left: 0.5em;
  background-color: #f8f9fa;
}

.link.nav {
  min-width: auto;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.link.nav:hover {
  padding-right: 0em;
  padding-left: 0em;
  background-color: transparent;
}

.link.nav.dark {
  color: #0e0e10;
}

.color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 16vw;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #0e0e10;
  font-family: Clashdisplay, sans-serif;
  color: #fff;
  font-size: 20px;
}

.color-block.grey-80 {
  background-color: #4d4e50;
}

.color-block.grey-60 {
  background-color: #828283;
}

.color-block.grey-40 {
  background-color: #9fa0a3;
}

.color-block.grey-20 {
  background-color: #ede7e3;
  color: #0e0e10;
}

.color-block.grey-15 {
  background-color: #ecedf1;
  color: #0e0e10;
}

.color-block.grey-8 {
  background-color: #f8f9fa;
  color: #0e0e10;
}

.color-block.white {
  background-color: #fff;
  color: #0e0e10;
}

.color-block.white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.color-block.white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.color-block.brand-primary {
  background-color: #fbf2ec;
  color: #0e0e10;
}

.color-block.brand-primary-deep {
  background-color: #9ec9a6;
  color: #0e0e10;
}

.color-block.white-75 {
  background-color: rgba(255, 255, 255, 0.75);
  color: #0e0e10;
}

.color-block.brand-tertiary {
  background-color: #fbf2ec;
  color: #0e0e10;
}

.color-block.brand-bg {
  background-color: #faf7f4;
  color: #0e0e10;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56px;
  padding: 1em 1.55em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 50em;
  background-color: #fbf2ec;
  color: #0e0e10;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.button.primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 156px;
  height: 156px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.button.submit {
  width: 100%;
  height: 48px;
  padding: 0px;
}

.button.dark {
  background-color: #0e0e10;
  color: #fbf2ec;
}

.button.green {
  background-color: #9ec9a6;
}

.button.form-one-row {
  padding-right: 2.35em;
  padding-left: 2.35em;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0em;
  background-color: #0e0e10;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
}

.button.form-one-row:hover {
  background-color: #fbf2ec;
  color: #0e0e10;
}

.sg-column {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background-color: #ede7e3;
}

.bold {
  font-weight: 700;
}

.text-link {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  padding-bottom: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #0e0e10;
  text-decoration: underline;
}

.text-link:hover {
  opacity: 0.6;
}

.sg-filler {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #ede7e3;
}

.navigation {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.nav-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  min-width: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-weight: 600;
}

.nav-brand:hover {
  opacity: 0.6;
}

.nav-brand.w--current {
  width: 7em;
  min-width: 10em;
}

.nav-brand.dark {
  color: #0e0e10;
}

.menu-button {
  float: none;
}

.nav-link {
  margin-right: 1.4em;
  margin-left: 1.4em;
  padding: 0.5em 0.25em;
  -webkit-transition: padding 300ms ease, color 300ms ease;
  transition: padding 300ms ease, color 300ms ease;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  white-space: nowrap;
}

.nav-link.w--current {
  padding-right: 0.85em;
  padding-left: 0.85em;
  border-radius: 50em;
  background-color: #fbf2ec;
  color: #0e0e10;
}

.center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.4em;
  margin-bottom: 2.5em;
  margin-left: -1.4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ecedf1;
  color: #828283;
}

.footer-small-link {
  display: block;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 50em;
  -webkit-transition: padding 200ms ease, color 200ms ease;
  transition: padding 200ms ease, color 200ms ease;
  font-size: 0.75em;
}

.footer-small-link:hover {
  color: #828283;
}

.footer-small-link.w--current {
  padding-right: 1em;
  padding-left: 1em;
  background-color: #f8f9fa;
}

.footer-small-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-small-link:hover {
  opacity: 0.7;
}

.footer-small-link.w--current {
  display: none;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-overlay {
  position: fixed;
  z-index: 1000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf2ec;
}

.logo-loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.99;
}

.grey {
  color: #828283;
}

.rich-text h2 {
  margin-bottom: 20px;
}

.rich-text p {
  margin-bottom: 20px;
}

.rich-text h4 {
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 16px;
}

.rich-text h5 {
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.sg-grid-images {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sg-images {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-text {
  position: relative;
  z-index: 2;
  text-shadow: 0 16px 0 #fbf2ec;
}

.button-text.large {
  font-size: 1.25em;
}

.button-text.large.light {
  text-shadow: 0 16px 0 #0e0e10;
}

.button-text.large.secondary-button {
  text-shadow: none;
  white-space: nowrap;
}

.button-text.white {
  color: #fff;
  text-shadow: 0 16px 0 #0e0e10;
}

.overlay-transition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.menu-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decorative {
  font-size: 2em;
  line-height: 1.4;
  font-weight: 400;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
  color: #fc2b2b;
  font-size: 14px;
}

.changelog-wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  border-radius: 1.25em;
  background-color: #fbf2ec;
}

.changelog-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background-color: #c2c8d9;
}

.text-field {
  height: 56px;
  margin-bottom: 24px;
  padding: 8px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9fa0a3;
  background-color: transparent;
  -webkit-transition: padding 300ms ease, background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: padding 300ms ease, background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #828283;
  font-size: 16px;
}

.text-field:hover {
  padding-left: 20px;
  border-bottom-color: #0e0e10;
}

.text-field:focus {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-color: #0e0e10;
  color: #0e0e10;
}

.text-field::-webkit-input-placeholder {
  color: #828283;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: #828283;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #828283;
  font-weight: 500;
}

.text-field::placeholder {
  color: #828283;
  font-weight: 500;
}

.text-field.text-area {
  max-height: 200px;
  min-height: 88px;
  padding-top: 16px;
}

.text-field.horizontal {
  margin-bottom: 0px;
  padding-left: 2em;
  border-bottom-style: none;
}

.select-field {
  height: 56px;
  margin-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9fa0a3;
  background-color: transparent;
  -webkit-transition: padding 300ms ease, background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: padding 300ms ease, background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  color: #828283;
  font-size: 16px;
}

.select-field:hover {
  padding-left: 20px;
  border-style: none;
  border-color: #000;
}

.select-field:focus {
  border-bottom-color: #ecedf1;
  color: #fff;
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-text-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-right: 3em;
}

.button-text-wrapper.secondary-button {
  margin-right: 0em;
  padding-right: 0em;
}

.submit-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #0e0e10;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.8em;
  height: 0.8em;
  margin-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-arrow.small {
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.hero-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-scroll-trigger-animation {
  position: absolute;
  z-index: -999;
  height: 50vh;
}

.aspect-ratio-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  padding-bottom: 0em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.category-item.without-border {
  border-bottom-style: none;
}

.aspect-ratio-height {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

.aspect-ratio-height.blog {
  padding-top: 60%;
}

.aspect-ratio-height.post {
  padding-top: 50%;
}

.categories-wrapper {
  margin-top: 1em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.categories-wrapper.margin-bottom-xxxs {
  margin-bottom: 2em;
}

.flex-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical.full-height {
  height: 100%;
}

.flex-vertical.full-height.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-vertical.full-height.pricing {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical.full-height.hero-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tile-img-wrapper {
  width: 100%;
  color: #fff;
}

.tile-grid-item {
  overflow: hidden;
  width: 100%;
  padding-bottom: 2em;
  border-radius: 1.25em;
  background-color: #faf7f4;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slider-mask {
  overflow: visible;
  width: 350px;
  margin-left: -1em;
}

.hidden {
  display: none;
}

.slider-arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-heading {
  position: relative;
  max-width: 27em;
  margin-bottom: 3em;
  text-align: left;
}

.slider-slide {
  margin-right: 1em;
  margin-left: 1em;
}

.section-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.succsess-message {
  background-color: #4d4e50;
  font-size: 1.2em;
}

.social-icons-wrapper {
  display: none;
  margin-top: 1em;
  margin-right: -1em;
  margin-left: -1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-horizontal.categories {
  margin-right: -1.5em;
  margin-left: -1.5em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-horizontal.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-horizontal.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrapper {
  overflow: hidden;
}

.nav-link-wrapper.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrapper.last.mobile {
  display: none;
}

.category-link-cell {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.inner-title-wrapper {
  width: 60%;
}

.back-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
}

.back-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.8em;
  height: 0.8em;
  margin-right: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

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

.max-width._500 {
  max-width: 500px;
}

.max-width._450 {
  max-width: 450px;
}

.max-width.blog {
  margin-right: auto;
  margin-left: auto;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-category {
  padding-right: 8px;
  padding-left: 8px;
  color: #9ec9a6;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 0.3em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #9ec9a6;
  font-size: 1.1em;
  white-space: nowrap;
}

.blog-divider {
  margin-right: 0.6em;
  margin-left: 0.6em;
}

.blog-content-grid {
  display: block;
  margin-top: 2em;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-title {
  font-size: 3.6em;
}

.tile-img-wrapper-cover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.25em;
  color: #fff;
}

.logo-img {
  height: 100%;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.button-arrow-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.9em;
  height: 2.9em;
  min-height: 2.9em;
  min-width: 2.9em;
  padding: 0.8em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50em;
  background-color: #0e0e10;
  color: #fbf2ec;
}

.button-arrow-wrapper.pastel {
  background-color: #fbf2ec;
  color: #0e0e10;
}

.button-arrow-wrapper.green {
  background-color: #fbf2ec;
  color: #9ec9a6;
}

.button-cirlce-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.38em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50em;
}

.button-arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.4em;
  height: 1.4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-text-highlight {
  margin-left: -40px;
  padding: 24px 40px;
  background-image: url('../images/Orion.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-image {
  width: 70%;
  margin-top: 0px;
}

.partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-logo {
  height: 2vw;
  margin-right: 3vw;
  margin-left: 3vw;
}

.partners-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.partners-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-up-image {
  width: 50%;
  max-width: none;
}

._2-up-image.tab {
  width: auto;
  height: 300px;
}

.section-circle {
  position: absolute;
  left: -25em;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 50em;
  height: 50em;
  border-radius: 50em;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #c6c3f2, rgba(198, 195, 242, 0));
  opacity: 0.5;
}

.section-circle.bottom {
  left: auto;
  top: auto;
  right: -15em;
  bottom: -25em;
}

.title-with-icon {
  padding-right: 1.4em;
  background-image: url('../images/Asterics.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.info-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.info-content {
  overflow: hidden;
  padding: 3em 2em;
  border-radius: 1.25em;
  background-color: #fbf2ec;
}

.slider-arrow-2 {
  left: auto;
  top: -4em;
  right: 3em;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #828283;
}

.slider-arrow-2:hover {
  color: #fff;
}

.slider-arrow-2.right {
  right: 0em;
}

.slider-slide-wrapper-2 {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border-radius: 1em;
}

.crumbs-image {
  position: absolute;
  left: auto;
  top: -1.5em;
  right: -2.4em;
  bottom: auto;
  width: 2.5em;
}

.slier-image {
  border-radius: 1em;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-radius: 5em;
  background-color: #fbf2ec;
}

.tab-link {
  margin-right: 0.25em;
  margin-left: 0.25em;
  padding: 1.25em 2.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50em;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  font-weight: 600;
  text-align: center;
}

.tab-link:hover {
  color: #828283;
}

.tab-link.w--current {
  background-color: #0e0e10;
  color: #fbf2ec;
}

.tab-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.billboard {
  font-size: 4.3em;
}

.secondary-color {
  color: #8aaf91;
}

.bubbles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bubbles-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 420px;
  margin-bottom: 1.5em;
  padding: 2em 1.5em;
  border-radius: 1.25em 1.25em 1.25em 0.25em;
  background-color: #aeaae8;
  color: #fff;
}

.bubbles-item.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 0.25em;
  background-color: #95c39e;
}

.bubble-avatar-img {
  width: 3.5em;
  height: 3.5em;
  min-height: 3.5em;
  min-width: 3.5em;
  margin-right: 1.25em;
  border-radius: 50em;
}

.bubble-avatar-img.second {
  margin-right: 0em;
  margin-left: 1.25em;
}

.bubble-img {
  position: absolute;
  left: auto;
  top: -2.1em;
  right: 1.9em;
  bottom: auto;
  width: 3em;
}

.pricing-wrapper {
  width: 100%;
  max-width: 348px;
  padding: 2.5em 2em;
  border-radius: 1.5em;
  background-color: #fff;
  text-align: center;
}

.pricing-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0e0e10;
  color: #fff;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  padding-bottom: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.31em;
  grid-row-gap: 0.31em;
  border-bottom: 1px solid #ede7e3;
}

.price-features-wrapper {
  margin-bottom: 2em;
  text-align: left;
}

.price-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.65em;
  margin-bottom: 0.65em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-tick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  height: 1em;
  min-height: 1em;
  min-width: 1em;
  margin-top: 0.2em;
  margin-right: 0.75em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9ec9a6;
}

.price-tick.violette {
  color: #c6c3f2;
}

.price-sale-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75em;
  padding: 0.25em 0.75em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50em;
  background-color: #c6c3f2;
  color: #0e0e10;
  font-weight: 600;
}

.button-secondary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56px;
  padding: 1em 1.55em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 50em;
  background-color: #fbf2ec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0e0e10;
  font-size: 0.88em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.button-secondary.green {
  background-color: #9ec9a6;
}

.button-secondary.green:hover {
  background-color: #b4e6be;
}

.button-secondary.viollete {
  background-color: #c6c3f2;
}

.button-secondary.viollete:hover {
  background-color: #e2e0ff;
}

.abstract-heading-img {
  position: absolute;
  left: auto;
  top: 0em;
  right: 0em;
  bottom: auto;
  width: 5em;
}

.accordion-wrapper {
  display: block;
  margin-bottom: 2em;
  padding: 2em 2.5em 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.25em;
  background-color: #fff;
  text-align: left;
}

.accordion-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-title {
  margin-bottom: 0px;
  font-size: 1.25em;
  font-weight: 600;
}

.accordion-icon {
  width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  min-width: 1.5em;
  margin-top: 0.1em;
  margin-left: 1em;
}

.accordion-content {
  overflow: hidden;
  margin-top: 32px;
}

.logo-footer {
  display: none;
  height: 2em;
  margin-bottom: 2.5em;
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.semibold {
  font-weight: 600;
}

.social-link {
  margin-right: 2px;
  margin-left: 2px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(194, 200, 217, 0);
  border-radius: 50%;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.social-link:hover {
  border: 1px solid #c2c8d9;
}

.social-icon-2 {
  height: 24px;
}

.footer-item {
  width: 50%;
}

.footer-small-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
}

.logo-loader {
  width: 8em;
}

.text-info {
  padding-right: 1em;
  padding-left: 1em;
}

.horizontal-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #0e0e10;
  border-radius: 50em;
}

.heading {
  font-size: 4em;
}

.image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 2.1;
}

.image-2 {
  padding-bottom: 20px;
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 72px 32px;
  }

  .container.nav {
    padding: 8px 44px;
  }

  .container.inner-hero {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.hero {
    padding-top: 3.55em;
  }

  .grid-item {
    padding: 12px;
  }

  .grid-item._80.tablet-100 {
    width: 100%;
  }

  .grid-item._50.tablet-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    width: 100%;
  }

  .grid-item._67.tablet-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88 {
    height: 3em;
  }

  .spacer._104 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .link.small {
    padding: 1em 0em 1em 0px;
    font-size: 16px;
  }

  .link.small:hover {
    padding-right: 1em;
    padding-left: 1em;
  }

  .link.small.w--current {
    padding-right: 1em;
    padding-left: 1em;
  }

  .navigation {
    z-index: 9999;
    background-color: #fff;
    mix-blend-mode: normal;
  }

  .nav-brand {
    margin-right: 0px;
    color: #0e0e10;
    font-size: 18px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-link {
    display: block;
    margin: 1em 0px;
    padding: 0.25em 0px;
    color: #0e0e10;
    text-align: center;
  }

  .nav-link.w--current {
    box-shadow: inset 0 -1px 0 0 #0e0e10;
    color: #0e0e10;
  }

  .nav-link.footer {
    padding-right: 1em;
    padding-left: 1em;
  }

  .footer-links-wrapper {
    width: 100%;
    margin: 1em -1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-bottom-wrapper {
    margin-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-small-link {
    font-size: 14px;
  }

  .hamburger-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    height: 100vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 48px;
    padding-bottom: 40px;
    padding-left: 48px;
    background-color: #fff;
  }

  .nav-grid {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-arrow.small {
    width: 14px;
    height: 14px;
  }

  .hero-image-wrapper {
    margin-top: 3em;
  }

  .flex-vertical.full-height.hero-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slider-mask {
    width: 320px;
  }

  .slider-heading {
    max-width: 50%;
    margin-bottom: 32px;
  }

  .social-icons-wrapper {
    margin-right: -1em;
    margin-left: -1em;
  }

  .flex-horizontal.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hamburger-bar {
    position: absolute;
    width: 100%;
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #0e0e10;
  }

  .menu-nav-link-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-wrapper.last {
    display: none;
  }

  .nav-link-wrapper.last.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-title-wrapper {
    width: 100%;
  }

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

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

  .blog-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-info-wrapper {
    margin-top: 24px;
    margin-bottom: 0em;
    margin-left: 0em;
    font-size: 12px;
  }

  .blog-content-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-tags-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-tag {
    padding-right: 8px;
  }

  .blog-tag:last-child {
    padding-right: 0px;
  }

  .blog-title {
    font-size: 3em;
  }

  .hero-text-highlight {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-image {
    width: 70%;
  }

  .partner-logo {
    height: 5vw;
  }

  ._2-up-image.tab {
    height: 240px;
  }

  .info-item-wrapper {
    width: 50%;
  }

  .bubbles-wrapper {
    margin-top: 2.5em;
  }

  .accordion-wrapper.first {
    margin-top: 2em;
  }

  .footer-item {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .footer-small-links {
    padding-left: 0em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 6em 0.75em;
  }

  .container.nav {
    width: 100%;
    padding: 4px 24px;
  }

  .grid.landscape-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .grid-item._20.landscape-100 {
    width: 100%;
  }

  .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._33.landscape-100 {
    width: 100%;
  }

  .grid-item._25.landscape-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._56 {
    height: 2.5em;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .spacer._120 {
    height: 5em;
  }

  .sg-block.colors {
    padding: 16px;
    border-radius: 12px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .nav-brand {
    padding-left: 0px;
  }

  .footer-links-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-wrapper {
    margin-top: 32px;
  }

  .utility-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .submit-button {
    width: 100%;
  }

  .hero-image-wrapper._2-up {
    margin-top: 0em;
  }

  .categories-wrapper {
    margin-top: 3em;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 1em;
  }

  .flex-vertical.full-height.pricing {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-grid {
    margin-top: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .blog-title {
    font-size: 2em;
  }

  ._2-up-image {
    width: 70%;
    margin-bottom: 2em;
  }

  .info-item-wrapper {
    padding: 0.4em;
  }

  .info-content {
    padding: 2em 1.5em;
  }

  .slider-arrow-2 {
    top: -2em;
    right: 2em;
    width: 40px;
    height: 40px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .tab-link {
    margin: 0.5em 0em;
    padding-top: 0.95em;
    padding-bottom: 0.95em;
    background-color: transparent;
    color: #fbf2ec;
  }

  .tab-link.w--current {
    background-color: #fbf2ec;
    color: #0e0e10;
  }

  .tab-pane {
    margin-top: 2em;
  }

  .billboard {
    font-size: 3em;
  }

  .pricing-wrapper {
    min-width: 348px;
  }

  .button-secondary {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .section.beige {
    border-radius: 2em;
  }

  .container {
    padding-right: 0.75em;
    padding-left: 0.75em;
  }

  .container.nav {
    width: 100%;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .spacer._32 {
    height: 1.5em;
  }

  .spacer._24 {
    height: 1.5em;
  }

  .spacer._128 {
    height: 80px;
  }

  .button {
    width: 100%;
  }

  .button.form-one-row {
    border-top-left-radius: 50em;
    border-bottom-left-radius: 50em;
  }

  .footer-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0.98;
  }

  .text-field.horizontal {
    margin-bottom: 1.5em;
    padding-left: 0em;
    border-bottom-style: solid;
  }

  .hero-image-wrapper {
    margin-top: 1em;
  }

  .category-item.without-border {
    width: 100%;
  }

  .categories-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .slider {
    margin-top: 2em;
    margin-bottom: 56px;
  }

  .slider-mask {
    width: 90%;
    max-width: 280px;
    margin-left: -8px;
  }

  .slider-heading {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .slider-slide {
    margin-right: 8px;
    margin-left: 8px;
  }

  .flex-horizontal.space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .category-link-cell {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .blog-grid {
    margin-top: 1em;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-up-image.tab {
    margin-bottom: 1em;
  }

  .info-item-wrapper {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .slider-arrow-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -64px;
  }

  .slider-arrow-2.right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -64px;
  }

  .billboard {
    font-size: 2.5em;
  }

  .bubbles-wrapper {
    margin-top: 3em;
  }

  .bubbles-item {
    width: 100%;
  }

  .pricing-wrapper {
    max-width: 100%;
    min-width: 100%;
  }

  .abstract-heading-img {
    top: -0.6em;
    width: 3em;
  }

  .accordion-wrapper {
    padding-right: 2em;
    padding-left: 2em;
  }

  .footer-small-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    border-radius: 0em;
  }
}

#w-node-_207a5c3a-deb8-e18b-2b35-747244cd128c-054e1e77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2998e79d-0420-b039-bc66-1b74e7541875-ac4e1e79 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_894eaab5-d03e-90e9-7e43-461ebecaeb74-e34e1e7a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82a025f5-911f-4d3b-1e7d-c4fd338105fd-e34e1e7a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7d774e4b-1205-463b-7fe3-d095761ead29-554e1e80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_77cd284e-601e-8a40-97ac-6518cb759e64-554e1e80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-554e1e80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}