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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
  padding: 20px;
}

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

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

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

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

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

.section {
  width: 100vw;
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-store-home-wrap.hero {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: -89px 0px 32px;
  background-color: #402749;
}

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

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

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

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

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

.paragraph-bigger.cc-bigger-white-light {
  margin-bottom: 108px;
  opacity: 1;
  font-family: Outfit, sans-serif;
  color: #f6a500;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
}

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

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  display: flex;
  width: 20em;
  justify-content: space-between;
  border-radius: 30px;
  background-color: #f6a500;
  color: #000;
  text-align: center;
}

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

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

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

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

.label.cc-light {
  opacity: 0.6;
}

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

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

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

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

.rich-text figcaption {
  opacity: 0.6;
}

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

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'Sabana pp', sans-serif;
  color: #f6a500;
  font-size: 90px;
  line-height: 80px;
  text-align: left;
  text-transform: uppercase;
}

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

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

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

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

.logo-link {
  z-index: 1;
}

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.navigation {
  display: flex;
  padding: 30px 50px;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  transition-property: none;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #fff;
}

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

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

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

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

.logo-image {
  display: block;
}

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

.footer-wrap {
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  justify-content: center;
  align-items: center;
}

.webflow-link {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

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

.intro-header {
  display: flex;
  height: 620px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/jungle-hero.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-header.image-hero {
  display: block;
  width: 100%;
  height: auto;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}

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

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

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
      grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.text-field::-moz-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
      grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

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

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  transition: opacity 600ms ease;
}

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

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

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

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

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

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

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

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

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

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

.protected-wrap {
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

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

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

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

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

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

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
      grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
      grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

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

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

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Sabana pp', sans-serif;
  color: #402749;
  font-size: 42px;
  font-weight: 400;
}

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

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

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

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

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

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

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, 0.6);
}

.div-block {
  display: block;
  text-align: center;
}

.text-block {
  font-family: 'Sabana pp', sans-serif;
  color: #fff;
  font-size: 20px;
}

.body {
  background-color: #f4f4f4;
  font-family: Outfit, sans-serif;
}

.beneficios-div {
  display: flex;
  justify-content: space-between;
}

.beneficios {
  width: 20%;
  background-color: #402749;
}

.footer-subscribe {
  position: relative;
  padding: 50px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

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

.container-2.footer {
  max-width: 100%;
}

.footer-form-two {
  margin-bottom: 40px;
  padding: 64px;
  background-color: #f5f7fa;
}

.footer-form-two.newsletter {
  border-radius: 20px;
  background-color: #2556a2;
}

.footer-form-container-two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.redes {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 180px 12px 20px;
  border: 1px none #000;
}

.footer-form-input::-moz-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

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

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

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

.button-primary.footer-form-button {
  position: absolute;
  right: 8px;
  padding: 8px 18px;
}

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

.footer-block-three {
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  justify-content: flex-start;
  align-items: center;
}

.footer-link-three {
  margin-right: 20px;
  margin-left: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block-three {
  display: flex;
  margin-left: -32px;
  justify-content: flex-start;
  align-items: center;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-legal-link {
  margin-left: 24px;
  color: #3a4554;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block-5 {
  display: flex;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  justify-content: space-between;
}

.kutup-button-line {
  position: relative;
  top: 5px;
  width: 100%;
  height: 1px;
  background-color: #e76f51;
}

.white-text {
  color: #fff;
  font-weight: 400;
}

.kutup-button-with-line {
  display: none;
  color: #264653;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.jungle-nav-link-white {
  padding: 15px;
  transition: opacity 200ms ease;
  color: #f4f4f4;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
}

.jungle-nav-link-white:hover {
  color: #f6a500;
}

.jungle-nav-link-white._05 {
  display: none;
}

.kutup-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #2e5261;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: #264653;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  padding: 10px 5px;
  border: 1px solid #eeece9;
  border-radius: 5px;
  background-color: #fff;
}

.kutup-dropdown-arrow-white {
  margin-right: 12px;
  font-size: 12px;
}

.kutup-dropdown-toggle-white {
  display: none;
  padding: 15px 30px 15px 15px;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.kutup-dropdown-toggle-white:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-flex-divider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.kutup-last-item {
  order: 1;
}

.kutup-first-element {
  order: -1;
}

.jungle-nav-container-4 {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}

.nav {
  position: fixed;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  padding: 25px 3%;
  background-color: rgba(38, 70, 83, 0);
  opacity: 1;
  font-weight: 300;
}

.kutup-button-white {
  padding: 14px 20px;
  border-radius: 30px;
  background-color: #f6a500;
  font-family: 'Sabana pp', sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.kutup-button-white:hover {
  background-color: hsla(0, 0%, 100%, 0.74);
}

.jungle-subhead-white {
  color: #f6a500;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 400;
}

.jungle-divider-15px {
  height: 15px;
}

.jungle-display-2 {
  margin-top: 0px;
  color: #264653;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
}

.jungle-display-2.white-text {
  font-family: 'Sabana pp', sans-serif;
  color: #f6a500;
  font-size: 4rem;
  text-transform: uppercase;
}

.kutup-small-top-text {
  display: none;
  margin-bottom: 15px;
  color: #e76f51;
  font-size: 15px;
  font-weight: 700;
}

.kutup-cta-right-part {
  display: flex;
  padding: 100px 13%;
  flex-direction: column;
  justify-content: center;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
}

.jungle-cta-photo {
  background-color: #402749;
  background-image: url('../images/hero-image.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero {
  position: static;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  min-height: 700px;
  padding: 0px 0%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #402749;
}

.div-block-6 {
  margin-top: 20px;
}

.kutup-button-green {
  padding: 14px 20px;
  border-radius: 50px;
  background-color: #264653;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-divider-20px {
  height: 20px;
}

.card-paragraph {
  color: #f4f4f4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.card-paragraph.black {
  color: #000;
  font-size: 1rem;
}

.kutup-divider-40px {
  height: 40px;
}

.card-h1 {
  margin-top: 10px;
  font-family: 'Sabana pp', sans-serif;
  color: #f4f4f4;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.card-h1.black {
  color: #000;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}

.kutup-monthly-text {
  margin-top: 10px;
  color: #264653;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.jungle-pricing-circle-icon {
  display: flex;
  width: 15em;
  height: 15em;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(238, 236, 233, 0);
}

.jungle-pricing-wrapper-1 {
  display: flex;
  min-height: 400px;
  min-width: 500px;
  padding: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 14px;
  background-color: #402749;
  color: #264653;
  text-align: center;
}

.cards-ingredientes {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  padding-top: 200px;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-benefocios {
  position: -webkit-sticky;
  position: sticky;
  padding: 60px;
  background-color: #f4f4f4;
}

.jungle-author-title {
  color: #402749;
  font-size: 15px;
  font-weight: 700;
}

.jungle-author-title.white {
  color: #fff;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-subhead-white-2 {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 19px;
  font-weight: 400;
}

.jungle-qoute-big-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sabana pp', sans-serif;
  color: #f4f4f4;
  font-size: 4em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.jungle-quote-wrapper-1 {
  display: flex;
  height: 100vh;
  max-width: 100%;
  margin: auto;
  padding: 100px 110px 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f6a500;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.kutup-large-container {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.section-video {
  width: 100%;
  padding: 90px 5%;
  background-color: #f4f4f4;
}

.section-video.newsletter {
  padding-right: 2%;
  padding-left: 2%;
  background-color: #f4f4f4;
}

.section-video.redesocial {
  padding-right: 2%;
  padding-left: 2%;
  background-color: #f4f4f4;
}

.kutup-logo-image {
  z-index: 2;
}

.kutup-logo-grid {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jungle-display-3 {
  margin-top: 0px;
  font-family: 'Sabana pp', sans-serif;
  color: #402749;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.jungle-small-top-text-2 {
  margin-bottom: 15px;
  font-family: 'Sabana pp', sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.jungle-max-w-width-640px {
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.large-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #2556a2;
}

.large-container.newsletter {
  padding: 30px 30px 20px;
}

.large-container.redesocial {
  display: flex;
  height: 100%;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  background-color: #402749;
}

.cards {
  display: flex;
  min-height: 400px;
  padding: 35px;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  color: #264653;
  text-align: center;
}

.cards.morango {
  padding: 25px;
  justify-content: space-between;
  border-radius: 14px;
  background-color: #f7aaaf;
}

.cards.uva {
  padding: 25px;
  justify-content: space-between;
  border-radius: 14px;
  background-color: #c6b7e2;
}

.cards.tangerina {
  padding: 25px;
  justify-content: space-between;
  border-radius: 14px;
  background-color: #f6a500;
}

.cards.limonada {
  padding: 25px;
  justify-content: space-between;
  border-radius: 14px;
  background-color: #c3d87f;
}

.section-sabores {
  padding: 60px;
  background-color: #f4f4f4;
}

.jungle-star-image {
  padding: 0px;
}

.jungle-start-flex {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  grid-column-gap: 2px;
}

.jungle-client-wrapper-2 {
  padding: 35px 32px 25px;
  border-radius: 18px;
  background-color: #fff;
  color: #264653;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
}

.kutup-client-grid {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-max-w-width-640px-2 {
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.section-testemunhal {
  display: none;
  padding: 80px 5%;
  background-color: #f4f4f4;
}

.error-message {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #f71818;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.success-message {
  border-radius: 5px;
  background-color: #00963e;
  color: #fff;
  font-size: 15px;
}

.kutup-other-font {
  font-weight: 500;
}

.jungle-gray-link {
  color: #fff;
  font-weight: 700;
}

.jungle-checkbox-label {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1em;
  line-height: 21px;
  font-weight: 500;
  text-transform: none;
}

.jungle-checkbox {
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
  margin-top: 0px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(41, 51, 92, 0.2);
  background-color: #fff;
}

.jungle-checkbox.w--redirected-checked {
  border-color: #e76f51;
  background-color: #f6a500;
  background-size: 11px;
}

.kutup-checkbox-field-center {
  display: flex;
  justify-content: flex-start;
}

.kutup-divider-10px {
  height: 10px;
}

.jungle-button-subscribe {
  position: absolute;
  top: 100px;
  right: 14px;
  min-height: 60px;
  min-width: 60px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f6a500;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.jungle-button-subscribe:hover {
  background-color: #000;
  background-image: none;
  color: #fff;
}

.jungle-form-input {
  width: 100%;
  min-height: 80px;
  padding-left: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  background-color: #fff;
  color: rgba(87, 87, 87, 0.8);
  font-size: 1.2em;
  font-weight: 500;
}

.jungle-form-input::-moz-placeholder {
  font-weight: 500;
}

.jungle-form-input::-ms-input-placeholder {
  font-weight: 500;
}

.jungle-form-input::placeholder {
  font-weight: 500;
}

.jungle-form-input.nome {
  width: 60%;
}

.jungle-form-input.emal {
  margin-bottom: 20px;
}

.subscribe-form {
  position: relative;
  max-width: 90%;
  margin-right: auto;
  margin-left: 0px;
}

.jungle-form-block {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.kutup-max-w-width-640px-3 {
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.container-3 {
  display: flex;
  justify-content: space-between;
}

.section-caixas {
  display: flex;
  justify-content: space-between;
}

.image {
  position: fixed;
  left: 21%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  transform: rotate(-24deg);
}

.image.jungle.limonada {
  left: 68%;
  top: 260px;
  transform: rotate(27deg);
}

.limonada.parallax {
  position: fixed;
  left: 17%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

.tangerina.parallax {
  position: fixed;
  left: auto;
  top: 22%;
  right: 17%;
  bottom: 0%;
  z-index: 1;
}

.link-block {
  margin-top: 14px;
}

.icon {
  width: 5em;
}

.icon.play {
  font-size: 2.5em;
  cursor: pointer;
}

.icon.play:hover {
  filter: invert(100%);
}

.icon.plus {
  padding: 30px;
}

.icon.plus.green {
  position: relative;
  width: 5.5em;
  padding: 30px;
}

.icon.plus.purple {
  position: relative;
  width: 5.5em;
  padding: 30px;
  text-align: left;
}

.icon.plus.orange {
  width: 5.5em;
}

.icon.arrow {
  color: #f4f4f4;
}

.link-block-2 {
  display: flex;
  padding: 16px 28px;
  align-items: center;
  border-radius: 30px;
  background-color: #f6a500;
  text-decoration: none;
}

.link-block-2.button {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 40px;
}

.link-block-2.button:hover {
  background-color: #e53212;
}

.text-block-5 {
  margin-right: 20px;
  padding-right: 0px;
  font-family: 'Sabana pp', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-5.buttom {
  color: #f4f4f4;
  font-size: 1.8em;
  text-align: left;
}

.image-2 {
  margin-bottom: 200px;
}

.cards-beneficios {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-3 {
  border-radius: 50px;
  background-color: #00944b;
}

.link-block-3.card-buttons {
  position: relative;
  top: 71px;
}

.link-block-3.card-buttons.green {
  top: 76px;
}

.link-block-3.card-buttons.purple {
  top: 76px;
  background-color: #402749;
}

.link-block-3.card-buttons.orange {
  top: 76px;
  background-color: #e53212;
}

.text-description {
  color: #fff;
}

.div-block-8 {
  display: flex;
  justify-content: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.img.logo {
  display: none;
  font-size: 2em;
}

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

.image-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.link {
  display: inline-block;
  color: #f6a500;
}

.jungle-paragraph {
  color: #6e6e6e;
  font-size: 1em;
  font-weight: 700;
}

.jungle-faq-content {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  text-align: left;
}

.jungle-faq-item {
  overflow: hidden;
  perspective-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.kutup-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #264653;
}

.kutup-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #264653;
}

.jungle-faq-plus-icon {
  position: relative;
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
}

.jungle-faq-icon {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.jungle-faq-title {
  color: #402749;
  font-size: 1.2em;
  font-weight: 700;
}

.jungle-faq-title-content {
  padding: 20px;
  flex: 1;
  text-align: left;
}

.jungle-faq-top-part {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(41, 51, 92, 0.15);
  border-radius: 11px;
  background-color: #fff;
}

.jungle-faq-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.6em;
  cursor: pointer;
}

.jungle-faq-wrapper._01 {
  overflow: visible;
}

.jungle-faq-componenet {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.jungle-divider-60px-2 {
  height: 60px;
}

.kutup-display-4 {
  margin-top: 0px;
  color: #264653;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
}

.jungle-small-top-text-3 {
  margin-bottom: 15px;
  color: #f6a500;
  font-size: 15px;
  font-weight: 700;
}

.jungle-max-w-width-640px-4 {
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.jungle-large-container-2 {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section-duvidas {
  padding: 90px 5%;
  background-color: #f4f4f4;
}

.kutup-gray-link-2 {
  color: #818181;
  font-weight: 700;
}

.jungle-copyright {
  margin-bottom: 0px;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 700;
}

.kutup-copyright-center-text {
  text-align: center;
}

.kutup-social-wrapper-flex {
  display: flex;
  grid-column-gap: 15px;
}

.jungle-footer-link {
  color: #402749;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.jungle-footer-link:hover {
  color: #f6a500;
}

.jungle-footer-link._05 {
  display: none;
}

.kutup-footer-horizontal-flex {
  display: flex;
  grid-column-gap: 20px;
}

.jungle-footer-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 30px;
}

.kutup-medium-container-2 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.section-footer {
  padding: 70px 5% 50px;
  background-color: #f4f4f4;
}

.image-4 {
  filter: invert(100%);
}

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

.jungle-announcement-text {
  color: #000;
  font-size: 0.9em;
  font-weight: 700;
}

.jungle-small-tag {
  padding: 4px 12px;
  border-radius: 30px;
  background-color: #85c2eb;
  color: #000;
  font-size: 1em;
}

.jungle-announcement-bar-1 {
  position: relative;
  z-index: 10;
  display: flex;
  padding: 8px 2%;
  justify-content: center;
  align-items: center;
  grid-column-gap: 15px;
  background-color: #c6b7e2;
  font-weight: 700;
  text-decoration: none;
}

.f-testimonial-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
}

.f-slide-nav-hidden {
  bottom: -50px;
  display: none;
}

.f-icon-regular {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  color: #f6a500;
}

.f-icon-regular.right {
  color: #fff;
}

.f-testimonial-right-a {
  left: auto;
  top: -90px;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: #f6a500;
  transition: all 300ms ease;
  color: #fff;
}

.f-testimonial-right-a:hover {
  border-color: #160042;
  background-color: #402749;
  color: #fff;
}

.f-testimonial-left-a {
  left: auto;
  top: -90px;
  right: 60px;
  bottom: auto;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: transparent;
  transition: all 300ms ease;
  color: #393b6a;
}

.f-testimonial-left-a:hover {
  background-color: #402749;
  color: #fff;
}

.f-paragraph-small {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.f-paragraph-small.nome {
  font-family: 'Sabana pp', sans-serif;
  color: #402749;
  text-transform: uppercase;
}

.f-paragraph-regular {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.f-paragraph-regular.f-text-weight-medium {
  font-size: 0.9em;
  font-weight: 500;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  padding: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-testimonial-avatar-small {
  position: relative;
  display: none;
  overflow: hidden;
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
}

.f-testimonial-author {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  text-decoration: none;
}

.f-testimonial-author:hover {
  border-color: transparent;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

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

.f-testimonial-star-wrapper {
  display: flex;
  margin-bottom: 16px;
  grid-column-gap: 4px;
}

.f-testimonial-card {
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 23px 23px 64px -16px #e3dde4;
  color: #160042;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  overflow: visible;
  width: 350px;
}

.f-testimonial-slider-large {
  width: 100%;
  height: auto;
  margin-top: 48px;
  background-color: transparent;
}

.f-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: #6b7094;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f-testimonial-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 100px 5%;
  background-color: #f4f4f4;
}

.div-block-10 {
  width: 20%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  background-color: #85c2eb;
}

.div-logo {
  display: flex;
  height: 100%;
  margin-top: auto;
  align-items: flex-start;
}

.div-logo.type {
  height: auto;
}

.div-logo.logo {
  display: block;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  align-items: flex-end;
}

.padding-global {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  text-align: left;
}

.section_stack {
  text-align: left;
}

.container-large {
  width: 100%;
  height: auto;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.stack_component {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stack_card {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
  display: -ms-grid;
  display: grid;
  height: 25rem;
  margin-bottom: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #402749;
}

.stack_card.is-4 {
  margin-bottom: 0rem;
}

.stack_card-image-wrapper {
  width: 100%;
  height: 25rem;
  -o-object-fit: fill;
     object-fit: fill;
}

.stack_card-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0px;
  border-radius: 0px 20px 20px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_tarja {
  display: flex;
  height: 4rem;
  padding-left: 24px;
  align-items: center;
  border-radius: 20px 0px 0px;
  background-color: #85c2eb;
}

.title_tarja {
  font-family: 'Sabana pp', sans-serif;
  color: #f7f9fd;
  font-size: 2rem;
  text-transform: uppercase;
}

.title_card {
  margin-bottom: 2rem;
  font-family: 'Sabana pp', sans-serif;
  color: #f7f9fd;
  font-size: 2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}

.div_conte-do {
  display: flex;
  height: auto;
  margin-top: 2.5rem;
  padding-top: 16px;
  padding-right: 32px;
  padding-left: 32px;
  flex-direction: column;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.paragraph {
  color: #f7f9fd;
  font-size: 0.9rem;
}

.f-paragraph-small-2 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-modal-detail-wrapper {
  text-align: center;
}

.f-success-message {
  background-color: #ebfff6;
  color: #006638;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.03em;
}

.f-button-primary {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #160042;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.f-button-primary:hover {
  background-color: #282556;
}

.f-field-input {
  min-height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 8px;
  transition: all 200ms ease;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::-moz-placeholder {
  color: #6b7094;
}

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-modal-form {
  display: flex;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.f-modal-form-block-horizontal {
  margin-bottom: 24px;
}

.f-modal-line {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e4e6f1;
}

.f-paragraph-regular-2 {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.f-image-cover {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-modal-image {
  overflow: hidden;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  text-align: left;
}

.f-icon-regular-2 {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  color: #000;
}

.f-modal-close-link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  color: #6b7094;
}

.f-modal-close-link:hover {
  color: #642eff;
}

.f-sub-heading-regular {
  font-family: 'Sabana pp', sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.f-modal-header {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
  color: #160042;
}

.f-modal-base-small {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 60%;
  max-width: 480px;
  margin: auto;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.04);
  color: #160042;
  text-align: left;
}

.f-modal-base-small._01 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  max-height: 620px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #f7aaaf;
}

.f-modal-base-small._02 {
  height: auto;
  max-height: 700px;
  background-color: #c6b7e2;
}

.f-modal-base-small._03 {
  height: auto;
  max-height: 700px;
  background-color: #f6a500;
}

.f-modal-base-small._04 {
  height: auto;
  max-height: 700px;
  background-color: #c3d87f;
}

.open_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.88);
}

.open_modal._01 {
  z-index: 1;
  display: none;
  align-items: center;
}

.open_modal._02 {
  z-index: 1;
  display: none;
}

.open_modal._03 {
  z-index: 1;
  display: none;
}

.open_modal._04 {
  z-index: 1;
  display: none;
}

.f-button-icon-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
}

.f-button-paypal {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  min-height: 48px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.f-button-arrow {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.scroll-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  min-height: 48px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 12px;
  border-radius: 48px;
  background-color: #f6a500;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.scroll-button:hover {
  background-color: #e53212;
}

.scroll-button:focus {
  outline-color: #b6b9ce;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.text-block-7 {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.cookie-popup-accept {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f6a500;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.cookie-popup-accept:hover {
  background-color: #f6a500;
}

.f-paragraph-regular-3 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.f-sub-heading-regular-2 {
  color: #160042;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-icon-large {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.f-modal-icon-large {
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(247, 245, 255, 0);
  color: #642eff;
}

.f-modal-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cookie-popup {
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.04);
  text-align: left;
}

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

@media screen and (min-width: 1920px) {
  .section {
    width: 100vw;
    margin-right: auto;
    margin-bottom: 54px;
    margin-left: auto;
    font-family: Outfit, sans-serif;
  }

  .section.cc-cta {
    display: none;
  }

  .section.cc-store-home-wrap.hero {
    width: 100vw;
    margin-bottom: 52px;
  }

  .container {
    width: 90vw;
    max-width: 1600px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 18rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-jumbo {
    font-size: 7em;
    line-height: 105px;
  }

  .navigation-item {
    font-size: 16px;
    text-transform: none;
  }

  .work-heading {
    font-size: 4em;
  }

  .collection-list-wrapper {
    display: none;
  }

  .beneficios-div {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .beneficios {
    display: flex;
    width: 35%;
    justify-content: space-between;
    border-radius: 17px;
  }

  .beneficios.fechado {
    width: 15%;
  }

  .div-block-2 {
    background-color: #85c2eb;
  }

  .div-block-2.beneficios.tarja {
    width: 15%;
    padding-bottom: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .div-block-2.beneficios.tarja.imunidade {
    width: 35%;
  }

  .div-block-2.ingredientes.btn {
    width: 15px;
  }

  .tarja.titulo {
    display: flex;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 55px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-2 {
    font-family: 'Sabana pp', sans-serif;
    color: #fff;
    text-transform: uppercase;
  }

  .text-block-2.tarja {
    transform: rotate(-90deg);
    font-size: 20px;
  }

  .div-block-3 {
    width: 90vw;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    background-color: #f6a500;
  }

  .div-block-3.produtos {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading {
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Sabana pp', sans-serif;
    color: #fff;
    font-size: 5em;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
  }

  .text-block-3 {
    color: #fff;
  }

  .text-block-3.card {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-4 {
    display: flex;
    justify-content: center;
  }

  .div-block-4.card {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
    justify-content: space-between;
  }

  .heading-2 {
    margin-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-family: 'Sabana pp', sans-serif;
    color: #fff;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
  }

  .ingredientes-div {
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
  }

  .ingredientes {
    background-color: #f7aaaf;
  }

  .footer-subscribe {
    width: 100vw;
  }

  .container-2 {
    max-width: 100%;
  }

  .footer-form-two {
    border-radius: 20px;
    background-color: #2556a2;
  }

  .footer-form-two.redes {
    background-color: #402749;
  }

  .footer-form-container-two {
    flex-direction: column;
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-form-title {
    font-family: 'Sabana pp', sans-serif;
    color: #fff;
    font-size: 2.5em;
    text-transform: uppercase;
  }

  .redes {
    width: 100%;
    justify-content: flex-start;
  }

  .footer-form-input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 1.2em;
  }

  .button-primary.footer-form-button {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #f6a500;
    font-family: 'Sabana pp', sans-serif;
    font-size: 1.5em;
  }

  .footer-social-block-three {
    display: flex;
    margin-left: 0px;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }

  .footer-social-link-three {
    margin-left: 0px;
  }

  .text-block-4 {
    width: 100%;
    color: #fff;
  }

  .div-block-5 {
    display: flex;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: stretch;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .spotify {
    margin-left: 32px;
  }

  .insta {
    margin-left: 32px;
  }

  .youtube {
    margin-left: 32px;
  }

  .kutup-cta-right-part {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.cc-store-home-wrap.hero {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header.image-hero {
    width: 100vw;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
        grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
        grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
        grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
        grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
        grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
        grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
        grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .kutup-menu-button {
    padding-top: 15px;
    padding-left: 30px;
    order: 1;
  }

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

  .jungle-nav-link-white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow-white {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu-dark {
    background-color: #264653;
  }

  .kutup-last-item {
    order: 1;
  }

  .kutup-cta-right-part {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-hero {
    height: 100%;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-ingredientes {
    grid-column-gap: 15px;
    grid-row-gap: 280px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-benefocios {
    padding-right: 5%;
    padding-left: 5%;
  }

  .jungle-quote-wrapper-1 {
    max-width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }

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

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

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

  .section-sabores {
    padding-right: 5%;
    padding-left: 5%;
  }

  .kutup-client-grid {
    grid-column-gap: 20px;
  }

  .section-caixas {
    flex-direction: column;
  }

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

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .stack_card {
    height: 35rem;
  }

  .stack_card-image-wrapper {
    height: 35rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
        grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

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

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .footer-subscribe {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0px;
  }

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

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .jungle-display-2 {
    font-size: 40px;
  }

  .kutup-cta-right-part {
    padding: 60px 11%;
  }

  .section-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-ingredientes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jungle-qoute-big-text {
    font-size: 34px;
  }

  .jungle-quote-wrapper-1 {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .section-video {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kutup-display-4 {
    font-size: 40px;
  }

  .section-duvidas {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-footer-horizontal-flex {
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .jungle-announcement-bar-1 {
    padding: 13px 3%;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .cookie-popup {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .section.cc-store-home-wrap.hero {
    margin-top: -71px;
    flex-direction: column;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 89px;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 3em;
    line-height: 48px;
  }

  .menu-icon {
    color: #fff;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    flex: 0 0 auto;
    color: #fff;
  }

  .menu-button.w--open {
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-header.image-hero {
    width: auto;
    height: 100vh;
    margin-bottom: -470px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
        grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .redes {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .kutup-mobile-portrait-hide {
    display: block;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    top: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .jungle-subhead-white {
    font-size: 0.9em;
  }

  .jungle-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .jungle-display-2.white-text {
    font-size: 2.5rem;
  }

  .kutup-cta-right-part {
    padding-top: 20px;
  }

  .card-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .cards-ingredientes {
    grid-row-gap: 15px;
  }

  .jungle-quote-wrapper-1 {
    padding: 40px 30px 30px;
  }

  .section-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-video.newsletter {
    padding-bottom: 16px;
  }

  .section-video.redesocial {
    padding-top: 16px;
  }

  .kutup-logo-grid {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jungle-display-3 {
    font-size: 32px;
  }

  .cards.morango {
    margin-bottom: 336px;
  }

  .cards.uva {
    margin-bottom: 336px;
  }

  .cards.tangerina {
    margin-bottom: 336px;
  }

  .section-sabores {
    padding-right: 2%;
    padding-left: 2%;
  }

  .kutup-client-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jungle-checkbox {
    flex: 0 0 auto;
  }

  .jungle-button-subscribe {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    min-height: 50px;
    margin-bottom: 35px;
  }

  .jungle-form-input {
    min-height: 60px;
  }

  .jungle-form-input.nome {
    width: 80%;
    font-size: 1em;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .section-caixas {
    flex-direction: column;
    justify-content: space-between;
  }

  .limonada.parallax {
    left: 0%;
    width: 10rem;
  }

  .tangerina.parallax {
    right: 0%;
    width: 10rem;
  }

  .icon.redes {
    justify-content: center;
  }

  .link-block-2.button {
    padding-right: 16px;
  }

  .text-block-5.buttom {
    font-size: 1rem;
  }

  .img.instagram {
    padding: 0px;
  }

  .img.logo {
    display: none;
  }

  .img.spotify {
    padding: 0px;
  }

  .img.facebook {
    padding: 0px;
  }

  .img.youtube {
    padding: 0px;
  }

  .kutup-display-4 {
    font-size: 30px;
    line-height: 1.1;
  }

  .section-duvidas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .jungle-announcement-text {
    font-size: 0.7em;
  }

  .jungle-small-tag {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 0.8em;
  }

  .jungle-announcement-bar-1 {
    height: 100%;
    padding-bottom: 0px;
    flex-direction: column;
  }

  .f-testimonial-avatar-small {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .f-testimonial-author {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .logo.type {
    display: none;
  }

  .logo.ideograma {
    display: none;
  }

  .padding-global {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .stack_card {
    height: 35rem;
  }

  .stack_card.is-2 {
    height: 35rem;
  }

  .stack_card.is-3 {
    height: 35rem;
  }

  .stack_card.is-4 {
    height: 35rem;
  }

  .title_tarja {
    font-size: 1.5rem;
  }

  .title_card {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .div_conte-do {
    padding-right: 20px;
  }

  .paragraph {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  .f-modal-form {
    flex-wrap: wrap;
  }

  .f-modal-icon-large {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .f-modal-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .cookie-popup {
    align-items: center;
  }
}

#w-node-_8b9bcc9a-232c-57f5-7f6d-cc88894b7e6d-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b9bcc9a-232c-57f5-7f6d-cc88894b7e6e-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c11f68e4-de68-d8d1-77ac-66aa5f57ebd6-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
      align-self: auto;
}

#w-node-_9815c32e-270d-734a-18a4-b422762d7a86-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_81d2db1c-5551-67a6-334d-e0dc99536c49-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
      align-self: auto;
}

#w-node-_81d2db1c-5551-67a6-334d-e0dc99536c57-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64be4d4b-89b6-f5d6-c8cf-b9e098fa4372-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
      align-self: auto;
}

#w-node-_64be4d4b-89b6-f5d6-c8cf-b9e098fa4380-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_694792d0-3dcf-ce69-c1b6-69939bea9d96-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
      align-self: auto;
}

#w-node-_694792d0-3dcf-ce69-c1b6-69939bea9da4-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5bddf5b9-d189-0c79-1ab1-850e3c39dd98-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ccf960c-236b-d248-83fe-397cf4b1f8ca-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ccf960c-236b-d248-83fe-397cf4b1f8d8-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_7ccf960c-236b-d248-83fe-397cf4b1f8e6-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ccf960c-236b-d248-83fe-397cf4b1f8f4-f7f9dc94 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-f2f9dc9c {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f2f9dc9c {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f2f9dc9c {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f2f9dc9c {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f2f9dc9c {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-f2f9dc9c {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-0ff9dc9e {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-0ff9dc9e {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-0ff9dc9e {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-0ff9dc9e {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-0ff9dc9e {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-0cf9dca0 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-0cf9dca0 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fff9dca1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-fff9dca1 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-89f9dca2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-89f9dca2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-39f9dca3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-39f9dca3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-39f9dca3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-fbf9dca5 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-fbf9dca5 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-fbf9dca5 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-fbf9dca5 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-fbf9dca5 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-fbf9dca5 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_8b9bcc9a-232c-57f5-7f6d-cc88894b7e6e-f7f9dc94 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f2f9dc9c {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f2f9dc9c {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f2f9dc9c {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-f2f9dc9c {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-0ff9dc9e {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-0ff9dc9e {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-0ff9dc9e {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-0cf9dca0 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-fff9dca1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-89f9dca2 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-fbf9dca5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-fbf9dca5 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-fbf9dca5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-fbf9dca5 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f2f9dc9c {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f2f9dc9c {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f2f9dc9c {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 6;
        grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f2f9dc9c {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-f2f9dc9c {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b9bcc9a-232c-57f5-7f6d-cc88894b7e6d-f7f9dc94 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 6;
        grid-row-start: span 6;
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-fbf9dca5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-fbf9dca5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-fbf9dca5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-fbf9dca5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-fbf9dca5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 6;
        grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

@font-face {
  font-family: 'Sabana pp';
  src: url('../fonts/Sabana_Black_PP.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}