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

body {
  color: #000;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #000;
  text-decoration: none;
}

.header {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 24px 40px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.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;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  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 {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 10px 24px;
  transition: color .2s, background-color .2s;
}

.button:hover, .button.black {
  color: #fff;
  background-color: #000;
}

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

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

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

.button.alternative_color {
  margin-top: 24px;
}

.nav-link {
  color: #000;
  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 {
  height: 100vh;
  max-height: 800px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

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

.section.off-white, .section.off-white.full, .section.footer {
  background-color: #f5f3f2;
}

.section.gradient-180 {
  background-image: linear-gradient(#faa527, #faa527);
}

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

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

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

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: David Libre, sans-serif;
  font-size: 60px;
  line-height: 71px;
  overflow: hidden;
}

.inline {
  display: inline-block;
  position: relative;
}

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

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

.form-field {
  height: 100%;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  transition: all .3s;
}

.form-field:hover {
  border-style: solid;
  border-color: #000;
}

.form-field:focus {
  border-width: 2px;
  border-color: #000;
  padding: 13px 24px;
}

.form-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}

.form-field::placeholder {
  color: rgba(0, 0, 0, .5);
}

.form-field.white {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .15);
}

.form-field.white:focus {
  border-color: #000;
}

.creators_wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 32px;
  display: block;
  position: relative;
}

.creator_block {
  min-width: 394px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 24px;
  padding: 32px;
  display: block;
}

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

.creator_content {
  display: flex;
}

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

.block-profile-img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

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

.block_followers {
  margin-top: 5px;
}

.block_text {
  max-width: 330px;
}

.hero_illustration {
  width: 65vw;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

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

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

.illustration._1 {
  z-index: 1;
}

.illustration._3 {
  z-index: 3;
  width: 72%;
  max-height: 500px;
  max-width: 70%;
  padding-right: 40px;
  left: 25%;
  right: auto;
}

.illustration._4 {
  z-index: 4;
}

.overflow-hidden {
  overflow: hidden;
}

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

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.h3.centre {
  text-align: center;
}

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

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

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

.hero_mobile-image {
  display: none;
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

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

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

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

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

.work-image {
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
  display: block;
}

.how_text {
  text-align: center;
  margin-top: 16px;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 106px;
}

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

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

._480 {
  max-width: 480px;
}

._480.sticky {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

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

.feature_image {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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_1 {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

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

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

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

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

.success-message {
  background-color: #c1dedc;
  background-image: linear-gradient(135deg, #e6def0, #c1dedc);
  border-radius: 12px;
}

.about-menu-wrap {
  z-index: 2;
  width: 50vw;
  min-width: 720px;
  transform-origin: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.close-block {
  z-index: 3;
  padding: 10px;
  position: absolute;
  top: 22px;
  bottom: auto;
  left: auto;
  right: 22px;
}

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

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

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

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

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

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

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

.faq_wrapper {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .15);
  margin-top: 72px;
  padding-top: 24px;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.faq_arrow {
  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 {
  height: 1px;
  background-color: rgba(0, 0, 0, .15);
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq_text {
  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 {
  width: 100%;
  max-width: 560px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 80px;
}

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

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

.line {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, .15);
}

.footer-link {
  color: #000;
  margin-bottom: 16px;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

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

.footer-block {
  max-width: 277px;
  flex-direction: column;
  align-items: flex-start;
  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 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

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

.small.right {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-flex {
  display: flex;
}

.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 76px;
  display: flex;
}

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

.blur {
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.lottie {
  height: 150px;
}

.nav_button-wrap {
  z-index: 1000;
  justify-content: flex-end;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.mobile-menu-modal {
  z-index: 2;
  width: 50vw;
  min-width: 720px;
  transform-origin: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 56px 80px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

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

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

.tab-link {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-left: 4px solid #f5f3f2;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

.error-text {
  color: #ee2139;
}

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

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

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

.navbar {
  width: 100%;
  height: 190px;
  max-width: 100%;
  background-color: #faa527;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar_container {
  width: 100%;
  max-width: 1232px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_logo {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

.footer-credit.right {
  color: #000;
  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 {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.section-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block.social_text {
  font-family: "Font awesome 6 brands 400", sans-serif;
}

.text-block.bychina {
  text-align: right;
  font-size: 9px;
  line-height: 10px;
  text-decoration: none;
}

.section_logo {
  text-align: center;
}

.social_text {
  color: #fff;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 22px;
}

.body {
  background-color: #faa527;
}

.div-block-4 {
  width: 350px;
  height: 250px;
  background-image: url('../images/2048_pollastre-couscous.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.div-block-5 {
  width: 350px;
  height: 250px;
  background-image: url('../images/bricks-kefta.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.div-block-6 {
  width: 350px;
  height: 250px;
  background-image: url('../images/512_goulash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.brand_block_2, .brand_block_3, .brand_block_4 {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

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

.brand_grid-text-right {
  text-align: left;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0;
}

.container-2 {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 0 100%;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-mobile {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 10px 24px;
  transition: color .2s, background-color .2s;
}

.button-mobile:hover, .button-mobile.black {
  color: #fff;
  background-color: #000;
}

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

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

.button-mobile.nav {
  padding: 8px 20px;
  display: none;
}

.button-mobile.alternative_color {
  margin-top: 24px;
}

@media screen and (min-width: 1440px) {
  .container.large.absolute {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button.nav {
    justify-content: space-around;
    padding-left: 20px;
    display: flex;
  }

  .button.alternative_color {
    background-color: #faa527;
    margin-top: 16px;
  }

  .button.alternative_color:hover {
    background-color: #000;
  }

  .section.off-white.full {
    background-color: #fff;
  }

  .hero_text-wrap {
    max-width: 560px;
  }

  .creators_wrap {
    padding-bottom: 51px;
  }

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

  .illustration {
    width: auto;
    height: 750px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .illustration._2 {
    z-index: 5;
    width: auto;
    height: 750px;
    max-height: 250px;
    max-width: 100%;
    top: -400px;
    bottom: 0%;
    left: 45%;
    right: 0%;
  }

  .illustration._3 {
    width: 100%;
    max-height: 750px;
  }

  .full-centre {
    display: block;
  }

  .h3.centre {
    font-family: David Libre, sans-serif;
    font-size: 56px;
    line-height: 46px;
  }

  .feature_grid {
    height: 640px;
  }

  .feature_text {
    margin-bottom: 20px;
  }

  .brand_content {
    grid-row-gap: 32px;
  }

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

  .nav_button-wrap {
    display: none;
  }

  .navbar {
    width: 100%;
    height: 190px;
    justify-content: space-between;
    padding-left: 40px;
  }

  .navbar_container {
    max-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    padding-left: 0;
  }

  .text-block {
    border: 1px #000;
    text-decoration: none;
  }

  .text-block.bychina {
    text-decoration: none;
  }

  .section_logo {
    cursor: pointer;
  }

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

  .paragraph-2.centre {
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    width: 250px;
    height: 250px;
    background-image: url('../images/couscous-poulet.jpg');
  }

  .div-block-5 {
    width: 250px;
    height: 250px;
    background-image: url('../images/bricks-poulet-atlas.jpg');
  }

  .div-block-6 {
    width: 250px;
    height: 250px;
    background-image: url('../images/salade-atlas-andorra.jpg');
  }

  .heading-3, .heading-4 {
    text-align: center;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .button-mobile.alternative_color {
    background-color: #faa527;
    margin-top: 16px;
  }

  .button-mobile.alternative_color:hover {
    background-color: #000;
  }
}

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

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

  .section.hero {
    height: auto;
    max-height: none;
    min-height: 0;
    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_1 {
    min-height: 180px;
  }

  .brand_logo-wrap {
    flex-direction: row;
    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: rgba(0, 0, 0, .25);
  }

  .nav_button-wrap {
    padding-top: 20px;
    padding-right: 0;
    display: none;
  }

  .hamburger, .mobile-menu {
    display: none;
  }

  .mobile-menu-modal {
    width: 80%;
    min-width: auto;
    background-image: linear-gradient(#c1dedc, #e6def0);
    flex-direction: column;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_container {
    width: 100%;
  }

  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .brand_image_2, .brand_image_3, .brand_image_4 {
    min-height: 180px;
  }

  .heading-3, .heading-4, .heading-5, .heading-6 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .container-2 {
    flex: 100%;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .button-mobile.nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

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

  .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_text-wrap {
    width: 100%;
    max-width: none;
  }

  .paragraph.hero {
    margin-top: 24px;
  }

  .hero-form {
    height: auto;
    flex-direction: column;
  }

  .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_block {
    max-width: 300px;
  }

  .work-image {
    margin-bottom: 24px;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .feature_grid {
    height: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .feature_grid.flip {
    flex-direction: column-reverse;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image-wrap {
    height: auto;
    max-width: none;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_text {
    margin-bottom: 20px;
  }

  .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_image_1 {
    height: auto;
    max-height: 180px;
    min-height: 159px;
    object-fit: cover;
    overflow: visible;
  }

  .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: 80px;
    padding-bottom: 80px;
  }

  .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 {
    text-align: center;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.right {
    margin: 10px 0;
  }

  .small.margin-bottom-16 {
    align-self: stretch;
    margin-bottom: 16px;
  }

  .footer-flex {
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 40px;
  }

  .footer-flex.social-block {
    flex-direction: row;
    justify-content: space-around;
    align-self: stretch;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    z-index: 25;
    height: auto;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    height: 0;
    margin-top: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-modal {
    width: 100vw;
    min-width: 0;
    background-image: linear-gradient(to right, #c1dedc, #e6def0);
    padding: 24px 0;
    position: relative;
  }

  .mob-menu-wrap {
    width: 90%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-template-columns: 1.75fr;
  }

  .tabs-wrapper {
    display: flex;
  }

  .tab-link {
    text-align: center;
    border-bottom: 2px solid #f5f3f2;
    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: #000;
    border-left-style: none;
    margin-left: 0;
    padding: 16px 8px;
  }

  .legal-text-wrapper {
    padding-top: 24px;
  }

  .navbar {
    height: 140px;
    justify-content: space-around;
  }

  .navbar_container {
    width: 100%;
    justify-content: space-between;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-4 {
    background-image: url('../images/512_goulash.jpg');
  }

  .brand_image_2 {
    max-height: 180px;
    min-height: 0%;
    overflow: visible;
  }

  .brand_image_3, .brand_image_4 {
    max-height: 180px;
    min-height: 0;
  }

  .brand_grid-text-right {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .container-2 {
    flex: 100%;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .button-mobile.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0;
  }

  .button-mobile.nav {
    padding: 8px 16px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .header {
    padding-top: 16px;
  }

  .nav-logo {
    width: 180px;
    margin-right: 0;
  }

  .nav-link-wrap {
    display: none;
  }

  .nav-link-wrap.in-menu {
    display: block;
  }

  .button {
    margin-top: 16px;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.black.form {
    margin-top: 16px;
    margin-left: 0;
  }

  .button.nav {
    text-align: center;
    order: -1;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .button.nav.hide-on-mobile {
    display: none;
  }

  .button.alternative_color {
    text-align: center;
    object-fit: contain;
  }

  .nav-link.about-open {
    margin-left: 0;
  }

  .section.hero {
    padding-top: 48px;
  }

  .h1 {
    font-size: 40px;
  }

  .hero-form {
    height: auto;
    flex-direction: column;
  }

  .form-field {
    height: auto;
  }

  .creators_wrap {
    padding-top: 64px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .block_username {
    font-size: 22px;
  }

  .hero_illustration {
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .illustration {
    width: 100%;
    height: 100%;
  }

  .h3.centre {
    text-align: center;
    font-size: 24px;
  }

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

  .hero_mobile-image {
    width: 100%;
    height: auto;
    margin: 24px 0 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .how_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2 {
    text-align: center;
    font-size: 32px;
  }

  .h2.how {
    text-align: left;
  }

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

  .work-image {
    width: 80px;
  }

  .feature_wrap {
    padding-bottom: 42px;
  }

  .feature_wrap._2 {
    padding-top: 42px;
    padding-bottom: 64px;
  }

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

  ._480.sticky {
    text-align: center;
    margin-bottom: 0;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .feature_text {
    text-align: left;
    padding-bottom: 16px;
  }

  .brand_wrap {
    grid-auto-flow: row;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-auto-columns: 3.5fr;
  }

  .brand_image_1 {
    width: 100%;
    height: auto;
    max-height: 100px;
    max-width: 100%;
    min-height: 0;
    object-fit: cover;
    overflow: hidden;
  }

  .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: 64px;
    padding-bottom: 64px;
  }

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .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-block {
    margin-top: 24px;
  }

  .footer-small-text {
    margin-bottom: 24px;
  }

  .fotter_bottom-wrap {
    text-align: center;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.right {
    margin: 10px 0;
  }

  .small.margin-bottom-16 {
    align-self: stretch;
  }

  .footer-flex {
    text-align: center;
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 40px;
  }

  .footer-flex.social-block {
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    align-self: stretch;
  }

  .contact {
    padding-top: 40px;
  }

  .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 {
    width: 90%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    flex-direction: column;
  }

  .navbar_container {
    display: block;
  }

  .footer-credit.right {
    margin: 10px 0;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .text-block {
    font-size: 13px;
  }

  .div-block-4 {
    width: 250px;
    height: 250px;
  }

  .heading {
    font-size: 41px;
  }

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

  .div-block-5, .div-block-6 {
    width: 250px;
    height: 250px;
  }

  .brand_image_2 {
    max-height: 100px;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
  }

  .brand_image_3, .brand_image_4 {
    max-height: 100px;
  }

  .heading-3, .heading-4 {
    font-size: 15px;
    line-height: 22px;
  }

  .brand_grid-text-right {
    padding-top: 64px;
  }

  .heading-5, .heading-6 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-7 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-8 {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-9 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-10 {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .container-2 {
    max-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .button-mobile {
    margin-top: 16px;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-mobile.black.form {
    margin-top: 16px;
    margin-left: 0;
  }

  .button-mobile.nav {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .button-mobile.nav.hide-on-mobile {
    display: none;
  }

  .button-mobile.alternative_color {
    text-align: center;
    object-fit: contain;
  }

  .heading-11 {
    font-size: 15px;
  }
}

#w-node-_4eaa18bf-6989-7f86-d99e-31b09e8b93d4-670806f2 {
  align-self: center;
}

#w-node-_0f07fd7f-39cc-efa0-f9c1-b30028744934-670806f2, #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-670806f2 {
  justify-self: center;
}

#w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-670806f2 {
  align-self: center;
  justify-self: end;
}

#w-node-f8b0eb62-c3da-27c3-63cd-6b561312513c-07a7b73d, #w-node-e32bf7e2-ba23-a84c-de61-051ff98d6d37-07a7b73d {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_4eaa18bf-6989-7f86-d99e-31b09e8b93d4-670806f2, #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-670806f2 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-670806f2 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-670806f2 {
    justify-self: start;
  }

  #w-node-f8b0eb62-c3da-27c3-63cd-6b5613125126-07a7b73d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f8b0eb62-c3da-27c3-63cd-6b561312513c-07a7b73d {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-e32bf7e2-ba23-a84c-de61-051ff98d6d12-07a7b73d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e32bf7e2-ba23-a84c-de61-051ff98d6d37-07a7b73d {
    grid-area: 1 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8b0eb62-c3da-27c3-63cd-6b5613125126-07a7b73d {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-f8b0eb62-c3da-27c3-63cd-6b561312513c-07a7b73d {
    grid-row-end: 2;
  }

  #w-node-e32bf7e2-ba23-a84c-de61-051ff98d6d12-07a7b73d {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-e32bf7e2-ba23-a84c-de61-051ff98d6d37-07a7b73d {
    grid-row-end: 2;
  }
}


@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;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 sharp solid 900';
  src: url('../fonts/Font-Awesome-6-Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}