:root {
  --black: #29303e;
  --white: white;
  --blue: #142371;
  --dark-blue: #001858;
  --salmon: #ff6340;
  --purple-2: #833bf9;
  --slate-blue: #6a5ae0;
  --lilla: #c1baf2;
  --feedel-dark: #1a1d31;
  --off-white: #f5f3f2;
  --purple: #e6def0;
  --turquoise: #c1dedc;
  --yellow: #e4efa5;
  --grey: #d9d9d9;
  --dark-grey: #595959;
  --dark-slate-grey: #4f6563;
  --light-grey: #f2f2f2;
  --ligh-gray: #f7f7fb;
  --blue-grey: #ccd1e4;
  --salmon-2: #f3d2c1;
  --lavender: #e8ebf8;
  --light-yellow-feedel: #fffde6;
  --waves-library-white: white;
  --waves-library-black: #131313;
  --waves-library-background: #faebe3;
  --waves-library-dark-elevation: #ede0d8;
  --alley-component-library--neutral--black: black;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--orange--900: #f69351;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--blue--100: #eceefe;
  --dark-sea-green: #c3e3be;
}

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

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

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

body {
  color: var(--black);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.header {
  z-index: 100;
  background-color: #0000;
  justify-content: space-between;
  padding: 24px 40px;
  position: relative;
  inset: 0% 0% auto;
}

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

.container.large {
  max-width: 1344px;
}

.container.align-right {
  justify-content: flex-end;
  display: flex;
}

.container.margin-l {
  margin-top: 0;
  padding-top: 104px;
  padding-bottom: 104px;
}

.nav-wrap {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 240px;
  padding-top: 8px;
}

.nav-link-wrap {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 12px;
  padding: 10px 24px;
  transition: color .2s, background-color .2s;
}

.button:hover, .button.black {
  background-color: var(--black);
  color: var(--white);
}

.button.black:hover {
  background-color: #303030;
  border-color: #303030;
}

.button.black.form {
  margin-left: 24px;
}

.button.black.form.kay {
  color: var(--blue);
  background-image: linear-gradient(45deg, #b7c0e1, #fdccc5 50%, #f6f1cc);
  border-style: none;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Fugaz One, sans-serif;
}

.button.nav {
  padding: 8px 20px;
}

.button.nav.hide-on-mobile.key {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  font-family: Fugaz One, sans-serif;
}

.button.nav.hide-on-mobile.key:hover {
  background-color: var(--salmon);
}

.button.nav.hires {
  box-shadow: 0 2px 5px #0003;
}

.button.nav.hires.w--current {
  display: block;
}

.button.nav.hires.cta_bookacall {
  background-color: var(--purple-2);
  text-align: center;
  min-width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.button.hires {
  border-color: var(--slate-blue);
  background-color: var(--slate-blue);
  color: var(--white);
  flex: none;
}

.button.hires:hover {
  background-color: var(--lilla);
}

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

.button.hires.margin.hire {
  display: none;
}

.button.hires.submit {
  background-color: var(--black);
  border-style: none;
  width: 100%;
  display: inline-block;
}

.button.hires.full-centre.only-mobile {
  width: auto;
  box-shadow: 0 2px 5px #0003;
}

.button.hires.full-centre.only-mobile:hover {
  background-color: var(--feedel-dark);
}

.button.hires.full-centre.only-mobile.margin-top {
  margin-top: 20px;
}

.button.hires.full-centre.only-mobile.margin-top.w--current {
  margin-bottom: 20px;
}

.button.hires.full-centre.only-mobile.cta_bookacall {
  background-color: var(--purple-2);
  text-align: center;
  min-width: 200px;
  padding-left: 32px;
  padding-right: 32px;
}

.button.hires.full-centre.dark.spanish {
  background-color: var(--black);
}

.button.hires.hide-mobile.cta_bookacall {
  background-color: var(--slate-blue);
  padding-left: 32px;
  padding-right: 32px;
}

.button.application-page {
  padding: 8px;
}

.button.hide {
  display: none;
}

.nav-link {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .65;
  transform: translate(0, -2px);
}

.nav-link.last {
  margin-right: 0;
}

.section {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section.hero {
  background-image: url('../images/􀼃_1􀼃.png'), url('../images/Vector_1Vector.png'), url('../images/􀖇_1􀖇.png'), url('../images/☀︎_1☀︎.png');
  background-position: 3% 75%, 99%, 90% 90%, 10% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 2em, 2em, 1em, 1.5em;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.section.full {
  padding-left: 0;
  padding-right: 0;
}

.section.off-white {
  background-color: var(--off-white);
}

.section.off-white.full {
  background-color: var(--lilla);
}

.section.off-white.full.kay {
  background-color: var(--blue);
}

.section.off-white.full.kay.light {
  background-color: #e8ebf8;
}

.section.footer {
  background-color: var(--off-white);
}

.section.footer.kay {
  background-color: var(--blue);
}

.section.gradient-180 {
  background-image: linear-gradient(to bottom, var(--purple) 5%, var(--turquoise) 95%);
}

.section.margin-top-76 {
  margin-top: 76px;
}

.section.backgroud-2.kay {
  color: var(--yellow);
}

.section.backgroud-2.kay.hide, .section.kay.hide {
  display: none;
}

.section.hires {
  padding-top: 60px;
}

.section.hires.hero {
  background-image: none;
}

.section.hide {
  display: none;
}

.section.backgroud-2 {
  background-color: #fff;
}

.section.last {
  background-image: linear-gradient(to top, var(--slate-blue), white);
}

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

.hero_text-wrap {
  z-index: 5;
  width: 50%;
  max-width: 560px;
  position: static;
}

.hero_text-wrap.large {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 50%;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  line-height: 72px;
  overflow: hidden;
}

.h1.kay {
  color: var(--blue);
  font-family: Fugaz One, sans-serif;
}

.h1.kay.hero {
  max-width: 100%;
}

.h1.hires {
  font-size: 66px;
}

.inline {
  font-size: 62px;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}

.inline.accent {
  color: var(--slate-blue);
  font-size: 62px;
}

.paragraph.hero {
  max-width: 480px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-style: normal;
}

.paragraph.hero.hide {
  display: none;
}

.paragraph.hero.kay {
  color: var(--dark-blue);
  font-family: Space Mono, sans-serif;
}

.hero-form {
  width: 50vw;
  height: 56px;
  display: flex;
}

.form-field {
  background-color: var(--white);
  border: 2px solid #0000001a;
  border-radius: 12px;
  height: 100%;
  margin-bottom: 0;
  padding: 14px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.form-field:hover {
  border-style: solid;
  border-color: var(--black);
}

.form-field:focus {
  border-width: 2px;
  border-color: var(--black);
  padding: 13px 24px;
}

.form-field::placeholder {
  color: #00000080;
}

.form-field.white {
  background-color: var(--white);
  border-color: #00000026;
}

.form-field.white:focus {
  border-color: var(--black);
}

.creators_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  display: block;
  position: relative;
}

.creators_wrap.kay.hide {
  display: none;
}

.creators_wrap.hires {
  padding-top: 20px;
}

.creator_block {
  background-color: var(--white);
  border-radius: 12px;
  min-width: 394px;
  margin-right: 24px;
  padding: 20px 20px 10px;
  display: block;
}

.creator_container {
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 120px;
  overflow: hidden;
}

.creator_container.hires {
  padding-bottom: 60px;
  display: block;
}

.creator_content {
  flex-direction: row;
  display: flex;
}

.block_top-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.block-profile-img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.block-profile-img.background {
  background-color: var(--black);
  border-radius: 100%;
}

.block_username {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.block_username.purple {
  color: var(--slate-blue);
  mix-blend-mode: normal;
  align-items: stretch;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.block_followers {
  opacity: .5;
  color: var(--black);
  margin-top: 0;
  font-size: 16px;
}

.block_followers.hide {
  display: none;
}

.block_text {
  opacity: .8;
  max-width: 330px;
  font-size: 16px;
  line-height: 130%;
}

.block_text.type {
  color: var(--slate-blue);
}

.block_text.see-more {
  color: var(--slate-blue);
  max-width: none;
  font-weight: 700;
  text-decoration: underline;
}

.hero_illustration {
  z-index: -5;
  width: 65vw;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.hero_illustration.hide {
  display: none;
}

.illustration {
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  max-height: 750px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.illustration._2 {
  z-index: 2;
}

.illustration._2.hide {
  display: none;
}

.illustration._1 {
  z-index: -1;
  opacity: .7;
  text-decoration: underline;
}

.illustration._1.hide {
  display: none;
}

.illustration._3 {
  z-index: 3;
}

.illustration._4 {
  z-index: 4;
  max-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

.full-centre {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3 {
  text-align: center;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
}

.h3.centre {
  color: var(--black);
  text-align: center;
  text-shadow: 1px 1px 6px var(--grey);
}

.h3.centre.contact-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h3.centre.kay {
  color: var(--white);
  max-width: 600px;
  margin-bottom: 24px;
  font-family: Fugaz One, sans-serif;
}

.h3.centre.kay.dark {
  color: var(--blue);
  max-width: 600px;
  margin-bottom: 24px;
}

.h3.centre.kay.blue {
  color: var(--dark-blue);
}

.h3.centre.hide {
  display: none;
}

.h3.centre.benefit {
  color: var(--white);
  text-align: left;
  text-shadow: 1px 1px 6px var(--slate-blue);
  mix-blend-mode: hard-light;
  font-size: 24px;
  line-height: 1em;
}

.h3.centre.white {
  color: var(--yellow);
  text-align: left;
  -webkit-text-stroke-color: transparent;
  text-shadow: none;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 1.3;
}

.h3.centre.light {
  color: var(--lilla);
  -webkit-text-stroke-color: transparent;
  text-shadow: none;
}

.b1-bar2 {
  background-color: #24232f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
}

.b1-bar1 {
  background-color: #24232f;
  width: 24px;
  height: 2px;
}

.hero_mobile-image {
  display: none;
}

.how_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.how_wrap.slim {
  background-image: none;
  padding: 0 15%;
}

.how_wrap.light-grey {
  background-image: url('../images/􀉈_1􀉈.png'), url('../images/􀇂_1􀇂.png');
  background-position: 80% 98%, 5% 9%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.how_wrap.hires {
  z-index: 2147483647;
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.how_wrap.hires.hide {
  display: none;
}

.how_wrap.hires.no-border {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 0;
}

.how_wrap.horizontal {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
}

.h2 {
  color: var(--slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 64px;
}

.h2.how {
  margin-bottom: 32px;
}

.h2.how.c-level {
  color: var(--slate-blue);
  text-align: left;
  font-size: 50px;
}

.h2.how.tech {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 50px;
}

.h2.how.blockchain {
  color: var(--salmon);
  text-align: left;
}

.h2.about-us {
  font-size: 48px;
}

.h2.kay {
  color: var(--white);
  font-family: Fugaz One, sans-serif;
}

.h2.kay.dark {
  color: var(--blue);
}

.h2.white {
  color: var(--white);
}

.h2.dark {
  color: var(--black);
  font-size: 48px;
  line-height: 120%;
}

.how_grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin-top: 88px;
}

.how_grid.hires {
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.how_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.how_block.bigger {
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.work-image {
  mix-blend-mode: normal;
  width: 48px;
  margin-bottom: 0;
  margin-right: 10px;
  display: block;
}

.work-image.kay.bigger {
  width: 200px;
}

.work-image.bigger {
  width: 80px;
  margin-bottom: 10px;
  margin-right: 0;
}

.work-image.bigger.no-overlay, .work-image.no-overlay {
  mix-blend-mode: normal;
}

.how_text {
  color: var(--light-grey);
  text-align: center;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.how_text.hide {
  display: none;
}

.how_text.kay {
  color: var(--dark-blue);
  max-width: 800px;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.feature_wrap {
  padding-top: 20px;
  padding-bottom: 0;
}

.feature_wrap._2 {
  padding-bottom: 66px;
}

.feature_grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 45vw;
}

._480 {
  max-width: 480px;
}

._480.sticky {
  position: sticky;
  top: 120px;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  height: auto;
  position: relative;
}

.feature_image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.feature_image._1.hide, .feature_image._2.hide {
  display: none;
}

.feature_image._3 {
  display: inline-block;
}

.feature_image._3.hide {
  display: none;
}

.feature_text {
  padding-bottom: 20px;
}

.feature_text.centered {
  text-align: center;
}

.feature_text.centered.hire {
  display: none;
}

.brand_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand_container {
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.brand_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-bottom: 80px;
  display: grid;
  transform: translate(0);
}

.brand_block {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 300px;
  display: block;
  overflow: hidden;
}

.brand_image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  display: block;
  position: relative;
}

.brand_logo-wrap {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 20px;
  display: flex;
}

.brand_logo {
  transform: scale(.5);
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.success-message {
  background-color: var(--turquoise);
  background-image: linear-gradient(135deg, var(--purple), var(--turquoise));
  border-radius: 12px;
}

.about-menu-wrap {
  z-index: 2;
  background-color: var(--white);
  transform-origin: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  min-width: 720px;
  padding: 80px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.close-block {
  z-index: 3;
  padding: 10px;
  position: absolute;
  inset: 22px 22px auto auto;
}

.close {
  width: 17px;
  display: block;
}

.about-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.influencer-logo {
  width: 150px;
  display: block;
}

.about-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-text {
  margin-bottom: 56px;
  display: block;
}

.faq_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.faq_wrapper {
  border-top: 1px solid #00000026;
  width: 100%;
  margin-top: 72px;
  padding-top: 24px;
}

.faq_wrapper.hide {
  display: none;
}

.h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.h4.kay {
  color: var(--dark-blue);
  text-shadow: -3px 0 0 var(--salmon);
  font-family: Fugaz One, sans-serif;
}

.h4.kay.colored {
  color: var(--white);
  text-shadow: -3px 0 0 var(--salmon);
}

.faq_arrow {
  opacity: .4;
  width: 24px;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq_divider {
  background-color: #00000026;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq_text {
  color: var(--grey);
  margin-top: 16px;
}

.footer-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-bottom: 88px;
}

.footer_cta {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin-bottom: 80px;
}

.footer-text {
  max-width: 480px;
  margin: 24px auto 40px;
}

.footer-text.kay {
  color: var(--ligh-gray);
  font-family: Space Mono, sans-serif;
  line-height: 1.2;
}

.footer-text.kay.dark-blu {
  color: var(--dark-blue);
}

.form-block {
  margin-bottom: 0;
}

.line {
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  height: 2px;
}

.footer-link {
  color: var(--black);
  margin-bottom: 16px;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.footer-link:hover {
  opacity: .65;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 277px;
  margin-top: 22px;
  display: flex;
}

.footer-img {
  max-width: 240px;
  margin-bottom: 24px;
}

.footer-small-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.footer-small-text.no-margin {
  margin-bottom: 0;
  font-size: 18px;
}

.footer-small-text.no-margin.bold {
  margin-bottom: 16px;
  font-weight: 700;
}

.fotter_bottom-wrap {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  display: flex;
}

.small {
  font-size: 16px;
  line-height: 24px;
}

.small.right {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
}

.footer-flex {
  display: flex;
}

.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.about-menu {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.blur {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.loader {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie {
  height: 150px;
}

.nav_button-wrap {
  z-index: 1000;
  justify-content: flex-end;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
}

.mobile-menu {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.mobile-menu-modal {
  z-index: 2;
  background-color: var(--white);
  transform-origin: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  min-width: 720px;
  padding: 56px 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.mob-menu-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-flow: column;
}

.tabs-wrapper.hide {
  display: none;
}

.tab-link {
  border-left: 4px solid var(--off-white);
  background-color: var(--white);
  color: var(--black);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
}

.tab-link.w--current {
  background-color: var(--white);
  border-left: 4px solid #000;
  width: 100%;
  margin-right: 0;
  padding: 16px 24px;
}

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

.error-message {
  background-color: #fce1e4;
}

.error-text {
  color: #ee2139;
}

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

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

.div-block-3 {
  margin-bottom: 32px;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar.hide {
  display: none;
}

.navbar.hide.second-page {
  display: block;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-credit {
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.footer-credit.right {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon-small-secondary.margin-right-small.mobile-margin-right-zero.hide {
  display: none;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.kay.card {
  color: var(--ligh-gray);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.kay.card.light.hide, .kay.card.hide {
  display: none;
}

.kay.spaced {
  margin-top: 40px;
}

.kay.card-slider {
  color: var(--blue);
  text-transform: none;
  font-family: Fugaz One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.kay.card-slider.light.hide, .kay.card-slider.hide {
  display: none;
}

.kay.card-slider.paragraph {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.relume-comparison-tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-div.max-800w {
  max-width: 800px;
}

.paragraph-m {
  letter-spacing: -.4px;
  font-size: 20px;
}

.paragraph-m.max-640w {
  max-width: 640px;
}

.comparison-img---mobile {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-2.grain {
  background-image: url('../images/􀆹_1􀆹.png'), url('../images/Vector_1Vector.png'), url('../images/Grain_Latest.png');
  background-position: 3% 6%, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 2em, 2em, 300px 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.grain.hide {
  display: none;
}

.section-2.grain.whitw {
  background-image: url('../images/􀢋_1􀢋.png'), url('../images/􀼃_1􀼃.png'), url('../images/􀓐_1􀓐.png'), url('../images/Grain_Latest.png');
  background-position: 5% 95%, 95% 70%, 5% 5%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 2em, 2em, 3em, 300px 300px;
}

.section-2.grain.whitw-full-heigh {
  background-image: url('../images/􀢋_1􀢋.png'), url('../images/􀼃_1􀼃.png'), url('../images/􀓐_1􀓐.png'), url('../images/Grain_Latest.png');
  background-position: 5% 95%, 95% 70%, 5% 5%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 2em, 2em, 3em, 300px 300px;
  max-height: 100vh;
}

.section-2.grain.whitw-full-heigh.slim {
  max-height: none;
  padding-top: 40px;
  padding-bottom: 0;
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.heading-2-small.hide {
  display: none;
}

.tab-link-2 {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 8px 0;
}

.tab-link-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #161616;
  transition: all .3s;
}

.tab-link-2.right-32, .tab-link-2.right-32.w--current {
  margin-right: 32px;
}

.container-2 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-2.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2.centred.full-width {
  align-items: stretch;
}

.nav-text {
  color: #0a0a0a;
  letter-spacing: .28px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.nav-text.hide {
  display: none;
}

.comparison-img---desktop {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.comparison-img---desktop.img-3 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.comparison-img---desktop.img-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.circle-blur-middle-left {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(59deg, #ff7448 27%, #ff4848 50%, #6248ff 75%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: 30% auto auto 5%;
}

.circle-blur-middle-left.safari {
  background-image: linear-gradient(59deg, var(--blue-grey) 27%, #fdcfc6 50%, #f8f1cd52 75%);
  opacity: .97;
  filter: blur(64px) blur(64px);
  top: 75%;
  left: 0%;
}

.circle-blur-middle-left.safari.top {
  width: 300px;
  inset: -100px 0% auto auto;
}

.with-underline {
  background-image: url('../images/underline.svg');
  background-position: 50% 115%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px 2px 8px;
  display: inline-block;
}

.circle-blur-top-left-2 {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6248ff 79%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: -5% auto auto -5%;
}

.circle-blur-top-left-2.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6248ff 79%);
}

.circle-blur-top-left-2.safari.hide {
  display: none;
}

.kay-landing {
  background-color: #f7f7fb;
}

.kay-landing.card {
  color: var(--ligh-gray);
  font-family: Space Mono, sans-serif;
  font-weight: 400;
}

.kay-landing.spaced {
  margin-top: 40px;
}

.contained-button {
  padding-right: 4px;
}

.input {
  color: #1b2631;
  background-color: #f7fafc;
  border: 1px solid #f7fafc;
  border-radius: 10px;
  min-height: 52px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 700;
}

.input:hover, .input:focus {
  border-width: 1px;
  border-color: #f7861d;
}

.input::placeholder {
  color: #1b2631b3;
}

.input.contained-button {
  border-radius: 12px;
  height: 60px;
  margin-bottom: 0;
  padding-right: 112px;
}

.input.contained-button:hover, .input.contained-button:focus {
  border-color: #f7fafc;
}

.opacity-80 {
  opacity: .8;
}

.button-2 {
  color: #f7fafc;
  text-align: center;
  background-color: #1d8af7;
  background-image: linear-gradient(45deg, #1d8af7, #1d8af7 0%, #7a8cd6 50%, #f7861d);
  border-radius: 10px;
  margin-top: 16px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .15s linear;
  box-shadow: 1px -1px 8px #f7861d00, -1px 1px 8px #1d8af700;
}

.button-2:hover {
  box-shadow: 1px -1px 8px #f7861d, -1px 1px 8px #1d8af7;
}

.button-2:active {
  box-shadow: 0 0 8px #0000;
}

.button-2:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #1d8af7;
}

.button-2[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #1d8af7;
}

.checkbox-label {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 300;
}

.checkbox-label.kay {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.checkbox-label.kay.light {
  color: var(--ligh-gray);
}

.content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: start;
  display: grid;
}

.content-block.align-center {
  text-align: center;
  justify-content: center;
  place-items: center;
}

.section-3 {
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}

.section-3.kay.pink {
  background-color: var(--salmon-2);
}

.section-3.kay.dark-blu {
  background-color: var(--dark-blue);
  background-image: url('../images/􀋭.png');
  background-position: 5% 5%;
  background-repeat: no-repeat;
  background-size: 2em;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper.align-center.foot {
  max-width: none;
  padding-top: 0;
  padding-left: 15%;
  padding-right: 15%;
}

.checkbox {
  background-color: #0000;
  border: 1px solid #f7fafc;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-right: 8px;
}

.checkbox:hover {
  border-color: #1d8af7;
}

.checkbox.w--redirected-checked {
  background-color: #1d8af7;
  border-color: #1d8af7;
}

.success-message-2 {
  background-color: #0000;
  padding: 0;
  font-weight: 700;
}

.form-input-wrapper.contained-button {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 240px max-content;
  grid-auto-columns: 1fr;
  padding-right: 4px;
  display: grid;
}

.form-input-wrapper.contained-button.wider {
  grid-template-columns: 380px max-content;
}

.error-message-2 {
  color: #f7861d;
  background-color: #f1e6dc;
  border-radius: 8px;
  margin-top: 16px;
  padding: 8px 16px;
  font-weight: 600;
}

.checkbox-field.center-align {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
}

.text-tiny {
  color: var(--lavender);
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.social-icons {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(40px, 40px) minmax(40px, 40px);
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  margin-left: 20px;
  display: grid;
}

.social-icons.hide {
  display: none;
}

.footer-details {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-details.kay {
  color: #001858;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.footer-details.kay.ft2 {
  grid-column-gap: 15px;
  margin-top: 60px;
}

.footer-nav-links {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.footer-nav-links.hide {
  display: none;
}

.nav-link-2 {
  color: #f7fafc;
  white-space: nowrap;
  background-color: #22303e00;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 12px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: background-color .15s linear, color .15s linear, box-shadow .15s;
  position: relative;
}

.nav-link-2:hover {
  background-color: var(--salmon);
  color: var(--white);
}

.nav-link-2:focus {
  color: #1d8af7;
  background-color: #22303e;
}

.nav-link-2.w--current {
  background-color: #22303e;
  font-weight: 800;
}

.nav-link-2.w--open {
  color: #1d8af7;
  background-color: #22303e;
}

.nav-link-2.kay {
  color: var(--ligh-gray);
  font-weight: 400;
}

.link {
  box-shadow: inset 0 0 #1d8af7;
}

.link:hover, .link:focus {
  box-shadow: inset 0 -2px #1d8af7;
}

.footer {
  border-top: 1px solid #f7fafc4d;
  width: 100%;
  padding: 80px 80px 24px;
  position: relative;
  overflow: hidden;
}

.footer.kay.dark-blu {
  background-color: var(--dark-blue);
  background-image: url('../images/􀊴.png');
  background-position: 95% 2%;
  background-repeat: no-repeat;
  background-size: 2em;
}

.footer.kay {
  background-color: #f3d2c1;
  padding-top: 40px;
}

.footer.kay.dark-blu {
  z-index: 9999999;
  background-color: #29216b;
  background-image: none;
  border: 1px #000;
}

.logo {
  width: 90px;
  margin-top: 0;
}

.footer-form {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-claim {
  background-color: var(--blue-grey);
  width: 100%;
  height: 49px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  position: relative;
}

.section-claim.hero {
  background-image: url('../images/􀖇_1􀖇.png'), url('../images/☀︎_1☀︎.png');
  background-position: 90% 90%, 10% 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1em, 1.5em;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.section-claim.full {
  padding-left: 0;
  padding-right: 0;
}

.section-claim.off-white {
  background-color: var(--off-white);
}

.section-claim.off-white.full.kay {
  background-color: var(--blue);
}

.section-claim.off-white.full.kay.light {
  background-color: #e8ebf8;
}

.section-claim.footer {
  background-color: var(--off-white);
}

.section-claim.footer.kay {
  background-color: var(--blue);
}

.section-claim.gradient-180 {
  background-image: linear-gradient(to bottom, var(--purple) 5%, var(--turquoise) 95%);
}

.section-claim.margin-top-76 {
  margin-top: 76px;
}

.section-claim.backgroud-2 {
  background-color: var(--white);
}

.section-claim.backgroud-2.kay {
  color: var(--yellow);
}

.section-claim.kay.hide {
  display: none;
}

.cta-text {
  max-width: 480px;
  margin: 24px auto 40px;
}

.cta-text.kay {
  color: var(--ligh-gray);
  font-family: Space Mono, sans-serif;
  line-height: 1.2;
}

.cta-text.kay.dark-blu {
  color: var(--dark-blue);
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 16px;
  font-size: 14px;
}

.mask {
  overflow: visible;
}

.right-arrow {
  color: #444;
}

.slider-container {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.left-arrow {
  color: #444;
}

.slide-nav {
  color: var(--blue);
}

.slide-content-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 80vw;
  height: auto;
}

.slide-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slide-text.kay {
  color: var(--dark-blue);
  text-shadow: 8px 0 0 var(--salmon);
  font-family: Fugaz One, sans-serif;
  font-size: 200px;
  line-height: 1em;
}

.slide-text.kay.purple {
  text-shadow: 8px 0 0 var(--blue-grey);
}

.slide-text.kay.lilla {
  text-shadow: 8px 0 0 var(--lilla);
}

.slide-content-div {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
}

.logo-hero {
  width: 140px;
}

.icon, .icon-2 {
  color: var(--blue);
}

.transparent {
  color: #0000;
}

.text-block {
  color: var(--dark-blue);
}

.feedel-cta {
  background-color: var(--feedel-dark);
  color: var(--feedel-dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: .7rem 15%;
  display: flex;
}

.rl-cta_text-wrapper {
  margin-right: 1.5rem;
}

.text-block-2 {
  color: #ffffffb5;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
}

.logo-feedel {
  margin-right: 40px;
}

.text-block-feedel {
  color: #fffde6;
  text-align: left;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.link-2 {
  color: var(--light-yellow-feedel);
}

.link-3 {
  color: var(--ligh-gray);
}

.form {
  z-index: 5;
  width: 56%;
  max-width: 560px;
  position: static;
}

.form.large {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.logo-footer {
  width: 140px;
  margin-top: 24px;
}

.section-sllider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-sllider.grain {
  background-image: url('../images/􀆹_1􀆹.png'), url('../images/Vector_1Vector.png'), url('../images/Grain_Latest.png');
  background-position: 3% 6%, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 2em, 2em, 300px 300px;
}

.section-sllider.grain.hide {
  display: none;
}

.section-sllider.grain.whitw {
  background-image: url('../images/􀢋_1􀢋.png'), url('../images/􀼃_1􀼃.png'), url('../images/􀓐_1􀓐.png'), url('../images/Grain_Latest.png');
  background-position: 5% 95%, 95% 70%, 5% 5%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 2em, 2em, 3em, 300px 300px;
}

.section-sllider.grain.whitw-full-heigh {
  background-image: url('../images/􀢋_1􀢋.png'), url('../images/􀼃_1􀼃.png'), url('../images/􀓐_1􀓐.png'), url('../images/Grain_Latest.png');
  background-position: 5% 95%, 95% 70%, 5% 5%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 2em, 2em, 3em, 300px 300px;
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 100px;
}

.hero_wrap-copy.center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.logo-hero-_-2 {
  width: 140px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block.hide {
  display: none;
}

.rich-text-block-2 {
  margin-top: 10px;
}

.hires {
  background-color: #0000;
}

.block_role {
  color: var(--lilla);
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.block_role.tech {
  color: var(--dark-slate-grey);
}

.how_text-2 {
  opacity: 1;
  color: var(--dark-grey);
  text-align: left;
  mix-blend-mode: difference;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.how_text-2.bigger {
  color: var(--dark-grey);
  text-align: center;
  mix-blend-mode: normal;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

.how_text-2.bigger.white {
  opacity: 1;
  color: var(--lilla);
  font-size: 16px;
  line-height: 1.5em;
}

.how_text-2.not-full {
  max-width: 900px;
}

.how_text-2.not-full.bigger {
  max-width: 500px;
}

.text-tiny-2 {
  color: #e8ebf8;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.nav-link-3 {
  color: #f7fafc;
  white-space: nowrap;
  background-color: #22303e00;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 12px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: background-color .15s linear, color .15s linear, box-shadow .15s;
  position: relative;
}

.nav-link-3:hover {
  background-color: var(--lilla);
  color: #fff;
}

.nav-link-3:focus {
  color: #1d8af7;
  background-color: #22303e;
}

.nav-link-3.w--current {
  background-color: #22303e;
  font-weight: 800;
}

.nav-link-3.w--open {
  color: #1d8af7;
  background-color: #22303e;
}

.nav-link-3.kay {
  color: #f7f7fb;
  font-weight: 400;
}

.text-field-4 {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  border-radius: 10px;
  height: 10em;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  overflow: auto;
}

.text-field-4:focus {
  color: var(--black);
}

.checkbox-label-2 {
  color: #001858;
  font-size: 16px;
  font-weight: 300;
}

.checkbox-label-2.kay {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.checkbox-label-2.kay.light, .link-4 {
  color: #f7f7fb;
}

.text-field-5 {
  border-radius: 10px;
  width: 100%;
}

.g-radio-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.radio {
  align-items: center;
  margin-right: 30px;
  padding-left: 10px;
  display: flex;
}

.radio_button {
  border-color: #060606;
  margin-top: 0;
  margin-left: -10px;
  margin-right: 10px;
}

.radio_button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--slate-blue);
  background-color: var(--lilla);
}

.radio-button-label {
  margin-bottom: 0;
}

.image-decoration {
  z-index: 0;
  background-image: linear-gradient(45deg, #fff4ad, #f5d400 50%, #000);
  border-radius: 24px;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(16px, 16px);
}

.tabs-menu-2 {
  padding-top: 80px;
  display: flex;
}

.tabs-menu-2.vertical {
  flex: none;
  width: 40%;
  margin-right: 40px;
  padding-top: 0;
  display: block;
}

.text-small {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.text-small.opacity-90.hide {
  display: none;
}

.image-overlay {
  z-index: 2;
  opacity: .3;
  mix-blend-mode: multiply;
  background-image: none;
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.image-8 {
  z-index: 1;
  border-radius: 24px;
  max-width: none;
  height: 300px;
  position: relative;
}

.tab-pane-tab-1 {
  padding-left: 100px;
}

.tabs.vertical-list {
  clear: both;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-wrapper {
  position: relative;
}

.tab-icon-2 {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: block;
}

.heading-tiny {
  font-size: 22.5px;
  font-weight: 700;
}

.tabs-content {
  overflow: visible;
}

.tab {
  color: var(--slate-blue);
  background-color: #ffffff1a;
  border-radius: 16px;
  flex: 1;
  align-self: stretch;
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
  display: flex;
}

.tab:hover {
  background-color: var(--grey);
}

.tab.w--current {
  background-color: var(--lilla);
  color: var(--slate-blue);
  margin-bottom: 40px;
}

.text-span-7 {
  color: #fcda00;
}

.company {
  width: 100%;
}

.c-text-field {
  background-color: #252728;
  border: 1px solid #fff6;
  height: 55px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-text-field::placeholder {
  color: #fff;
}

.c-text-field.c-text-1 {
  border-color: #ffffff1c;
}

.c-text-field.c-text-1.cc-select {
  background-image: url('../images/fi_chevron-down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.c-form_radio-field {
  justify-content: space-around;
  align-items: center;
  margin-right: 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.c-form_radio-field.cc-less-margin {
  margin-right: 20px;
}

.c-checkbox-field {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.c-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2em;
}

.c-section.cc-snap {
  height: 1px;
}

.c-title-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.c-title-wrapper.cc-flex-absolute {
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.c-tool-tip_error-img {
  position: absolute;
  inset: auto 0% -78% 44%;
}

.c-slider {
  width: 34.72em;
  height: 100%;
  margin-left: 40em;
  font-size: 1vw;
  display: block;
}

.c-slide_img {
  width: 100%;
  height: 100%;
}

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

.c-arrow-blocker {
  z-index: 100;
  background-color: #25272880;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 0% 25% auto;
  transform: translate(-80px);
}

.c-arrow-blocker.cc-right {
  transform: none;
}

.c-form_error-img {
  display: none;
}

.form-2 {
  margin-top: 30px;
}

.c-form_block {
  z-index: 5;
}

.c-right-arrow {
  background-color: #25272866;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  inset: auto 0% 25% auto;
}

.c-section_content {
  align-items: center;
  width: 150vw;
  display: flex;
  position: relative;
}

.c-left-arrow {
  z-index: 1;
  background-color: #25272866;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  inset: auto 0% 25% auto;
  transform: translate(-80px);
}

.c-form-wrapper {
  z-index: 5;
  width: 40em;
  margin-top: 3em;
  margin-left: 7.64em;
  position: relative;
}

.c-error-message {
  display: none;
}

.c-error-message.cc-time-visit {
  position: absolute;
  inset: -3% 0% auto 43%;
}

.c-horizontal-scroll {
  align-items: center;
  height: 95vh;
  display: flex;
  position: sticky;
  top: 2.5vh;
}

.c-tool-tip_arrow {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto 0% -8% 48%;
  transform: rotate(45deg);
}

.c-radio-button {
  border-color: #ffffff1c;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
}

.c-radio-button.w--redirected-checked {
  background-image: url('../images/White.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 1px;
  border-color: #fff6;
}

.c-radio-button.w--redirected-focus {
  box-shadow: none;
}

.c-text-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21.6px;
  position: static;
}

.c-text-1.cc-bold {
  font-weight: 600;
  display: none;
}

.c-text-1.cc-grey {
  color: #252728;
}

.c-checkbox {
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
}

.c-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Vector.svg');
  background-size: auto;
  border-width: 0;
  border-radius: 0;
}

.c-checkbox.w--redirected-focus {
  box-shadow: none;
}

.c-form_field {
  margin-bottom: 20px;
  position: relative;
}

.c-text-2 {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16.2px;
}

.c-text-2.cc-field-header {
  padding-bottom: 2px;
  display: block;
  position: absolute;
  inset: -14% auto auto 4%;
}

.c-text-2.cc-field-header.cc-red {
  color: #ff0000e3;
}

.c-form_submit {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.c-form_radio {
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.c-scroll-track {
  height: 200vh;
  position: relative;
}

.c-form_field-icon {
  display: none;
  position: absolute;
  inset: 32.5% 9% 0% auto;
}

.c-tool-tip {
  text-align: center;
  background-color: #fff;
  width: 120px;
  height: 40px;
  padding: 5px;
  position: absolute;
  inset: -61% -5% auto auto;
}

.c-title-1 {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14em;
  font-weight: 400;
  line-height: 160px;
}

.c-button-l {
  color: #fff3;
  cursor: not-allowed;
  background-color: #0000;
  border: 1px solid #fff3;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.c-button-l:hover {
  color: #19191b;
  background-color: #fff;
}

.c-form_radio-wrapper {
  margin-top: 2.5em;
  margin-bottom: 6em;
  position: relative;
}

.c-title-2 {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
  min-height: 600px;
  display: flex;
}

.arrow {
  display: none;
}

.tab-pane-container {
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.eclipse-bullet {
  margin-right: 1em;
}

._2-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 5em 2em;
}

.feature-grid-img-container {
  z-index: 299;
  position: relative;
}

.bullet-text {
  margin-bottom: 0;
}

.section-4 {
  display: block;
}

.section-4.bg-light {
  background-color: #f7f7f5;
}

.img-emotion-3 {
  z-index: -1;
  display: none;
  position: absolute;
  inset: auto -22% 0% auto;
}

.bullet-container {
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.bullet-container.first {
  padding-top: 1em;
}

._2-grid-left {
  padding-left: 3em;
  padding-right: 3em;
}

.feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 90vh 90vh 90vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5em;
  display: grid;
}

.p-feature {
  font-size: 1.4em;
}

.slide-nav-3 {
  margin: 20px 0 0;
  font-size: 10px;
  line-height: 1;
  position: static;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
  padding: 3.75em 3vw;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.feature-grid-text-container.p-right {
  padding-right: 10em;
}

.feature-grid-text-container.left {
  padding-left: 10em;
}

.preview-image {
  width: 40px;
  padding-bottom: 13px;
}

.preview-image.desktop {
  width: 65px;
}

.preview-image._2.desktop2 {
  width: 70px;
}

.bg-phone-video {
  z-index: 1;
  border: 3px solid #fff;
  border-radius: 20px;
  width: 371px;
  max-width: 371px;
  height: 744px;
  max-height: 744px;
  overflow: visible;
}

.tab-link-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px none var(--lilla);
  background-color: var(--lilla);
  color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 0;
  padding: .5em 0;
  display: flex;
}

.tab-link-btn.w--current {
  border-style: none;
  border-color: var(--slate-blue);
  background-color: var(--black);
  border-radius: 0;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
}

.tab-link-btn.mosaico {
  padding-left: 3em;
  padding-right: 3em;
}

.image-9 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img-emotion-2 {
  z-index: -1;
  display: none;
  position: absolute;
  inset: auto auto 0% -31%;
}

.smaller-p {
  font-size: 1.3em;
}

.tabs-menu-btn {
  border-bottom: 2px solid var(--black);
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-field-6, .text-field-7 {
  border-radius: 10px;
}

.text-block-3 {
  color: var(--light-grey);
  font-weight: 700;
}

.text-block-4 {
  color: var(--ligh-gray);
  font-weight: 700;
}

.section-network {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-4 {
  align-self: center;
  width: 100%;
  max-width: 1200px;
  padding: 32px;
}

.container-4.center {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-4.center.partner {
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
}

.client-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: .5fr;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 3em;
  display: grid;
}

.client-logo-wrapper.hero {
  opacity: .65;
  filter: grayscale();
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
}

.client-logo-wrapper.clientes {
  opacity: .51;
  filter: grayscale();
  margin-top: 2em;
  margin-bottom: 0;
}

.network-logo {
  object-fit: contain;
  width: 100%;
}

.network-logo.edit {
  filter: invert();
}

.section-value-prop {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-value-prop.hero {
  background-image: url('../images/􀼃_1􀼃.png'), url('../images/Vector_1Vector.png'), url('../images/􀖇_1􀖇.png'), url('../images/☀︎_1☀︎.png');
  background-position: 3% 75%, 99%, 90% 90%, 10% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 2em, 2em, 1em, 1.5em;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.section-value-prop.full {
  padding-left: 0;
  padding-right: 0;
}

.section-value-prop.off-white {
  background-color: var(--off-white);
}

.section-value-prop.off-white.full {
  background-color: var(--lilla);
  background-image: linear-gradient(to top, var(--lilla), white);
}

.section-value-prop.off-white.full.kay {
  background-color: var(--blue);
}

.section-value-prop.off-white.full.kay.light {
  background-color: #e8ebf8;
}

.section-value-prop.footer {
  background-color: var(--off-white);
}

.section-value-prop.footer.kay {
  background-color: var(--blue);
}

.section-value-prop.gradient-180 {
  background-image: linear-gradient(to bottom, var(--purple) 5%, var(--turquoise) 95%);
}

.section-value-prop.margin-top-76 {
  margin-top: 76px;
}

.section-value-prop.backgroud-2.kay {
  color: var(--yellow);
}

.section-value-prop.backgroud-2.kay.hide {
  display: none;
}

.section-value-prop.backgroud-2.hires {
  background-color: #29216b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-value-prop.kay.hide {
  display: none;
}

.section-value-prop.hires.hero {
  background-image: none;
}

.section-value-prop.hide {
  display: none;
}

.section-value-prop.backgroud-2 {
  background-color: #fff;
}

.section-value-prop.last {
  background-image: linear-gradient(to top, var(--slate-blue), white);
}

.section-value-prop.purple {
  background-color: #29216b;
}

.univerity-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: .5fr;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 3em;
  display: grid;
}

.section-connect {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-connect.hero {
  background-image: url('../images/􀼃_1􀼃.png'), url('../images/Vector_1Vector.png'), url('../images/􀖇_1􀖇.png'), url('../images/☀︎_1☀︎.png');
  background-position: 3% 75%, 99%, 90% 90%, 10% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 2em, 2em, 1em, 1.5em;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.section-connect.full {
  padding-left: 0;
  padding-right: 0;
}

.section-connect.off-white {
  background-color: var(--off-white);
}

.section-connect.off-white.full {
  background-color: var(--lilla);
  background-image: linear-gradient(to top, var(--lilla), white);
}

.section-connect.off-white.full.kay {
  background-color: var(--blue);
}

.section-connect.off-white.full.kay.light {
  background-color: #e8ebf8;
}

.section-connect.footer {
  background-color: var(--off-white);
}

.section-connect.footer.kay {
  background-color: var(--blue);
}

.section-connect.gradient-180 {
  background-image: linear-gradient(to bottom, var(--purple) 5%, var(--turquoise) 95%);
}

.section-connect.margin-top-76 {
  margin-top: 76px;
}

.section-connect.backgroud-2.kay {
  color: var(--yellow);
}

.section-connect.backgroud-2.kay.hide, .section-connect.kay.hide {
  display: none;
}

.section-connect.hires.hero {
  background-image: none;
}

.section-connect.hide {
  display: none;
}

.section-connect.backgroud-2 {
  background-color: #fff;
}

.section-connect.last {
  z-index: 99999;
  background-image: linear-gradient(to top, #29216b, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
}

.tab-pane-tab-4, .tab-pane-tab-5 {
  margin-top: 40px;
}

.success-message-3 {
  background-color: var(--white);
}

.success {
  color: var(--slate-blue);
}

.image-10 {
  text-decoration: line-through;
}

.section-hero {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-hero.hero {
  background-image: url('../images/􀼃_1􀼃.png'), url('../images/Vector_1Vector.png'), url('../images/􀖇_1􀖇.png'), url('../images/☀︎_1☀︎.png');
  background-position: 3% 75%, 99%, 90% 90%, 10% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 2em, 2em, 1em, 1.5em;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.section-hero.full {
  padding-left: 0;
  padding-right: 0;
}

.section-hero.off-white {
  background-color: var(--off-white);
}

.section-hero.off-white.full {
  background-color: var(--lilla);
  background-image: linear-gradient(to top, var(--lilla), white);
}

.section-hero.off-white.full.kay {
  background-color: var(--blue);
}

.section-hero.off-white.full.kay.light {
  background-color: #e8ebf8;
}

.section-hero.footer {
  background-color: var(--off-white);
}

.section-hero.footer.kay {
  background-color: var(--blue);
}

.section-hero.gradient-180 {
  background-image: linear-gradient(to bottom, var(--purple) 5%, var(--turquoise) 95%);
}

.section-hero.margin-top-76 {
  margin-top: 76px;
}

.section-hero.backgroud-2.kay {
  color: var(--yellow);
}

.section-hero.backgroud-2.kay.hide, .section-hero.kay.hide {
  display: none;
}

.section-hero.hires.hero {
  z-index: 999999;
  background-color: var(--white);
  background-image: none;
  border: 0 #000;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-hero.hide {
  display: none;
}

.section-hero.backgroud-2 {
  background-color: #fff;
}

.section-hero.last {
  background-image: linear-gradient(to top, var(--slate-blue), white);
}

.smaller {
  opacity: .8;
  margin-top: 3px;
  margin-left: 2px;
}

.smaller._2 {
  margin-top: 0;
}

.div-block-4 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.div-block-4.centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
}

.bold-text {
  color: var(--slate-blue);
}

.heading {
  text-align: center;
}

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

.centered {
  text-align: center;
  font-size: 20px;
}

.image-11 {
  margin-top: 10px;
  margin-bottom: 12px;
  margin-left: 44px;
}

.section-5 {
  background-color: var(--lilla);
}

.section-6 {
  padding-left: 40px;
}

.image-12 {
  padding-top: 40px;
}

.section-7 {
  background-color: #29216b;
}

.image-13 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.textarea {
  white-space: normal;
  object-fit: fill;
  border-radius: 11px;
  height: 10em;
  min-height: 140px;
}

.text-field-8 {
  border-radius: 9px;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}

.text-block-5.dark {
  color: var(--dark-grey);
  line-height: 120%;
}

.button-4 {
  border: 2px solid var(--slate-blue);
  background-color: var(--slate-blue);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 12px;
  margin-top: 17px;
  margin-bottom: 9px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.button-4:hover {
  background-color: var(--lilla);
}

.columns {
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: stretch center;
  min-width: 600px;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  min-height: 70px;
  display: flex;
}

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

.columns-2 {
  flex: 0 auto;
  align-self: auto;
}

.list {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
}

.list-item-4 {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 0 1px #0003;
  background-image: url('../images/tick-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  list-style-type: none;
}

.flex-block {
  align-items: center;
  margin-bottom: 20px;
}

.waves-image-hero-6 {
  border-radius: 24px;
  width: 23%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-middle-image-hero-6 {
  border-radius: 24px;
  width: 44%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-master-images-hero-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves-success-mesaage {
  background-color: var(--waves-library-white);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library-black);
  background-color: var(--waves-library-background);
  color: var(--waves-library-black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library-black);
  color: var(--waves-library-black);
}

.waves-text-field-background.field-hero-6 {
  min-width: 260px;
}

.waves-form-hero-6 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---form-block-hero-6 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves-content-hero-6 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-2 {
  border-radius: 8px;
  width: 100%;
}

.waves-tile-team-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-team-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-3 {
  object-fit: cover;
  border-radius: 8px;
  flex: 0 auto;
  width: auto;
  height: auto;
  box-shadow: 1px 7px 9px #0000001a;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 31%;
  display: flex;
}

.waves-grid-team-3 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.team-def {
  padding: 100px 40px;
}

.link-5 {
  color: var(--lilla);
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: var(--ligh-gray);
  box-shadow: 0 0 5px 0 var(--ligh-gray);
  opacity: .75;
  border: 0 #c1baf200;
  border-radius: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: center;
  width: auto;
  max-width: 50%;
  margin-bottom: 24px;
  padding: 8px 18px;
  display: inline-block;
}

.image-14 {
  float: left;
  opacity: .78;
  mix-blend-mode: hard-light;
  padding-right: 10px;
}

.waves---nav-cta {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
  display: none;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library-white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.waves-middle-nav-2 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 42px;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-2 {
  z-index: 9999999;
  background-color: var(--waves-library-white);
  border-bottom: 0 #13131333;
  height: 80px;
}

.link-block {
  align-self: auto;
}

.waves---nav-menu-copy {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: none;
  overflow: visible;
}

.waves---nav-dropdown-copy, .hide-desktop {
  display: none;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
  display: none;
}

.waves---heading-3-no-margins-3 {
  color: var(--feedel-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  display: flex;
}

.waves-content-blog-2.right {
  grid-row-gap: 0px;
  align-items: flex-start;
}

.waves-content-blog-2.same-line {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-tile-blog-2 {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #00000026;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  min-height: auto;
  margin-top: 64px;
  margin-bottom: 60px;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves---cta-dark-3.wide-cta.hide {
  display: none;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  z-index: 99999;
  background-color: var(--white);
  max-width: 1352px;
  padding: 60px 24px;
  position: relative;
}

.apply-now {
  padding-top: 40px;
  padding-bottom: 100px;
}

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: var(--waves-library-dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves-circle-blog-1 {
  background-color: var(--waves-library-black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--waves-library-black);
  color: var(--waves-library-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-image-blog-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves---limit-510 {
  max-width: 510px;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

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

.application-badge {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  opacity: .75;
  background-color: #6a5ae09e;
  border: 0 #c1baf200;
  border-radius: 8px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.application-badge:hover {
  background-color: #6a5ae0;
}

.application-badge.no-link {
  height: auto;
}

.application-badge.no-link:hover {
  background-color: #6a5ae0;
}

.application-badge.bigger {
  opacity: 1;
  background-color: #6a5ae0;
  height: 52px;
}

.application-badge.linkedin {
  grid-column-gap: 16px;
  background-color: #6a5ae0;
  justify-content: center;
  width: 100%;
}

.application-badge.linkedin:hover {
  opacity: 1;
}

.application-badge.linkedin.page {
  width: auto;
  min-width: 200px;
  height: 52px;
  display: flex;
}

.application-badge.email {
  background-color: #6a5ae0;
  justify-content: center;
  width: 100%;
}

.application-badge.email:hover {
  opacity: 1;
}

.application-badge.angel {
  justify-content: center;
  width: 100%;
}

.application-badge.angel:hover {
  opacity: 1;
}

.application-badge.see-more {
  background-color: var(--lavender);
  color: var(--black);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.application-badge.see-more:hover {
  opacity: 1;
}

.application-badge.see-more.max-200-px {
  max-width: 200px;
}

.application-badge.max-200 {
  background-color: var(--lavender);
  color: var(--feedel-dark);
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: none;
}

.label {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
}

.label.email {
  opacity: .66;
  color: var(--waves-library-white);
  font-size: 14px;
  line-height: 110%;
}

.label.slim {
  opacity: .7;
  font-size: 14px;
  font-weight: 400;
}

.label.see-more {
  color: var(--black);
  align-self: center;
  height: 100%;
  line-height: 110%;
}

.label.hide {
  display: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2.bigger {
  height: 52px;
}

.collection-item {
  justify-content: space-between;
  width: 33%;
  display: flex;
}

.pagination {
  justify-content: center;
  margin-top: 10px;
}

.previous {
  border-style: none;
  position: static;
}

.text-block-6 {
  color: var(--dark-grey);
}

.next {
  color: var(--dark-grey);
  border-style: none;
}

.waves---paragraph-small-3 {
  font-size: 16px;
  line-height: 130%;
}

.waves-circle-blog-2 {
  background-color: var(--waves-library-black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.waves-blog-details-2 {
  grid-column-gap: 8px;
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-bottom-blog-2 {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tag-blog-2 {
  z-index: 3;
  background-color: var(--waves-library-black);
  color: var(--waves-library-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-image-blog-3 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-blog-2 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-tile-blog-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-blog-grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-511 {
  max-width: 510px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---main-container-4.position-page, .waves---main-container-4.open-position {
  max-width: 900px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library-dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.emial {
  float: left;
  opacity: 1;
  filter: invert();
  color: var(--grey);
}

.waves---cta-dark-4 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: #131313e6;
}

.waves---cta-dark-4.wide-cta {
  background-color: var(--slate-blue);
  min-width: 200px;
}

.waves---mg-top-32 {
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.waves---mg-top-32.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.waves---mg-top-32.full-left {
  width: 100%;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves-bottom-right-hero-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.waves-bottom-hero-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-divider-hero-4 {
  background-color: var(--waves-library-black);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 115%;
}

.waves---section-hero-primary-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-top-blog-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tile-blog-4 {
  grid-row-gap: 40px;
  border-top: 1px solid var(--waves-library-black);
  border-bottom: 1px solid var(--waves-library-black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.waves-grid-blog-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves-grid-blog-3-vertical {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 48px;
}

.waves---heading-3-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-content-blog-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-blog-4 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-tile-blog-5 {
  grid-column-gap: 32px;
  background-color: var(--waves-library-dark-elevation);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-grid-blog-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves---sides-heading-button-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-3-columns {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.tabs-2 {
  width: 100%;
}

.red {
  color: var(--salmon);
  font-weight: 700;
  text-decoration: none;
}

.tabs-3 {
  width: 100%;
}

.apply {
  float: left;
  opacity: .78;
  transform: rotate(-45deg);
}

.apply.linkedin, .apply.angel {
  transform: none;
}

.open-role-list {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.open-roles-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 64px;
  margin-bottom: 60px;
  display: block;
}

.collection-item-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.waves-position-details {
  grid-column-gap: 8px;
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.position-description {
  text-align: justify;
  max-width: 900px;
}

.waves---section-medium-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-copy.no-margin {
  padding-top: 40px;
}

.heading-2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.no-margin.primary {
  color: var(--slate-blue);
}

.waves---nav-cta-2 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link-2 {
  padding: 12px 16px;
}

.waves---dropdown-link-2 {
  text-align: center;
}

.waves-dropdown-list-2.w--open {
  background-color: var(--waves-library-white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown-2 {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle-2 {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu-2, .waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand-2 {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link-2 {
  height: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container-2 {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 9999999;
  background-color: var(--waves-library-white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.dropdown-toggle-2 {
  padding: 0;
}

.div-block-7 {
  color: var(--dark-grey);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  text-decoration: none;
  display: flex;
}

.flag-icon {
  width: 24px;
}

.icon-3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 6px;
  position: static;
}

.dropdown-list {
  background-color: #72a4d4;
}

.dropdown-list.w--open {
  background-color: var(--light-grey);
}

.block_appply {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 8px;
  display: flex;
}

.div-block-8.email {
  grid-row-gap: 0px;
  flex-direction: column;
}

.linked {
  float: left;
  opacity: .78;
  mix-blend-mode: exclusion;
  transform: rotate(-45deg);
}

.linked.linkedin, .linked.angel {
  transform: none;
}

.tile-position {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  background-color: var(--white);
  opacity: 1;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #59595940;
}

.tile-position:hover {
  background-color: var(--white);
  opacity: 1;
  box-shadow: 0 0 20px #59595926;
}

.back {
  padding-top: 20px;
  text-decoration: none;
}

.text-field-9 {
  height: 38vh;
}

.field-label {
  color: var(--dark-grey);
}

.waves-grid-team-3-copy {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  display: flex;
}

.link-9 {
  text-decoration: none;
}

.text-block-9 {
  color: var(--slate-blue);
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.apply-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
}

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

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

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

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

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.branded {
  color: var(--purple-2);
}

.white {
  color: var(--ligh-gray);
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.a-subheading-regular {
  color: var(--purple-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-feature-icon {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-icon.brand {
  background-color: var(--slate-blue);
  background-image: linear-gradient(90deg, var(--lilla), var(--slate-blue));
}

.a-content-card-top {
  color: var(--alley-component-library--neutral--black);
}

.a-content-card {
  grid-row-gap: 16px;
  border: 1.5px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 440px;
  padding: 24px;
  display: flex;
}

.a-content-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
  text-decoration: none;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-h3-heading.left {
  text-align: left;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-regular.a-text-color-primary {
  color: #5167f6;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-content-title-wrapper-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 64px;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 60px 5%;
  position: relative;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-feature-card {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  background-color: var(--ligh-gray);
  border-radius: 24px;
  padding: 24px;
}

.a-feature-card.base {
  background-color: var(--white);
  box-shadow: 0 0 20px #0000000d;
}

.a-feature-card.highlight {
  border-width: 2px;
  border-color: var(--slate-blue);
  background-color: var(--lilla);
  background-image: linear-gradient(135deg, #6a5ae057, #fff);
}

.a-feature-card.horizontal {
  border-width: 2px;
  border-color: var(--lilla);
}

.a-text-color-orange-900 {
  color: var(--alley-component-library--orange--900);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.a-paragraph-large.left {
  text-align: left;
}

.a-feature-text-grid {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.a-feature-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 28px;
}

.a-feature-card-grid._3-coulum {
  grid-template-columns: 1fr 1fr 1fr;
}

.a-margin-bottom-17 {
  margin-bottom: 16px;
}

.a-feature-title {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  margin-right: auto;
  display: flex;
}

.a-section-large {
  padding: 92px 5%;
  position: relative;
}

.a-cta-image-bottom-right {
  width: 65%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-cta-image-bottom-right.inverted, .a-cta-image-bottom-right.sepia {
  filter: sepia();
}

.a-cta-image-top {
  width: 45%;
  margin-bottom: 18px;
}

.a-cta-image-wrapper {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  position: relative;
}

.a-icon-extra-small {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-button-arrow-icon {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: var(--alley-component-library--blue--800);
}

.a-subheading-regular-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-cta-icon-circle {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-cta-link-wrapper {
  grid-column-gap: 16px;
  color: var(--alley-component-library--neutral--black);
  align-items: center;
  display: flex;
}

.a-cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  max-width: 430px;
  display: flex;
  overflow: hidden;
}

.a-cta-content.vertical {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.a-cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.a-cta-button-wrapper.slim {
  margin-top: 0;
}

.a-h5-heading {
  color: var(--purple-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.a-margin-bottom-18 {
  margin-bottom: 16px;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-cta-grid.a-margin-bottom-96 {
  margin-bottom: 96px;
}

.a-cta-grid._2-1 {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .75fr;
}

.a-cta-grid-wrapper {
  background-color: var(--ligh-gray);
  border-radius: 32px;
  padding: 64px 5%;
}

.a-subheading-regular-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-19 {
  margin-bottom: 16px;
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-testimonial-avatar {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.a-testimonial-author {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 4px;
  display: flex;
}

.a-testimonial-base {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 32px;
}

.a-testimonial-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-title-wrap-center.hide {
  display: none;
}

.a-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dark {
  color: var(--feedel-dark);
}

.a-feature-bottom-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-subheading-regular-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-feature-card-2 {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 24px;
}

.a-span-underline-2 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-margin-bottom-21 {
  margin-bottom: 16px;
}

.a-paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-subheading-regular-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-22 {
  margin-bottom: 8px;
}

.a-feature-card-3 {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 24px;
}

.a-span-underline-3 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

._24px {
  width: 24px;
}

.a-subheading-regular-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-23 {
  margin-bottom: 8px;
}

.a-feature-links-grid {
  grid-template-rows: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}

.a-span-underline-4 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-feature-content {
  max-width: 500px;
}

.a-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-subheading-regular-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-content-icon-small {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-link-wrapper {
  grid-column-gap: 16px;
  color: var(--alley-component-library--neutral--black);
  align-items: center;
  display: flex;
}

.a-content-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--salmon-2);
  border-radius: 32px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  padding: 24px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-content-icon-large {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-graphic-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-content-graphic-top-right._2 {
  max-width: 80%;
}

.a-content-card-medium {
  grid-row-gap: 32px;
  background-color: var(--lavender);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-right-column-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.a-content-card-large {
  grid-row-gap: 32px;
  background-color: var(--lavender);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 582px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.a-span-underline-5 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-content-title-wrapper {
  text-align: center;
  max-width: 510px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.a-subheading-regular-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-cta-grid-wrapper-2 {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  padding: 64px 5%;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.a-max-width-medium {
  max-width: 486px;
}

.a-cta-input-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  transition: border-color .2s;
}

.a-cta-input-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

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

.a-cta-form {
  width: 100%;
  max-width: 480px;
  margin-bottom: 16px;
}

.a-subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-cta-icon-wrapper {
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.a-cta-feature {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.a-cta-feature.full {
  width: 35.9321%;
}

.a-cta-feature.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.a-cta-feature-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.a-cta-feature-wrapper.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.a-cross-span {
  background-image: url('../images/text-overlay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-cta-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand {
  color: var(--slate-blue);
}

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

.heading-6 {
  font-size: 32px;
}

.button-5 {
  color: var(--white);
  text-align: center;
  background-color: #833bf9;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 10px 32px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .button.hires {
    display: inline-block;
  }

  .button.hires.full-centre, .button.hires.full-centre.es {
    background-color: var(--feedel-dark);
  }

  .button.hires.full-centre.only-mobile.cta_bookacall {
    text-align: center;
  }

  .h2.dark {
    color: var(--black);
  }

  .footer-details.kay {
    align-items: center;
  }

  .logo {
    margin-top: 35px;
  }

  .text-tiny-2 {
    font-family: Circularstd, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .image-8 {
    z-index: 1;
  }

  .section-4, .section-4.bg-white, .section-4.bg-light {
    display: block;
  }

  .tab-link-btn {
    width: 50%;
  }

  .tabs-menu-btn {
    border-bottom: 2px solid var(--black);
    justify-content: center;
  }

  .text-block-3 {
    color: var(--white);
  }

  .section-hero.hires.hero {
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .text-block-5 {
    transition: opacity .2s;
  }

  .button-4 {
    margin-top: 16px;
    margin-bottom: 11px;
  }

  .waves---sides-heading-button-2 {
    justify-content: center;
  }

  .image-14 {
    transform: none;
  }

  .waves-grid-blog-2 {
    margin-bottom: 60px;
  }

  .waves---main-container-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .application-badge.see-more {
    display: flex;
  }

  .label {
    font-weight: 700;
  }

  .tabs-2 {
    width: 100%;
  }

  .apply, .linked {
    transform: rotate(-45deg);
  }
}

@media screen and (min-width: 1440px) {
  .container.large.absolute {
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero_text-wrap {
    max-width: 560px;
  }

  .hero_text-wrap.large {
    max-width: 50%;
  }

  .form-field {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_illustration {
    width: 100%;
  }

  .illustration {
    width: auto;
    height: 750px;
    inset: auto 0% 0% auto;
  }

  .feature_grid {
    height: 640px;
  }

  .brand_content {
    grid-row-gap: 32px;
  }

  .contact {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .circle-blur-middle-left.safari {
    background-image: linear-gradient(59deg, var(--blue-grey) 27%, #fdcfc6 70%, #f8f1cd52 75%);
    opacity: 1;
  }

  .content-wrapper.align-center.foot {
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 15%;
    margin-right: 15%;
  }

  .footer-details.kay {
    justify-content: center;
  }

  .footer.kay.dark-blu {
    text-align: left;
    text-align: left;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    margin-top: 35px;
  }

  .form {
    max-width: 560px;
  }

  .form.large {
    padding-left: 15%;
    padding-right: 15%;
  }

  .section-hero.hires.hero {
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .text-block-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-4 {
    margin-top: 16px;
    margin-bottom: 18px;
  }

  .column {
    min-height: 80px;
  }

  .list {
    min-width: 48px;
    margin-top: 32px;
    margin-bottom: 40px;
    list-style: none;
  }

  .application-badge.see-more {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .c-slider {
    width: 500px;
    margin-left: 50em;
  }

  .c-title-1 {
    font-size: 270px;
  }

  .application-badge.see-more {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container {
    width: 90%;
  }

  .container.large {
    z-index: 2;
    position: relative;
  }

  .container.large.absolute {
    height: 100%;
  }

  .container.margin-l {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-wrap {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    width: 200px;
    padding-top: 4px;
  }

  .nav-link-wrap {
    display: flex;
  }

  .button.black.form {
    margin-left: 10px;
  }

  .button.hires.hide-mobile {
    display: none;
  }

  .button.hide-desktop {
    display: inline;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .hero_text-wrap {
    width: 60%;
  }

  .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-bottom: 80px;
  }

  .h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .b1-bar1 {
    height: 2px;
  }

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .how_grid {
    grid-column-gap: 24px;
  }

  .how_text {
    margin-bottom: auto;
  }

  .feature_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature_wrap._2 {
    padding-bottom: 120px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_image {
    min-height: 0;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .close-block {
    top: 24px;
    right: 24px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .footer-grid {
    grid-column-gap: 22px;
    grid-row-gap: 50px;
    grid-template-columns: auto auto;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    display: none;
  }

  .blur {
    background-color: #00000040;
  }

  .nav_button-wrap {
    padding-top: 20px;
    padding-right: 0;
    display: inline-block;
  }

  .hamburger, .mobile-menu {
    display: none;
  }

  .mobile-menu-modal {
    background-image: linear-gradient(to bottom, var(--turquoise), var(--purple));
    flex-direction: column;
    width: 80%;
    min-width: auto;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_container {
    width: 90%;
  }

  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .tab-pane-with-relume, .tab-pane-without-relume {
    width: 100%;
    min-width: 100%;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .comparison-img---mobile {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .comparison-img---desktop {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .circle-blur-middle-left {
    opacity: .9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
    top: 20%;
  }

  .circle-blur-middle-left.safari {
    opacity: .8;
    filter: blur(68px);
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .circle-blur-top-left-2 {
    opacity: .7;
    filter: blur(68px);
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    width: 400px;
    height: 400px;
    display: block;
    top: -10%;
    right: -5%;
  }

  .circle-blur-top-left-2.safari {
    opacity: .7;
    filter: blur(68px);
  }

  .button-2 {
    padding: 14px 22px;
  }

  .section-3 {
    padding: 80px 40px;
  }

  .nav-link-2 {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: -12px;
    font-size: 18px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-claim {
    padding-left: 0;
    padding-right: 0;
  }

  .section-claim.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .form {
    width: 60%;
  }

  .section-sllider {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .how_text-2 {
    margin-bottom: auto;
  }

  .nav-link-3 {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: -12px;
    font-size: 18px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .tabs-menu-2.vertical {
    width: 100%;
    margin-right: 0;
    padding-top: 40px;
  }

  .tabs.vertical-list {
    flex-direction: column-reverse;
  }

  .heading-tiny {
    font-size: 22px;
    line-height: 28px;
  }

  .tab {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .c-text-field {
    height: 45px;
    margin-bottom: -5px;
  }

  .c-form_radio-field {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-checkbox-field {
    align-self: flex-start;
    margin-top: 1em;
    margin-bottom: 3em;
    padding-left: 3px;
  }

  .c-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-title-wrapper.cc-tablet_margin {
    margin-bottom: -15px;
  }

  .c-slider {
    width: 45em;
    margin-left: 35em;
  }

  .c-form_error-img {
    display: block;
    position: absolute;
    inset: 27% 0% auto 90%;
  }

  .c-form-wrapper {
    margin-left: 5em;
  }

  .c-error-message.cc-time-visit {
    top: 0%;
    left: 56%;
  }

  .c-form_tip-error {
    display: none;
  }

  .c-checkbox {
    margin-right: 10px;
  }

  .c-text-2.cc-field-header {
    left: 5%;
  }

  .c-form_submit {
    flex-direction: column;
  }

  .c-form_radio {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-form_field-icon {
    right: 11%;
  }

  .c-form_radio-wrapper {
    margin-bottom: 0;
  }

  .c-title-2 {
    font-size: 33px;
  }

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

  .feature-grid-img-container {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .img-emotion-3 {
    inset: auto 0% 0% auto;
  }

  ._2-grid-left {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .feature-grid-text-container {
    width: 100%;
  }

  .feature-grid-text-container.p-right {
    text-align: center;
    padding-bottom: 5em;
    padding-right: 0;
  }

  .feature-grid-text-container.left {
    text-align: center;
    padding-bottom: 5em;
    padding-left: 0;
  }

  .bg-phone-video {
    max-width: 100%;
  }

  .img-emotion-2 {
    inset: auto auto 0% 0%;
  }

  .center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-value-prop {
    padding-left: 0;
    padding-right: 0;
  }

  .section-value-prop.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .section-connect {
    padding-left: 0;
    padding-right: 0;
  }

  .section-connect.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .section-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-team-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library-black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list {
    width: auto;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    width: auto;
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library-white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    justify-content: flex-end;
    width: auto;
    margin-top: 4px;
    display: flex;
    position: relative;
  }

  .waves-middle-nav-2 {
    width: 100%;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-master-nav-2 {
    display: flex;
  }

  .waves---nav-menu-copy {
    background-color: var(--waves-library-white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-dropdown-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---sides-heading-button-3 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---main-container-3 {
    text-align: center;
  }

  .waves-grid-testimonials-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-blog-grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
  }

  .collection-item {
    width: 50%;
  }

  .waves-blog-grid-4 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-bottom-right-hero-3 {
    align-items: center;
  }

  .waves-bottom-hero-3 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves-grid-blog-3, .waves-grid-blog-3-vertical {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-blog-4 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button-4 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .open-role-list {
    grid-template-columns: 1fr 1fr;
  }

  .open-roles-list {
    grid-template-columns: 1fr;
  }

  .waves---hamburger-icon-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button-2.w--open {
    background-color: var(--waves-library-black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right-2 {
    grid-column-gap: 8px;
  }

  .waves---nav-link-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list-2.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle-2 {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu-2 {
    background-color: var(--waves-library-white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link-2 {
    padding-left: 0;
  }

  .waves-grid-team-3-copy {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .a-content-card {
    min-height: 320px;
  }

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

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

  .a-button-primary {
    display: flex;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-cta-image-wrapper {
    max-width: 100%;
  }

  .a-cta-grid {
    grid-template-columns: 1fr;
  }

  .a-testimonial-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .a-feature-grid {
    grid-template-columns: 1fr;
  }

  .a-content-card-medium {
    justify-content: flex-end;
    min-height: 420px;
  }

  .a-content-card-large {
    justify-content: flex-end;
  }

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

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .a-cta-content-wrapper {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

  .container.align-right {
    width: auto;
    display: inline-block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .container.margin-l {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    width: 200px;
    margin-top: 4px;
  }

  .nav-link-wrap {
    display: none;
  }

  .nav-link-wrap.in-menu {
    display: block;
  }

  .button.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0;
  }

  .button.nav {
    padding: 8px 16px;
  }

  .button.nav.hires {
    justify-content: flex-end;
    width: auto;
    display: flex;
  }

  .button.hires {
    flex: 1;
    align-self: auto;
    width: 200px;
    display: block;
  }

  .button.hires.full-centre.only-mobile {
    width: 100%;
  }

  .button.hires.full-centre.only-mobile.margin-top {
    text-align: center;
  }

  .nav-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link.about-open {
    margin-left: 0;
    margin-right: 16px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .hero_wrap.hires {
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  .hero_text-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .paragraph.hero {
    margin-top: 24px;
  }

  .paragraph.hero.hide {
    display: none;
  }

  .hero-form {
    flex-direction: column;
    height: auto;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .hero_illustration {
    width: 100%;
    height: 408px;
    margin-top: 48px;
    display: none;
    position: relative;
  }

  .illustration {
    width: auto;
    height: 408px;
    margin-left: auto;
    margin-right: auto;
  }

  .full-centre {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b1-bar2, .b1-bar1 {
    height: 2px;
  }

  .hero_mobile-image {
    width: 100%;
    margin-top: 16px;
    display: block;
  }

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how_grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 48px;
  }

  .how_grid.hires {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .how_block {
    max-width: 300px;
  }

  .work-image {
    margin-bottom: 24px;
  }

  .feature_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature_wrap._2 {
    padding-bottom: 80px;
  }

  .feature_grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .feature_grid.flip {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image-wrap {
    flex: none;
    order: 0;
    max-width: none;
    height: auto;
    position: relative;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image._2 {
    display: none;
    position: absolute;
  }

  .feature_image._3 {
    display: none;
  }

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

  .brand_container {
    width: 100%;
    padding-bottom: 80px;
  }

  .brand_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-menu-wrap {
    width: 100vw;
    min-width: 0;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: auto;
    display: flex;
  }

  .footer-block {
    max-width: none;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.right {
    margin: 10px 0;
  }

  .small.margin-bottom-16 {
    margin-bottom: 16px;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .contact {
    width: 100%;
    padding-top: 64px;
  }

  .about-menu {
    z-index: 25;
    height: auto;
  }

  .nav_button-wrap {
    inset: auto 0% 0%;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    height: 0;
    margin-top: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-modal {
    background-image: linear-gradient(to right, var(--turquoise), var(--purple));
    width: 100vw;
    min-width: 0;
    padding: 24px 0;
    position: relative;
  }

  .mob-menu-wrap {
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-template-columns: 1.75fr;
  }

  .tabs-wrapper {
    display: flex;
  }

  .tab-link {
    border-bottom: 2px solid var(--off-white);
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 8px;
    display: flex;
  }

  .tab-link.w--current {
    border-bottom-color: var(--black);
    border-left-style: none;
    margin-left: 0;
    padding: 16px 8px;
  }

  .legal-text-wrapper {
    padding-top: 24px;
  }

  .navbar_container {
    width: 90%;
  }

  .nav_logo {
    height: 28px;
  }

  .footer-credit {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .footer-credit.right {
    margin: 10px 0;
  }

  .footer-credit.margin-bottom-16 {
    margin-bottom: 16px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .comparison-img---mobile {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .comparison-img---desktop {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .circle-blur-middle-left {
    width: 280px;
    height: 280px;
  }

  .circle-blur-middle-left.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .with-underline {
    background-position: 50% 110%;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .circle-blur-top-left-2 {
    opacity: .9;
    filter: blur(68px);
    width: 320px;
    height: 320px;
  }

  .circle-blur-top-left-2.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .section-3 {
    padding: 56px 24px;
  }

  .form-input-wrapper.contained-button.wider {
    grid-template-columns: 200px max-content;
  }

  .footer-details {
    text-align: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .footer-nav-links {
    flex-direction: column;
    padding-left: 16px;
  }

  .footer {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo {
    margin-top: 48px;
  }

  .footer-form {
    flex-direction: column;
    height: auto;
  }

  .section-claim {
    padding-left: 0;
    padding-right: 0;
  }

  .section-claim.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .feedel-cta {
    text-align: center;
    flex-direction: column;
    padding-bottom: 4rem;
  }

  .rl-cta_text-wrapper {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .form {
    width: 100%;
    max-width: none;
  }

  .section-sllider {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero_wrap-copy.center {
    align-items: flex-start;
  }

  .logo-hero-_-2 {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .image-decoration {
    transform: translate(8px, 8px);
  }

  .heading-tiny {
    font-size: 20px;
    line-height: 24px;
  }

  .c-checkbox-field {
    margin-bottom: 5em;
  }

  .c-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .c-title-wrapper.cc-flex-absolute {
    position: absolute;
    inset: 3% 0% auto;
  }

  .c-slider {
    margin-left: 0;
  }

  .c-arrow-blocker.cc-right {
    width: 60px;
    height: 60px;
    bottom: 10%;
  }

  .c-arrow-blocker.cc-left {
    width: 60px;
    height: 60px;
    bottom: 10%;
    transform: translate(-60px);
  }

  .c-right-arrow {
    width: 60px;
    height: 60px;
    bottom: 10%;
  }

  .c-section_content {
    flex-direction: column;
    width: 100vw;
  }

  .c-left-arrow {
    width: 60px;
    height: 60px;
    bottom: 10%;
    transform: translate(-60px);
  }

  .c-form-wrapper {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-error-message.cc-time-visit {
    left: 44%;
  }

  .c-horizontal-scroll {
    height: auto;
    position: static;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-text-2 {
    font-size: 12px;
  }

  .c-text-2.cc-field-header {
    left: 3%;
  }

  .c-scroll-track {
    height: auto;
  }

  .c-title-1 {
    line-height: 52px;
  }

  .c-title-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .client-logo-wrapper.clientes {
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr;
    justify-content: space-around;
    justify-items: center;
  }

  .section-value-prop {
    padding-left: 0;
    padding-right: 0;
  }

  .section-value-prop.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .section-connect {
    padding-left: 0;
    padding-right: 0;
  }

  .section-connect.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .section-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .button-4 {
    text-align: center;
    width: 75%;
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .list-item-4 {
    text-align: left;
  }

  .waves-image-hero-6 {
    width: 48%;
  }

  .waves-middle-image-hero-6 {
    display: none;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-form-hero-6 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .team-def {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-5 {
    width: 50%;
  }

  .waves---hamburger-icon {
    display: none;
  }

  .waves---dropdown-link {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .apply-now {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .application-badge.email {
    padding-left: 12px;
  }

  .label {
    padding-right: 8px;
    font-size: 14px;
  }

  .waves---heading-3-no-margins-4 {
    text-align: left;
    font-size: 22px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves-grid-blog-3, .waves-grid-blog-3-vertical {
    grid-row-gap: 64px;
  }

  .waves-image-blog-4 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-5 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---main-container-3-columns {
    padding-left: 16px;
    padding-right: 16px;
  }

  .open-role-list {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .waves---section-medium-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .waves---nav-container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tile-position {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    width: auto;
    min-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .a-content-card {
    min-height: 260px;
  }

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

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-feature-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-cta-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-testimonial-grid-large, .a-feature-links-grid {
    grid-template-columns: 1fr;
  }

  .a-content-card-small {
    flex-direction: column;
  }

  .a-content-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .a-cta-form-wrapper {
    flex-direction: column;
  }

  .a-cta-feature-wrapper {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h2 {
    font-size: 36px;
  }

  .header {
    padding-top: 16px;
  }

  .container.align-right {
    bottom: 18px;
    right: 18px;
  }

  .container.center.claim {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-logo {
    width: 180px;
    margin-right: 0;
  }

  .nav-link-wrap {
    display: none;
  }

  .nav-link-wrap.in-menu {
    display: block;
  }

  .button {
    text-align: center;
    flex: 1;
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .button.black.form {
    margin-top: 16px;
    margin-left: 0;
  }

  .button.black.form.kay {
    width: 100%;
  }

  .button.nav.hide-on-mobile {
    display: none;
  }

  .button.nav.hide-on-mobile.key {
    display: block;
  }

  .button.nav.hires {
    transition: opacity .2s, color .2s, background-color .2s;
  }

  .button.hires {
    text-align: center;
    word-break: normal;
    flex: none;
    width: auto;
  }

  .button.hires.submit {
    border-style: none;
    width: 100%;
  }

  .button.hires.full-centre.only-mobile {
    width: 100%;
    display: block;
  }

  .button.hires.full-centre.only-mobile:hover {
    background-color: var(--feedel-dark);
  }

  .button.hires.hide-mobile {
    display: none;
  }

  .nav-link.about-open {
    margin-left: 0;
  }

  .section.hero {
    height: 100vh;
    padding-top: 0;
  }

  .hero_text-wrap {
    text-align: left;
    justify-content: space-between;
  }

  .hero_text-wrap.large {
    max-width: 900px;
  }

  .h1 {
    text-align: center;
    font-size: 40px;
  }

  .h1.kay {
    line-height: 1.1;
  }

  .inline {
    color: var(--black);
    font-size: 40px;
    line-height: 1.1em;
  }

  .inline.accent {
    font-size: 40px;
  }

  .hero-form {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .form-field {
    height: auto;
  }

  .creators_wrap {
    padding-top: 64px;
  }

  .creators_wrap.hires {
    padding-top: 0;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-bottom: 64px;
  }

  .creator_container.hires {
    padding-bottom: 10px;
  }

  .block_username {
    font-size: 16px;
  }

  .block_username.purple {
    justify-content: center;
  }

  .hero_illustration {
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .illustration {
    width: 100%;
    height: 100%;
  }

  .h3 {
    font-size: 24px;
  }

  .h3.centre {
    text-align: center;
    align-self: center;
    font-size: 24px;
  }

  .h3.centre.contact-header {
    margin-top: 0;
    margin-bottom: 32px;
    padding-top: 40px;
  }

  .h3.centre.kay {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h3.centre.kay.dark {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.1;
  }

  .h3.centre.benefit {
    opacity: 1;
    color: var(--dark-grey);
    text-shadow: none;
    mix-blend-mode: color-dodge;
    font-size: 1.2em;
  }

  .h3.centre.white {
    align-self: center;
    height: auto;
    padding-bottom: 0;
  }

  .h3.centre.light {
    font-size: 22px;
  }

  .hero_mobile-image {
    opacity: .81;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero_mobile-image.hide {
    display: none;
  }

  .how_wrap {
    padding: 40px 10px;
  }

  .how_wrap.slim {
    padding-left: 10%;
    padding-right: 10%;
  }

  .how_wrap.hires {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .how_wrap.hires.no-border {
    margin-top: 0;
  }

  .how_wrap.horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    margin-bottom: 11px;
    font-size: 32px;
  }

  .h2.how.c-level {
    font-size: 40px;
  }

  .h2.how.tech, .h2.how.blockchain {
    margin-top: 40px;
  }

  .h2.about-us {
    font-size: 40px;
  }

  .h2.white, .h2.dark {
    font-size: 24px;
  }

  .how_grid {
    grid-row-gap: 24px;
  }

  .how_grid.hires {
    text-align: left;
    width: 85%;
    display: block;
  }

  .how_block {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .how_block.bigger {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .work-image {
    width: 2em;
    margin-bottom: 0;
  }

  .work-image.kay.bigger {
    width: 140px;
  }

  .work-image.bigger {
    align-self: center;
    width: auto;
  }

  .work-image.no-overlay.bigger {
    align-self: center;
    max-width: 36px;
  }

  .how_text.kay {
    max-width: none;
    font-size: 14px;
    line-height: 1.1;
  }

  .feature_wrap {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature_wrap._2 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  ._480 {
    margin-bottom: 20px;
  }

  ._480.sticky {
    margin-bottom: 0;
  }

  .feature_image-wrap {
    height: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_image._2, .feature_image._3 {
    display: inline-block;
  }

  .feature_text {
    line-height: 150%;
  }

  .feature_text.centered {
    text-align: left;
    font-size: 16px;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .brand_logo {
    max-height: 60px;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

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

  .about-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .influencer-logo {
    width: 120px;
    margin-top: 20px;
  }

  .faq_container {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .h4.kay, .h4.kay.colored {
    margin-right: 0;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .footer-wrap {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .footer-text {
    margin-bottom: 24px;
  }

  .footer-text.kay {
    margin-left: 40px;
    margin-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-block {
    margin-top: 24px;
  }

  .footer-small-text {
    margin-bottom: 24px;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.right {
    margin: 10px 0;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .contact {
    width: 90%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .nav_button-wrap {
    padding-bottom: 20px;
    display: block;
    inset: auto 0% 0%;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    height: 0;
    margin-top: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-modal {
    margin-top: 0;
    padding: 24px 0;
    position: relative;
  }

  .mob-menu-wrap {
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_logo {
    max-width: none;
    height: auto;
  }

  .footer-credit.right {
    margin: 10px 0;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon, .kay.card.light.hide, .kay.card.hide {
    display: none;
  }

  .kay.spaced {
    margin-left: 0;
  }

  .kay.card-slider.light.hide, .kay.card-slider.hide {
    display: none;
  }

  .relume-comparison-tab-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .comparison-img---mobile {
    border-radius: 14px;
    width: 80%;
    min-width: 80%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .section-2.grain {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-2.grain.whitw-full-heigh {
    max-height: 100vh;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .circle-blur-middle-left.safari {
    width: 200px;
  }

  .circle-blur-middle-left.safari.top {
    width: 100px;
    height: 150px;
    top: 2%;
    left: 60%;
    right: 19px;
  }

  .circle-blur-top-left-2 {
    width: 280px;
    height: 280px;
    right: -20%;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrapper.align-center.foot {
    padding-top: 0;
  }

  .form-input-wrapper.contained-button {
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-items: start;
  }

  .form-input-wrapper.contained-button.wider {
    grid-template-rows: max-content auto auto;
    grid-template-columns: auto;
    grid-auto-rows: max-content;
  }

  .checkbox-field.center-align {
    display: none;
  }

  .text-tiny {
    color: #e8ebf88a;
    font-size: 12px;
  }

  .footer-details.kay {
    flex-direction: column;
  }

  .footer-details.kay.ft2 {
    margin-top: 0;
  }

  .footer-nav-links {
    margin-bottom: 10px;
  }

  .nav-link-2.kay {
    font-size: 14px;
  }

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

  .footer.kay.dark-blu {
    padding-top: 24px;
  }

  .logo {
    width: 70px;
    margin-top: 10px;
  }

  .footer-form {
    flex-direction: column;
    height: auto;
  }

  .section-claim {
    height: 40px;
  }

  .section-claim.hero {
    padding-top: 48px;
  }

  .cta-text {
    margin-bottom: 24px;
  }

  .cta-text.kay.dark-blu {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    font-size: 12px;
  }

  .slider-container {
    flex-wrap: nowrap;
    height: auto;
  }

  .slide-content-wrapper, .slider {
    height: auto;
  }

  .logo-hero {
    margin-bottom: 10px;
  }

  .icon {
    margin-top: 220px;
    margin-bottom: auto;
  }

  .feedel-cta {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .logo-feedel {
    margin-right: 0;
  }

  .text-block-feedel {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .form.large {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logo-footer {
    margin-bottom: 10px;
  }

  .section-sllider.grain {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-sllider.grain.whitw-full-heigh {
    max-height: 100vh;
  }

  .logo-hero-_-2 {
    margin-bottom: 10px;
  }

  .how_text-2 {
    color: var(--dark-grey);
  }

  .how_text-2.bigger {
    color: var(--dark-grey);
    text-align: center;
    align-self: center;
    width: 85%;
    font-size: 14px;
  }

  .how_text-2.bigger.white {
    text-align: left;
    width: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .how_text-2.not-full.bigger {
    font-size: 14px;
  }

  .text-tiny-2 {
    color: #e8ebf88a;
    font-size: 12px;
  }

  .nav-link-3.kay {
    font-size: 14px;
  }

  .text-field-5 {
    width: 100%;
  }

  .image-8 {
    border-radius: 12px;
    height: auto;
    max-height: 40vh;
  }

  .tab-pane-tab-1 {
    padding-left: 0;
  }

  .tabs.vertical-list {
    margin-top: 40px;
    position: relative;
  }

  .image-wrapper {
    max-height: none;
  }

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

  .tabs-content {
    max-height: 40vh;
  }

  .c-checkbox-field {
    margin-bottom: 10em;
  }

  .c-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-slider {
    width: 75em;
  }

  .c-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-error-message.cc-time-visit {
    left: 64%;
  }

  .c-text-2.cc-field-header {
    left: 4%;
  }

  .c-title-1 {
    font-size: 18em;
  }

  .c-title-2 {
    font-size: 33px;
    line-height: 36px;
  }

  .slider-2 {
    min-height: 400px;
  }

  ._2-grid {
    padding-left: 1em;
    padding-right: 1em;
  }

  .img-emotion-3 {
    display: none;
  }

  ._2-grid-left {
    text-align: left;
  }

  .feature-grid {
    padding-top: 0;
  }

  .p-feature {
    font-size: 1.2em;
  }

  .container-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-grid-text-container.p-right {
    text-align: left;
  }

  .feature-grid-text-container.p-right.padding-inside-mobile {
    padding-left: .5px;
    padding-right: .5em;
  }

  .feature-grid-text-container.left {
    text-align: left;
  }

  .feature-grid-text-container.left.padding-inside-mobile {
    padding-left: .5em;
    padding-right: .5em;
  }

  .preview-image {
    width: 30px;
    max-width: 25px;
  }

  .preview-image.desktop {
    max-width: 35px;
  }

  .preview-image._2 {
    width: 50px;
    height: 50px;
  }

  .preview-image._2.desktop2 {
    max-width: 55px;
  }

  .bg-phone-video {
    object-fit: cover;
    width: 185.5px;
    height: 372px;
  }

  .tab-link-btn {
    text-align: center;
    justify-content: center;
    width: 50%;
    max-width: none;
    height: auto;
    padding: .5em 0;
  }

  .tab-link-btn.w--current {
    width: 50%;
    padding: .5em;
  }

  .img-emotion-2 {
    display: none;
  }

  .tabs-menu-btn {
    grid-column-gap: 0px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .center {
    align-items: flex-start;
  }

  .text-block-3, .text-block-4 {
    font-size: 14px;
  }

  .container-4.center.partner {
    align-items: center;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 0;
  }

  .client-logo-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .client-logo-wrapper.clientes {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .section-value-prop.hero {
    height: 100vh;
    padding-top: 0;
  }

  .section-value-prop.backgroud-2.hires {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .univerity-logo-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-connect.hero {
    height: 100vh;
    padding-top: 0;
  }

  .section-connect.last {
    z-index: 999999;
    background-image: linear-gradient(to top, #29216b, #fff 50%);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-hero.hero {
    height: 100vh;
    padding-top: 0;
  }

  .section-hero.hires.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: grid;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    align-items: center;
  }

  .div-block-4.centered {
    align-items: flex-start;
  }

  .centered {
    text-align: left;
    margin-top: 0;
  }

  .centered.red {
    text-align: left;
  }

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

  .text-block-5.dark {
    font-size: 24px;
  }

  .button-4 {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 9px;
  }

  .list-item-4 {
    color: var(--black);
    text-align: left;
    text-shadow: none;
    background-position: 0%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.2;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-3-no-margins {
    font-size: 18px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .team {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---paragraph-big-2 {
    font-size: 18px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-name-wrap-team-3 {
    grid-row-gap: 4px;
  }

  .waves-image-team-3 {
    object-fit: contain;
    height: auto;
  }

  .waves-tile-team-3 {
    align-items: center;
    max-width: 100%;
  }

  .waves-grid-team-3 {
    grid-row-gap: 48px;
    display: grid;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

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

  .team-def {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-5 {
    text-align: center;
    align-self: auto;
  }

  .div-block-5 {
    grid-row-gap: 24px;
    align-items: center;
    width: 100%;
  }

  .div-block-6 {
    box-shadow: none;
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .waves---nav-cta {
    display: none;
  }

  .waves---hamburger-icon {
    flex: 0 auto;
    display: none;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 12px;
    justify-content: flex-end;
    display: flex;
  }

  .waves---dropdown-link {
    display: block;
  }

  .waves-dropdown-list {
    display: block;
    overflow: visible;
  }

  .waves-icon-drodpdown {
    display: block;
  }

  .waves-dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .waves-dropdown-toggle.w--open {
    display: flex;
  }

  .waves---nav-dropdown {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .waves-middle-nav-2 {
    grid-column-gap: 8px;
  }

  .waves-middle-nav-2.hide-mobile {
    display: none;
  }

  .waves---brand {
    max-height: 32px;
  }

  .waves---nav-menu-copy {
    display: block;
  }

  .waves---nav-dropdown-copy {
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hide-desktop {
    display: block;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves-content-blog-2.right {
    align-items: flex-end;
    padding-top: 10px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 8px;
    padding: 18px 16px 18px 18px;
  }

  .waves-grid-blog-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 36px;
  }

  .waves---sides-heading-button-3 {
    flex-direction: column;
    align-items: center;
  }

  .waves---main-container-3 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .apply-now {
    padding-top: 10px;
    padding-bottom: 64px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .collection-list {
    grid-column-gap: 18px;
    flex-direction: column;
    align-items: center;
  }

  .application-badge {
    text-align: center;
    background-color: #6a5ae0;
    border-radius: 8px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 4px 8px;
    position: relative;
    box-shadow: -1px 2px 9px #5959594d;
  }

  .application-badge.no-link {
    margin-bottom: 0;
  }

  .application-badge.no-link:focus {
    background-color: #6a5ae0;
  }

  .application-badge.linkedin {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .application-badge.linkedin:focus {
    opacity: 1;
  }

  .application-badge.email {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .application-badge.email:focus {
    opacity: 1;
  }

  .application-badge.angel {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .application-badge.angel:focus {
    opacity: 1;
  }

  .application-badge.see-more {
    box-shadow: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .application-badge.see-more:focus {
    opacity: 1;
  }

  .collection-item {
    justify-content: center;
    width: 100%;
  }

  .pagination {
    justify-content: center;
  }

  .waves---paragraph-regular-2 {
    font-size: 16px;
  }

  .waves---heading-3-no-margins-4 {
    text-align: center;
    align-self: center;
    font-size: 22px;
  }

  .waves-bottom-blog-2 {
    align-items: center;
    width: 100%;
  }

  .waves-tag-blog-2 {
    top: 12px;
    left: 12px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---mg-top-32.horizontal {
    flex-direction: column;
    align-items: center;
  }

  .waves---mg-top-32.full-left {
    text-align: center;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 32px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves-image-blog-4 {
    height: 62vw;
  }

  .waves-tile-blog-5 {
    padding: 16px;
  }

  .hide.w--current {
    display: none;
  }

  .open-role-list {
    grid-column-gap: 18px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .collection-item-copy {
    width: 100%;
  }

  .link-6 {
    color: var(--dark-grey);
    font-size: 14px;
  }

  .link-6.w--current {
    opacity: 1;
    color: var(--dark-grey);
  }

  .link-7, .link-8 {
    font-size: 14px;
  }

  .position-description {
    text-align: left;
  }

  .waves---section-medium-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---section-medium-copy.no-margin {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .heading-2, .heading-3 {
    font-size: 24px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .waves---nav-cta-2 {
    display: none;
  }

  .div-block-7 {
    text-align: left;
    padding-right: .125rem;
  }

  .dropdown-list.w--open {
    text-align: left;
  }

  .block_appply {
    justify-content: center;
    align-items: center;
  }

  .tile-position {
    grid-row-gap: 8px;
    background-color: var(--white);
    width: 100%;
    padding: 18px 16px 18px 18px;
  }

  .field-label {
    font-size: 14px;
  }

  .form-3, .form-4 {
    text-align: left;
  }

  .waves-grid-team-3-copy {
    grid-row-gap: 48px;
    display: grid;
  }

  .apply-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .a-icon-regular {
    line-height: 16px;
  }

  .a-feature-icon {
    margin-bottom: 12px;
  }

  .a-h3-heading {
    font-size: 36px;
  }

  .a-container-regular {
    max-width: none;
  }

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

  .a-feature-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: block;
  }

  .a-feature-card.horizontal {
    display: flex;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .a-feature-card-grid._3-coulum {
    grid-template-columns: 1fr;
  }

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

  .a-cta-content {
    flex-direction: column;
  }

  .a-cta-button-wrapper.slim {
    width: 100%;
  }

  .a-h5-heading {
    font-size: 24px;
  }

  .a-cta-grid, .a-cta-grid.spacing, .a-cta-grid.a-margin-bottom-96 {
    grid-row-gap: 32px;
  }

  .a-cta-grid._2-1 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .a-content-card-small {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .a-content-graphic-top-right {
    max-width: 75%;
  }

  .a-content-card-medium {
    justify-content: flex-end;
    align-items: center;
    min-height: 300px;
    padding: 24px;
  }

  .a-content-card-large {
    height: 500px;
    padding: 24px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .a-cta-icon-wrapper {
    width: 32px;
    height: 32px;
  }

  .a-cta-feature.vertical {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .a-cta-feature-wrapper.left {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.1;
  }

  .heading-4.no-margin {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
  }

  .text-span-8 {
    color: var(--black);
    text-shadow: none;
    background-position: 0%;
  }

  .button-5 {
    width: 100%;
    min-width: 200px;
  }
}

#w-node-d4dfdc78-5f1e-0551-8ae3-8a91eba91ab7-729291e8 {
  justify-self: start;
}

#w-node-d4dfdc78-5f1e-0551-8ae3-8a91eba91add-729291e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_622d7a19-b859-59ff-c7a7-89770fe60e7a-729291e8, #w-node-_622d7a19-b859-59ff-c7a7-89770fe60e82-729291e8, #w-node-_622d7a19-b859-59ff-c7a7-89770fe60e8a-729291e8, #w-node-_622d7a19-b859-59ff-c7a7-89770fe60e92-729291e8, #w-node-a8b991e8-2372-a644-b637-2c5e21a99241-729291e8, #w-node-a8b991e8-2372-a644-b637-2c5e21a99247-729291e8, #w-node-a8b991e8-2372-a644-b637-2c5e21a9924d-729291e8, #w-node-a8b991e8-2372-a644-b637-2c5e21a99253-729291e8, #w-node-a8b991e8-2372-a644-b637-2c5e21a9925a-729291e8, #w-node-a8b991e8-2372-a644-b637-2c5e21a99260-729291e8, #w-node-f8c47e90-59cb-18e1-7635-a84291099d77-91099d77, #w-node-_6c9365c8-8896-976d-b79a-083955641374-55641373, #w-node-_6c9365c8-8896-976d-b79a-08395564137b-55641373, #w-node-_02cce804-23cc-112d-e271-3e48c14b7901-c14b7900, #w-node-_02cce804-23cc-112d-e271-3e48c14b7902-c14b7900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02cce804-23cc-112d-e271-3e48c14b7903-c14b7900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_02cce804-23cc-112d-e271-3e48c14b7904-c14b7900, #w-node-_02cce804-23cc-112d-e271-3e48c14b7905-c14b7900, #w-node-_81a35d8d-04cb-abd2-8622-e2464108a16d-4108a16b, #w-node-_49bb6d57-d0fe-4a76-4b40-998f635fac6e-6c2a9a7f, #w-node-e47354ab-cd5d-e3ea-d3a3-12e2d9d10fc7-6c2a9a7f, #w-node-a160aff3-ef26-92a3-18e6-490888746bec-6933cf1c, #w-node-bf50d91a-a9b6-5beb-a075-0cef3fbed751-6933cf1c, #w-node-_8f19ba0e-b708-d40c-8097-bf62a59fa33c-605228dd, #w-node-e5c75af0-fd5e-d402-b149-3f26647e0013-605228dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eaa18bf-6989-7f86-d99e-31b09e8b93d4-605228dd {
  align-self: center;
}

#w-node-_0f07fd7f-39cc-efa0-f9c1-b30028744934-605228dd, #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-605228dd {
  justify-self: center;
}

#w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-605228dd {
  place-self: center end;
}

#w-node-_3498e892-73c8-029f-c106-6a53b553f05d-b553f05b, #w-node-_3498e892-73c8-029f-c106-6a53b553f05f-b553f05b, #w-node-_3498e892-73c8-029f-c106-6a53b553f061-b553f05b, #w-node-f1c26c7f-3f15-50e6-d0e7-d8079d3cd8d4-b553f05b, #w-node-_3498e892-73c8-029f-c106-6a53b553f063-b553f05b, #w-node-_3498e892-73c8-029f-c106-6a53b553f064-b553f05b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4dfdc78-5f1e-0551-8ae3-8a91eba91ab7-1aa5d8ea {
  justify-self: start;
}

#w-node-d4dfdc78-5f1e-0551-8ae3-8a91eba91add-1aa5d8ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_622d7a19-b859-59ff-c7a7-89770fe60e7a-1aa5d8ea, #w-node-_622d7a19-b859-59ff-c7a7-89770fe60e82-1aa5d8ea, #w-node-_622d7a19-b859-59ff-c7a7-89770fe60e8a-1aa5d8ea, #w-node-_622d7a19-b859-59ff-c7a7-89770fe60e92-1aa5d8ea, #w-node-a8b991e8-2372-a644-b637-2c5e21a99241-1aa5d8ea, #w-node-a8b991e8-2372-a644-b637-2c5e21a99247-1aa5d8ea, #w-node-a8b991e8-2372-a644-b637-2c5e21a9924d-1aa5d8ea, #w-node-a8b991e8-2372-a644-b637-2c5e21a99253-1aa5d8ea, #w-node-a8b991e8-2372-a644-b637-2c5e21a9925a-1aa5d8ea, #w-node-a8b991e8-2372-a644-b637-2c5e21a99260-1aa5d8ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4eaa18bf-6989-7f86-d99e-31b09e8b93d4-605228dd, #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-605228dd {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d4dfdc78-5f1e-0551-8ae3-8a91eba91add-729291e8, #w-node-d4dfdc78-5f1e-0551-8ae3-8a91eba91add-1aa5d8ea {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-605228dd {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-605228dd {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6ca79db6-a405-5a88-537a-451e18365f75-729291e8, #w-node-d4dfdc78-5f1e-0551-8ae3-8a91eba91add-729291e8 {
    order: -9999;
  }

  #w-node-a8b991e8-2372-a644-b637-2c5e21a99253-729291e8 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a8b991e8-2372-a644-b637-2c5e21a99260-729291e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5926d860-c004-688c-94cc-a20220f66037-729291e8, #w-node-_6ca79db6-a405-5a88-537a-451e18365f75-1aa5d8ea {
    order: -9999;
  }

  #w-node-a8b991e8-2372-a644-b637-2c5e21a99253-1aa5d8ea {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_5926d860-c004-688c-94cc-a20220f66037-1aa5d8ea {
    order: -9999;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}