/*
Theme Name: Armormonkey
Author: Volodymyr B.
Description: The Armormonkey Theme is a special WordPress theme for armormonkey.com
Version: 1.16
Text Domain: armormonkey
*/
/**/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ul, ol {
  list-style: none;
}

.inner-container,
.custom-container,
.wp-block-group__inner-container {
  --container-size: 97rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-container,
.wp-block-group__inner-container {
  --container-size: 97rem;
  max-width: min(100vw - 2.5rem, var(--container-size));
}
@media (min-width: 64rem) {
  .inner-container,
  .wp-block-group__inner-container {
    max-width: min(100vw - 4 * 2.5rem, var(--container-size));
  }
}

.inner-container--lg {
  --container-size: 115rem;
}

.inner-container--sm {
  --container-size: 47.13rem;
}

@media (min-width: 64rem) {
  .custom-container {
    max-width: var(--custom-width-tablet);
  }
}
@media (min-width: 80rem) {
  .custom-container {
    max-width: var(--custom-width-laptop, 97rem);
  }
}
@media (min-width: 105rem) {
  .custom-container {
    max-width: var(--custom-width-desktop, 97rem);
  }
}

.grid {
  display: grid;
  max-width: 100%;
}

.column {
  min-width: 50px;
  order: 1;
}

.padding-bottom {
  padding-bottom: clamp(3.13rem, 4.21vw, 5rem);
}

.padding-top-lg {
  padding-top: clamp(3.75rem, 7.37vw, 8.75rem);
}

.padding-bottom-lg {
  padding-bottom: clamp(3.75rem, 7.37vw, 8.75rem);
}

@media (max-width: 45.25rem) {
  .padding-bottom-mob-sm {
    padding-bottom: clamp(1.88rem, 3.16vw, 3.75rem);
  }
}

body {
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.25rem);
  font-weight: 400;
  color: #2A2F34;
  line-height: 1.3;
  background-color: white;
}

blockquote {
  font-size: inherit;
  font-weight: 400;
}

figcaption,
caption,
cite {
  display: block;
  margin-top: 1em;
  text-align: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: 0.85rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.18;
}

h1,
.heading--1 {
  font-size: clamp(3.13rem, 6.11vw, 7.25rem);
  line-height: 1.02;
}

h2,
.heading--2 {
  font-size: clamp(2rem, 3.37vw, 4rem);
}

h3,
.heading--3 {
  font-size: clamp(1.31rem, 1.89vw, 2.25rem);
}

h4,
.heading--4 {
  font-size: clamp(1.31rem, 1.68vw, 2rem);
}

h5,
.heading--5 {
  font-size: clamp(1.13rem, 1.11vw, 1.31rem);
}

h6 {
  font-size: 1rem;
}

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

img,
video {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

embed,
iframe,
object,
audio {
  width: 100%;
  max-width: 100%;
  border: 0;
}

img {
  vertical-align: bottom;
}

iframe {
  display: block;
}

.media-cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.media-cover img {
  object-position: 50%;
  object-fit: cover;
}
.media-cover img,
.media-cover video {
  width: 100%;
  height: 100%;
}

.svg-icon {
  --icon-size: clamp(1.13rem, 1.16vw, 1.38rem);
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  vertical-align: middle;
  fill: currentColor;
}

table {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0.5rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  word-break: normal;
}

th {
  text-align: inherit;
}

hr {
  width: clamp(5rem, 35%, 20rem);
  margin: 2rem auto;
  background: none;
  border: 0;
  border-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.input-text {
  display: block;
  width: 100%;
  height: 2.88rem;
  padding: 0.63rem 1.25rem;
  color: #2A2F34;
  font-size: 1.13rem;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.3;
  background: #fff;
  border: 0;
  border-radius: 1rem;
}
.input-text:focus {
  outline: 0;
}
.input-text:focus::placeholder {
  opacity: 0.7;
}
.input-text:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

textarea.input-text {
  height: auto;
  resize: none;
}

select.input-text {
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23404041' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.68vw) 50%;
  background-repeat: no-repeat;
}

.input-text--border {
  border: 2px solid rgba(42, 47, 52, 0.2);
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-text--border:focus {
  border-color: #2A2F34;
}

::placeholder {
  color: rgba(64, 64, 65, 0.5);
  opacity: 1;
}

::-webkit-input-placeholder {
  color: rgba(64, 64, 65, 0.5);
  opacity: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1;
  text-overflow: clip;
  text-shadow: none;
  color: #2A2F34;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: 0;
  border-radius: 1rem;
}
.button:hover, .button:focus, .button:active {
  text-decoration: none;
}
.button.disabled, .button[disabled], .button[aria-disabled=true] {
  opacity: 0.85;
  pointer-events: none;
}
.button:focus-visible {
  outline: 1px dashed rgba(34, 33, 32, 0.4);
  outline-offset: 2px;
}
.button span, .button svg {
  pointer-events: none;
}

.button--black {
  height: 2.88rem;
  padding: 0 2.5rem;
  color: #fff;
  background-color: #222120;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--black:hover {
  background-color: #000;
}

@media (min-width: 80rem) {
  .button--lg {
    height: 3.63rem;
    padding: 0 3.88rem;
    font-size: 1.31rem;
  }
}

.button--icon {
  width: 3rem;
  height: 3rem;
  color: #111724;
  border-radius: 50%;
}

input[type=submit] {
  -webkit-appearance: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.94rem;
}
@media (min-width: 64rem) {
  .form-group {
    flex-direction: row;
    gap: 0;
  }
  .form-group .input-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form-group .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.entry--404 .text-404 {
  margin-top: 1.25rem;
  font-size: max(5.63rem, 6.84vw);
  line-height: 1;
  opacity: 0.4;
}

summary {
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary[disabled] {
  pointer-events: none;
}

.modal__toggle::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

details[open].active .modal__toggle::before {
  opacity: 1;
}

.modal__content {
  position: absolute;
  z-index: 4;
}

.header-modal__toggle {
  color: currentColor;
}
.header-modal__toggle .svg-icon {
  --icon-size: 26px;
  position: relative;
  z-index: 4;
}

details:not([open]) .header-modal__toggle .svg-icon:nth-child(2) {
  display: none;
}

details[open] .header-modal__toggle .svg-icon:nth-child(1) {
  display: none;
}

.header-modal__content {
  right: 0;
  top: 100%;
  width: 15rem;
  padding: 1.56rem 0;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px 0 rgba(5, 13, 39, 0.1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

details[open] > .header-modal__content {
  visibility: visible;
}

details[open].active .header-modal__content {
  transform: translateY(0);
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.header:not(.header--absolute) {
  padding-top: clamp(1.88rem, 3.68vw, 4.38rem);
  padding-bottom: clamp(1.88rem, 3.68vw, 4.38rem);
  text-align: center;
}

.header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding-top: clamp(2.5rem, 3.68vw, 4.38rem);
}

.header__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header__nav {
  margin-left: auto;
}

.header__menu-toggle {
  position: absolute;
  right: 0;
  top: calc(50% - 1.5rem);
}

.site-footer {
  position: relative;
  padding-top: clamp(5rem, 9.47vw, 11.25rem);
  padding-bottom: clamp(2.5rem, 3.16vw, 3.75rem);
  background-color: #fbf3ec;
}

.site-footer__grid {
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
  position: relative;
}
@media (min-width: 64rem) {
  .site-footer__grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.menu a {
  -webkit-user-select: none;
          user-select: none;
}

.primary-menu a {
  display: block;
  color: currentColor;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-menu a:hover {
  color: #57ce00;
}

.primary-menu--desktop {
  display: flex;
}
.primary-menu--desktop .menu-item:not(:first-child) {
  margin-left: clamp(0.94rem, 1.58vw, 1.88rem);
}
.primary-menu--desktop a {
  font-size: clamp(1.13rem, 1.05vw, 1.25rem);
}

.primary-menu--mobile a {
  padding: 0.75rem 1.88rem;
  font-size: 1.38rem;
  color: #2A2F34;
}

.footer-menu {
  display: flex;
}
@media (min-width: 64rem) {
  .footer-menu > .menu-item:not(:last-child) {
    margin-right: clamp(0.94rem, 2.11vw, 2.5rem);
  }
}
.footer-menu a {
  display: inline-block;
  font-size: 0.94rem;
  cursor: pointer;
  line-height: 1;
  font-size: clamp(1rem, 1.05vw, 1.25rem);
  font-weight: 600;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 63rem) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
  }
  .footer-menu .menu-item:not(:first-child) {
    margin-top: 0.65rem;
  }
}

.social-menu {
  display: flex;
  justify-content: center;
}
.social-menu .menu-item:not(:first-child) {
  margin-left: clamp(0.94rem, 1.58vw, 1.88rem);
}
.social-menu a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(2.13rem, 2.32vw, 2.75rem);
  height: clamp(2.13rem, 2.32vw, 2.75rem);
  border-radius: 50%;
  color: #fff;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-menu a::before {
  content: " ";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #1A171A;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-menu a svg {
  position: relative;
}
.social-menu a:hover {
  color: #57ce00;
}
.social-menu a:hover::before {
  transform: scale(1.1);
}

.header__branding img {
  max-width: clamp(7.5rem, 11.58vw, 13.75rem);
}

.site-footer__branding img {
  max-width: clamp(6.25rem, 10.11vw, 12rem);
}

.custom-logo-link {
  -webkit-user-select: none;
          user-select: none;
}

.icon-list {
  gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.icon-list__item-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(5rem, 7.89vw, 9.38rem);
  height: clamp(5rem, 7.89vw, 9.38rem);
  padding: 0.5rem;
  background-color: var(--circle-color, #E6D4FB);
  border-radius: 50%;
}
@media (max-width: 104rem) {
  .icon-list__item-circle img {
    transform: scale(0.8);
  }
}

.icon-list__item-heading {
  padding-top: clamp(0.75rem, 1.26vw, 1.5rem);
  padding-bottom: clamp(0.38rem, 0.63vw, 0.75rem);
}

.rte {
  word-break: break-word;
}
.rte > *:not(:last-child) {
  margin-bottom: clamp(0.63rem, 0.95vw, 1.13rem);
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  margin-top: 0.85em;
  margin-bottom: 0.75em;
  line-height: 1.2;
}
.rte h1:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child {
  margin-top: 0;
}
.rte h1 {
  font-size: clamp(2.13rem, 2.84vw, 3.38rem);
}
.rte h2 {
  font-size: clamp(1.75rem, 2.21vw, 2.63rem);
}
.rte h3 {
  font-size: clamp(1.38rem, 1.58vw, 1.88rem);
}
.rte h4 {
  font-size: clamp(1.25rem, 1.26vw, 1.5rem);
}
.rte h5 {
  font-size: clamp(1.13rem, 1.11vw, 1.31rem);
}
.rte a {
  color: currentColor;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.rte a:hover {
  text-decoration: none;
}
.rte a[href^="tel:"] {
  text-decoration: none;
}
.rte a[href^="tel:"]:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.rte ul, .rte ol {
  padding-left: 1.3rem;
}
.rte ul {
  list-style: disc;
}
.rte ol {
  list-style: decimal;
}
.rte li:first-child {
  margin-top: clamp(0.63rem, 1.32vw, 1.56rem);
}
.rte li:not(:last-child) {
  margin-bottom: clamp(0.63rem, 1.32vw, 1.56rem);
}
.rte strong {
  font-weight: 600;
}
.rte .wp-block-quote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.rte .alignleft,
.rte .alignright {
  margin-bottom: 0.6rem;
}
@media (min-width: 46.25rem) {
  .rte .alignleft,
  .rte .alignright {
    max-width: 65%;
  }
}
@media (min-width: 46.25rem) {
  .rte .alignleft {
    float: left;
    margin-right: 1.8rem;
  }
}
@media (min-width: 46.25rem) {
  .rte .alignright {
    float: right;
    margin-left: 1.8rem;
  }
}
.rte img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rte .has-background {
  padding: 1rem 1.5rem;
}

.unstyled-list ul, .unstyled-list ol {
  list-style: none;
}

@media (min-width: 46.25rem) {
  .form-grid {
    gap: 1.88rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.wpcf7 .input-text {
  margin-bottom: clamp(0.94rem, 1.32vw, 1.32vw);
}
.wpcf7 .form-cta {
  margin-top: clamp(0.94rem, 1.32vw, 1.32vw);
}
.wpcf7 br {
  display: none;
}

.wpcf7-acceptance label {
  display: flex;
  font-weight: 500;
  font-size: clamp(0.81rem, 0.74vw, 0.74vw);
  line-height: 1.2;
}
.wpcf7-acceptance input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 0.63rem;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form .wpcf7-not-valid {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: animShake;
  color: #d43f46;
  border-color: #d43f46;
}

.wpcf7-response-output {
  display: none;
  margin-top: 0.63rem;
  padding: 0.63rem 0.94rem;
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.81rem;
}

.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #d43f46;
  background-color: rgba(212, 63, 70, 0.1);
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #5aaa20;
  background-color: rgba(90, 170, 32, 0.1);
}

@keyframes animShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.block,
.block-content {
  position: relative;
}

.block-content {
  z-index: 1;
}

.block-subheading {
  margin-bottom: 0.63rem;
}

.block-heading {
  margin-bottom: clamp(2.5rem, 3.16vw, 3.75rem);
}

.shape {
  display: flex;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.shape svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.shape--mask {
  left: 0;
  width: 100%;
}
.shape--mask svg {
  width: 100%;
}

.shape--mask-top {
  top: -1px;
}

.shape--mask-bot {
  bottom: -1px;
}

.hero-slider__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero-slider::after {
  content: " ";
  position: absolute;
  inset: 0;
  background-color: rgba(5, 13, 39, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' heigh='117' viewBox='0 0 1920 117'%3E%3Cpath fill='%23fff' d='M1920,117V42.63c-93.11-27.22-252.48-58.39-512.5-33.57-231.18,22.06-516,93.2-729.5,102.65C415.45,123.34,84.06,78.86,0,55.42v61.58H1920Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 101%;
  background-size: 100% auto;
}
.hero-slider .splide__pagination {
  position: absolute;
  z-index: 2;
}
@media (max-width: 63rem) {
  .hero-slider .splide__pagination {
    left: 0;
    top: var(--hero-pagination-pos-mob, 10rem);
    width: 100%;
  }
}
@media (min-width: 64rem) {
  .hero-slider .splide__pagination {
    flex-direction: column;
    right: 2.5rem;
    top: calc(50% - 6.32vw);
  }
  .hero-slider .splide__pagination li {
    margin: 0.31rem 0;
  }
  .hero-slider .splide__pagination .splide__pagination__page {
    width: 0.38rem;
    height: 0.63rem;
    transform: translate3d(0, 0, 0);
    transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hero-slider .splide__pagination .splide__pagination__page.is-active {
    width: 0.38rem;
    height: 1.88rem;
  }
}
.hero-slider .splide__pagination__page {
  background: rgba(255, 255, 255, 0.5);
}
.hero-slider .splide__pagination__page:hover {
  background-color: #fff;
}
.hero-slider .splide__pagination__page.is-active {
  background-color: #fff;
}

.hero-slider__slide {
  height: clamp(35.63rem, 35.79vw, 42.5rem);
}
@media (min-width: 80rem) {
  .hero-slider__slide {
    height: clamp(42.5rem, 49.47vw, 58.75rem);
  }
}

.hero-content {
  padding-top: clamp(13.13rem, 14.74vw, 17.5rem);
  overflow: hidden;
}

@media (min-width: 45.25rem) and (max-width: 63rem) {
  .hero__grid img {
    max-width: 31.25rem;
  }
}
.hero__grid .column:nth-child(2) {
  padding-top: 0.63rem;
}
@media (min-width: 64rem) {
  .hero__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__grid img {
    margin-left: -5.79vw;
    max-width: 100%;
  }
  .hero__grid .column:nth-child(2) {
    align-self: end;
    padding-bottom: clamp(3.75rem, 6.84vw, 8.13rem);
  }
  .hero__grid .column:nth-child(2) div {
    max-width: clamp(25rem, 33.68vw, 37.5rem);
  }
}

.hero__text {
  margin-top: 1.25rem;
  margin-bottom: 6.88rem;
}
@media (min-width: 64rem) {
  .hero__text {
    margin-bottom: clamp(3.13rem, 4.21vw, 5rem);
  }
}

.hero__product-text {
  padding-top: clamp(0.94rem, 1.32vw, 1.56rem);
}

.hero .shape {
  width: 4.06rem;
  right: 0;
  bottom: 5.94rem;
}
@media (min-width: 64rem) {
  .hero .shape {
    width: 11.58vw;
    bottom: -5.26vw;
  }
}
@media (min-width: 105rem) {
  .hero .shape {
    width: clamp(15.63rem, 14.63vw, 17.38rem);
    bottom: -10.53vw;
  }
}
@media (max-width: 63rem) {
  .hero .shape svg {
    transform: translateX(1.25rem);
  }
}

@media (min-width: 64rem) {
  .icon-grid__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.88rem, 3.16vw, 3.75rem) clamp(3.13rem, 8.42vw, 10rem);
  }
}

.icon-grid .shape {
  width: 7.5rem;
  left: 0;
  bottom: 23.13rem;
}
@media (min-width: 64rem) {
  .icon-grid .shape {
    width: 10vw;
    bottom: -2.63vw;
  }
}
@media (min-width: 105rem) {
  .icon-grid .shape {
    width: 14vw;
    bottom: -5.79vw;
  }
}
@media (max-width: 63rem) {
  .icon-grid .shape svg {
    transform: translateX(-2.5rem);
  }
}

.deferred-media {
  --ratio-percent: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: var(--ratio-percent);
  border-radius: max(1.63rem, 1.89vw);
}
.deferred-media:not([loaded]) template {
  z-index: -1;
}
.deferred-media[loaded] {
  box-shadow: 0 0 12px 0 rgba(5, 13, 39, 0.2);
}
.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}
.deferred-media video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.deferred-media__poster {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.deferred-media__poster::before {
  content: " ";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(5, 13, 39, 0.4);
}

.deferred-media__button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.deferred-media__button svg {
  --icon-size: clamp(1.88rem, 6.42vw, 7.63rem);
  transition: transform 0.24s ease;
}
.deferred-media__button:hover {
  color: #d6f09b;
}
.deferred-media__button:hover svg {
  transform: scale(1.1);
}

@media (max-width: 45.25rem) {
  .media .deferred-media {
    border-radius: 0;
  }
  .media .inner-container {
    max-width: 100%;
  }
}

.media__wrapper {
  display: flex;
  justify-content: center;
}
.media__wrapper img {
  display: block;
}

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

.graph__heading {
  position: relative;
  margin-bottom: var(--margin-bottom-mob, auto);
}
@media (min-width: 64rem) {
  .graph__heading {
    margin-bottom: var(--margin-bottom, auto);
  }
}

.graph__data,
.graph__captions,
.graph__caption {
  display: flex;
}

.graph__data,
.graph__captions {
  padding: 0 clamp(1.25rem, 2.11vw, 2.5rem);
}
@media (min-width: 64rem) {
  .graph__data,
  .graph__captions {
    padding: 0 clamp(1.25rem, 5.26vw, 6.25rem);
  }
}

.graph__data {
  justify-content: space-between;
  gap: 0.63rem;
  margin-top: var(--margin-top-mob, auto);
}
.graph__data li {
  font-size: clamp(0.75rem, 0.95vw, 1.13rem);
  color: #e2c8af;
}
@media (min-width: 64rem) {
  .graph__data {
    margin-top: var(--margin-top, auto);
  }
}

.graph__captions {
  justify-content: space-between;
  gap: 0.63rem;
  margin-top: clamp(1.25rem, 2.11vw, 2.5rem);
}
@media (min-width: 64rem) {
  .graph__captions {
    justify-content: center;
    gap: clamp(1.88rem, 6.84vw, 8.13rem);
  }
}

.graph__caption {
  align-items: center;
  gap: 1rem;
  font-size: clamp(0.88rem, 1.21vw, 1.44rem);
}
.graph__caption span {
  display: block;
}

.graph__caption-icon {
  flex-shrink: 0;
}
.graph__caption-icon img {
  max-height: 36px;
  width: auto;
}

.graph__caption-label strong {
  font-weight: 900;
}
@media (min-width: 64rem) {
  .graph__caption-label br {
    display: none;
  }
}

@media (max-width: 45.25rem) {
  .graph__caption {
    gap: 0.44rem;
  }
  .graph__caption-icon img {
    max-height: 28px;
  }
  .graph__caption-label {
    letter-spacing: -0.02em;
  }
}
.products .block-heading {
  margin-bottom: clamp(0.63rem, 2.11vw, 2.5rem);
}

.products__grid {
  gap: 2.5rem;
}
@media (min-width: 64rem) {
  .products__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.products-item__media {
  position: relative;
}
@media (min-width: 64rem) {
  .products-item__media {
    height: clamp(18.75rem, 28.42vw, 33.75rem);
  }
}

@media (min-width: 64rem) {
  .products-item__image-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .products-item__image-wrapper img {
    width: 100%;
    height: 100%;
    object-position: 50% 100%;
    object-fit: contain;
  }
}
.products-item__subtitle,
.products-item__text {
  color: #323035;
}

.products-item__title {
  margin-top: 0.94rem;
  margin-bottom: 0.31rem;
  font-size: clamp(2.38rem, 2.84vw, 3.38rem);
  color: var(--title-color, #DE1078);
}
@media (min-width: 64rem) {
  .products-item__title {
    margin-top: 1.56rem;
  }
}

.products-item__text {
  margin-top: clamp(0.63rem, 0.79vw, 0.94rem);
}

.products-slider .splide__pagination {
  margin-top: clamp(1.25rem, 1.58vw, 1.88rem);
}
.products-slider .products-item__image-wrapper,
.products-slider .products-item__title,
.products-slider .products-item__subtitle,
.products-slider .products-item__text {
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.products-slider .products-item__image-wrapper {
  transform: translateY(-30px) scale(0.6);
}
.products-slider .products-item__title,
.products-slider .products-item__subtitle,
.products-slider .products-item__text {
  transform: translateY(30px);
}
.products-slider .products-item__title {
  transition-delay: 0.2s;
}
.products-slider .products-item__subtitle {
  transition-delay: 0.3s;
}
.products-slider .products-item__text {
  transition-delay: 0.4s;
}
.products-slider .is-visible .products-item__image-wrapper,
.products-slider .is-visible .products-item__title,
.products-slider .is-visible .products-item__subtitle,
.products-slider .is-visible .products-item__text {
  transform: none;
  opacity: 1;
}

.image-text__main-grid {
  gap: 1.88rem;
}
@media (min-width: 64rem) {
  .image-text__main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(5rem, 11.37vw, 13.5rem);
  }
}

.image-text {
  padding-bottom: clamp(5rem, 9.47vw, 11.25rem);
}
@media (min-width: 64rem) {
  .image-text {
    background-color: #fbf3ec;
  }
}
.image-text .column--media img {
  border-radius: clamp(1rem, 1.68vw, 2rem);
}
.image-text .column--content {
  padding-top: clamp(5rem, 6.84vw, 8.13rem);
}
@media (min-width: 80rem) {
  .image-text .column--content {
    padding-right: clamp(5.63rem, 6.84vw, 8.13rem);
  }
}
@media (max-width: 63rem) {
  .image-text .column--content {
    order: 0;
  }
}
.image-text h3 {
  margin-top: 0.94rem;
  margin-bottom: 0.31rem;
}
@media (max-width: 63rem) {
  .image-text .column--icon img {
    max-width: 6.88rem;
  }
}

.image-text__item-grid:not(:first-child) {
  margin-top: clamp(1.88rem, 2.11vw, 2.5rem);
}
@media (min-width: 64rem) {
  .image-text__item-grid {
    grid-template-columns: min(6.11vw, 7.31rem) 1fr;
    gap: clamp(1rem, 1.05vw, 1.25rem);
  }
}

@media (min-width: 64rem) {
  .product-center__main-grid {
    grid-template-columns: 1fr 27.11vw 1fr;
  }
  .product-center__main-grid .column--left,
  .product-center__main-grid .column--right {
    padding-top: clamp(2.5rem, 3.16vw, 3.75rem);
  }
}

.product-center__left {
  padding-bottom: 1.25rem;
}
.product-center__left .grid {
  gap: clamp(0.94rem, 1.32vw, 1.56rem);
}
@media (min-width: 64rem) {
  .product-center__left .grid {
    grid-template-columns: min(5.95vw, 7.13rem) 1fr;
  }
}
@media (min-width: 46.25rem) {
  .product-center__left .grid {
    margin-bottom: clamp(1.88rem, 2.37vw, 2.81rem);
  }
}
.product-center__left h4 {
  margin-bottom: 0.38rem;
}
@media (max-width: 63rem) {
  .product-center__left {
    padding-bottom: 3.75rem;
  }
  .product-center__left .column--icon img {
    max-width: 6.88rem;
  }
}

@media (min-width: 80rem) {
  .product-center__right {
    padding-left: 1.58vw;
  }
}
.product-center__right .grid {
  gap: clamp(0.94rem, 1.37vw, 1.63rem);
}
@media (min-width: 64rem) {
  .product-center__right .grid {
    grid-template-columns: min(5.21vw, 6.25rem) 1fr;
  }
}
@media (min-width: 46.25rem) {
  .product-center__right .grid {
    margin-bottom: 1.88rem;
  }
}
@media (max-width: 63rem) {
  .product-center__right .column--icon img {
    max-width: 6.13rem;
  }
}

.product-center__right-subheading {
  margin-bottom: clamp(1.88rem, 2.11vw, 2.5rem);
  font-size: clamp(1.88rem, 1.89vw, 2.25rem);
}

.product-center__right-note {
  margin-top: clamp(1.88rem, 2.11vw, 2.5rem);
}

@media (max-width: 63rem) {
  .product-center .block-heading,
  .product-center .product-center__right-subheading {
    margin-bottom: 1.38rem;
  }
}
.icons-slider .splide__pagination {
  margin-top: 1.5rem;
}

@media (min-width: 46.25rem) {
  .testimonials {
    padding-top: clamp(7.5rem, 9.47vw, 11.25rem);
  }
}
.testimonials .splide__arrow {
  bottom: -1.25rem;
  background-color: #fff;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials .splide__arrow:hover {
  background-color: #57ce00;
}
.testimonials .splide__arrow--prev {
  left: calc(50% - 3.63rem);
}
.testimonials .splide__arrow--next {
  right: calc(50% - 3.63rem);
}
@media (min-width: 64rem) {
  .testimonials .splide__arrow {
    bottom: 15.79vw;
  }
  .testimonials .splide__arrow--prev {
    left: -0.63rem;
  }
  .testimonials .splide__arrow--next {
    right: -0.63rem;
  }
}
@media (max-width: 45.25rem) {
  .testimonials .inner-container {
    max-width: min(100vw - 1.25rem);
  }
}

.testimonials-grid {
  gap: 0.63rem;
}
@media (min-width: 64rem) {
  .testimonials-grid {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .testimonials-grid .column--text {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 46.25rem) {
  .testimonials-grid .column--slider {
    display: flex;
    justify-content: center;
  }
}

.testimonials-slider__wrapper {
  position: relative;
}
@media (min-width: 46.25rem) {
  .testimonials-slider__wrapper {
    max-width: clamp(27.5rem, 38.84vw, 46.13rem);
  }
}

.testimonial {
  display: flex;
  justify-content: center;
}
@media (min-width: 46.25rem) {
  .testimonial {
    aspect-ratio: 738/630;
  }
}
@media (max-width: 45.25rem) {
  .testimonial {
    min-height: 22.5rem;
  }
}

.testimonial__content {
  width: clamp(18.13rem, 20vw, 23.75rem);
}

.testimonial__photo {
  margin-bottom: clamp(1.25rem, 2.63vw, 3.13rem);
  transform: translateY(30px);
}
.testimonial__photo img {
  max-width: clamp(7.38rem, 13.16vw, 15.63rem);
  border-radius: 50%;
}
@media (min-width: 64rem) {
  .testimonial__photo {
    padding-right: 1.88rem;
  }
}

.testimonial__name {
  margin-bottom: clamp(0.94rem, 1.05vw, 1.25rem);
  transform: translateY(-30px);
}

.testimonial__text {
  transform: translateY(-30px);
}

.testimonial__photo,
.testimonial__name,
.testimonial__text {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-visible .testimonial__photo,
.is-visible .testimonial__name,
.is-visible .testimonial__text {
  transform: none;
}

.testimonials__shape {
  width: clamp(8.75rem, 15.42vw, 18.31rem);
}
@media (min-width: 64rem) {
  .testimonials__shape {
    top: -4.21vw;
    left: 4.21vw;
  }
}
@media (max-width: 63rem) {
  .testimonials__shape {
    top: -1.88rem;
    right: 0;
  }
  .testimonials__shape svg {
    transform: translateX(50%);
  }
}

.testimonials-slider__shape {
  right: 0;
  bottom: 0;
  width: clamp(5.63rem, 11.47vw, 13.63rem);
}
@media (min-width: 64rem) {
  .testimonials-slider__shape {
    right: -3.68vw;
  }
}

.testimonials-slider__bg {
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.testimonials-slider__quote {
  top: 1.56rem;
  left: 1.56rem;
  width: clamp(4.38rem, 8.42vw, 10rem);
}
@media (min-width: 64rem) {
  .testimonials-slider__quote {
    top: -1.05vw;
    left: -1.58vw;
  }
}
@media (min-width: 105rem) {
  .testimonials-slider__quote {
    top: -0.63rem;
    left: -1.88rem;
  }
}

@media (max-width: 63rem) {
  .banner .inner-container {
    max-width: 100%;
  }
}
@media (min-width: 64rem) {
  .banner .block-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-45%);
  }
}

.banner__grid-wrapper {
  position: relative;
  padding: 3.75rem 1.25rem 2.5rem 1.25rem;
  background-color: #bbd17b;
}
@media (min-width: 64rem) {
  .banner__grid-wrapper {
    padding: clamp(1.25rem, 1.58vw, 1.88rem) clamp(1.88rem, 3.16vw, 3.75rem);
    border-radius: max(1.63rem, 1.89vw);
  }
}

.banner__grid {
  position: relative;
  gap: 1.88rem;
}
@media (min-width: 64rem) {
  .banner__grid {
    grid-template-columns: 0.75fr 1.25fr;
  }
  .banner__grid .column--content {
    align-self: center;
  }
}

.banner__text {
  margin-top: 0.63rem;
  margin-bottom: 0.94rem;
}
@media (max-width: 63rem) {
  .banner__text {
    margin-top: 1.25rem;
    margin-bottom: 1.56rem;
  }
}

.icons-cover {
  padding-top: clamp(5.63rem, 12.63vw, 15rem);
  padding-bottom: clamp(5.63rem, 9.47vw, 11.25rem);
}
.icons-cover .block-media::after {
  content: " ";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 21, 2, 0.5);
}

.icons-cover__grid {
  gap: clamp(2.5rem, 6.32vw, 7.5rem);
}
@media (min-width: 64rem) {
  .icons-cover__grid {
    grid-template-columns: 0.35fr 0.65fr;
  }
}

.icons-cover__icon-grid {
  gap: clamp(1.88rem, 4.21vw, 5rem) clamp(2.5rem, 7.89vw, 9.38rem);
}

.icons-cover__note {
  margin-top: clamp(2.38rem, 3.68vw, 4.38rem);
}

@media (max-width: 63rem) {
  .icons-cover .block-heading {
    margin-bottom: 0;
  }
}
.map {
  padding-top: 1.88rem;
  padding-bottom: clamp(3.13rem, 6.32vw, 7.5rem);
}
@media (min-width: 64rem) {
  .map {
    padding-top: 0;
  }
}

.map__grid {
  gap: 1.88rem;
}
@media (min-width: 64rem) {
  .map__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 6.32vw;
  }
  .map__grid img {
    max-width: 34.21vw;
  }
  .map__grid .column--text {
    padding-top: clamp(5.63rem, 6.32vw, 7.5rem);
  }
}
.map__grid .block-subheading {
  color: #424141;
}
.map__grid .block-heading {
  margin-bottom: clamp(1.25rem, 1.58vw, 1.88rem);
}
.map__grid .block-text {
  margin-bottom: 1.88rem;
}
@media (min-width: 80rem) {
  .map__grid .block-text {
    max-width: 29.79vw;
  }
}

.newsletter {
  margin-bottom: clamp(5rem, 6.32vw, 7.5rem);
}
.newsletter h2 {
  margin-bottom: 0.63rem;
}
@media (max-width: 45.25rem) {
  .newsletter .inner-container {
    max-width: 100%;
  }
  .newsletter h2 {
    font-size: 2rem;
  }
}

.newsletter__grid-wrapper {
  background-color: #ff988b;
}
@media (min-width: 46.25rem) {
  .newsletter__grid-wrapper {
    border-radius: max(1.63rem, 1.89vw);
  }
}

@media (min-width: 64rem) {
  .newsletter__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.newsletter__grid .column--content {
  padding: 5rem 1.25rem 2.5rem 1.25rem;
}
@media (min-width: 46.25rem) {
  .newsletter__grid .column--content {
    padding: clamp(2.13rem, 2.53vw, 3rem) clamp(2.5rem, 4.74vw, 5.63rem);
  }
}
@media (min-width: 80rem) {
  .newsletter__grid .column--content {
    padding-right: clamp(3.75rem, 5.79vw, 6.88rem);
  }
}
.newsletter__grid .column--media {
  padding: 0 0.94rem;
}
.newsletter__grid .column--media img {
  position: relative;
}
@media (min-width: 64rem) {
  .newsletter__grid .column--media {
    position: relative;
    padding: 0;
  }
  .newsletter__grid .column--media img {
    position: absolute;
  }
}

@media (min-width: 64rem) {
  .subscribe-form__product {
    top: 0;
    left: 0;
    max-width: 36.32vw;
    transform: translateY(-2.11vw);
  }
  .subscribe-form__madein {
    bottom: -4.47vw;
    right: 0;
    max-width: 10.47vw;
  }
}
@media (min-width: 80rem) {
  .subscribe-form__product {
    transform: translateY(-7.37vw);
  }
}
@media (min-width: 105rem) {
  .subscribe-form__product {
    transform: translateY(-8.42vw);
  }
}
.subscribe-form {
  margin-top: 1.88rem;
}
.subscribe-form .button {
  position: relative;
}
.subscribe-form .button::after {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  contain: strict;
  width: 20px;
  height: 20px;
  animation: splide-loading 1s infinite linear;
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
}

.subscribe-form__response {
  margin-top: 0.31rem;
}

.is-processing .button {
  pointer-events: none;
}
.is-processing .button span {
  visibility: hidden;
}
.is-processing .button::after {
  content: " ";
  display: inline-block;
}

.spacer {
  display: block;
  width: 100%;
  height: var(--height-mobile, 0.63rem);
}
@media (min-width: 64rem) {
  .spacer {
    height: var(--height-tablet);
  }
}
@media (min-width: 80rem) {
  .spacer {
    height: var(--height-desktop);
  }
}

.wp-block-quote {
  padding-left: 1em;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  border-left: 0.2em solid #57ce00;
}
.wp-block-quote cite {
  text-align: inherit;
}
.wp-block-quote.has-text-align-right {
  padding-left: 0;
  padding-right: 1em;
  border-left: none;
  border-right: 0.2em solid #57ce00;
}
.wp-block-quote.has-text-align-center, .wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.wp-block-quote.is-style-large {
  padding: 1.5rem;
  text-align: center;
}
.wp-block-quote.is-style-large p {
  font-size: 1.38rem;
  line-height: 1.5;
  font-style: normal;
}
.wp-block-quote.is-style-large cite {
  font-size: 1rem;
}
@media (min-width: 64rem) {
  .wp-block-quote.is-style-large {
    padding: 3rem;
  }
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-block-table {
  width: 100%;
  line-height: 1.45;
}
.wp-block-table .has-fixed-layout table {
  table-layout: fixed;
}
.wp-block-table thead th {
  border-bottom-width: 2px;
}
.wp-block-table tfoot td {
  border-top-width: 2px;
}
.wp-block-table.is-style-stripes {
  border-collapse: inherit;
  border-bottom: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table figcaption {
  font-weight: 400;
}

.has-accent-color,
.color-accent {
  color: #57ce00;
}

.background-color-accent,
.has-accent-background-color {
  color: white;
  background-color: #57ce00;
}

.background-color-beige {
  background-color: #fbf3ec;
}

.color-white {
  color: #fff;
}
.color-white h1, .color-white h2, .color-white h3, .color-white h4 {
  color: inherit;
}

.color-dark {
  color: #222120;
}

.color-dark-gray {
  color: #424141;
}

.color-black {
  color: #1A171A;
}

::selection {
  color: white;
  background: #57ce00;
}

.font-size-s {
  font-size: 1rem;
}

.has-large-font-size,
.font-size-l {
  font-size: clamp(1.25rem, 1.21vw, 1.44rem);
}

.font-size-xl {
  font-size: clamp(1.44rem, 1.37vw, 1.63rem);
}

@media (max-width: 63rem) {
  .font-size-xl--mobile {
    font-size: 1.31rem;
  }
  .font-size-l--mobile {
    font-size: 1.13rem;
  }
  .font-size-m--mobile {
    font-size: 1rem;
  }
  .font-size-s--mobile {
    font-size: 0.88rem;
  }
  .font-size-xs--mobile {
    font-size: 0.81rem;
  }
}
.font-weight-normal {
  font-weight: 400;
}

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

.font-weight-semibold {
  font-weight: 600;
}

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

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.has-text-align-center,
.text-center,
.aligncenter {
  text-align: center;
}

.text-right,
.has-text-align-right {
  text-align: right;
}

@media (max-width: 63rem) {
  .text-center--mobile {
    text-align: center;
  }
}
.text-uppercase {
  text-transform: uppercase;
}

.font-italic {
  font-style: italic;
}

.font-family-second {
  font-family: "Mique", sans-serif;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
.hidden {
  display: none !important;
}

@media (min-width: 46.25rem) {
  .hidden--mobile-up {
    display: none !important;
  }
}
@media (max-width: 45.25rem) {
  .hidden--mobile-down {
    display: none !important;
  }
}
@media (min-width: 64rem) {
  .hidden--tablet-up {
    display: none !important;
  }
}
@media (max-width: 63rem) {
  .hidden--tablet-down {
    display: none !important;
  }
}
@media (max-width: 63rem) {
  .hide-br-mobile br {
    display: none;
  }
}
@media (max-width: 64rem) {
  .hide-br-tablet br {
    display: none;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.splide__pagination li {
  display: flex;
  line-height: 1;
  list-style-type: none;
  margin: 0 0.31rem;
  pointer-events: auto;
}
.splide__pagination__page {
  display: inline-flex;
  padding: 0;
  width: 0.63rem;
  height: 0.38rem;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: #aed98e;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.splide__pagination__page:hover {
  background-color: #57ce00;
}
.splide__pagination__page.is-active {
  width: 1.88rem;
  background-color: #57ce00;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
}