/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/main.scss ***!
  \***********************************************************************************************************************************************************************************/
/* -------------------------------------------*\
    1. Breakpoints
\*------------------------------------------- */
/* Primary color */
/* Secondary color */
/* Black color */
/* Auxiliar color */
/* Primary variables */
/* Secondary variables */
/* Black variables */
/* Auxiliar color */
/* -------------------------------------------*\
  1. Responsive
\*------------------------------------------- */
/* -------------------------------------------*\
    2. Layout
\*------------------------------------------- */
/* -------------------------------------------*\
    3. A11
\*------------------------------------------- */
/* -------------------------------------------*\
    4. Utils functions
\*------------------------------------------- */
/* -------------------------------------------*\
    5. Divider
\*------------------------------------------- */
.lock-scroll {
  overflow: hidden;
  touch-action: none;
}

/* -------------------------------------------*\
  1. Loading Fonts
\*------------------------------------------- */
/* Tobias Regular */
@font-face {
  font-display: swap;
  font-family: "Tobias";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/tobias/tobias-regular.woff2) format("woff2"), url(../fonts/tobias/tobias-regular.woff) format("woff");
  text-rendering: optimizelegibility;
}
/* Tobias Semi-bold */
@font-face {
  font-display: swap;
  font-family: "Tobias";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/tobias/tobias-semibold.woff2) format("woff2"), url(../fonts/tobias/tobias-semibold.woff) format("woff");
  text-rendering: optimizelegibility;
}
/* Tobias Bold */
@font-face {
  font-display: swap;
  font-family: "Tobias";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/tobias/tobias-bold.woff2) format("woff2"), url(../fonts/tobias/tobias-bold.woff) format("woff");
  text-rendering: optimizelegibility;
}
/* -------------------------------------------*\
  2. Font Family
\*------------------------------------------- */
/* -------------------------------------------*\
  3. Fundations
\*------------------------------------------- */
.video-text__title, .slide-product__subtitle-text, textarea::placeholder, textarea, input::placeholder, input, h4, h3, h2, .link {
  color: #1d1d1b;
  font-style: normal;
}

.video-text__text p, .slide-product__invima p, .slide-product__description p, .card__description p, .question__body li, .question__body p, .button, p {
  color: #4a4a49;
  font-style: normal;
}

.video-text__title, .slide-product__subtitle-text, textarea::placeholder, textarea, input::placeholder, input, h4, h3, h2, .link {
  font-family: "Tobias", arial, helvetica, sans-serif;
}

.video-text__text p, .slide-product__invima p, .slide-product__description p, .card__description p, .question__body li, .question__body p, .button, p {
  font-family: "Monserrat", sans-serif, arial;
}

.video-text__text p, .slide-product__description p, .slide-product__subtitle-text, .card__description p, .question__body li, .question__body p, .button, p {
  font-weight: 300;
}

.video-text__title, .slide-product__invima p, textarea::placeholder, textarea, input::placeholder, input, h4, h3, h2, .link {
  font-weight: 400;
}

.link {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media only screen and (min-width: 600px) {
  .link {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
}

h2 {
  color: #2C2824;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2.375rem;
}

h3 {
  color: #2C2824;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.875rem;
}

h4 {
  color: #2C2824;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}

p {
  color: #686866;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media only screen and (min-width: 600px) {
  p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.625rem;
  }
}

b {
  color: #1d1d1b;
  opacity: 0.82;
}

/* -------------------------------------------*\
  1. Layout
\*------------------------------------------- */
.main {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
}

.container {
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .container {
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  width: 100vw;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
}

a {
  position: relative;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
a::before {
  background: currentcolor;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.3s;
  width: 100%;
}
a:focus-visible {
  outline: 1px solid #e8e8e8;
  outline-offset: 0.5rem;
}
a:hover {
  color: #1d1d1b;
  cursor: pointer;
}
a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}

input {
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #a6998e;
  padding: 1rem 0.75rem;
  position: relative;
  transition: color 0.2s ease-in-out;
  width: 100%;
  color: #2C2824;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
input::placeholder {
  color: #2C2824;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #81766e;
  transition: color 0.2s ease-in-out;
}
input:hover, input:focus-visible {
  cursor: text;
  outline: none;
}
input:hover::placeholder, input:focus-visible::placeholder {
  color: #4a4a49;
}

textarea {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 2rem;
  transition: border 0.2s ease-in-out;
  width: 100%;
  color: #2C2824;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
textarea::placeholder {
  color: #2C2824;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #81766e;
  transition: color 0.2s ease-in-out;
}
textarea:hover, textarea:focus-visible {
  border-color: #1d1d1b;
  cursor: text;
  outline: none;
}
textarea:hover::placeholder, textarea:focus-visible::placeholder {
  color: #4a4a49;
}

.button {
  color: #1d1d1b;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  opacity: 0.8;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button--dark {
  background-color: black;
  color: rgba(255, 255, 255, 0.9);
}
.button--dark:hover, .button--dark:focus-visible {
  color: white;
  cursor: pointer;
}
.button--dark:focus-visible {
  outline: 1px solid rgba(29, 29, 27, 0.2);
  outline-offset: 0.5rem;
}

.button-icon {
  align-items: center;
  appearance: none;
  aspect-ratio: 1/1;
  background: unset;
  border: none;
  border-radius: 0.25rem;
  display: flex;
  height: fit-content;
  justify-content: center;
  padding: 0.25rem;
  transition: fill 0.1s ease-in-out;
}
.button-icon:hover {
  cursor: pointer;
}
.button-icon__icon {
  height: 1.625rem;
  width: 1.625rem;
}
.button-icon--light .button-icon__icon {
  fill: #e8e8e8;
}
.button-icon--light:hover, .button-icon--light:focus-visible {
  fill: #fff;
}
.button-icon--light:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.2);
}
.button-icon--dark .button-icon__icon {
  fill: #4a4a49;
}
.button-icon--dark:hover, .button-icon--dark:focus-visible {
  fill: #1d1d1b;
}
.button-icon--dark:focus-visible {
  outline: 2px solid rgba(29, 29, 27, 0.2);
}

.link--dark {
  color: #4a4a49;
}
.link--light {
  color: #e8e8e8;
}
.link--light:hover, .link--light:focus-visible {
  color: #fff;
}
.link--light:focus-visible {
  outline-color: rgba(255, 255, 255, 0.2);
}

.question {
  border-top: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0.75rem;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
.question::before {
  background: currentcolor;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -1px;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.3s;
  width: 100%;
}
.question:hover, .question:focus-visible {
  background-color: rgba(232, 232, 232, 0.2);
  cursor: pointer;
  outline: none;
}
.question:hover::before, .question:focus-visible::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}
.question__container {
  display: flex;
  flex-direction: column;
}
.question__header {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5rem;
  justify-content: space-between;
}
.question__icon {
  aspect-ratio: 1/1;
  fill: #1d1d1b;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  transition: transform 0.3s ease-in-out;
  width: 1.5rem;
}
.question__body {
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.question__body p {
  color: #1d1d1b;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  opacity: 0.8;
}
.question__body ul {
  margin-top: 0.75rem;
}
.question__body li {
  color: #1d1d1b;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  opacity: 0.8;
  list-style: inside;
  margin-top: 0.125rem;
}
.question__spacer {
  height: 1rem;
}
.question--open .question__icon {
  transform: rotate(180deg);
}

.footer-icon {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: rgba(232, 232, 232, 0.86);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .footer-icon {
    padding: 0.25rem;
  }
}
.footer-icon:hover, .footer-icon:focus-visible {
  background-color: #fff;
}
.footer-icon:focus-visible {
  outline-color: rgba(232, 232, 232, 0.6);
}
.footer-icon__icon {
  height: 2rem;
  width: 2rem;
}
@media only screen and (min-width: 600px) {
  .footer-icon__icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.card {
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.125rem;
  padding: 2rem;
}
.card__description p {
  color: #1d1d1b;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  opacity: 0.8;
}

.slide-product {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .slide-product {
    align-items: flex-end;
    flex-flow: row nowrap;
  }
}
.slide-product__content {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .slide-product__content {
    align-items: flex-start;
    padding-bottom: 4.25rem;
  }
}
.slide-product__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media only screen and (min-width: 600px) {
  .slide-product__header {
    align-items: flex-start;
  }
}
.slide-product__subtitle {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 600px) {
  .slide-product__subtitle {
    align-items: baseline;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.slide-product__subtitle-text {
  color: #686866;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .slide-product__subtitle-text {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.625rem;
  }
}
.slide-product__image {
  aspect-ratio: 9/16;
  height: auto;
  width: 15rem;
}
@media only screen and (min-width: 600px) {
  .slide-product__image {
    aspect-ratio: 9/16;
    height: auto;
    width: 19.125rem;
  }
}
.slide-product__description p {
  max-width: 22ch;
  text-align: center;
  text-wrap: balance;
  color: #1d1d1b;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  opacity: 0.8;
}
@media only screen and (min-width: 600px) {
  .slide-product__description p {
    text-align: start;
  }
}
.slide-product__invima p {
  color: #1d1d1b;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.125rem;
  opacity: 0.8;
  opacity: 0.6;
}
@media only screen and (min-width: 600px) {
  .slide-product__invima p {
    margin-top: -0.25rem;
  }
}

.slide-dot {
  appearance: none;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: 1px solid #b9b9b8;
  border-radius: 100%;
  height: 1rem;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 1rem;
}
@media only screen and (min-width: 1024px) {
  .slide-dot {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.slide-dot:hover, .slide-dot:focus-visible {
  background-color: rgba(152, 188, 248, 0.4);
  border-color: #98bcf8;
  cursor: pointer;
  outline: 1px solid #e8e8e8;
  outline-offset: 2px;
}
.slide-dot--active {
  background-color: #e8e8e8;
  border-color: #1d1d1b;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.form__input-holder {
  position: relative;
}
.form__input-holder small {
  display: none;
}
.form__input-holder::before {
  background: currentcolor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.3s;
  width: 100%;
  z-index: 1;
}
.form__input-holder:hover::before, .form__input-holder:focus-visible::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}
.form__input:hover .form__input-holder::before, .form__input:focus-visible .form__input-holder::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}

.form-message {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .form-message {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.form-message__input-holder small {
  display: none;
}
@media only screen and (min-width: 600px) {
  .form-message__input-holder {
    grid-column: 2/12;
  }
}
.form-message textarea {
  resize: vertical;
}
@media only screen and (min-width: 600px) {
  .form-message textarea {
    min-height: 20rem;
  }
}
.form-message__button {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .form-message__button {
    grid-column: 2/12;
    margin: 0 auto;
    min-width: 15rem;
    width: fit-content;
  }
}

.contact-item {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5rem;
}
.contact-item__icon {
  aspect-ratio: 1/1;
  height: 3.5rem;
  width: 3.5rem;
}
@media only screen and (min-width: 600px) {
  .contact-item__icon {
    height: 4rem;
    min-height: 4rem;
    min-width: 4rem;
    width: 4rem;
  }
}
.contact-item__header {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.375rem;
}
.contact-item__link:focus-visible {
  outline-color: rgba(29, 29, 27, 0.2);
}

.header {
  align-items: center;
  background: #1d1d1b;
  display: flex;
  flex-flow: row nowrap;
  height: 3.75rem;
  justify-content: space-between;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 60;
}
@media only screen and (min-width: 600px) {
  .header {
    height: fit-content;
    padding: 0.5rem 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 0.5rem 3.5rem;
  }
}
.header__logo {
  height: 2.8125rem;
  width: 11.25rem;
}
@media only screen and (min-width: 600px) {
  .header__logo {
    height: 3.4375rem;
    width: 13.75rem;
  }
}
.header__nav {
  display: none;
  flex-flow: row nowrap;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    display: flex;
    gap: 4rem;
  }
}
.header__menu {
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (min-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__mobile-close {
  display: none;
}
.header__nav-mobile {
  background: #fff;
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
  box-shadow: 0 12px 100px 0 rgba(29, 29, 27, 0.12);
  left: 0;
  opacity: 0;
  padding: 1.5rem;
  position: fixed;
  top: 60px;
  transform: translateY(-100%);
  transition: opacity 0.6s ease-out, transform 0.4s ease-out;
  width: 100%;
  z-index: 1;
}
.header__nav-mobile-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  justify-content: center;
}
.header--mobile-menu-active .header__mobile-close {
  display: flex;
}
.header--mobile-menu-active .header__mobile-open {
  display: none;
}
.header__nav-mobile-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header__shadow {
  height: 3.75rem;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .header__shadow {
    height: 4.375rem;
  }
}

.text-image {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  justify-content: center;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  position: relative;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .text-image {
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .text-image {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 600px) {
  .text-image {
    gap: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image {
    display: grid;
    gap: 3.75rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.text-image__description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 600px) {
  .text-image__description {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .text-image__description {
    display: flex;
    flex-direction: column;
    grid-column: 1/6;
  }
}
.text-image__text, .text-image__title {
  grid-column: 2/12;
}
.text-image__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-image__image {
  border-radius: 1.625rem;
  height: fit-content;
  object-fit: fill;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .text-image__image {
    border-radius: 2.875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image__image {
    grid-column: 6/13;
  }
}

.video-text {
  flex-flow: column nowrap;
  padding-top: 1.5rem;
  position: relative;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .video-text {
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .video-text {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 600px) {
  .video-text {
    padding-top: 2.625rem;
  }
}
.video-text__video {
  aspect-ratio: 16/14;
  border-radius: 1.625rem;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .video-text__video {
    aspect-ratio: 21/9;
    border-radius: 2.875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .video-text__video {
    aspect-ratio: 3/1;
  }
}
.video-text__description {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .video-text__description {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-bottom: 2rem;
    padding-top: 1.5rem;
  }
}
.video-text__title {
  color: #2C2824;
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  line-height: 2rem;
  align-items: center;
  color: #1d1d1b;
  display: flex;
  margin-top: 2rem;
  opacity: 0.9;
  text-wrap: balance;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .video-text__title {
    font-size: 2.25rem;
    letter-spacing: -0.5px;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 600px) {
  .video-text__title {
    justify-content: center;
    text-align: center;
  }
}
.video-text__text {
  display: flex;
  grid-column: 2/12;
}
.video-text__text p {
  color: #1d1d1b;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.625rem;
  color: #4a4a49;
}
@media only screen and (min-width: 1024px) {
  .video-text__text p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 600px) {
  .video-text__text p {
    text-align: center;
  }
}

.faq {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .faq {
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .faq {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.faq__title {
  max-width: 20ch;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .faq__questions {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .faq__questions {
    display: grid;
    gap: 3.75rem;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
}
.faq__question {
  grid-column: 2/12;
}

.footer {
  align-items: center;
  background: #1d1d1b;
  display: flex;
  flex-flow: column nowrap;
  gap: 2.875rem;
  padding: 3rem 1.5rem;
  position: relative;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .footer {
    flex-flow: column nowrap;
    height: fit-content;
    justify-content: space-between;
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    flex-flow: row nowrap;
    padding: 2rem 3.5rem;
  }
}
.footer__legal {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.125rem;
}
@media only screen and (min-width: 600px) {
  .footer__legal {
    flex-flow: row wrap;
    gap: 1.5rem;
  }
}
.footer__link {
  font-size: 1rem;
  text-align: center;
}
.footer__social {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .footer__social {
    flex-flow: row nowrap;
  }
}
.footer__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 32ch;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__description {
    text-align: start;
  }
}
.footer__networks {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}
.footer__icon::before {
  content: unset;
}
.footer__logo {
  height: auto;
  width: 180px;
}

.slider-infinite {
  background-color: #ead7c8;
  margin-top: 5rem;
  padding-bottom: 3.5rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
}
.slider-infinite__main {
  flex-flow: column nowrap;
  gap: 3rem;
  padding-bottom: 3.5rem;
  position: relative;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .slider-infinite__main {
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-infinite__main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.slider-infinite__row {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}
@media only screen and (min-width: 600px) {
  .slider-infinite__row {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.slider-infinite__content {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .slider-infinite__content {
    grid-column: 6/12;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .slider-infinite__content {
    grid-column: 2/12;
  }
}
.slider-infinite__header {
  display: flex;
  flex-direction: column;
}
.slider-infinite__title {
  text-wrap: balance;
}
.slider-infinite__description p {
  color: #625a54;
  text-wrap: balance;
}
.slider-infinite__subtitle {
  color: #625a54;
}
.slider-infinite__image-container {
  display: flex;
  justify-content: center;
  margin-top: -5rem;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .slider-infinite__image-container {
    grid-column: 1/6;
    max-height: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__image-container {
    grid-column: 2/6;
    max-height: 28.75rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .slider-infinite__image-container {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 600px) {
  .slider-infinite__image-container img {
    width: 76%;
  }
}
.slider-infinite__image {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .slider-infinite__image {
    object-fit: contain;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__image {
    object-fit: cover;
    object-position: top left;
  }
}
.slider-infinite__shadow {
  background: linear-gradient(to bottom, transparent, #ead7c8);
  bottom: -0.0625rem;
  height: 50%;
  position: absolute;
  width: 100%;
}
.slider-infinite__cards-holder {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: clip;
  padding: 0 1.5rem;
  position: relative;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .slider-infinite__cards-holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    padding: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__cards-holder {
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    margin-top: -5.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1110px) {
  .slider-infinite__cards-holder {
    margin-top: -1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__cards-holder::before {
    background: linear-gradient(to left, transparent 0%, rgba(234, 215, 200, 0.5) 50%, #ead7c8);
    content: "";
    height: 101%;
    left: -2px;
    position: absolute;
    width: 100px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__cards-holder::after {
    background: linear-gradient(to right, transparent 0%, rgba(234, 215, 200, 0.5) 50%, #ead7c8);
    content: "";
    height: 101%;
    position: absolute;
    right: -2px;
    width: 200px;
    z-index: 2;
  }
}
.slider-infinite__cards-holder:hover .slider-infinite__cards {
  animation-play-state: paused;
}
.slider-infinite__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .slider-infinite__cards {
    grid-column: 2/12;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__cards {
    align-items: stretch;
    animation: scrolling 32s linear infinite;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-right: 1.5rem;
    position: relative;
    scrollbar-width: none;
    will-change: transform;
    z-index: 1;
  }
  .slider-infinite__cards::-webkit-scrollbar {
    display: none;
  }
}
.slider-infinite__cards-copy {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__cards-copy {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-infinite__card {
    min-width: 36.25rem;
    scroll-snap-align: start;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slider-product {
  align-items: center;
  flex-direction: column;
  padding-block: 3.5rem;
  position: relative;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .slider-product {
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-product {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.slider-product__banner {
  align-items: center;
  background-color: #98bcf8;
  border-radius: 2.875rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem;
  height: 25rem;
  padding: 2.875rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .slider-product__banner {
    align-items: flex-start;
    flex-flow: row nowrap;
    gap: 1.5rem;
    justify-content: center;
  }
}
.slider-product__divider {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.375rem;
  display: none;
  height: 3.25rem;
  width: 0.0875rem;
}
@media only screen and (min-width: 600px) {
  .slider-product__divider {
    display: flex;
  }
}
.slider-product__logo {
  margin-top: 0.125rem;
}
.slider-product__logo-description {
  color: white;
  line-height: 1.25rem;
  max-width: 16ch;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .slider-product__logo-description {
    text-align: start;
  }
}
.slider-product__slider-holder {
  margin-top: -14rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .slider-product__slider-holder {
    margin-top: -17.5rem;
  }
}
.slider-product__slider {
  display: flex;
  flex-flow: row nowrap;
  -ms-overflow-style: none;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.slider-product__slider::-webkit-scrollbar {
  display: none;
}
.slider-product__slide {
  min-width: 100%;
  scroll-snap-align: start;
}
.slider-product__button-left, .slider-product__button-right {
  bottom: 17.5rem;
  position: absolute;
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (min-width: 600px) {
  .slider-product__button-left, .slider-product__button-right {
    bottom: 10rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 820px) {
  .slider-product__button-left, .slider-product__button-right {
    bottom: -1.25rem;
  }
}
.slider-product__button-left:hover, .slider-product__button-left:focus-visible, .slider-product__button-right:hover, .slider-product__button-right:focus-visible {
  background-color: rgba(232, 232, 232, 0.2);
}
.slider-product__button-left:hover .slider-product__button-left-icon,
.slider-product__button-left:hover .slider-product__button-right-icon, .slider-product__button-left:focus-visible .slider-product__button-left-icon,
.slider-product__button-left:focus-visible .slider-product__button-right-icon, .slider-product__button-right:hover .slider-product__button-left-icon,
.slider-product__button-right:hover .slider-product__button-right-icon, .slider-product__button-right:focus-visible .slider-product__button-left-icon,
.slider-product__button-right:focus-visible .slider-product__button-right-icon {
  fill: #1d1d1b !important;
}
.slider-product__button-left-icon, .slider-product__button-right-icon {
  fill: #b9b9b8 !important;
  height: 2rem;
  transition: fill 0.2s ease-in-out;
  width: 2rem;
}
@media only screen and (min-width: 600px) {
  .slider-product__button-left-icon, .slider-product__button-right-icon {
    height: 3rem;
    width: 3rem;
  }
}
.slider-product__button-left {
  left: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .slider-product__button-left {
    left: 7.5rem;
  }
}
.slider-product__button-right {
  right: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .slider-product__button-right {
    right: 7.5rem;
  }
}
.slider-product__dots {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5rem;
  justify-content: center;
  padding: 2rem;
}
@media only screen and (min-width: 1024px) {
  .slider-product__dots {
    padding: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-product__dots {
    gap: 1rem;
  }
}

.contact {
  background-color: #ead7c8;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
}
.contact__container {
  flex-flow: column nowrap;
  padding: 3rem 0 3.5rem;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .contact__container {
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .contact__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 600px) {
  .contact__container {
    padding: 3.5rem 0;
  }
}
.contact__title-container {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 600px) {
  .contact__title-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 780px) {
  .contact__title-container {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 600px) {
  .contact__title {
    grid-column: 7/13;
  }
}
@media only screen and (min-width: 600px) and (max-width: 780px) {
  .contact__title {
    grid-column: 2/12;
  }
}
.contact__contact-and-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 600px) {
  .contact__contact-and-form {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.contact__contact-links {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
@media only screen and (min-width: 600px) {
  .contact__contact-links {
    gap: 2.875rem;
    grid-column: 2/6;
    margin-left: -0.75rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 780px) {
  .contact__contact-links {
    grid-column: 2/12;
  }
}
.contact__form {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 600px) {
  .contact__form {
    grid-column: 7/12;
  }
}
@media only screen and (min-width: 600px) and (max-width: 780px) {
  .contact__form {
    grid-column: 2/12;
  }
}
