/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./dev-assets/sass/main.sass ***!
  \**********************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  text-rendering: optimizeLegibility;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

.page-container {
  position: relative;
  background-color: #111111;
}
.page-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.page-container.is-active::after {
  opacity: 1;
  visibility: visible;
}

h1, h2, h3, h4, h5, h6, dl, dd, dt {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

p, ul {
  padding: 0;
  margin: 0;
  line-height: 1;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* * Hide visually and from screen readers
 * */
.u-h {
  display: none !important;
}

.u-tu {
  text-transform: uppercase;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 * */
.u-vh {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638
 * */
.u-vh.focusable:active,
.u-vh.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Hide visually and from screen readers, but maintain layout
 * */
.u-invisible {
  visibility: hidden;
}

.a-button {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  will-change: transform;
}
.a-button:hover .a-button__icon-mask::after {
  translate: 0% 0%;
}
.a-button:hover .a-button__icon-mask svg {
  translate: 0% -200%;
}
.a-button__icon {
  border-radius: 2px;
  padding: 8px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: #ea0054;
  transition: filter 0.18s ease, background 0.18s ease;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .a-button__icon {
    width: 2.5rem;
    height: 40px;
  }
}
.a-button__icon svg {
  transition: all 300ms ease;
}
.a-button__icon-mask {
  width: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.a-button__icon-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: currentColor;
  -webkit-mask-image: var(--scroll-icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 16px 16px;
  mask-image: var(--scroll-icon);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 16px 16px;
  translate: 0% 200%;
  transition: all 300ms ease;
}
.a-button__bottle {
  position: relative;
  border-radius: 2px;
  padding: 0 12px;
  height: 2rem;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: #ea0054;
  transition: filter 0.18s ease, background 0.18s ease;
  overflow: visible;
  color: #fff;
}
@media (min-width: 1024px) {
  .a-button__bottle {
    height: 40px;
  }
}
.a-button__bottle::before, .a-button__bottle::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
  transform-origin: center;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2095%202%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M2%200v2L0%200h2Zm0%200h91v2H2zm91%200h2l-2%202V0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2095%202%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M2%200v2L0%200h2Zm0%200h91v2H2zm91%200h2l-2%202V0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat;
          mask: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2095%202%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M2%200v2L0%200h2Zm0%200h91v2H2zm91%200h2l-2%202V0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #141414;
}
.a-button__bottle::before {
  top: 0;
}
.a-button__bottle::after {
  bottom: 0;
  transform: rotate(180deg);
}
.a-button__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.a-button--red:hover .a-button__bottle, .a-button--red:hover .a-button__icon {
  background-color: #b40049;
}
.a-button--white .a-button__bottle, .a-button--white .a-button__icon {
  background-color: #fff;
}
.a-button--white .a-button__bottle::after, .a-button--white .a-button__bottle::before {
  background-color: #d7004d;
}
.a-button--white .a-button__text {
  color: #141414;
}
.a-button--gray:hover .a-button__bottle, .a-button--gray:hover .a-button__icon {
  background-color: #6e6e73;
}
.a-button--gray .a-button__icon, .a-button--gray .a-button__bottle {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
  .a-button--gray .a-button__icon, .a-button--gray .a-button__bottle {
    background-color: #424245;
  }
}
.a-button--gray--transparent .a-button__icon, .a-button--gray--transparent .a-button__bottle {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
}
.a-button--gray--transparent:hover .a-button__bottle, .a-button--gray--transparent:hover .a-button__icon {
  background-color: rgba(255, 255, 255, 0.4);
}

.a-caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #141414;
}
@media (min-width: 1024px) {
  .a-caption {
    font-size: 16px;
    line-height: 112%;
  }
}
.a-caption--white {
  color: #fff;
}

.a-container {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .a-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .a-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 912px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .a-container {
    padding-right: 0;
    max-width: 944px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .a-container {
    padding-right: 0;
    max-width: 1224px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .a-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1700px) {
  .a-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .a-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}

.a-description {
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.a-description--16 {
  font-size: 1rem;
}
.a-description--20 {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .a-description--20 {
    font-size: 1.25rem;
  }
}
.a-description--24 {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .a-description--24 {
    font-size: 1.5rem;
  }
}

.a-media {
  position: relative;
}
.a-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-paragraph {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-align: left;
  color: #141414;
}
@media (min-width: 1024px) {
  .a-paragraph {
    font-size: 16px;
    line-height: 125%;
  }
}
.a-paragraph--sm-version {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #141414;
}
.a-paragraph--m-version, .o-contact .a-container .a-section-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #141414;
  font-family: "Inter", sans-serif;
}
.a-paragraph--sx-version {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
.a-paragraph--uppercase {
  text-transform: uppercase;
}
.a-paragraph--platinum {
  color: #e4e4e4;
}
.a-paragraph--white {
  color: #fff;
}
.a-paragraph--medium {
  color: #a9a9ab;
}
.a-paragraph--onyx {
  color: #424245;
}

.a-section-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.a-section-label::before, .a-section-label::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  pointer-events: none;
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%208%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M.5%200h3l5%208h-3l-5-8Z%22%20fill%3D%22%23FF246B%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%208%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M.5%200h3l5%208h-3l-5-8Z%22%20fill%3D%22%23FF246B%22%2F%3E%3C%2Fsvg%3E");
}
.a-section-label.left::before {
  left: 0;
  content: "";
}
.a-section-label.right::after {
  right: 0;
  content: "";
  transform: rotate(180deg);
}
.a-section-label--both::before {
  left: 0;
  content: "";
}
.a-section-label--both::after {
  right: 0;
  content: "";
  transform: rotate(180deg);
}
.a-section-label.default-version {
  color: #d7004d;
}
.a-section-label.default-version::before, .a-section-label.default-version::after {
  background-color: #d7004d;
}
.a-section-label.gray-version {
  color: #777777;
}
.a-section-label.gray-version::before, .a-section-label.gray-version::after {
  background-color: #777777;
}
.a-section-label.white-v {
  color: #fff;
}
.a-section-label.white-v::after {
  background-color: #fff;
}
.a-section-label.white-v::before {
  content: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.black {
  color: #111111;
}

.gray {
  color: #777777;
}

.white {
  color: #fff;
}

.a-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 106%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (min-width: 1024px) {
  .a-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
  }
}

.a-div-cut {
  position: relative;
}
.a-div-cut::before, .a-div-cut::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  pointer-events: none;
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%2032%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%204V0l4%204H0Zm4%200v24H0V4zM0%2028h4l-4%204v-4Z%22%20fill%3D%22%23141414%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%2032%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%204V0l4%204H0Zm4%200v24H0V4zM0%2028h4l-4%204v-4Z%22%20fill%3D%22%23141414%22%2F%3E%3C%2Fsvg%3E");
}
.a-div-cut::before {
  left: -16px;
}
.a-div-cut::after {
  right: -16px;
  transform: rotate(180deg);
}
.a-div-cut--white::before, .a-div-cut--white::after {
  background-color: #fff;
}
.a-div-cut--prod-sup::before, .a-div-cut--prod-sup::after {
  background-color: #f1f1f1;
}
.a-div-cut--black::before, .a-div-cut--black::after {
  background-color: #111111;
}
.a-div-cut--gray::before, .a-div-cut--gray::after {
  background-color: #424245;
}
.a-div-cut.md::before {
  left: -26px;
}
.a-div-cut.md::after {
  right: -26px;
}

.a-sub-element {
  width: 100%;
  position: relative;
}
.a-sub-element.top::after {
  content: "";
}
.a-sub-element.bottom::before {
  content: "";
}
.a-sub-element::before, .a-sub-element::after {
  position: absolute;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5rem;
  z-index: 2;
  background-color: #141414;
  pointer-events: none;
  transform-origin: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22201%22%20height%3D%224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.5%200v4l-4-4h4Zm0%200h192v4H4.5zm192%200h4l-4%204V0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22201%22%20height%3D%224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.5%200v4l-4-4h4Zm0%200h192v4H4.5zm192%200h4l-4%204V0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}
@media (min-width: 1024px) {
  .a-sub-element::before, .a-sub-element::after {
    width: 49.5rem;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20800%204%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M796%200h4l-4%204V0Zm0%204H4V0h792zM4%200v4L0%200h4Z%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20800%204%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M796%200h4l-4%204V0Zm0%204H4V0h792zM4%200v4L0%200h4Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
.a-sub-element::before {
  bottom: -0.25rem;
}
.a-sub-element::after {
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}

.a-img-cut {
  position: relative;
  border-radius: 4px;
}
.a-img-cut::before, .a-img-cut::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  pointer-events: none;
  transition: all 0.2s ease;
}
.a-img-cut::before {
  width: 24px;
  height: 24px;
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%200h24v24L0%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%200h24v24L0%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
  z-index: 1;
}
.a-img-cut::after {
  width: 8px;
  height: 8px;
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%200h8v8L0%200Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%200h8v8L0%200Z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #111111;
  z-index: 2;
}
.a-img-cut:hover::before {
  width: 40px;
  height: 40px;
}
.a-img-cut:hover::after {
  background-color: #d7004d;
}
.a-img-cut--black-v:hover::before {
  width: 2.5rem;
  height: 2.5rem;
}
.a-img-cut--black-v::before {
  content: "";
  z-index: 1;
  background-color: #141414;
}
@media (min-width: 1024px) {
  .a-img-cut--black-v::before {
    content: none;
  }
}
.a-img-cut--black-v::after {
  background-color: #fff;
}
.a-img-cut--black-v:hover::after {
  background-color: #fff;
}

.a-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #141414;
}
@media (min-width: 1024px) {
  .a-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: start;
    color: #141414;
  }
}
.a-subtitle--md-version {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 107%;
  letter-spacing: -0.02em;
  color: #141414;
}
.a-subtitle--sm-version {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #141414;
}
@media (min-width: 1024px) {
  .a-subtitle--sm-version {
    font-size: 24px;
    line-height: 108%;
  }
}
.a-subtitle--m-version, .o-process .a-container .wrapper__process__work ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #141414;
}
.a-subtitle--white-version {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (min-width: 1024px) {
  .a-subtitle--white-version {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
  }
}

.a-more-info {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #141414;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 12px;
  height: 32px;
  display: flex;
  align-items: center;
}
.a-more-info::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ea0054;
  transition: all 0.15s linear;
}
.a-more-info::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  z-index: 1;
  transition: all 0.15s linear;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  pointer-events: none;
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22m6%203%205%205-5%205V3Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22m6%203%205%205-5%205V3Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.a-more-info:hover::after {
  width: 40px;
  height: 40px;
  right: -36px;
  top: -4px;
}
.a-more-info--white-version {
  color: #fff;
}
.a-more-info--white-version::after {
  background-color: transparent;
  outline: 1px solid #6e6e73;
}

.a-decoration {
  position: relative;
}
.a-decoration--left::before {
  content: "";
  position: absolute;
  top: 1rem;
  width: 3.5rem;
  height: 3rem;
  left: -1.5rem;
  z-index: 2;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2248%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8%204h16v16L8%204Z%22%20fill%3D%22%23B40049%22%2F%3E%3Cpath%20d%3D%22M40%208%2024%2024v16L56%208H40Z%22%20fill%3D%22%23FF246B%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 300ms ease;
}
@media (min-width: 1024px) {
  .a-decoration--left::before {
    width: 4.5rem;
    top: 1.75rem;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2272%22%20height%3D%2248%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%200h24v24L0%200Z%22%20fill%3D%22%23B40049%22%2F%3E%3Cpath%20d%3D%22M48%200%2024%2024v24L72%200H48Z%22%20fill%3D%22%23FF246B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.a-decoration--left.bottom::before {
  bottom: initial;
  top: 18.75rem;
}
.a-decoration--right::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 13.125rem;
  width: 3.5rem;
  height: 4.5rem;
  z-index: 2;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2272%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M24%200v24h24L24%200Z%22%20fill%3D%22%23B40049%22%2F%3E%3Cpath%20d%3D%22M56%2048h-8v8l8-8Zm-8-24H0v48l48-48Z%22%20fill%3D%22%23FF246B%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 300ms ease;
}
.a-decoration--right.top::after {
  top: 1.5rem;
  bottom: initial;
}

.m-nav ul li a {
  transition: 0.25s;
}
.m-nav.desktop {
  display: none;
}
.m-nav.mobile {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .m-nav {
    background-color: #fff;
    opacity: 0;
    width: 100%;
    transition: opacity 0.25 ease;
    z-index: 5;
    padding: 1.8125rem 30px 3.75rem 30px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 4.5rem;
    left: 0;
  }
  .m-nav ul {
    display: flex;
    flex-direction: column;
  }
  .m-nav ul > li {
    display: flex;
    flex-direction: column;
  }
  .m-nav ul > li.menu-item-has-children {
    width: 100%;
  }
  .m-nav ul > li.menu-item-has-children > a {
    align-items: center;
    justify-content: space-between;
  }
  .m-nav ul > li.menu-item-has-children > a::after {
    display: block;
    content: "";
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
  }
  .m-nav ul > li.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
  }
  .m-nav ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  .m-nav ul > li.active > ul {
    max-height: 1000px;
    transition: max-height 0.5s;
  }
  .m-nav ul > li > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  .m-nav ul > li > ul > li.active > ul {
    max-height: 1000px;
    transition: max-height 0.5s;
  }
  .m-nav ul ul {
    position: static;
    left: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .m-nav ul ul li {
    width: 100%;
  }
  .m-nav ul li:not(ul.header__socials li) {
    padding: 0.4375rem 0;
    display: flex;
    width: 100%;
    transition: all 300ms ease;
  }
  .m-nav ul li:not(ul.header__socials li):hover {
    background-color: #e4e4e4;
  }
  .m-nav ul li:not(ul.header__socials li) a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #141414;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .m-nav ul li:not(ul.header__socials li) a {
    font-weight: 500;
    font-size: 2.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 500;
    color: #111111;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav ul li:not(ul.header__socials li) ul.sub-menu > li {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .m-nav ul li:not(ul.header__socials li) ul.sub-menu > li a {
    line-height: 50px;
    font-size: 1.125rem;
    text-transform: none;
    font-style: normal;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav.is-active {
    opacity: 1;
    pointer-events: all;
    position: fixed;
    border-top: 1px solid #e4e4e4;
    padding: 1rem;
  }
  .m-nav.is-active.a-sub-element::after {
    background-color: #353436;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav .header__socials {
    position: absolute;
    right: 1rem;
    bottom: 1.25rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav .a-button {
    width: 100%;
  }
  .m-nav .a-button .a-button__bottle {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .m-nav.mobile {
    display: none;
  }
  .m-nav.desktop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 210px);
    padding-left: 2.75rem;
  }
  .m-nav .desktop {
    display: block;
  }
  .m-nav ul.menu {
    display: flex;
    align-items: center;
  }
  .m-nav ul.menu > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 0.5rem;
  }
  .m-nav ul.menu > li.current_page_item a {
    position: relative;
  }
  .m-nav ul.menu > li.current_page_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 16px);
    height: 2px;
    left: 8px;
    background-color: #ff246b;
  }
  .m-nav ul.menu > li a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    padding: 0.6875rem 0.5rem;
    max-width: 8.6875rem;
  }
  .m-nav ul.menu > li a:hover {
    background: rgba(241, 241, 241, 0.2);
  }
  .m-nav ul.menu > li a:hover::after {
    content: none;
  }
  .m-nav ul.menu > li:nth-last-child(1) {
    margin-right: 0;
  }
  .m-nav ul.menu > li.menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .m-nav ul.menu > li ul {
    background: white;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    transition: all 0.5s ease;
    margin-top: 0.9375rem;
    left: 0;
    display: none;
    z-index: 10;
    top: 30px;
  }
  .m-nav ul.menu > li ul li {
    min-width: 160px;
  }
  .m-nav ul.menu > li:hover > ul.sub-menu,
  .m-nav ul.menu > li ul.sub-menu:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

@media (min-width: 1024px) {
  .m-nav .sub-menu {
    width: 100vw;
    position: absolute;
    left: 0;
    height: 40vh;
    max-height: 213px;
    padding: 0 500em;
    margin: 0 -500em;
    box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.22);
  }
  .m-nav__switcher {
    height: 1.0625rem;
    position: absolute;
    right: 40px;
    top: 0.6875rem;
  }
}
.o-header {
  position: sticky;
  top: -25vh;
  transition: 0.5s;
  z-index: 1;
  background-color: transparent;
  margin: 0 auto;
  height: 4.5rem;
  opacity: var(--header-opacity);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.o-header .a-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .o-header .a-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .o-header {
    height: 5.5rem;
    padding: 1.25rem 0;
  }
}
.o-header__logo {
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.o-header__logo .main-page-rr {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 1.5rem;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a9a9ab;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  display: none;
}
@media (min-width: 1024px) {
  .o-header__logo .main-page-rr {
    display: flex;
  }
}
.o-header__logo .main-page-rr::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2010%200%205l5-5v10Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  width: 0.3125rem;
  height: 0.6875rem;
}
.o-header__logo .wrapper__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .o-header__logo .wrapper__logo {
    gap: 1rem;
  }
}
.o-header__logo .wrapper__logo a svg {
  height: 2.5rem;
  width: 8.0625rem;
}
@media (min-width: 1024px) {
  .o-header__logo .wrapper__logo a svg {
    height: 3rem;
    width: 9.6875rem;
  }
}
@media (min-width: 1024px) {
  .o-header__logo .wrapper__logo a:has(svg) {
    display: flex;
    align-items: center;
  }
}
.o-header__logo .wrapper__logo a:last-child svg {
  height: 1.375rem;
  width: 6.625rem;
}
@media (min-width: 1024px) {
  .o-header__logo .wrapper__logo a:last-child svg {
    height: 1.75rem;
    width: 8.1875rem;
  }
}
.o-header__wrapper {
  display: flex;
  justify-content: space-between;
  max-height: 100%;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .o-header__wrapper {
    align-items: center;
  }
}
.o-header__wrapper .a-button.mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .o-header__wrapper .a-button.mobile {
    display: none;
  }
}
.o-header__wrapper .a-button.mobile .a-button__bottle {
  display: none;
}
.o-header__hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
@media (min-width: 1024px) {
  .o-header__hamburger {
    display: none;
  }
}
@media (min-width: 1024px) {
  .o-header.hide {
    top: -150px;
  }
}
.o-header.background {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: rgba(20, 20, 20, 0.9);
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  z-index: 10;
  opacity: 1;
}
.o-header.background + main {
  margin-top: 4.5rem;
}
@media (min-width: 1024px) {
  .o-header.background + main {
    margin-top: 5.5rem;
  }
}
.o-header .desktop {
  display: none;
}
@media (min-width: 1024px) {
  .o-header .desktop {
    display: flex;
  }
  .o-header .desktop.a-button {
    display: flex;
  }
}
.o-header .logo-link {
  width: 129px;
  height: 40px;
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
}
.o-header .a-button__icon.open, .o-header .a-button__bottle {
  display: flex;
}
.o-header .a-button__bottle {
  padding: 0 8px;
}
.o-header .a-button__bottle::before, .o-header .a-button__bottle::after {
  left: 8px;
  right: 8px;
}
.o-header .a-button__icon.close {
  display: none;
}
@media (max-width: 1023px) {
  .o-header.is-active .a-container {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
  }
}
.o-header.is-active .logo-link > svg:last-child {
  filter: invert(1);
}
.o-header.is-active .svg-ue {
  stroke: #141414;
}
.o-header.is-active .svg-ue rect {
  stroke: #141414;
}
.o-header.is-active .a-button:first-child .a-button__icon.open, .o-header.is-active .a-button:first-child .a-button__bottle {
  display: none;
}
@media (min-width: 1024px) {
  .o-header.is-active .a-button:first-child .a-button__icon.open, .o-header.is-active .a-button:first-child .a-button__bottle {
    display: flex;
  }
}
.o-header.is-active .a-button.contact {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .o-header.is-active .a-button.contact .a-button__icon, .o-header.is-active .a-button.contact .a-button__bottle {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: #ea1656;
  }
}
.o-header.is-active .a-button.contact .a-button__bottle::after, .o-header.is-active .a-button.contact .a-button__bottle::before {
  background-color: #fff;
}
.o-header.is-active .a-button__icon.close {
  display: flex;
  background-color: #e4e4e4;
}
.o-header.is-active .a-button__icon.close::after {
  background-color: #141414;
}
.o-header.is-active + main::after {
  position: absolute;
  content: "";
  background-color: #424245;
  opacity: 0.75;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.o-header .a-button.desktop {
  margin-left: 1rem;
}
.o-header .a-button.desktop {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.o-footer {
  border-radius: 8px;
  padding: 8px;
}
.o-footer > .o-footer__top {
  background: #141414;
}
.o-footer > .o-footer__top > .a-container {
  padding: 48px 16px;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__top > .a-container {
    padding: 48px 0;
  }
}
.o-footer > .o-footer__top > .a-container > ul.box-grid {
  display: grid;
  row-gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__top > .a-container > ul.box-grid {
    grid-template-columns: 0.5fr 0.25fr 0.35fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-items: start;
  }
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form .nf-form-fields-required {
  display: none;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form input {
  height: 32px;
  border-radius: 3px;
  border: none;
  outline: none;
  transition: all 300ms ease;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form div {
  margin: 0;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form .nf-error-field-errors {
  margin-top: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ff246b;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form .nf-error-field-errors {
    width: 400px;
  }
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form .nf-after-field .nf-error {
  transition: all 0.3s ease-in-out;
  max-height: 0px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-form .nf-after-field .nf-error:has(div) {
  max-height: 60px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 16px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child {
  width: -moz-max-content;
  width: max-content;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child {
    width: 342px;
    flex: none;
  }
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child input {
  background-color: #424245;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #fff;
  border: 2px solid #424245;
  padding: 8px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child input::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child input::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child input:hover {
  border: 2px solid #6e6e73;
  background: #6e6e73;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child input:focus {
  border: 2px solid #2997fa !important;
  background: #141414;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child .nf-error input {
  border: 2px solid #ea0054;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:first-child .nf-error-msg {
  border-radius: 0 0 3px 3px;
  padding: 7px 8px 4px 8px;
  margin-top: -3px;
  background: #570020;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: -0.01em;
  color: #fff;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:nth-child(2) div {
  margin: 0;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:nth-child(2) input {
  padding: 6px 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #ea0054;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:nth-child(2) input:hover {
  background: #ff5d8d;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:nth-child(2) input:active, .o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:nth-child(2) input:focus {
  background: #b40049;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:last-child {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:last-child {
    width: 400px;
  }
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 div.nf-form-content nf-fields-wrap nf-field:last-child .nf-field-element {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: -0.01em;
  color: #e4e4e4;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-contacts ul.box-icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-contacts ul.box-icons li {
  width: 16px;
  height: 16px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-contacts .box-address a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #fff;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-main.item-1 .box-contacts .box-address a:first-child {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-nav.item-2 {
  padding-top: 32px;
  border-top: 1px solid #424245;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-nav.item-2 {
    margin: 0;
    border: none;
  }
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-nav.item-2 .box-links a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.box-nav.item-2 .box-grands a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.item-3 {
  gap: 48px;
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.item-3 .box-support, .o-footer > .o-footer__top > .a-container > ul.box-grid > li.item-3 .box-clients {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid #424245;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__top > .a-container > ul.box-grid > li.item-3 .box-support, .o-footer > .o-footer__top > .a-container > ul.box-grid > li.item-3 .box-clients {
    margin: 0;
    border: none;
  }
}
.o-footer > .o-footer__top > .a-container > ul.box-grid > li.item-3 .box-support a, .o-footer > .o-footer__top > .a-container > ul.box-grid > li.item-3 .box-clients a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
.o-footer > .o-footer__top > .a-container ul,
.o-footer > .o-footer__top > .a-container .box-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.o-footer > .o-footer__bottom {
  background-color: #424245;
  border-radius: 0 0 8px 8px;
}
.o-footer > .o-footer__bottom::before {
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}
.o-footer > .o-footer__bottom > .a-container {
  padding: 24px 16px;
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.o-footer > .o-footer__bottom > .a-container > p {
  text-align: left;
}
.o-footer > .o-footer__bottom > .a-container .box-privacy-policy {
  order: -1;
  width: 100%;
}
.o-footer > .o-footer__bottom > .a-container .box-privacy-policy ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  width: 100%;
}
.o-footer > .o-footer__bottom > .a-container > .o-footer__author p {
  text-align: right;
}
@media (min-width: 1024px) {
  .o-footer > .o-footer__bottom > .a-container {
    flex-wrap: nowrap;
    padding: 35px 0;
  }
  .o-footer > .o-footer__bottom > .a-container .box-privacy-policy {
    order: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .o-footer > .o-footer__bottom > .a-container > .o-footer__author p {
    text-align: right;
  }
}
.o-footer > .o-footer__bottom > .a-container > p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a9a9ab;
}
.o-footer > .o-footer__bottom > .a-container > .box-privacy-policy > ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
.o-footer > .o-footer__bottom > .a-container > .o-footer__author p, .o-footer > .o-footer__bottom > .a-container > .o-footer__author a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a9a9ab;
}
.o-footer > .o-footer__bottom > .a-container > .o-footer__author a {
  color: #fff;
}

@keyframes ScrollDown {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}
.o-hero {
  padding: 1.5rem 0rem 0.5rem 0rem;
  position: sticky;
  top: -25vh;
  transition: 0.5s;
  opacity: var(--hero-opacity);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .o-hero {
    padding: 3rem 0rem 0.5rem 0rem;
  }
}
.o-hero .box-title {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2rem;
}
.o-hero .box-title .main-page-rr {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a9a9ab;
  margin-bottom: -1rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.o-hero .box-title .main-page-rr::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2010%200%205l5-5v10Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  width: 0.3125rem;
  height: 0.6875rem;
}
@media (min-width: 1024px) {
  .o-hero .box-title .main-page-rr {
    display: none;
  }
}
.o-hero .box-title .a-title {
  max-width: 37.5rem;
}
.o-hero .box-title .a-title + .wrapper__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 23.5rem;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .o-hero .box-title .a-title + .wrapper__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 6.625rem;
    gap: 0;
  }
}
.o-hero .box-title .a-title + .wrapper__content .a-paragraph {
  max-width: 20rem;
  color: #e4e4e4;
}
.o-hero .box-title .a-title + .wrapper__content .box-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.o-hero .box-title .a-title + .wrapper__content .box-buttons .a-button {
  width: 100%;
}
.o-hero .box-title .a-title + .wrapper__content .box-buttons .a-button .a-button__bottle {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
@media (min-width: 1024px) {
  .o-hero .box-title .a-title + .wrapper__content .box-buttons .a-button .a-button__bottle {
    width: 100%;
  }
}
.o-hero .box-title .a-title + .wrapper__content + div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
}
.o-hero .box-title .a-title + .wrapper__content + div img {
  position: absolute;
  bottom: 4.5rem;
  right: 0;
  z-index: 3;
  width: 5rem;
  height: 5rem;
}
@media (min-width: 1024px) {
  .o-hero .box-title .a-title + .wrapper__content + div img {
    position: static;
    bottom: initial;
    right: initial;
  }
}
@media (min-width: 1024px) {
  .o-hero .box-title .a-title + .wrapper__content + div {
    padding-bottom: 3rem;
  }
}
.o-hero .box-title .a-title + .wrapper__content + div .box-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.o-hero .box-title .a-title + .wrapper__content + div .box-scroll:hover svg {
  animation: none;
}
.o-hero .box-title .a-title + .wrapper__content + div .box-scroll svg {
  animation: ScrollDown 1000ms ease infinite;
}
.o-hero .box-title .a-title + .wrapper__content + div .box-scroll span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
.o-hero .box-title img.image__product {
  position: absolute;
  bottom: 3rem;
  right: -11.6875rem;
  z-index: 2;
  height: 25.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 500px) {
  .o-hero .box-title img.image__product {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .o-hero .box-title img.image__product {
    height: 31.25rem;
    width: 37.5rem;
    bottom: -11.1875rem;
  }
}
@media (min-width: 1280px) {
  .o-hero .box-title img.image__product {
    width: 45.0625rem;
    height: 33.8125rem;
  }
}
.o-hero .gray-box {
  padding: 1.75rem 0 1.75rem 0;
  border-radius: 8px;
  width: calc(100% - 1rem);
  left: 0.5rem;
  background-color: #424245;
}
@media (min-width: 1024px) {
  .o-hero .gray-box {
    padding: 8.625rem 0 2.75rem 0;
  }
}
.o-hero .gray-box::before {
  top: 0;
}
@media (min-width: 1024px) {
  .o-hero .gray-box::before {
    content: none;
  }
}
.o-hero .gray-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .o-hero .gray-box ul {
    display: flex;
  }
}
.o-hero .gray-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.o-hero .gray-box ul li p {
  text-align: center;
}

.o-about {
  width: calc(100% - 16px);
  margin-left: 0.5rem;
  border-radius: 8px;
  padding: 3rem 0rem;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .o-about {
    padding: 3rem 6.25rem 3rem 6.25rem;
  }
}
.o-about::before {
  top: 0;
}
.o-about .a-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .o-about .a-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .o-about .a-container {
    max-width: 50.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.o-about .a-container .a-section-label {
  margin-bottom: 1rem;
}
.o-about .a-container .a-subtitle {
  text-align: left;
}
.o-about .a-container .wrapper__video {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.1875rem;
}
@media (min-width: 1024px) {
  .o-about .a-container .wrapper__video {
    gap: 1.5rem;
    margin-top: 1.1875rem;
  }
}
.o-about .a-container .wrapper__video #modal-player-container.modal--version {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: -50%;
  transform: translate(-50%, 50%);
  background-color: transparent;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-about .a-container .wrapper__video #modal-player-container.modal--version::after {
  position: absolute;
  content: "";
  background-color: #424245;
  opacity: 0.75;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.o-about .a-container .wrapper__video #modal-player-container.modal--version .plyr--video {
  width: 85%;
  height: 50%;
}
@media (min-width: 768px) {
  .o-about .a-container .wrapper__video #modal-player-container.modal--version .plyr--video {
    width: 65%;
    height: 80%;
  }
}
.o-about .a-container .wrapper__video #modal-player-container.modal--version .plyr--video .plyr__controls {
  height: 100%;
}
.o-about .a-container .wrapper__video #modal-player-container.modal--version .plyr--video .plyr__controls button.plyr__controls__item.plyr__control[data-plyr=play] {
  width: 6.25rem;
  height: 4.3125rem;
  border-radius: 20px;
}
.o-about .a-container .wrapper__video #modal-player-container.modal--version .plyr--video .plyr__controls button.plyr__controls__item.plyr__control[data-plyr=play] svg {
  width: 3.125rem;
  height: 1.5625rem;
}
.o-about .a-container .wrapper__video .plyr--video {
  border-radius: 6px;
  width: 8rem;
  min-width: initial;
  height: 4.5rem;
}
@media (min-width: 1024px) {
  .o-about .a-container .wrapper__video .plyr--video {
    width: 10rem;
    height: 5.625rem;
  }
}
.o-about .a-container .wrapper__video .plyr--video .plyr__controls {
  height: 100%;
}
.o-about .a-container .wrapper__video .plyr--video .plyr__controls button.plyr__controls__item.plyr__control[data-plyr=play] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f00;
  width: 2.5rem;
  height: 1.8125rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.o-about .a-container .wrapper__video .plyr--video .plyr__controls button.plyr__controls__item.plyr__control[data-plyr=play] svg.icon--not-pressed {
  width: 0.8125rem;
  height: 0.6875rem;
}
.o-about .a-container .thumb-with-content {
  padding: 2rem 0 0 0;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content {
    padding: 3rem 0 0 0;
  }
}
.o-about .a-container .thumb-with-content .start-text-crusher p:first-child {
  margin-bottom: 3rem;
}
.o-about .a-container .thumb-with-content .start-text-crusher p + h2 {
  margin-bottom: 1.5rem;
}
.o-about .a-container .thumb-with-content .float-left-text {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .o-about .a-container .thumb-with-content .float-left-text {
    flex-direction: row;
  }
}
.o-about .a-container .thumb-with-content .float-left-text p {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content .float-left-text p {
    width: 50%;
  }
}
.o-about .a-container .thumb-with-content .float-left-text img {
  border-radius: 6px;
  height: 18.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content .float-left-text img {
    width: 50%;
  }
}
.o-about .a-container .thumb-with-content .cta-block {
  border-radius: 6px;
  padding: 1.5rem;
  margin: 2rem 0;
  background-color: #d7004d;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .o-about .a-container .thumb-with-content .cta-block {
    margin: 3rem 0;
    gap: 0;
    flex-direction: row;
  }
}
.o-about .a-container .thumb-with-content .cta-block .a-subtitle--sm-version {
  color: #fff;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content .cta-block .a-subtitle--sm-version {
    text-align: left;
  }
}
.o-about .a-container .thumb-with-content .cta-block .a-button--white .a-button__text {
  font-weight: 600;
}
.o-about .a-container .thumb-with-content .cta-block .a-button--white .a-button__bottle, .o-about .a-container .thumb-with-content .cta-block .a-button--white .a-button__icon {
  height: 2rem;
}
.o-about .a-container .thumb-with-content .cta-block .a-button--white .a-button__icon {
  width: 2rem;
}
.o-about .a-container .thumb-with-content .cta-block .a-button--white:hover .a-button__icon, .o-about .a-container .thumb-with-content .cta-block .a-button--white:hover .a-button__bottle {
  background-color: #ffc6d6;
}
.o-about .a-container .thumb-with-content .cta-block .a-button--white:hover .a-button__icon .a-button__icon-mask::after {
  background-color: #111111;
}
.o-about .a-container .thumb-with-content .cta-block .a-button--white .a-button__icon svg path {
  fill: #111111;
}
.o-about .a-container .thumb-with-content .cta-block .a-button--white .a-button__icon::after {
  background-color: #141414;
}
.o-about .a-container .thumb-with-content .list-details-crusher {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px) {
  .o-about .a-container .thumb-with-content .list-details-crusher {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.o-about .a-container .thumb-with-content .list-details-crusher li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.o-about .a-container .thumb-with-content .list-details-crusher li img {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content .list-details-crusher li img {
    margin-bottom: 1.5rem;
  }
}
.o-about .a-container .thumb-with-content .list-details-crusher li p:not(.a-subtitle--m-version) {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #141414;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content .list-details-crusher li p:not(.a-subtitle--m-version) {
    font-size: 14px;
    line-height: 129%;
  }
}
@media (max-width: 767px) {
  .o-about .a-container .thumb-with-content .list-details-crusher li p.a-subtitle--m-version {
    font-size: 16px;
    line-height: 112%;
  }
}
.o-about .a-container .thumb-with-content .thumb-confirmation-ce {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content .thumb-confirmation-ce {
    margin-top: 3rem;
    gap: 3rem;
  }
}
.o-about .a-container .thumb-with-content .thumb-confirmation-ce img {
  width: 15.375rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .o-about .a-container .thumb-with-content .thumb-confirmation-ce img {
    width: 18.4375rem;
    height: 3rem;
  }
}

.o-efficient-disposal {
  padding: 3.5625rem 0;
  background-color: #141414;
}
@media (min-width: 1024px) {
  .o-efficient-disposal {
    padding: 3.5rem 0;
  }
}
.o-efficient-disposal ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 500px) {
  .o-efficient-disposal ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .o-efficient-disposal ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.o-efficient-disposal ul li.text-card {
  border-radius: 6px;
  background-color: #424245;
  padding: 1rem;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8.25rem;
}
@media (min-width: 768px) {
  .o-efficient-disposal ul li.text-card {
    gap: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .o-efficient-disposal ul li.text-card {
    gap: 0;
  }
}
.o-efficient-disposal ul li.text-card h3.a-subtitle--m-version {
  color: #fff;
  font-size: 16px;
  line-height: 112%;
}
@media (min-width: 1024px) {
  .o-efficient-disposal ul li.text-card h3.a-subtitle--m-version {
    font-size: 18px;
    line-height: 111%;
  }
}
.o-efficient-disposal ul li.text-card div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}
.o-efficient-disposal ul li.text-card div img {
  width: 1.5rem;
  height: 1.5rem;
}
.o-efficient-disposal ul li.image-card {
  border-radius: 6px;
  height: 15.3125rem;
  width: 100%;
}
@media (min-width: 500px) {
  .o-efficient-disposal ul li.image-card {
    height: 100%;
  }
}
.o-efficient-disposal ul li.image-card img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-process {
  padding: 3rem 0;
  background-color: #fff;
  width: calc(100% - 16px);
  margin-left: 0.5rem;
  border-radius: 8px;
  overflow: hidden;
}
.o-process .a-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-process .a-container {
    flex-direction: row;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .o-process .a-container {
    padding: 0 0 0 6.5rem;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .o-process .a-container picture {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .o-process .a-container picture {
    width: 37.5rem;
  }
}
.o-process .a-container .wrapper__process__work {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .o-process .a-container .wrapper__process__work {
    max-width: 24.5rem;
  }
}
.o-process .a-container .wrapper__process__work .a-section-label {
  width: -moz-fit-content;
  width: fit-content;
}
.o-process .a-container .wrapper__process__work h2 {
  text-align: left;
}
.o-process .a-container .wrapper__process__work ol {
  counter-reset: step-counter;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .o-process .a-container .wrapper__process__work ol {
    margin-top: 1rem;
  }
}
.o-process .a-container .wrapper__process__work ol li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  counter-increment: step-counter;
  font-size: 16px;
  line-height: 112%;
}
@media (min-width: 768px) {
  .o-process .a-container .wrapper__process__work ol li {
    font-size: 18px;
    line-height: 111%;
  }
}
.o-process .a-container .wrapper__process__work ol li::before {
  content: counter(step-counter);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ea0054;
  border-radius: 16px;
  border: 4px solid #570020;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .o-process .a-container .wrapper__process__work ol li::before {
    border: 4px solid #ffc6d6;
  }
}
@media (min-width: 768px) {
  .o-process .a-container picture:has(img.main-img-crusher.mobile) {
    display: none;
  }
}
@media (min-width: 768px) {
  .o-process .a-container img.main-img-crusher {
    height: 28.125rem;
    width: 37.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -1.5625rem;
  }
}
.o-process .a-container img.main-img-crusher.mobile {
  display: block;
  margin-top: -0.4375rem;
  height: 21.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
@media (min-width: 411px) {
  .o-process .a-container img.main-img-crusher.mobile {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 768px) {
  .o-process .a-container img.main-img-crusher.mobile {
    display: none;
  }
}
.o-process .a-container img.main-img-crusher.desktop {
  display: none;
}
@media (min-width: 768px) {
  .o-process .a-container img.main-img-crusher.desktop {
    display: block;
    right: -3.0625rem;
  }
}
.o-process ul.slider {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  overflow-y: hidden;
  height: 5rem;
}
.o-process ul.slider.left-img-small-bottle {
  position: absolute;
  gap: 3rem;
  width: 40rem;
  left: -2.25rem;
  bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .o-process ul.slider.left-img-small-bottle {
    display: flex;
    left: -7.5rem;
  }
}
@media (min-width: 1280px) {
  .o-process ul.slider.left-img-small-bottle {
    left: 6.5rem;
  }
}
.o-process ul.slider.right-img-small-bottle {
  position: absolute;
  width: 15.625rem;
  gap: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  right: -5rem;
  top: 6.25rem;
  display: none;
}
@media (min-width: 768px) {
  .o-process ul.slider.right-img-small-bottle {
    display: flex;
    right: -7.5rem;
    top: -1.0625rem;
  }
}
@media (min-width: 1280px) {
  .o-process ul.slider.right-img-small-bottle {
    right: 0rem;
    width: 20rem;
  }
}

.o-benefits {
  background-color: #141414;
  padding: 3.5rem 0;
}
@media (min-width: 1024px) {
  .o-benefits {
    padding: 3rem 0;
  }
}
.o-benefits .a-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .o-benefits .a-container {
    align-items: center;
  }
}
.o-benefits .a-container .a-subtitle--white-version {
  max-width: 40rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .o-benefits .a-container .a-subtitle--white-version {
    text-align: center;
  }
}
.o-benefits .a-container ul {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (min-width: 500px) {
  .o-benefits .a-container ul {
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .o-benefits .a-container ul {
    margin-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .o-benefits .a-container ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.o-benefits .a-container ul li {
  border-radius: 6px;
  background-color: #424245;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .o-benefits .a-container ul li {
    gap: 7.75rem;
  }
}
.o-benefits .a-container ul li .a-subtitle--m-version, .o-benefits .o-process .a-container ul li .wrapper__process__work ol li, .o-process .o-benefits .a-container ul li .wrapper__process__work ol li, .o-benefits .o-process .a-container .wrapper__process__work ol ul li li, .o-process .o-benefits .a-container .wrapper__process__work ol ul li li {
  color: #fff;
}

.o-cooperation {
  padding: 4rem 0;
  background-color: #141414;
}
@media (min-width: 1024px) {
  .o-cooperation {
    padding: 3rem 0;
  }
}
.o-cooperation .a-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.o-cooperation .a-container .text__wrapper__cooperation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .o-cooperation .a-container .text__wrapper__cooperation {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .o-cooperation .a-container .text__wrapper__cooperation {
    gap: 0;
  }
}
.o-cooperation .a-container .text__wrapper__cooperation div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 30rem;
}
.o-cooperation .a-container .text__wrapper__cooperation div .a-section-label {
  width: -moz-fit-content;
  width: fit-content;
}
.o-cooperation .a-container .text__wrapper__cooperation .a-paragraph {
  max-width: 24.5rem;
}
.o-cooperation .a-container .cooperation__process {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  padding-left: 3rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .o-cooperation .a-container .cooperation__process {
    flex-direction: row;
    padding-top: 2rem;
    padding-left: 0;
  }
}
.o-cooperation .a-container .cooperation__process::before {
  content: "";
  height: calc(75% + 1.5rem);
  margin-left: 0.9375rem;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #424245;
}
@media (min-width: 768px) {
  .o-cooperation .a-container .cooperation__process::before {
    width: calc(75% + 1.5rem);
    height: 1px;
  }
}
.o-cooperation .a-container .cooperation__process li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  flex: 1;
}
.o-cooperation .a-container .cooperation__process li h3 {
  color: #fff;
  flex: 1;
}
.o-cooperation .a-container .cooperation__process li h3 + p {
  border-radius: 6px;
  padding: 0.75rem 1rem;
  background-color: #424245;
}
@media (min-width: 768px) {
  .o-cooperation .a-container .cooperation__process li h3 + p {
    min-height: 11.875rem;
  }
}
@media (min-width: 1024px) {
  .o-cooperation .a-container .cooperation__process li h3 + p {
    min-height: 8.4375rem;
  }
}
@media (min-width: 1440px) {
  .o-cooperation .a-container .cooperation__process li h3 + p {
    min-height: initial;
  }
}
.o-cooperation .a-container .cooperation__process li:first-child::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%2212%22%20fill%3D%22%23570020%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%20fill%3D%22%23EA0054%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: -2.8125rem;
}
@media (min-width: 768px) {
  .o-cooperation .a-container .cooperation__process li:first-child::before {
    top: -2.8125rem;
    left: 0;
  }
}
.o-cooperation .a-container .cooperation__process li::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%2212%22%20fill%3D%22%23141414%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%224%22%20fill%3D%22%236E6E73%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: -2.8125rem;
}
@media (min-width: 768px) {
  .o-cooperation .a-container .cooperation__process li::before {
    top: -2.6875rem;
    left: 0;
  }
}

.o-specification {
  width: calc(100% - 16px);
  margin-left: 0.5rem;
  border-radius: 8px;
  padding: 3rem 0rem 0rem 0rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .o-specification {
    padding: 3rem 0rem;
  }
}
.o-specification .a-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .o-specification .a-container {
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .o-specification .a-container {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.o-specification .a-container h2 {
  text-align: left;
}
@media (min-width: 1024px) {
  .o-specification .a-container h2 {
    text-align: center;
  }
}
.o-specification .a-container div.details-specification {
  border-radius: 6px;
  padding: 1rem 1rem 2rem 1rem;
  margin-top: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #e4e4e4;
  width: calc(100% + 2rem);
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
    width: 100%;
  }
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification div.list-specification:has(ul) {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) {
    margin-bottom: 1.5rem;
  }
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) h3 {
  border-radius: 4px;
  background-color: #2080f0;
  padding: 0.25rem 0.5rem;
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li {
    flex-direction: row;
  }
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li p {
  width: 100%;
  padding: 0.4375rem 0.5rem;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li p {
    width: 50%;
    border-right: 1px solid #e4e4e4;
  }
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li p:first-child {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  font-weight: 800;
  line-height: 114%;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li p:first-child {
    border-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
  }
}
.o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li p + p {
  width: 100%;
  padding: 0.4375rem 0.5rem;
  border-right: none;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification div.list-specification:has(ul) div.specification-card:has(ul) ul li p + p {
    width: 50%;
  }
}
.o-specification .a-container div.details-specification .wrapper__pdf__files {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification .wrapper__pdf__files {
    flex-direction: row;
    margin-top: 1.5rem;
  }
}
.o-specification .a-container div.details-specification .wrapper__pdf__files a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.o-specification .a-container div.details-specification .wrapper__pdf__files a span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #141414;
}
@media (min-width: 768px) {
  .o-specification .a-container div.details-specification .wrapper__pdf__files a span {
    font-size: 14px;
    line-height: 129%;
  }
}

.o-testing {
  width: calc(100% - 16px);
  margin-left: 0.5rem;
  border-radius: 8px;
  padding: 3rem 0rem;
  background-color: #fff;
}
.o-testing .a-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .o-testing .a-container {
    align-items: center;
  }
}
.o-testing .a-container h2 {
  max-width: 40rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .o-testing .a-container h2 {
    text-align: center;
  }
}
.o-testing .a-container ul {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 500px) {
  .o-testing .a-container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .o-testing .a-container ul {
    margin-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.o-testing .a-container ul li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.o-testing .a-container ul li div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background-color: #e4e4e4;
  border-radius: 6px;
  flex: 1;
}
.o-testing .a-container ul li img {
  height: 13.8125rem;
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-contact {
  padding: 4rem 0 3rem 0;
  background-color: #141414;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .o-contact {
    padding: 3rem 0;
  }
}
.o-contact .a-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.o-contact .a-container h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  .o-contact .a-container h2 {
    text-align: left;
  }
}
.o-contact .a-container .a-section-label {
  color: #fff;
  padding: 0 1.5rem;
}
.o-contact .a-container .a-section-label::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22%231EDD4D%22%3E%3Ccircle%20opacity%3D%22.25%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-mask-image: initial;
          mask-image: initial;
}
.o-contact .a-container .wrapper__section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0.5rem;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .o-contact .a-container .wrapper__section__content {
    margin-top: 2rem;
    align-items: initial;
    flex-direction: row;
    gap: 0;
  }
}
.o-contact .a-container .wrapper__section__content .a-paragraph {
  max-width: 30rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .o-contact .a-container .wrapper__section__content .a-paragraph {
    text-align: initial;
  }
}
.o-contact .a-container .wrapper__section__content ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .o-contact .a-container .wrapper__section__content ul {
    flex-direction: row;
  }
}
.o-contact .a-container .wrapper__section__content ul li .a-subtitle--sm-version {
  color: #fff;
  font-size: 20px;
  line-height: 110%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .o-contact .a-container .wrapper__section__content ul li .a-subtitle--sm-version {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.o-contact .a-container .wrapper__section__content ul li .a-subtitle--sm-version.email::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22%23FF246B%22%3E%3Cpath%20d%3D%22M8.242%206.055C3.719%206.055%200%209.165%200%2012.989c0%201.528.593%203.081%201.68%204.285L.145%2019.028A.585.585%200%200%200%20.586%2020h8.242c3.34%200%207.656-2.876%207.656-7.011%200-3.824-3.719-6.934-8.242-6.934Zm-3.555%208.008a1.173%201.173%200%200%201-1.171-1.172c0-.646.525-1.172%201.171-1.172s1.172.526%201.172%201.172c0%20.646-.526%201.171-1.172%201.171Zm3.555%200A1.173%201.173%200%200%201%207.07%2012.89c0-.646.526-1.172%201.172-1.172.646%200%201.172.526%201.172%201.172%200%20.646-.526%201.171-1.172%201.171Zm3.555%200a1.173%201.173%200%200%201-1.172-1.172c0-.646.526-1.172%201.172-1.172a1.172%201.172%200%200%201%200%202.343Z%22%2F%3E%3Cpath%20d%3D%22m19.858%2011.923-1.38-1.61C19.465%209.202%2020%207.847%2020%206.445%2020%202.891%2016.583%200%2012.383%200%208.585%200%205.358%202.367%204.789%205.447c1.06-.36%202.248-.564%203.453-.564%205.131%200%209.347%203.583%209.408%208.007h1.764c.5%200%20.77-.589.444-.967Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}
.o-contact .a-container .wrapper__section__content ul li .a-subtitle--sm-version.phone::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%20fill%3D%22%23FF246B%22%3E%3Cpath%20d%3D%22M19.234%204.084c-.768-1.056-2.112-2.01-3.785-2.684A14.945%2014.945%200%200%200%2010.01.356a14.925%2014.925%200%200%200-5.444%201.028C2.89%202.054%201.543%203.002.773%204.056.032%205.068-.181%206.158.155%207.21A1.653%201.653%200%200%200%201.74%208.352l2.498.002h.003a1.67%201.67%200%200%200%201.284-.598%201.642%201.642%200%200%200%20.349-1.392l-.132-.511c.728-.347%202.377-1.018%204.26-1.008%201.883.01%203.531.68%204.26%201.028l-.134.508a1.642%201.642%200%200%200%20.344%201.394%201.67%201.67%200%200%200%201.286.602l2.498.003h.002c.728%200%201.365-.457%201.585-1.138.34-1.051.13-2.143-.608-3.158Z%22%2F%3E%3Cpath%20d%3D%22m15.649%2010.93-1.863-1.956a.597.597%200%200%200-.432-.185H12.15v-.814a.597.597%200%200%200-1.194%200v.814H9.045v-.814a.597.597%200%200%200-1.194%200v.814H6.647a.597.597%200%200%200-.432.185L4.352%2010.93a8.176%208.176%200%200%200-2.265%205.662v2.456c0%20.33.268.596.597.596h14.633c.33%200%20.596-.267.596-.596v-2.456a8.176%208.176%200%200%200-2.264-5.662ZM10%2017.463a3.127%203.127%200%200%201-3.123-3.124A3.127%203.127%200%200%201%2010%2011.216a3.127%203.127%200%200%201%203.124%203.123A3.127%203.127%200%200%201%2010%2017.463Z%22%2F%3E%3Cpath%20d%3D%22M10%2012.41c-1.064%200-1.93.865-1.93%201.93%200%201.064.866%201.93%201.93%201.93s1.93-.866%201.93-1.93c0-1.065-.866-1.93-1.93-1.93Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

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