@charset "UTF-8";
html {
  --transparent: transparent;
  --pure-white: #fff;
  --white: #f6f6f6;
  --gray-lighter: #eaeaea;
  --gray-light: #aaa;
  --gray-medium: #777;
  --gray-dark: #393939;
  --gray-darker: #2e2e2e;
  --black: #171717;
  --pure-black: #000;
  --red: #ff3838;
  --green: #BAD532;
}

.transparent {
  color: transparent;
}

.bg-transparent {
  background-color: transparent;
}

.pure-white {
  color: #fff;
}

.bg-pure-white {
  background-color: #fff;
}

.white {
  color: #f6f6f6;
}

.bg-white {
  background-color: #f6f6f6;
}

.gray-lighter {
  color: #eaeaea;
}

.bg-gray-lighter {
  background-color: #eaeaea;
}

.gray-light {
  color: #aaa;
}

.bg-gray-light {
  background-color: #aaa;
}

.gray-medium {
  color: #777;
}

.bg-gray-medium {
  background-color: #777;
}

.gray-dark {
  color: #393939;
}

.bg-gray-dark {
  background-color: #393939;
}

.gray-darker {
  color: #2e2e2e;
}

.bg-gray-darker {
  background-color: #2e2e2e;
}

.black {
  color: #171717;
}

.bg-black {
  background-color: #171717;
}

.pure-black {
  color: #000;
}

.bg-pure-black {
  background-color: #000;
}

.red {
  color: #ff3838;
}

.bg-red {
  background-color: #ff3838;
}

.green {
  color: #BAD532;
}

.bg-green {
  background-color: #BAD532;
}

::-webkit-scrollbar {
  width: 0.325rem;
}

::-webkit-scrollbar-track {
  background: #393939;
}

::-webkit-scrollbar-thumb {
  background: #BAD532;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  cursor: grab;
}

.container {
  position: relative;
  z-index: 1;
  padding-left: 0.675rem;
  padding-right: 0.675rem;
  max-width: calc(100% - 0.75rem);
}
@media only screen and (min-width: 421px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    max-width: calc(100vw - 8rem);
  }
}
@media only screen and (min-width: 1401px) {
  .container {
    max-width: calc(100vw - 12rem);
  }
}
@media only screen and (min-width: 1601px) {
  .container {
    max-width: calc(100vw - 25rem);
  }
}
.container .row {
  margin-left: -0.675rem;
  margin-right: -0.675rem;
}
@media only screen and (min-width: 1401px) {
  .container .row {
    margin-left: -1.0125rem;
    margin-right: -1.0125rem;
  }
}
.container .row .col, .container .row .col-1, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-auto, .container .row .col-lg, .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-auto, .container .row .col-md, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-auto, .container .row .col-sm, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-auto, .container .row .col-xl, .container .row .col-xl-1, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-auto {
  padding-left: 0.675rem;
  padding-right: 0.675rem;
}
@media only screen and (min-width: 1401px) {
  .container .row .col, .container .row .col-1, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-auto, .container .row .col-lg, .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-auto, .container .row .col-md, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-auto, .container .row .col-sm, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-auto, .container .row .col-xl, .container .row .col-xl-1, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-auto {
    padding-left: 1.0125rem;
    padding-right: 1.0125rem;
  }
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../assets/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../assets/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../assets/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../assets/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../assets/NeueHaasDisplay-Light.woff2") format("woff2"), url("../assets/NeueHaasDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.font-body {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

.text-16 {
  font-size: 0.75rem;
  line-height: 1.6;
}

.text-18 {
  font-size: 0.85rem;
  line-height: 1.6;
}

.text-20 {
  font-size: 1rem;
  line-height: 1.6;
}

.text-25 {
  font-size: clamp(1.2rem, 2vw, 1.25rem);
  line-height: 1.5;
}

.text-30 {
  font-size: clamp(1.25rem, 2.25vw, 1.5rem);
  line-height: 1.2;
}

.text-40 {
  font-size: clamp(1.5rem, 2.75vw, 2rem);
  line-height: 1.2;
}

.text-60 {
  font-size: clamp(1.75rem, 3.75vw, 3rem);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .text-60 {
    line-height: 1.1;
  }
}

.text-90 {
  font-size: clamp(2rem, 5.25vw, 4.5rem);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .text-90 {
    line-height: 1.1;
  }
}

.hover-underline {
  cursor: pointer;
  --border-color: currentColor;
  --border-width: var(--1px);
  --bottom-distance: 0px;
  display: inline;
  background-image: linear-gradient(var(--border-color), var(--border-color));
  background-size: 0% var(--border-width);
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  background-position: 0 calc(100% - var(--bottom-distance));
  width: fit-content;
}
.hover-underline:hover, .hover-underline:focus, .hover-underline.active {
  background-size: 100% var(--border-width);
}

.hover-underline-white {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  width: fit-content;
}
.hover-underline-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--1px);
  background-color: currentColor;
}
.hover-underline-white:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--1px);
  background-color: #f6f6f6;
  transform: translateX(-100%);
  transition: 0.6s;
}
.hover-underline-white:hover:after {
  transform: translateX(100%);
}

.button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline flex;
  gap: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  width: fit-content;
}
@media only screen and (min-width: 576px) {
  .button {
    padding: 1rem 2rem;
  }
}
.button > svg {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.button--green {
  background-color: #BAD532;
  color: #171717;
}
.button--green:hover, .button--green:focus-visible {
  background-color: #171717;
  color: #f6f6f6;
}
.button--hollow {
  border: var(--1px) solid #171717;
  color: #171717;
}
.button--hollow:hover, .button--hollow:focus-visible {
  background-color: #171717;
  color: #fff;
}
.button__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: opacity 0.1s ease-in-out;
}
.button__text > svg {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.button__loader {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.button__loader svg {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
}

.form-line {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-line.error .line-wrapper .input {
  border-color: #ff3838;
}
.form-line.error label.error {
  position: absolute;
  z-index: 2;
  bottom: -0.325rem;
  right: 0.25rem;
  color: #f6f6f6;
  background-color: #ff3838;
  font-size: 0.575rem;
  line-height: 1;
  padding: 0.25rem 0.375rem;
  border-radius: 0.175rem;
}
.form-line .line-wrapper {
  position: relative;
  display: block;
}
.form-line .line-wrapper .input {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  border: var(--1px) solid transparent;
  padding: 1rem 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
}
.form-line .line-wrapper .input:-webkit-autofill, .form-line .line-wrapper .input:-webkit-autofill:active, .form-line .line-wrapper .input:-webkit-autofill:focus, .form-line .line-wrapper .input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
}
.form-line .line-wrapper .input.select {
  cursor: pointer;
  padding: 1.25rem 1.25rem;
  text-overflow: ellipsis;
}
.form-line .line-wrapper .input.textarea {
  min-height: 9rem;
  height: 9rem;
  resize: vertical;
}
@media only screen and (min-width: 993px) {
  .form-line .line-wrapper .input.textarea {
    min-height: 5rem;
    height: 18vh;
  }
}
.form-line .line-wrapper .input[type=number] {
  appearance: none;
}
.form-line .line-wrapper .input[type=number]::-webkit-outer-spin-button, .form-line .line-wrapper .input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-line .line-wrapper .input::placeholder {
  opacity: 1;
  color: black;
}
.form-line .line-wrapper .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0.5;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-line input[type=submit] {
  display: none;
}

.form-validate.sending .submit {
  pointer-events: none;
}
.form-validate.sending .submit span.button__text {
  opacity: 0;
}
.form-validate.sending .submit span.button__loader {
  opacity: 1;
}
.form-validate.sending .submit span.button__loader svg {
  animation: rotation 0.5s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes sliding {
  from {
    transform: none;
  }
  to {
    transform: translateY(15rem);
  }
}
@keyframes blur {
  0% {
    backdrop-filter: blur(0);
  }
  30% {
    backdrop-filter: blur(0);
  }
  100% {
    backdrop-filter: blur(0.5rem);
  }
}
.animated-line {
  transform-origin: 0 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li, ul, ol, figure {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.swiper-pagination-bullet {
  background-color: currentColor;
}

canvas, img, video, picture, figure {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
}

svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  fill: currentColor;
}

button {
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
  color: currentColor;
}

textarea, input, select {
  appearance: none;
  outline: none;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, span, strong, em {
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: inherit;
  font-size: inherit;
}

a {
  font-weight: inherit;
}

strong, b {
  font-weight: bold;
}

br {
  line-height: inherit;
}

section,
main,
.container {
  position: relative;
}

main {
  overflow: hidden;
}

section {
  margin-block: 3rem;
}
@media only screen and (min-width: 576px) {
  section {
    margin-block: 4rem;
  }
}
@media only screen and (min-width: 1201px) {
  section {
    margin-block: 5rem;
  }
}
section.no-margin {
  margin-block: 0;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  background-color: #f6f6f6;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #2e2e2e;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: clamp(16px, 1.33vw, 20px);
  line-height: 1.6;
}
@media only screen and (min-width: 1601px) {
  html,
  body {
    font-size: 1.04166725vw;
  }
}

.ul {
  position: relative;
}
.ul li {
  display: block;
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.25rem;
}
.ul li:before {
  content: "∙";
  position: absolute;
  left: 0;
}

.cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relative {
  position: relative;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z9 {
  z-index: 9;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

[data-stagger] > * {
  will-change: transform, opacity;
}

:root {
  --smallest: clamp(1rem, 3vw, 2rem);
  --smaller: clamp(2rem, 4vw, 3rem);
  --small: clamp(2.5rem, 6vw, 5rem);
  --medium: clamp(3rem, 9vw, 7rem);
  --big: clamp(4rem, 10vw, 9rem);
  --bigger: clamp(7rem, 17vw, 15rem);
  --1px: 1px;
}
@media only screen and (min-width: 768px) {
  :root {
    --1px: .05rem;
  }
}

.pencil-banner {
  padding: 0.675rem 0;
}
@media only screen and (min-width: 421px) {
  .pencil-banner {
    padding: 0.75rem 0;
  }
}
@media only screen and (min-width: 576px) {
  .pencil-banner {
    padding: 1rem 0;
  }
}
.pencil-banner .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .pencil-banner .flex {
    gap: 0.75rem;
  }
}
.pencil-banner .flex svg {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
@media only screen and (min-width: 576px) {
  .pencil-banner .flex svg {
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
  }
}
.pencil-banner .flex p {
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 993px) {
  .pencil-banner .flex p {
    letter-spacing: 0.15rem;
  }
}
@media only screen and (min-width: 1401px) {
  .pencil-banner .flex p {
    letter-spacing: 0.2rem;
  }
}
.pencil-banner .flex p span {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .pencil-banner .flex p span {
    display: none;
  }
}

.banner {
  background-color: #2e2e2e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 575px) {
  .banner {
    background: linear-gradient(180deg, #393939 0%, #171717 100%) !important;
  }
}
.banner.lander .row .image img {
  padding-left: 0;
}
.banner.lander .row .image p {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.banner.lander .row .image p svg {
  width: 5rem;
  min-width: 5rem;
  height: auto;
}
.banner.lander .row .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .banner.lander .row .infos {
    margin-block-start: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner.lander .row .infos {
    margin-block-start: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner.lander .row .infos {
    margin-block-start: 1.5rem;
    text-align: center;
  }
}
.banner.lander .row .infos .reviews-counter {
  margin-block-start: 0;
}
@media only screen and (max-width: 575px) {
  .banner.lander .row .infos .reviews-counter {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    margin-block-end: 1.5rem;
  }
}
.banner .row {
  padding-block-start: 2rem;
  padding-block-end: 3rem;
}
@media only screen and (min-width: 576px) {
  .banner .row {
    padding-block: 4rem;
  }
}
@media only screen and (min-width: 1201px) {
  .banner .row {
    padding-block: 5rem;
  }
}
@media only screen and (min-width: 576px) {
  .banner .row .image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.banner .row .image.no-flex {
  display: block;
}
.banner .row .image a {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  transition: 0.2s ease-in-out;
  color: #f6f6f6;
}
@media only screen and (max-width: 575px) {
  .banner .row .image a {
    display: none;
  }
}
.banner .row .image a:hover, .banner .row .image a:focus-visible {
  opacity: 1;
}
.banner .row .image img {
  max-width: 100%;
  width: 10rem;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .banner .row .image img {
    padding-left: 2rem;
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .banner .row .infos {
    margin-block-start: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner .row .infos {
    margin-block-start: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner .row .infos--small-space {
    margin-block-start: 0.75rem;
  }
}
.banner .row .infos .reviews-counter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block: 0.75rem;
  margin-left: -0.25rem;
}
@media only screen and (max-width: 575px) {
  .banner .row .infos .reviews-counter {
    display: none;
  }
}
.banner .row .infos .reviews-counter .number {
  display: inline-block;
  background-color: #777;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
}
.banner .row .infos .reviews-counter .stars {
  display: flex;
  align-items: center;
}
.banner .row .infos .reviews-counter .stars svg {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
}
.banner .row .infos .reviews-counter .total {
  margin-left: 1rem;
  display: inline-block;
  border-bottom: var(--1px) solid #777;
  transform: translateY(0.1rem);
}
.banner .row .infos .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem;
  margin-block-start: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .banner .row .infos .buttons {
    margin-block-start: 2rem;
  }
}
@media only screen and (min-width: 1201px) {
  .banner .row .infos .buttons {
    flex-direction: row;
  }
}
.banner .row .infos .buttons a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  justify-content: center;
}
.banner .row .infos .desc {
  display: block;
  margin-block: 0.5rem;
}
.banner .row .infos .line {
  display: block;
  margin-block: 1.5rem;
  width: 100%;
  height: var(--1px);
  background-color: #777;
  opacity: 0.5;
}
.banner .row .infos .price {
  margin-top: 1.5rem;
}
.banner .row .infos .price .price-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.banner .row .infos .price .price-wrapper .original,
.banner .row .infos .price .price-wrapper .new {
  display: flex;
  flex-direction: column;
}
.banner .row .infos .price .price-wrapper .original .tag,
.banner .row .infos .price .price-wrapper .new .tag {
  border: 1px solid #777;
  border-radius: 2rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  text-align: center;
  width: fit-content;
  display: block;
  font-size: 0.5rem;
  margin-bottom: 0.125rem;
  margin-left: -0.125rem;
}
.banner .row .infos .price .price-wrapper .original .inner {
  text-decoration: line-through;
}
.banner .row .infos .price .price-wrapper .new .tag {
  border-color: #BAD532;
}
.banner .row .infos .price .price-wrapper .offer {
  border-left: var(--1px) solid currentColor;
  padding-left: 2rem;
}
.banner .row .infos .choose {
  margin-block: 1.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1601px) {
  .banner .row .infos .choose {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner .row .infos .choose {
    justify-content: space-between;
  }
}
.banner .row .infos .choose img {
  width: 5rem;
  height: 5rem;
}
.banner .row .infos .choose .or {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background-color: #BAD532;
  color: #393939;
  font-weight: bold;
  border-radius: 50%;
}
.banner .row .infos .choose .text {
  line-height: 1.2;
  display: block;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 1601px) {
  .banner .row .infos .choose .text {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner .row .infos .choose .text {
    display: none;
  }
}
.banner .row .infos .choose .text .text-16 {
  line-height: 1.4;
  display: block;
  margin-block-end: 0.25rem;
}
.banner .row .infos .form .flex {
  display: grid;
}
@media only screen and (min-width: 576px) {
  .banner .row .infos .form .flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 1201px) {
  .banner .row .infos .form .flex {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .banner .row .infos .form .flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.banner .row .infos .form .flex .form-line {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.banner .row .infos .form .flex .form-line .line-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.banner .row .infos .form .flex .form-line .line-wrapper label {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.banner .row .infos .form .submit {
  width: 100%;
  justify-content: space-between;
  padding: 1.25rem;
  border: var(--1px) solid #BAD532;
}
.banner .row .infos .form .submit:hover, .banner .row .infos .form .submit:focus-visible {
  background-color: transparent;
  color: #BAD532;
}

@media only screen and (min-width: 768px) {
  .product-block .product-details .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.product-block .product-details .description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
@media only screen and (min-width: 576px) {
  .product-block .product-details .description {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-block .product-details .description {
    margin-top: 2rem;
  }
}
.product-block .product-details .description .title {
  display: block;
  padding-left: 1rem;
  border-left: 0.25rem solid #BAD532;
}
@media only screen and (min-width: 768px) {
  .product-block .product-details .description .desc {
    width: 30rem;
    max-width: 100%;
  }
}
.product-block .product-details .description .button--hollow {
  color: #777;
  border-color: #777;
  font-weight: 500;
  cursor: auto;
  white-space: normal;
  text-align: left;
  line-height: 1.2;
  padding: 0.75rem 1rem;
}
@media only screen and (max-width: 1200px) {
  .product-block .product-details .description .button--hollow {
    padding: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .product-block .product-details .description .button--hollow {
    width: 100%;
    padding: 0.75rem 1.25rem;
  }
}
.product-block .product-details .description .button--hollow:hover, .product-block .product-details .description .button--hollow:focus-visible {
  background-color: transparent;
  color: #171717;
}
@media only screen and (min-width: 576px) {
  .product-block .product-details .description .button--green {
    margin-top: -0.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .product-block .product-details .description .button--green {
    padding: 1.25rem 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .product-block .product-details .description .button--green {
    width: 100%;
    justify-content: space-between;
    padding: 1.25rem;
  }
}
.product-block .product-reviews {
  margin-block-start: 3rem;
}
@media only screen and (min-width: 576px) {
  .product-block .product-reviews {
    margin-block-start: 4rem;
  }
}
@media only screen and (min-width: 1201px) {
  .product-block .product-reviews {
    margin-block-start: 5rem;
  }
}
.product-block .product-reviews:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -3rem;
  width: calc(100% + 6rem);
  height: 50%;
  background-color: rgba(234, 234, 234, 0.5);
  border-radius: 1rem;
}
.product-block .product-reviews .title-top {
  text-align: center;
  padding-top: 2rem;
  margin-block-end: 2rem;
}
@media only screen and (min-width: 576px) {
  .product-block .product-reviews .title-top {
    margin-block-end: 3rem;
    padding-top: 3rem;
  }
}

.benefits {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 575px) {
  .benefits {
    background: linear-gradient(180deg, #393939 0%, #171717 100%) !important;
  }
}
.benefits .grid {
  padding: 3rem 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .benefits .grid {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 993px) {
  .benefits .grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1601px) {
  .benefits .grid {
    gap: 4rem;
  }
}
.benefits .grid h2 {
  display: block;
  padding-left: 1rem;
  border-left: 0.25rem solid #BAD532;
}
@media only screen and (max-width: 992px) {
  .benefits .grid h2 {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .benefits .grid h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .benefits .grid .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .benefits .grid .items {
    width: 70%;
  }
}
.benefits .grid .items .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .benefits .grid .items .item {
    margin: 1rem 0 1rem -0.25rem;
  }
}
.benefits .grid .items .item svg {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .benefits .grid .items .item svg {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
  }
}
@media only screen and (min-width: 1201px) {
  .benefits .grid .items .item svg {
    min-width: none;
  }
}
.benefits .grid .items .item p {
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .benefits .grid .items .item p br {
    display: none;
  }
}

.reviews .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 575px) {
  .reviews .top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .reviews .top h2 {
    font-size: 1.5rem;
  }
}
.reviews .top .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 575px) {
  .reviews .top .right {
    margin-left: -0.25rem;
    gap: 0.5rem;
  }
}
.reviews .top .right .number {
  display: flex;
  background-color: #393939;
  color: #f6f6f6;
  padding: 0.5rem 1.25rem;
  border-radius: 10rem;
  font-weight: bold;
}
.reviews .top .right .stars {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .reviews .top .right .stars {
    gap: 0.1rem;
  }
}
.reviews .top .right .stars svg {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  color: #BAD532;
}

.reviews-slider .swiper-wrapper {
  align-items: stretch;
}
.reviews-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.reviews-slider .swiper-wrapper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
  height: 100%;
}
@media only screen and (min-width: 576px) {
  .reviews-slider .swiper-wrapper .swiper-slide .box {
    padding: 2rem;
    border-radius: 0.5rem;
  }
}
.reviews-slider .swiper-wrapper .swiper-slide .box .flex-top .desc {
  display: block;
  margin: 1rem 0;
}
.reviews-slider .swiper-wrapper .swiper-slide .box .flex-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-top: var(--1px) solid #aaa;
  padding-top: 1.25rem;
}
.reviews-slider .swiper-wrapper .swiper-slide .box .flex-bottom .name {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.reviews-slider .swiper-wrapper .swiper-slide .box .flex-bottom .name p {
  font-weight: bold;
  word-break: break-all;
  line-height: 1.2;
}
.reviews-slider .swiper-wrapper .swiper-slide .box .flex-bottom .name svg {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  color: #BAD532;
}
.reviews-slider .swiper-wrapper .swiper-slide .box .flex-bottom .stars {
  display: flex;
  align-items: center;
}
.reviews-slider .swiper-wrapper .swiper-slide .box .flex-bottom .stars svg {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  color: #BAD532;
}
.reviews-slider .pagination {
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (min-width: 576px) {
  .reviews-slider .pagination {
    margin-top: 1.5rem;
  }
}
.reviews-slider .pagination span {
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
  border: var(--1px) solid #777;
  background-color: transparent;
}
.reviews-slider .pagination span.swiper-pagination-bullet-active {
  background-color: #393939;
}

.logos .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem 0;
  border-top: var(--1px) solid #aaa;
  border-bottom: var(--1px) solid #aaa;
  gap: 2rem;
}
@media only screen and (min-width: 576px) {
  .logos .grid {
    padding: 2rem 0;
  }
}
.logos .grid .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .logos .grid .logo {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 768px) {
  .logos .grid .logo {
    padding: 0 20%;
  }
}

.accordion {
  margin-bottom: 0.5rem;
}
.accordion .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  padding: 1rem 1.5rem;
  transition: 0.3s ease-in-out;
  border-radius: 0.25rem;
  background-color: #fff;
}
.accordion .question:hover, .accordion .question:focus {
  background-color: #eaeaea;
}
.accordion .question.active {
  background-color: #BAD532;
  color: #f6f6f6;
}
.accordion .question.active svg {
  transform: rotate(180deg);
  color: #f6f6f6;
}
.accordion .question p {
  letter-spacing: 0.025rem;
  line-height: 1.3;
}
.accordion .question svg {
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  color: #BAD532;
  transition: transform 0.3s ease-in-out;
}
.accordion > .answer {
  display: none;
  padding: 1rem;
}

.faq .left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .faq .left {
    padding-top: 2rem;
    gap: 1.5rem;
  }
}
.faq .left .desc {
  width: 25rem;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .faq .left a {
    width: 100%;
    justify-content: space-between;
  }
}

#main-content.lander .benefits {
  margin-block-start: 0;
}

/*# sourceMappingURL=main.css.map */
