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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  line-height: 1.5;
}

strong {
  color: #000;
  font-weight: 700;
}

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.main_navbar {
  z-index: 55;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

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

.page-wrapper {
  overflow: visible;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 64.375rem;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: .9375rem 1.25rem;
}

.navbar-logo-left-container.shadow-three {
  z-index: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 1.6rem 3rem;
}

.logo {
  width: 12.5rem;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.mobile-margin-top-10 {
  margin-left: 1.875rem;
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.chilly_nav_menu_item {
  color: #000;
  letter-spacing: .015625rem;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: .3125rem .625rem;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.chilly_nav_menu_item:hover {
  color: rgba(0, 0, 0, .75);
  font-weight: 400;
}

.chilly_nav_menu_item:focus-visible {
  outline-offset: 0rem;
  color: #0050bd;
  border-radius: .25rem;
  outline: .125rem solid #0050bd;
}

.chilly_nav_menu_item[data-wf-focus-visible] {
  outline-offset: 0rem;
  color: #0050bd;
  border-radius: .25rem;
  outline: .125rem solid #0050bd;
}

.chilly_contact_menu {
  color: #fff;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #000;
  border: .0625rem rgba(0, 0, 0, 0);
  border-radius: .875rem;
  margin-left: 0%;
  padding: .75rem 1.5625rem;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: all .2s;
  position: relative;
}

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

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

.body {
  background-color: #fff;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  overflow: visible;
}

.footer-wrapper {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem;
  display: block;
  position: relative;
}

.navbar {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-end;
  display: flex;
}

.address-wrap {
  width: 35%;
}

.address-paragraph {
  color: #fff;
  font-family: "Sharp Grotesk Book 20", sans-serif;
}

.first-right-menu {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.vertical-list {
  width: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  display: flex;
}

.footer-menu-1-item {
  color: #fff;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: 1.1rem;
}

.two-footer-menus {
  grid-column-gap: 6.25rem;
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.footer-right {
  grid-column-gap: 3.125rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.chillypills_logo {
  width: 100%;
  color: #000;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #fff;
  border-radius: 1.25rem;
  padding: .3125rem 1.25rem;
  position: relative;
}

.footer_buttons {
  grid-column-gap: .9375rem;
  display: flex;
}

.chilly_method_icon_img {
  width: 10em;
}

.c-button {
  max-width: 19em;
  min-width: 11.53em;
  background-color: #fff;
  border: .0625rem solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1em 1.6em 1em 1.5em;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px #000;
}

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

.c-button.is--hidden {
  display: none;
}

.c-contact__plus {
  width: 2.36em;
  height: 2.36em;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/icon.png');
  background-position: 40% 40%;
  background-size: auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .525em;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  background-color: #f5e663;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25rem 0 5rem;
  display: flex;
  position: relative;
}

.c-container__wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem #000;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 5.4em 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chilly_feature_title {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.chilly_feature_title.is--centered {
  width: 55%;
  align-items: flex-start;
}

.chilly_feature_title.chillypills-seo-size {
  width: 35em;
  max-height: 32em;
  min-height: 26.39em;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8%;
}

.chilly_feature_title.chillypills-seo-size._1 {
  padding: 5rem 0%;
}

.chilly_feature_title.chillypills-seo-size._2 {
  align-items: flex-end;
  padding: 5rem 0%;
}

.c-step__number {
  width: 6em;
  height: 2.85em;
  background-color: #fff;
  border: .0625rem solid #000;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  padding: 1em 1.28em;
  display: flex;
  position: absolute;
  top: -2em;
  box-shadow: 2px 2px #000;
}

.c-step__heading {
  justify-content: space-between;
  margin-bottom: 1em;
  display: flex;
}

.c-step__img {
  width: 11.04em;
  height: 11.04em;
  background-color: #ebebeb;
  border: .0625rem solid #000;
  border-radius: 0;
  margin-right: 2em;
  padding: 1.5em;
  position: -webkit-sticky;
  position: sticky;
  top: -6%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 2px 2px #000;
}

.c-underline {
  width: 19.93em;
  position: absolute;
  top: 5.5em;
  left: 2em;
}

.c-underline.is--hidden {
  display: none;
}

.c-paragraph {
  color: #000;
  text-align: right;
  margin-bottom: 1.35em;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.c-paragraph._1 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-paragraph._2 {
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-title__accent {
  font-style: normal;
  font-weight: 400;
}

.c-contact__line {
  width: .2em;
  height: 7.85em;
  mix-blend-mode: hard-light;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-step__content--text {
  width: 35em;
}

.c-badge {
  max-width: 18em;
  min-width: 9.03em;
  background-color: #fff;
  border: .0625rem solid #121212;
  border-radius: .69em;
  justify-content: center;
  align-items: center;
  padding: .83em 1.28em;
  display: flex;
  box-shadow: 3px 3px #000;
}

.c-badge.is--step {
  min-width: 4em;
  background-color: #ebebeb;
  padding: 0 .78em;
}

.c-badge.is--step.is--hidden {
  display: none;
}

.c-title {
  color: #121212;
}

.c-step__content--wrapper {
  width: 100%;
  height: 100%;
  text-align: left;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.c-step {
  width: 50.63em;
  max-height: 20em;
  min-height: 14.58em;
  background-color: #fff;
  border: .0625rem solid #000;
  border-radius: .69em;
  justify-content: center;
  align-items: center;
  padding: 1.74em;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #000;
}

.c-step.margin--top__1em {
  max-height: none;
  border-color: #2f00ff;
  justify-content: center;
  margin-top: 1em;
  box-shadow: 0 0 1.25rem #2f00ff;
}

.c-step.margin--top__3em {
  max-height: none;
  border-color: #2f00ff;
  justify-content: center;
  margin-top: 3em;
  box-shadow: 0 0 1.25rem #2f00ff;
}

.section {
  position: relative;
  overflow: visible;
}

.c-badge__text {
  margin-bottom: 0;
  margin-left: .5em;
  margin-right: .5em;
  font-size: .9em;
}

.chilly_features_grid {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  padding: 0% 10rem;
  display: grid;
}

.chilly_features_grid._2 {
  padding-left: 0;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  margin-bottom: 0;
}

.chilly_mtd_heading {
  color: #000;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-style: italic;
}

.heading_section_2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading_section_2.brands-carousel {
  color: #fff;
  text-align: center;
}

.hero_heading_wrapper {
  z-index: 5;
  width: 100%;
  float: right;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -10vh;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.heading_1_h1 {
  color: #161616;
  letter-spacing: -.03125rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3em;
}

.heading_1_h1.white {
  color: #000;
  margin-bottom: .625rem;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.2rem;
}

.subheadline {
  color: #333;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
}

.subheadline.white {
  color: #000;
  margin-bottom: 0;
  padding-left: 30%;
  padding-right: 30%;
  line-height: 2rem;
}

.hero {
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -7.025rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg_image {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/recurso-34x-min.png');
  background-size: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-span-2 {
  font-style: normal;
  text-decoration: none;
}

.container_paper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10%;
  display: none;
  position: relative;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  background-image: url('../images/.svg');
  background-position: 0 0;
  background-size: cover;
  font-size: 2rem;
  line-height: 1.875rem;
}

.icon-2.accordion-icon._1 {
  background-image: url('../images/frame.svg');
}

.icon-2.accordion-icon._2 {
  background-image: url('../images/moustache.svg');
}

.icon-2.accordion-icon._3 {
  background-image: url('../images/gloweyes.svg');
}

.icon-2.accordion-icon._4 {
  background-image: url('../images/moustache.svg');
}

.container-faq {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.container-pricing {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5em 15%;
  display: flex;
}

.card-container {
  background-color: rgba(255, 255, 255, .3);
  border: .0625rem solid rgba(0, 0, 0, .3);
  border-radius: 2.0625rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  padding: 15% 10%;
  display: flex;
}

.card-container:hover {
  background-color: #fff;
  box-shadow: 0 0 .625rem rgba(0, 0, 0, .3);
}

.pricing-grid {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}

.feature {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-bottom: 3.125rem;
}

.price {
  color: #000;
  text-align: left;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.feature-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  display: flex;
}

.large-price-span {
  color: #000;
  font-size: 3.5rem;
  line-height: 4.375rem;
}

.container-form {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  padding: 5rem;
  display: grid;
  position: relative;
}

.form-wrap {
  z-index: 5;
  background-color: #fff;
  border: .0625rem #000;
  border-radius: 2.1875rem;
  margin: 2rem;
  padding: 5rem;
  position: relative;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .5);
}

.button-wrap-right {
  justify-content: flex-start;
  margin-top: 2rem;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #000;
  border-radius: .875rem;
  padding: 1.25rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
}

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

.field-wrap {
  margin-bottom: 1.5rem;
}

.text-field {
  min-height: 2.5rem;
  border: .0625rem #838383;
  border-bottom: .15rem solid #000;
  border-radius: 0;
  transition: all .2s;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border: .125rem #f5e663;
  border-bottom: .15rem solid #f5e663;
}

.title-wrap {
  width: 100%;
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-span-3 {
  font-family: "Sharp Grotesk Medium 25", sans-serif;
}

.container-cta {
  width: 100%;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 5em 10%;
}

.chilly_cta_content {
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chilly_cta_content.cta-v3---brix {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5%;
}

.chilly_cta_content.cta-v3---brix._2 {
  width: 65%;
}

.chilly_cta_content.cta_portfolio {
  width: 50%;
  flex-direction: row;
}

.chilly_cta {
  width: 100%;
  color: #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.chilly_cta_paragraph {
  padding-right: 0;
}

.chilly_cta_button_link {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #fff;
  border-radius: 0;
  padding: 1.125rem 1.5rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
}

.chilly_cta_button_link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.chilly_cta_title {
  color: #000;
  margin-top: .625rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
}

.chilly_cta_title.is-black {
  color: #fff;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.chilly_cta_title.popup-1-illustration---brix {
  color: #fff;
}

.main {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.cta_wrap {
  z-index: 9999;
  margin-bottom: 1.875rem;
  margin-right: 1.875rem;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.chilly_ctc_button {
  color: #000;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #f5e663;
  border: .0625rem #000;
  border-radius: .875rem;
  margin: 0%;
  padding: .75rem 1.5625rem;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: all .2s;
  position: relative;
  right: auto;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .5);
}

.chilly_ctc_button:hover {
  color: #000;
  background-color: #fff;
}

.chilly_ctc_button:active {
  background-color: #fff;
}

.gdpr_law_paragraph {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 5%;
  font-size: .5rem;
  display: flex;
}

.container-reviews {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 5em 10% 0;
}

.paragraph-opinions {
  margin-bottom: .75em;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.container-2-yellow {
  width: 100%;
  background-color: #f5e663;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem 4.5rem 6.5rem;
  display: flex;
  position: relative;
}

.contact_right {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5%;
  display: flex;
  position: relative;
}

.container_methodologyv2 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10%;
  display: none;
  position: relative;
}

.methodpricing_heading {
  color: #000;
  text-align: center;
  margin-top: .625rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-style: normal;
}

.timeline_progress {
  z-index: -2;
  width: .1875rem;
  height: 93%;
  background-color: #32343a;
  position: absolute;
  top: auto;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 11.25rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
}

.margin-bottom-medium {
  margin-bottom: 2rem;
  display: block;
}

.timeline_component-2 {
  max-width: 70rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.chilly_methodology_text {
  color: #000;
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_circle-2 {
  width: 1.875rem;
  height: 1.875rem;
  max-height: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  min-width: 1.875rem;
  background-color: #32343a;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.chilly-margin-buttom {
  margin-bottom: 3.125rem;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.chilly_methodology_step_heading {
  color: #57afc3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.chilly_methodology_step_heading.is-pink {
  color: #f12b72;
}

.chilly_methodology_step_heading.is-cyan {
  color: #47a8bd;
}

.chilly_methodology_step_heading.is-yellow {
  color: #f5e663;
}

.chilly_methodology_step_heading.is-blue {
  color: #2b2bf1;
}

.mocku_video_test {
  z-index: auto;
  width: 60%;
  height: 50vh;
  background-image: url('../images/peque.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: .125rem solid #000;
  border-radius: .75rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.margin-buttom-medium-right {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.chilly-left-sticky-margin-buttom {
  margin-bottom: 3.125rem;
  position: relative;
  top: auto;
}

.chilly_methodology_heading {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3vh;
  padding-left: 10.6rem;
  padding-right: 10.6rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sub-heading-methodpricing-paragraph {
  text-align: center;
  margin-bottom: 1.35em;
  padding-left: 0%;
  padding-right: 0%;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.chilly_pricing_heading {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 1.125rem;
  height: 1.125rem;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  padding-bottom: .125rem;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.arrow-line---brix {
  width: .6875rem;
  min-height: .125rem;
  background-color: #4a3aff;
  border-radius: 31.25rem;
  position: absolute;
}

.arrow-line---brix._2---brix {
  background-color: #000;
  right: .4375rem;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  background-color: #000;
  left: .4375rem;
  transform: rotate(45deg);
}

.accordion_paragraph {
  width: 100%;
  max-width: 90%;
  color: #000;
  margin-top: 1.125rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

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

.accordion_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordeon_item {
  cursor: pointer;
  background-color: #fff;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.accordeon_item.accordeon_1 {
  border: .125rem solid rgba(0, 0, 0, 0);
  border-radius: .875rem;
  margin-bottom: 1.875rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 1rem rgba(8, 15, 52, .06);
}

.accordeon_item.accordeon_1:hover {
  box-shadow: 0 14px 1.3125rem rgba(74, 58, 255, .06);
}

.accordeon_title {
  color: #000;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.accordeon_arrow {
  width: 3.125rem;
  min-height: 3.125rem;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 1rem rgba(8, 15, 52, .06);
}

.chill_frecuentaq_wrap {
  max-width: 55.375rem;
  margin-left: auto;
  margin-right: auto;
}

.chilly_faq_heading {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.container-stories {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem #000;
  border-bottom-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -25vh;
  margin-bottom: -40vh;
  display: block;
  position: relative;
  overflow: visible;
}

.step-strong {
  color: #47a8bd;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
}

.step-strong.is-blue {
  color: #2b2bf1;
}

.step-strong.is-pink {
  color: #f12b72;
}

.step-strong.is-yellow {
  color: #f5e663;
}

.heading_section_2-copy {
  color: #000;
  text-align: left;
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.marquee-horizontal-large {
  z-index: 200;
  width: 100%;
  height: 100vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  justify-items: center;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.flex-horizontal {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.flex-vertical {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-container-alt {
  z-index: 15;
  width: 18.75rem;
  height: 34.375rem;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.icon-container-alt-2 {
  width: 18.75rem;
  height: 34.375rem;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 12.5rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-bottom: 3.125rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-container-alt-3 {
  width: 18.75rem;
  height: 34.375rem;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.icon-container-alt-4 {
  width: 18.75rem;
  height: 34.375rem;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 12.5rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-bottom: 3.125rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.icon-container-alt-5 {
  width: 18.75rem;
  height: 34.375rem;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.icon-container-alt-6 {
  width: 18.75rem;
  height: 34.375rem;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 12.5rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-bottom: 3.125rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.home_head_bgvideo {
  z-index: 10;
  height: 100%;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container_methodologyv3 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0% 0;
  display: flex;
  position: relative;
}

.chilly_card_details {
  margin-bottom: 1.25rem;
}

.chilly-methodology-card {
  width: 100%;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.chilly-methodology-card._1 {
  max-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 19rem;
}

.chilly_cards_wrapper {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 5.8625rem;
}

.chilly_methodology_card_list {
  transition: all .2s;
  position: relative;
}

.chilly_wrap_card {
  background-color: #f5e663;
  border-radius: 2.0625rem;
  margin-bottom: 3.75rem;
  padding: 5%;
  display: flex;
  position: relative;
}

.chilly_wrap_card._1, .chilly_wrap_card._2, .chilly_wrap_card._3 {
  background-color: #fff;
  border: .0625rem solid #d9d9d9;
}

.chilly_wrap_card._4 {
  outline-offset: 0rem;
  background-color: #fff;
  border: .0625rem solid #d9d9d9;
  outline: .1875rem #333;
  margin-bottom: 0;
}

.card-subtitle {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.card-details {
  color: #000;
  margin-bottom: 0;
  padding: 0% 5%;
  line-height: 1.5rem;
}

.chilly_card_heading {
  margin-bottom: .625rem;
}

.card-title {
  color: #000;
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.chilly_methodology_stack {
  z-index: auto;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #fff 65%, #fff);
  margin: 3rem auto -.1rem;
  padding: 0 10%;
  position: relative;
}

.card_left {
  width: 40%;
}

.card-right {
  width: 60%;
}

.accordion_arrow {
  z-index: 200;
  width: 1.125rem;
  height: 1.125rem;
  color: #000;
  justify-content: center;
  align-items: center;
  padding-bottom: .125rem;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.chilly_pricing_card_heading {
  padding-bottom: 0;
}

.type_pricing {
  color: #000;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
}

.request_info_button {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .875rem;
  padding: 1.25rem;
}

.request_info_button:hover {
  color: #000;
  background-color: #f5e663;
}

.request_info_button.white {
  color: #000;
  background-color: #fff;
  border-radius: .875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.request_info_button.white._1 {
  color: #fff;
  background-color: #000;
  border: .0625rem solid #fff;
  margin-right: 0;
}

.request_info_button.white._1:hover {
  color: #000;
  background-color: #f5e663;
}

.request_info_button.white._1.portfolio {
  margin: 20px 20px 20px 0;
}

.request_info_button.white._2 {
  color: #fff;
  background-color: #000;
  border: .0625rem #fff;
  margin-right: 20px;
}

.request_info_button.white._2:hover {
  color: #000;
  background-color: #f5e663;
}

.request_info_button.white._3 {
  color: #fff;
  background-color: #000;
  border: .0625rem #fff;
  margin-right: 20px;
}

.request_info_button.white._3:hover {
  color: #000;
  background-color: #f5e663;
}

.request_info_wrap {
  width: 100%;
}

.container-pricing-reviews {
  background-image: url('../images/frame_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.middle-card {
  background-color: rgba(255, 255, 255, .3);
  border: .0625rem solid rgba(0, 0, 0, .3);
  border-radius: 2.0625rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15% 10%;
  display: flex;
}

.middle-card:hover {
  background-color: #fff;
  box-shadow: 0 0 .625rem rgba(0, 0, 0, .3);
}

.slider_left {
  width: 50%;
  position: relative;
}

.arrows {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.swiper-slide.is-photos {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.2em;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-slide.is-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-4 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-4.is-slider {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider_right {
  width: 40%;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
  color: #000;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.arrow {
  width: 7em;
  height: 3.1em;
  border: .0625rem solid rgba(184, 165, 255, .24);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow.is-right {
  background-color: #fff;
  border-color: #c9c9c9;
  border-radius: .875rem;
}

.arrow.is-right:hover {
  background-color: #f5e663;
  border-color: #c9c9c9;
}

.arrow.is-left {
  background-color: #fff;
  border-color: #c9c9c9;
  border-radius: .875rem;
}

.arrow.is-left:hover {
  background-color: #f5e663;
}

.slider_tagline {
  color: #000;
  line-height: 1.5rem;
}

.slider_title {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
}

.slider_title-text {
  color: #000;
  letter-spacing: -.03em;
  padding-bottom: .28em;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.slider_info-middle {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 3.4em;
  padding-bottom: 3.4em;
  display: flex;
}

.slider_info-text {
  width: 100%;
  max-width: 22.3em;
  color: #000;
  font-size: 1.4em;
}

.slider_info-bottom {
  width: 100%;
  height: 5em;
  display: block;
}

.slider_height {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 140%;
  display: block;
  position: relative;
}

.brands {
  width: 7.5rem;
  height: 6.25rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1.25rem;
}

.container-cta-2 {
  width: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0% 0 10%;
  display: flex;
}

.grid_strategy {
  width: 100%;
  height: 55vh;
  grid-template-rows: auto;
}

.cta_image {
  width: 100%;
  height: 55vh;
}

.request_budget {
  width: auto;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: .875rem;
  padding: .9375rem 1.25rem;
}

.request_budget:hover {
  color: #000;
  background-color: #f5e663;
}

.heading_right {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
}

.heading_right.stroke-chilly-contact {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Sharp Grotesk Smbold 20", sans-serif;
  font-size: 4rem;
}

.heading_right.stroke-chilly-contact-v2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Sharp Grotesk Smbold 20", sans-serif;
  font-size: 4rem;
}

.italic-text {
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.chilly-phone._2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/clear2_post_instagram_mockup_falling-copia-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.chilly-phone._1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/c-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.gradient {
  width: 100%;
  height: 100%;
  position: absolute;
}

.gradient.chilly-color-1 {
  background-image: radial-gradient(circle closest-side at 25% 60%, #000, rgba(255, 255, 255, .52) 0%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, 0) 61%, #fff), radial-gradient(circle closest-corner at 75% 65%, #000, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0)), radial-gradient(circle at 50% 0, rgba(0, 0, 238, .4), rgba(0, 0, 0, 0)), radial-gradient(circle at 50% 0, #ae8dd0, rgba(0, 0, 0, 0) 55%), radial-gradient(circle at 100%, #fa72ba 14%, rgba(103, 47, 77, .41) 44%, rgba(0, 0, 0, 0) 65%), radial-gradient(circle at 0%, #fffb7e 64%, rgba(0, 0, 0, 0));
}

.gradient.chilly-color-footer {
  background-image: radial-gradient(circle, rgba(255, 98, 224, .65), rgba(0, 0, 0, 0)), radial-gradient(circle at 100% 100%, #fff, rgba(0, 0, 0, 0) 29%), radial-gradient(circle at 100% 0, #f5e663, rgba(0, 0, 0, 0)), radial-gradient(circle at 0 0, #fff, rgba(0, 0, 0, 0)), radial-gradient(circle at 0 100%, #00e 37%, rgba(0, 0, 0, 0)), radial-gradient(circle at 50% 0, #ae8dd0, rgba(0, 0, 0, 0) 55%), radial-gradient(circle at 100% 0, #ff87fb, rgba(0, 0, 0, 0) 65%);
}

.hero-portfolio-item {
  z-index: 5;
  width: 100%;
  height: 105vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -6.625rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_portfolio_heading {
  z-index: 5;
  width: 100%;
  float: right;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_logo_brand {
  width: 20rem;
  height: 10rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chilly_portfolio_bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.chilly_portfolio_showcase_details {
  width: 100%;
  grid-column-gap: 5.0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr;
}

.showcase_customer_wrap {
  grid-column-gap: 0rem;
  grid-row-gap: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.customer_text {
  color: #000;
  margin-bottom: .3125rem;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: .9rem;
}

.customer {
  margin-bottom: .3125rem;
}

.customer_text_text {
  color: #000;
  flex-direction: column;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  display: block;
}

.heading {
  color: #000;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
}

.container_showcase_details {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5rem 12.6rem;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  height: 80vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/dsc_6703-1-1.webp');
  background-position: 50% 100%;
  background-size: cover;
  border: 2.1875rem #000;
  border-radius: 2.1875rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  padding: 5rem;
  display: block;
  position: relative;
}

.container_image {
  padding: 0 2rem 4.5rem;
}

.container_strategy {
  background-color: #000;
  padding: 4.5rem 2rem;
}

.container_strategy._2 {
  background-color: #f5e663;
}

.strategy_grid {
  grid-template-rows: auto;
}

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

.strategy_wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  display: flex;
}

.heading_strategy {
  color: #fff;
  letter-spacing: .09375rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading_strategy._2 {
  color: #000;
}

.phone1 {
  width: 50%;
  height: 100%;
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph_strategy {
  color: #fff;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: .9rem;
  line-height: 1.3rem;
}

.paragraph_strategy._2 {
  color: #000;
}

.container_publications {
  background-color: #fff;
  padding: 4.5rem 15rem;
  position: relative;
}

.publications_grid {
  grid-row-gap: 4.3125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3rem;
}

.publications_grid._2 {
  grid-column-gap: .25rem;
  padding: 1rem 0 3rem;
}

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

.chilly_publication._2 {
  padding: .6rem 0;
  position: relative;
}

.chilly_publications {
  width: 100%;
  height: 100%;
  padding: 0;
}

.followers {
  color: #f5e663;
  letter-spacing: .09375rem;
  margin-bottom: 0;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

.followers_strategy {
  color: #fff;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.cta2_paragraph {
  color: #fff;
  line-height: 1.5rem;
}

.cta2_headings {
  margin-bottom: 1.875rem;
}

.chilly-nc {
  z-index: 9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.showcase_button {
  width: auto;
  text-align: center;
  background-color: #000;
  border-radius: .875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: .9375rem 1.25rem;
}

.showcase_button:hover {
  color: #000;
  background-color: #f5e663;
}

.showcase_services_rich {
  color: #000;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.video-cover {
  width: 15.625rem;
  height: 55vh;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.cms_video {
  width: 100%;
  height: 50vh;
  background-color: #ccc;
}

.container_showcase_related {
  width: 100%;
  background-color: #000;
  padding: 0;
}

.related_wrap._1 {
  width: 100%;
  height: 40vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.views, .engagement {
  color: #f5e663;
  letter-spacing: .09375rem;
  margin-bottom: 0;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

.porcent {
  color: #f5e663;
  letter-spacing: .09375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

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

.lottie_mg {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 67%;
  bottom: 0%;
  left: 54%;
  right: 0%;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.chilly_ctc_form_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ctc_content_wrapper {
  z-index: auto;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px .875rem rgba(74, 58, 255, .16), 0 0 .25rem rgba(20, 20, 43, .12), 0 0 2.75rem rgba(20, 20, 43, .34);
}

.success-message---brix {
  color: #000;
  background-color: #f5e663;
  border-radius: 1rem;
}

.error-message---brix {
  border-radius: 1rem;
  padding: 1.25rem;
}

.modal-chilly-call {
  z-index: 99;
  text-align: center;
  background-color: #000;
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  display: none;
  position: fixed;
  top: 20vh;
  bottom: auto;
  left: auto;
  right: auto;
}

.popup-1-illustration---brix {
  margin-bottom: 1.5rem;
}

.input_ctc {
  min-height: 3.75rem;
  color: #fff;
  border: .0625rem solid #eff0f6;
  border-radius: 31.25rem;
  margin-bottom: 0;
  padding: 1.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: color .2s, border-color .2s;
}

.input_ctc:hover, .input_ctc:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input_ctc::-ms-input-placeholder {
  color: #fff;
}

.input_ctc::placeholder {
  color: #fff;
}

.input_ctc.ctc_large_chily {
  min-height: 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: .125rem;
  border-bottom-color: #fff;
  border-radius: 0;
  margin-bottom: 1.87rem;
  padding: .625rem 2.5rem .625rem 0;
}

.input_ctc.ctc_large_chily._1 {
  color: #fff;
  margin-bottom: 1.875rem;
}

.dummy-hero-button---brix {
  max-width: 16.25rem;
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem 1.3125rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px .75rem rgba(0, 0, 0, .04);
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -.125rem);
  box-shadow: 0 4px .625rem rgba(0, 0, 0, .08);
}

.cta_modal_head {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-cta-modal {
  color: #f5e663;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 2rem;
}

.paragraph-6 {
  color: #fff;
}

.ctc_submit {
  width: auto;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: .875rem;
  margin-top: 2.5rem;
  padding: .9375rem 1.25rem;
  display: block;
}

.ctc_submit:hover {
  background-color: #f5e663;
}

.form_wrap {
  width: 100%;
}

.close_ctc {
  width: 1.875rem;
  height: 1.875rem;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.emoji_ctc {
  width: 6.25rem;
  height: 6.25rem;
  background-image: url('../images/_.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.container_publications_mobile {
  background-color: #fff;
  padding: 4.5rem 15rem;
  display: none;
  position: relative;
}

.inner-swipe {
  display: none;
}

.slide-item-wrapper {
  width: 19.25rem;
  height: 34.25rem;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem;
  line-height: 2.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mobile-publications-wrapper {
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 1rem;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-container {
  height: 100vh;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.container-logos {
  width: 100%;
  background-color: #000;
  border: .0625rem #000;
  border-bottom: .0625rem solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 5em 0%;
  display: block;
}

.div-block {
  width: 100%;
}

.slider {
  height: 6rem;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.slider-wrapper-wide {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.logo-wrapper-wide {
  width: 15%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.icon-4 {
  color: #fff;
}

.chilly_brand_img {
  width: 6rem;
  max-width: none;
}

.chilly_brand_img.roch, .chilly_brand_img.factica {
  width: 90%;
}

.chilly_brand_img.laopinion {
  width: 40%;
}

.chilly_brand_img.ep {
  width: 4rem;
}

.chilly_brand_img.alterna {
  width: 5rem;
}

.slide-nav {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.related-heading {
  z-index: 99;
  position: relative;
}

.chilly_related_logobrand {
  width: 15rem;
  height: 5rem;
  opacity: 0;
  background-image: url('../images/grupo-salzillo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_bg {
  opacity: 1;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chilly_related_link {
  width: 100%;
  height: 100%;
  position: relative;
}

.success-message {
  background-color: #000;
}

.service-faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8.5rem 4rem;
  display: grid;
}

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

.modal-chilly-lead {
  z-index: 99;
  text-align: center;
  background-color: #000;
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  display: none;
  position: fixed;
  top: 20vh;
  bottom: auto;
  left: auto;
  right: auto;
}

.accordion-wrapper-2 {
  width: 90%;
  margin-top: 3.125rem;
}

.accordion-item-2 {
  width: 100%;
  background-color: #525252;
  border-radius: .9375rem;
  margin-bottom: 1.25rem;
  padding: 1.5625rem 1.875rem;
  box-shadow: 0 3px .4375rem rgba(0, 0, 0, .03);
}

.accordion-heading {
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.25rem;
  padding-left: 0;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-weight: 400;
  line-height: 1.875rem;
}

.accordion-item-content-2 {
  margin-top: 0;
  margin-right: 1.875rem;
  overflow: hidden;
}

.faq-services-paragarph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.19563rem;
}

.services_heading {
  color: #fff;
  text-align: left;
  margin-top: .625rem;
  margin-bottom: 1.875rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-style: normal;
}

.service-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.9925rem;
}

.faq-content-service-wrap {
  padding: 5rem 3.5rem 5rem 5rem;
}

.contact-button {
  width: 40%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.faq-services-paragraph-content {
  color: #fff;
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.19563rem;
}

.contact_link_faq {
  margin-top: 1.875rem;
  text-decoration: none;
}

.reviews_heading_2 {
  width: 80%;
  color: #000;
  margin-top: .625rem;
  font-family: "Sharp Grotesk Medium 20", sans-serif;
  font-size: 4.3125rem;
  font-weight: 400;
  line-height: 4.78688rem;
}

.reviews_heading_2_wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
  display: flex;
}

.container-human {
  width: 100%;
  height: 100vh;
  background-color: #d4cfc9;
  margin: 0;
  padding: 0;
}

.human-grid {
  width: 100%;
  height: 70vh;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.right-human-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-human-wrap {
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem;
  display: flex;
}

.heading_team {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.team_paragraph {
  width: 100%;
  max-width: 90%;
  color: #000;
  margin-top: 1.125rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.right-content-team {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.container-influencers {
  width: 100%;
  height: 100%;
  background-color: #f5e663;
  margin: 0;
  padding: 0;
  position: static;
}

.heading_influencers_h2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.whitespace {
  z-index: 5;
  width: 100%;
  height: 10em;
  background-color: #fff;
  position: relative;
}

.left-team-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.team_image {
  width: 100%;
  height: 100%;
  background-image: url('../images/2024-10-28.webp');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo_image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta2_image {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.influeners_phone {
  width: 100%;
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.emoji_wteps_wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.emoji_c {
  width: 8.75rem;
  height: 8.75rem;
  background-image: url('../images/frame-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15.5em;
  left: -4.4em;
  transform: rotate(-14deg);
}

.emoji_c._2 {
  background-image: url('../images/__.png');
}

.emoji_c._3 {
  background-image: url('../images/___.png');
}

.emoji_c._4 {
  background-image: url('../images/____.svg');
}

.portfolio_hero_bg_image {
  width: 100%;
  height: 100%;
  filter: blur(8px);
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
}

.landing-redes-socials {
  z-index: 10000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.team_cta_buttons {
  width: 100%;
  margin-top: 30px;
  margin-right: 0;
  display: flex;
}

.emoji_hero {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -.9em;
  left: 5.5em;
}

.emoji-new {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  top: auto;
  left: auto;
}

.emoji-new._7 {
  width: 4.375rem;
  height: 4.375rem;
  background-image: url('../images/frame-1_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.chilly_showcase_paragraph {
  color: #000;
  font-family: "Sharp Grotesk Book 20", sans-serif;
  font-size: .9rem;
  line-height: 1.3rem;
}

.lottie-animation {
  width: 80%;
  height: 80%;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
}

.human-grid-2 {
  width: 100%;
  height: 100vh;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.right-human-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-legal {
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  padding: 5%;
}

.legal-rich {
  line-height: 1;
}

.first-right-menu-copy {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.button-legal {
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #fff;
  border-radius: 1.25rem;
  padding: .3125rem 1.25rem;
  display: none;
  position: relative;
}

.container-gracias {
  width: 100%;
  height: 100vh;
  background-color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
  position: relative;
}

.form-h2 {
  color: #fff;
  text-align: center;
  font-family: "Sharp Grotesk Medium 25", sans-serif;
}

.lottie-animation-3 {
  width: 25%;
  height: 25%;
}

.text-block {
  color: #fff;
}

.formulario-chilly {
  margin-left: auto;
  margin-right: auto;
}

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

.heading-2 {
  text-align: center;
  font-family: "Sharp Grotesk Book 20", sans-serif;
}

.heading-2.text-color-black {
  color: #000;
}

.container-logos-mobile {
  width: 100%;
  background-color: #000;
  border: .0625rem #000;
  border-bottom: .0625rem solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 5em 0%;
  display: none;
}

.chilly_publication_wrap_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .chilly_menu_two {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3.125rem;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: .625rem;
    padding: 1.25rem;
    display: flex;
    box-shadow: 0 8px 3.125rem rgba(0, 0, 0, .05);
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    max-width: 45.5rem;
  }

  .menu-button {
    padding: 0;
    font-size: 2rem;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #000;
  }

  .chilly_nav_menu_item {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .footer-wrapper {
    height: auto;
  }

  .navbar {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }

  .address-wrap {
    padding-top: 1.5625rem;
  }

  .address-paragraph {
    margin-bottom: 0;
  }

  .first-right-menu {
    display: block;
  }

  .vertical-list {
    display: flex;
  }

  .two-footer-menus {
    display: block;
  }

  .icon {
    color: #fff;
  }

  .grid-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
    display: flex;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: .75rem;
  }

  .chilly_feature_title.chillypills-seo-size._1 {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .chilly_feature_title.chillypills-seo-size._2 {
    width: 100%;
    max-height: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .chilly_features_grid {
    width: auto;
    font-size: .625rem;
  }

  .chilly_features_grid._1 {
    grid-template-columns: 2.5fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .chilly_features_grid._2 {
    width: 100%;
    grid-template-columns: .5fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_1_h1 {
    font-size: 2.6875rem;
  }

  .heading_1_h1.white {
    font-size: 3rem;
    line-height: 4rem;
  }

  .subheadline {
    font-size: 1.125rem;
  }

  .subheadline.white {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 1.125rem;
  }

  .hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }

  .container_paper {
    padding-left: 3em;
    padding-right: 3em;
    font-size: .75rem;
  }

  .container-faq {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-pricing {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-grid {
    grid-column-gap: .75rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2rem;
  }

  .container-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .form-wrap {
    margin: 0;
  }

  .button-wrap-right {
    justify-content: flex-start;
  }

  .chilly_cta_content {
    width: 35%;
  }

  .chilly_cta_content.cta-v3---brix {
    width: 100%;
  }

  .chilly_cta_content.cta-v3---brix._2 {
    padding-left: 0%;
  }

  .chilly_cta_content.cta_portfolio {
    width: 70%;
  }

  .chilly_cta {
    flex-flow: wrap;
  }

  .chilly_cta_title.is-black {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .chilly_ctc_button:hover {
    background-color: #fff;
  }

  .container-2-yellow, .container_methodologyv2 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: .75rem;
  }

  .chilly_methodology_heading {
    width: 100%;
    padding-top: 4vh;
    padding-left: 0;
    padding-right: 0;
  }

  .chilly_pricing_heading {
    width: 70%;
  }

  .accordion_paragraph {
    max-width: 100%;
  }

  .accordeon_item.accordeon_1 {
    margin-bottom: 1.25rem;
  }

  .accordeon_title {
    max-width: 88%;
  }

  .chilly_faq_heading {
    width: 70%;
  }

  .container_methodologyv3 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: .75rem;
  }

  .card-subtitle {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .card-details {
    font-size: 1rem;
  }

  .card-title {
    margin-bottom: 1.25rem;
  }

  .chilly_methodology_stack {
    padding-left: 2%;
    padding-right: 2%;
  }

  .request_info_button.white._1, .request_info_button.white._2, .request_info_button.white._3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider_left {
    width: 60%;
  }

  .container-4 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-cta-2 {
    height: 70vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-portfolio-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }

  .container_showcase_details {
    padding-left: 3em;
    padding-right: 3em;
    font-size: .75rem;
  }

  .image {
    max-width: 45.5rem;
  }

  .strategy_grid {
    grid-template-columns: .75fr 1fr;
  }

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

  .phone1 {
    width: 80%;
  }

  .container_publications {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .publications_grid._2 {
    grid-column-gap: 0rem;
  }

  .chilly_publication._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .video-cover {
    width: 12.5rem;
  }

  .ctc_content_wrapper {
    width: auto;
    display: none;
  }

  .inner-swipe {
    display: none;
  }

  .slider {
    height: auto;
  }

  .logo-wrapper-wide {
    margin-top: 0;
  }

  .chilly_related_logobrand {
    width: 10rem;
  }

  .service-faq-wrapper {
    flex-direction: column;
    display: flex;
  }

  .modal-chilly-lead {
    margin: 0%;
    display: block;
  }

  .accordion-wrapper-2 {
    width: 100%;
  }

  .faq-content-service-wrap {
    padding-left: 0;
  }

  .reviews_heading_2 {
    width: 100%;
  }

  .human-grid {
    height: 100vh;
    flex-direction: column;
    padding: 0 0 2.5rem;
    display: flex;
  }

  .right-human-wrap {
    height: 80vh;
  }

  .left-human-wrap {
    height: 40vh;
    padding: 0;
  }

  .team_paragraph {
    max-width: 100%;
  }

  .right-content-team {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    display: flex;
  }

  .container-influencers {
    height: auto;
  }

  .left-team-wrap {
    height: 100vh;
  }

  .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .link-2:hover {
    color: #eee;
  }

  .team_cta_buttons {
    width: 75%;
  }

  .lottie-animation-2 {
    width: 100%;
    height: 100%;
  }

  .human-grid-2 {
    height: 100vh;
    flex-direction: column;
    padding: 0 0 1rem;
    display: flex;
  }

  .right-human-wrapper {
    height: 80vh;
  }

  .first-right-menu-copy, .button-legal {
    display: none;
  }

  .lottie-animation-3 {
    width: 40%;
    height: 30%;
  }
}

@media screen and (max-width: 767px) {
  .chilly_menu_two {
    border-radius: 1.25rem;
    flex-direction: column;
    padding-bottom: 1.875rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .logo {
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: .625rem;
  }

  .menu-button.w--open {
    color: #000;
  }

  .chilly_nav_menu_item {
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: inline-block;
  }

  .icon {
    color: #000;
  }

  .c-button {
    font-size: 1em;
  }

  .container-2 {
    font-size: .625rem;
  }

  .chilly_feature_title.is--centered {
    width: auto;
  }

  .c-step {
    font-size: .5625rem;
  }

  .chilly_features_grid {
    width: auto;
    height: 75em;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading_1_h1, .heading_1_h1.white {
    font-size: 1.875rem;
  }

  .subheadline, .subheadline.white {
    font-size: 1.0625rem;
  }

  .hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container_paper {
    font-size: .625rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .chilly_cta {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .chilly_cta_button_link {
    padding: .75rem 1.5rem;
    font-size: 1.0625rem;
  }

  .container-2-yellow, .container_methodologyv2 {
    font-size: .625rem;
  }

  .timeline_progress {
    left: .375rem;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 4rem 1fr;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .chilly_methodology_text {
    font-size: 1.25rem;
  }

  .chilly-margin-buttom, .chilly-left-sticky-margin-buttom {
    margin-bottom: 3rem;
  }

  .accordion_paragraph {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
  }

  .accordeon_item.accordeon_1 {
    margin-bottom: 1rem;
    padding: 2rem;
  }

  .accordeon_title {
    max-width: 80%;
    font-size: 1.125rem;
  }

  .accordeon_arrow {
    width: 2.5rem;
    min-height: 2.5rem;
  }

  .container_methodologyv3 {
    font-size: .625rem;
  }

  .slider_left {
    width: 100%;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .hero-portfolio-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container_showcase_details {
    font-size: .625rem;
  }

  .publications_grid._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .chilly_ctc_form_wrapper {
    flex-direction: column;
  }

  .modal-chilly-call {
    max-width: none;
    padding: 2rem;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 28%;
    margin-bottom: 1rem;
  }

  .input_ctc.ctc_large_chily {
    min-height: 4rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
  }

  .dummy-hero-button---brix {
    padding: 1rem 2.125rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .inner-swipe {
    z-index: 1;
    width: 100%;
    height: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-item-wrapper {
    width: 100vw;
    height: 100%;
    border-radius: 0;
  }

  .content-wrapper {
    object-fit: cover;
  }

  .mobile-publications-wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    width: 100vw;
    height: 100%;
    border-radius: 0;
    transform: scale(1);
  }

  .image-2 {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }

  .logo-wrapper-wide {
    width: 30%;
    flex-wrap: wrap;
    margin-top: 1.25rem;
  }

  .modal-chilly-lead {
    max-width: none;
    padding: 2rem;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .team_paragraph {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 479px) {
  .chilly_menu_two {
    z-index: 155;
    box-shadow: none;
    background-color: #fff;
    border-radius: 1.4375rem;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2.55rem 1.45rem;
    display: block;
    position: relative;
  }

  .nav-menu-wrapper {
    width: 100%;
    border: .0625rem #fff;
    flex: 0 auto;
    margin: auto auto 1.875rem;
    padding: 0 .9375rem .9375rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-wrapper {
    position: static;
  }

  .page-wrapper {
    overflow: visible;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo {
    width: 7.5rem;
  }

  .container {
    max-width: none;
    position: static;
  }

  .mobile-margin-top-10 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 999;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .main-wrapper {
    overflow: visible;
  }

  .chilly_nav_menu_item {
    font-family: "Sharp Grotesk Medium 20", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }

  .chilly_contact_menu {
    width: 100%;
    letter-spacing: .2rem;
    border-radius: .375rem;
    margin-top: 1.25rem;
    font-family: "Sharp Grotesk Book 20", sans-serif;
    font-size: .9375rem;
    line-height: 1.59375rem;
  }

  .footer-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    width: 100%;
    display: block;
  }

  .address-wrap {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    display: block;
  }

  .address-paragraph {
    margin-bottom: 0;
  }

  .first-right-menu {
    width: 100%;
    height: 25vh;
    background-color: rgba(0, 0, 0, 0);
  }

  .two-footer-menus {
    flex-direction: column;
    margin-top: 0;
    display: none;
  }

  .icon {
    color: #000;
    font-size: 2rem;
  }

  .grid-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button {
    letter-spacing: 0;
    font-family: "Sharp Grotesk Book 20", sans-serif;
  }

  .footer_buttons {
    grid-row-gap: .9375rem;
    text-align: center;
    flex-direction: column;
  }

  .chilly_nav_items {
    grid-row-gap: .9375rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-2 {
    padding: 13rem 2rem 0;
  }

  .chilly_feature_title.is--centered {
    width: auto;
    text-align: center;
    align-items: center;
    font-size: .5625rem;
  }

  .chilly_feature_title.chillypills-seo-size {
    width: auto;
    max-height: none;
    padding: 0%;
  }

  .chilly_feature_title.chillypills-seo-size._1, .chilly_feature_title.chillypills-seo-size._2 {
    padding: 1.5rem 0 0;
  }

  .c-step__img {
    width: auto;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .c-underline {
    left: 5em;
  }

  .c-paragraph {
    font-size: 1.25em;
  }

  .c-paragraph._1 {
    font-size: .9375rem;
    line-height: 1.19563rem;
  }

  .c-paragraph._2 {
    text-align: left;
    font-size: .9375rem;
    line-height: 1.19563rem;
  }

  .c-step__content--text {
    width: auto;
  }

  .c-badge.is--step.is--hidden {
    display: none;
  }

  .c-step__content--wrapper {
    flex-direction: column;
    align-items: center;
  }

  .c-step {
    width: auto;
    max-height: none;
    min-height: 16em;
  }

  .section {
    overflow: hidden;
  }

  .section._1 {
    width: 100%;
    overflow: visible;
  }

  .chilly_features_grid {
    height: auto;
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .chilly_features_grid._1 {
    flex-direction: column;
  }

  .chilly_features_grid._2 {
    flex-direction: column-reverse;
  }

  .heading_section_2 {
    text-align: left;
    font-size: 1.5rem;
  }

  .heading_1_h1 {
    text-align: center;
    font-size: 2.0625rem;
    line-height: 1.4em;
  }

  .heading_1_h1.white {
    font-size: 2.5rem;
    line-height: 3.0525rem;
  }

  .subheadline {
    text-align: center;
    margin-bottom: .625rem;
    font-size: 1rem;
  }

  .subheadline.white {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1rem;
  }

  .hero {
    margin-top: -10vh;
  }

  .container_paper {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .container-faq {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-pricing {
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container-form {
    max-width: none;
    flex-direction: column-reverse;
    padding: 0;
    display: flex;
  }

  .form-wrap {
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-wrap-right {
    justify-content: center;
  }

  .submit-button {
    border-radius: .875rem;
    padding: 1rem 1.5rem;
  }

  .container-cta {
    max-width: none;
    padding: 0 0%;
  }

  .chilly_cta_content {
    width: 100%;
  }

  .chilly_cta_content.cta-v3---brix {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .chilly_cta_content.cta-v3---brix._2 {
    width: 100%;
  }

  .chilly_cta_content.cta_portfolio {
    width: 100%;
    flex-direction: column;
  }

  .chilly_cta {
    padding: 0 2rem 2.5rem;
  }

  .chilly_cta_paragraph {
    margin-bottom: 2.5rem;
  }

  .chilly_cta_button_link {
    width: 100%;
    border-radius: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.0625rem;
    display: block;
  }

  .chilly_cta_title {
    color: #fff;
    margin-bottom: 2.5rem;
    font-family: "Sharp Grotesk Medium 25", sans-serif;
    font-size: 1.5625rem;
    line-height: 1.9925rem;
  }

  .chilly_cta_title.is-black {
    font-size: 1.5625rem;
    line-height: 1.99rem;
  }

  .chilly_cta_title.popup-1-illustration---brix {
    width: 100%;
    max-width: 100%;
  }

  .chilly_ctc_button {
    display: block;
  }

  .container-reviews {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .paragraph-opinions {
    font-size: .9375rem;
    line-height: 1.19563rem;
  }

  .container-2-yellow {
    padding: 3rem 2rem;
  }

  .contact_right {
    padding: 3rem 2rem 0;
  }

  .container_methodologyv2 {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .methodpricing_heading {
    text-align: left;
    font-size: 1.5625rem;
    line-height: 1.9925rem;
  }

  .timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .margin-bottom-medium, .margin-buttom-medium-right {
    margin-bottom: 1.5rem;
  }

  .chilly_methodology_heading {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-heading-methodpricing-paragraph {
    color: #000;
    text-align: left;
    font-size: .9375rem;
  }

  .chilly_pricing_heading {
    width: 100%;
  }

  .accordion_paragraph {
    max-width: 100%;
  }

  .chilly_accordion_trigger {
    flex-direction: row;
  }

  .accordeon_title {
    max-width: 100%;
    padding-right: .625rem;
    font-family: "Sharp Grotesk Medium 25", sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .accordeon_arrow {
    background-color: #f5e663;
    margin-left: 0%;
  }

  .chilly_faq_heading {
    width: 100%;
  }

  .container-stories {
    margin-top: -40vh;
    display: block;
  }

  .heading_section_2-copy {
    text-align: left;
  }

  .marquee-horizontal-large {
    height: 70vh;
    padding-top: 0;
  }

  .flex-horizontal {
    flex-direction: row;
    align-items: center;
  }

  .flex-vertical {
    padding-top: 0;
  }

  .icon-container-alt {
    width: 9.375rem;
    height: 18.75rem;
  }

  .icon-container-alt-2 {
    width: 9.375rem;
    height: 18.75rem;
    margin-top: 6.25rem;
  }

  .icon-container-alt-3 {
    width: 9.375rem;
    height: 18.75rem;
  }

  .icon-container-alt-4 {
    width: 9.375rem;
    height: 18.75rem;
    margin-top: 6.25rem;
  }

  .icon-container-alt-5 {
    width: 9.375rem;
    height: 18.75rem;
    overflow: hidden;
  }

  .icon-container-alt-6 {
    width: 9.375rem;
    height: 18.75rem;
    margin-top: 6.25rem;
  }

  .home_head_bgvideo {
    position: absolute;
  }

  .container_methodologyv3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .chilly-methodology-card._1 {
    top: auto;
  }

  .chilly_cards_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .chilly_wrap_card {
    margin-bottom: 2.5rem;
    padding: 2rem;
  }

  .chilly_wrap_card._1, .chilly_wrap_card._2, .chilly_wrap_card._3, .chilly_wrap_card._4 {
    flex-direction: column;
  }

  .card-subtitle {
    font-size: 1.25rem;
    line-height: 1em;
  }

  .card-details {
    padding-left: 0%;
    padding-right: 0%;
    font-size: .9375rem;
    line-height: 1.19563rem;
  }

  .card-title {
    margin-bottom: 1.25rem;
    font-size: 2.5em;
  }

  .chilly_methodology_stack {
    height: 100%;
    margin-top: 3rem;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .card_left, .card-right {
    width: 100%;
  }

  .request_info_button {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }

  .request_info_button.white {
    color: #fff;
    background-color: #000;
    border: .0625rem solid #fff;
  }

  .request_info_button.white:hover {
    color: #000;
    background-color: #fff;
  }

  .request_info_button.white._1 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .request_info_button.white._1.portfolio {
    margin-right: 0;
  }

  .request_info_button.white._2, .request_info_button.white._3 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .container-pricing-reviews {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .arrows {
    z-index: 999;
  }

  .swiper-slide.is-content {
    padding-right: 0;
  }

  .swiper.is-photos {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_right {
    padding-bottom: 0;
  }

  .slider_info-middle {
    align-items: flex-start;
  }

  .slider_info-text {
    font-size: .9375rem;
  }

  .container-cta-2 {
    height: auto;
    max-width: none;
    padding: 2rem 0;
  }

  .grid_strategy {
    height: 100%;
    flex-direction: column-reverse;
    display: flex;
  }

  .cta_image {
    height: 40vh;
    background-image: none;
    padding: 0;
  }

  .request_budget {
    width: 100%;
  }

  .heading_right.stroke-chilly-contact, .heading_right.stroke-chilly-contact-v2 {
    font-size: 2rem;
  }

  .chilly-phone._2, .chilly-phone._1 {
    height: 50vh;
  }

  .hero_logo_brand {
    width: 70%;
    height: 20vh;
  }

  .chilly_portfolio_showcase_details {
    flex-direction: column;
    display: flex;
  }

  .heading {
    font-size: 1.5625rem;
  }

  .container_showcase_details {
    padding: 3.5rem 2.2em;
  }

  .image {
    height: 25vh;
    max-width: none;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .strategy_grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .phone-wrapper {
    position: relative;
  }

  .strategy_wrapper {
    padding: 2rem 0;
  }

  .phone1 {
    width: 100%;
    height: 50vh;
  }

  .container_publications {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .publications_grid {
    flex-direction: column;
    display: flex;
  }

  .publications_grid._2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .chilly_publication._2 {
    height: 100%;
    padding: 1.5rem 2.2rem;
  }

  .cta2_paragraph {
    font-size: .9375rem;
    line-height: 1.25rem;
  }

  .video-cover {
    width: 20rem;
    height: auto;
  }

  .cms_video {
    height: 60vh;
  }

  .container_showcase_related {
    height: auto;
  }

  .related_wrap._1 {
    height: 30vh;
  }

  .chilly_ctc_form_wrapper {
    justify-content: center;
    align-items: center;
  }

  .ctc_content_wrapper {
    border-radius: 1.5rem;
    display: block;
  }

  .modal-chilly-call {
    margin: 1.5rem;
    padding: 2rem;
    display: none;
    top: 5vh;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 40%;
  }

  .input_ctc.ctc_large_chily {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .dummy-hero-button---brix {
    padding: .9375rem 2.125rem 1rem;
  }

  .heading-cta-modal {
    text-align: center;
    font-size: 1.5rem;
  }

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

  .close_ctc {
    top: 2%;
  }

  .emoji_ctc {
    width: 4rem;
    height: 4rem;
  }

  .container_publications_mobile {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .inner-swipe {
    position: absolute;
  }

  .slide-item-wrapper {
    width: 100vw;
  }

  .slide-item-wrapper._2 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    left: 0;
  }

  .mobile-publications-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .image-2 {
    width: 100%;
    object-fit: contain;
    padding: 0 2.1rem;
  }

  .slide-next.mobile-next {
    background-color: rgba(0, 0, 0, 0);
  }

  .slide-container {
    height: 50vh;
  }

  .slide-container._1 {
    height: 70vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .slide-container._2 {
    height: 75vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .html-embed-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-logos {
    max-width: none;
    padding: 3em 0%;
    display: none;
    overflow: visible;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .service-faq-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal-chilly-lead {
    margin: 1.5rem;
    padding: 2rem 1.5rem;
    display: none;
    top: 5vh;
  }

  .accordion-item-2 {
    padding: 1.25rem;
  }

  .accordion-heading {
    margin-left: .625rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .services_heading {
    text-align: left;
    font-size: 1.5625rem;
    line-height: 1.9925rem;
  }

  .service-paragraph {
    font-size: .9375rem;
    line-height: 1.19563rem;
  }

  .faq-content-service-wrap {
    padding: 0;
  }

  .contact-button {
    width: 80%;
    font-size: .9375rem;
    line-height: 1.19563rem;
  }

  .faq-services-paragraph-content {
    margin-top: 1.25rem;
  }

  .reviews_heading_2 {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .container-human {
    height: auto;
    max-width: none;
    padding: 0 0%;
  }

  .human-grid {
    height: auto;
    min-height: 110vh;
    padding-left: 0;
    padding-right: 0;
  }

  .right-human-wrap {
    height: 100%;
  }

  .left-human-wrap {
    height: auto;
    align-items: center;
    padding: 0;
  }

  .heading_team {
    font-size: 1.3rem;
  }

  .team_paragraph {
    max-width: 100%;
    font-size: .9375rem;
    line-height: 1.19563;
  }

  .right-content-team {
    padding: 2rem;
  }

  .container-influencers {
    height: auto;
    max-width: none;
    padding: 0 0%;
  }

  .heading_influencers_h2 {
    font-size: 1.3rem;
  }

  .left-team-wrap {
    height: 30vh;
    padding: 0;
  }

  .team_image {
    height: 50vh;
  }

  .cta2_image {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .influeners_phone {
    height: 30vh;
  }

  .emoji_wteps_wrap {
    position: relative;
  }

  .emoji_c {
    width: 3.125rem;
    height: 3.125rem;
    margin-top: .5rem;
    margin-bottom: .675rem;
    position: relative;
    top: 0;
    left: 0;
  }

  .team_cta_buttons {
    width: 100%;
    flex-direction: column;
  }

  .emoji-new._7 {
    top: auto;
    left: auto;
  }

  .lottie-animation-2 {
    width: 80%;
    height: 80%;
  }

  .human-grid-2 {
    height: 115vh;
    padding-left: 0;
    padding-right: 0;
  }

  .right-human-wrapper {
    height: 100%;
  }

  .button-legal {
    letter-spacing: 0;
    font-family: "Sharp Grotesk Book 20", sans-serif;
    display: block;
  }

  .form-h2 {
    font-size: 1rem;
  }

  .lottie-animation-3 {
    width: 90%;
    height: 20%;
  }

  .container-logos-mobile {
    max-width: none;
    padding: 3em 0%;
    display: block;
    overflow: visible;
  }

  .chilly_publication_wrap_mobile {
    display: block;
  }
}

#w-node-_77bb4b12-0c21-d996-bc78-bf42ddd618da-0be9a931, #w-node-_0d8936fc-2dc5-69cc-553b-bc10e47d1f7d-0be9a931, #w-node-_62e5c31b-39f6-2a38-9ad9-0e067af5e135-0be9a931, #w-node-_26c63144-9773-6fa7-291a-ae609393705d-0be9a931, #w-node-_0e6aa318-f2b0-512f-af2a-ef6164ab5081-0be9a931, #w-node-_2456a696-dc5b-c59d-0075-08d6cc9850c5-0be9a931, #w-node-c4799b19-dd22-7cee-6b08-1e07e58a3e86-0be9a931, #w-node-c4799b19-dd22-7cee-6b08-1e07e58a3e87-0be9a931 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74988011-a9f4-82a3-c40d-e1ee23480e6d-23480e6b {
  align-self: start;
}

#w-node-_74988011-a9f4-82a3-c40d-e1ee23480e77-23480e6b, #w-node-_74988011-a9f4-82a3-c40d-e1ee23480e81-23480e6b, #w-node-_6134f690-d168-d73a-2787-c5d6e3cce586-3e874cf2, #w-node-_5837fe49-f469-20b4-bc59-c8446981fb7d-3e874cf2, #w-node-_00081029-d3a4-b3d4-1738-ee7bc0fc2ced-3e874cf2, #w-node-_90245b20-a8f4-4e23-ff02-003ddbc14c97-3e874cf2, #w-node-_2cd1ba72-33a0-2b46-d4fb-fac9b3b01dba-3e874cf2, #w-node-b421a415-ab94-dc8d-4187-eb2c755a3b66-3e874cf2, #w-node-b421a415-ab94-dc8d-4187-eb2c755a3b68-3e874cf2, #w-node-b421a415-ab94-dc8d-4187-eb2c755a3b6a-3e874cf2, #w-node-b421a415-ab94-dc8d-4187-eb2c755a3b6d-3e874cf2, #w-node-b421a415-ab94-dc8d-4187-eb2c755a3b70-3e874cf2, #w-node-b421a415-ab94-dc8d-4187-eb2c755a3b73-3e874cf2, #w-node-_68a34494-050e-c924-2b1c-f3e775ed15eb-3e874cf2, #w-node-_68a34494-050e-c924-2b1c-f3e775ed15ed-3e874cf2, #w-node-_68a34494-050e-c924-2b1c-f3e775ed15e9-3e874cf2, #w-node-_09f68144-08ff-e3be-8ea9-5a0d76bda0ac-3e874cf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1e6bd43b-5eb0-5517-f72f-467f790cd801-0be9a931 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1e6bd43b-5eb0-5517-f72f-467f790cd804-0be9a931 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1e6bd43b-5eb0-5517-f72f-467f790cd806-0be9a931 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_574be263-3a2f-5d69-067c-2b65a3631876-0be9a931 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_574be263-3a2f-5d69-067c-2b65a3631879-0be9a931 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d4978bdd-a243-c1b9-f3d8-479305a6ac59-0be9a931 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d4978bdd-a243-c1b9-f3d8-479305a6ac5a-0be9a931 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d4978bdd-a243-c1b9-f3d8-479305a6ac5c-0be9a931 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35793dcc-28f0-489d-49e5-1277b3c95acc-0be9a931 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_35793dcc-28f0-489d-49e5-1277b3c95acf-0be9a931 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f1f0f636-519f-4f36-0cfb-e3118394e955-0be9a931 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f1f0f636-519f-4f36-0cfb-e3118394e956-0be9a931 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f1f0f636-519f-4f36-0cfb-e3118394e958-0be9a931 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sharp Grotesk Book 20';
  src: url('../fonts/sharpgroteskbook20-regular.woff2') format('woff2'), url('../fonts/sharpgroteskbook20-regular.eot') format('embedded-opentype'), url('../fonts/sharpgroteskbook20-regular.woff') format('woff'), url('../fonts/sharpgroteskbook20-regular.ttf') format('truetype'), url('../fonts/sharpgroteskbook20-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk Medium 20';
  src: url('../fonts/sharpgroteskmedium20-regular.woff2') format('woff2'), url('../fonts/sharpgroteskmedium20-regular.eot') format('embedded-opentype'), url('../fonts/sharpgroteskmedium20-regular.woff') format('woff'), url('../fonts/sharpgroteskmedium20-regular.ttf') format('truetype'), url('../fonts/sharpgroteskmedium20-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk Medium 25';
  src: url('../fonts/sharpgroteskmedium25-regular.woff2') format('woff2'), url('../fonts/sharpgroteskmedium25-regular.eot') format('embedded-opentype'), url('../fonts/sharpgroteskmedium25-regular.woff') format('woff'), url('../fonts/sharpgroteskmedium25-regular.ttf') format('truetype'), url('../fonts/sharpgroteskmedium25-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk SmBold 20';
  src: url('../fonts/sharpgrotesksmbold20-regular.woff2') format('woff2'), url('../fonts/sharpgrotesksmbold20-regular.eot') format('embedded-opentype'), url('../fonts/sharpgrotesksmbold20-regular.woff') format('woff'), url('../fonts/sharpgrotesksmbold20-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk Smbold 20';
  src: url('../fonts/sharpgrotesksmbold20-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}