html,
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #0a0a0a;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

img {
  max-width: 100%;
  transition: opacity 0.15s linear;
}

img.lazyload {
  opacity: 0;
}

img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
}

img.onload {
  animation: lazyFadeIn 0.25s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes lazyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

input {
  outline: none;
  -moz-appearance: none;
}

button[type=submit],
button,
input[type=search] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input::placeholder {
  font-family: Rubik, sans-serif;
}

h1 {
  font-weight: 600;
  font-size: 32px;
}

h2 {
  font-weight: 600;
  font-size: 28px;
}

picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

*:not(html)::-webkit-scrollbar,
*:not(body)::-webkit-scrollbar {
  width: 4px;
}

*:not(html)::-webkit-scrollbar-track,
*:not(body)::-webkit-scrollbar-track {
  background-color: #CCCCCC;
  border-radius: 6px;
}

*:not(html)::-webkit-scrollbar-thumb,
*:not(body)::-webkit-scrollbar-thumb {
  background-color: #9A9A9A;
  border-radius: 6px;
}
.container {
  max-width: 100vw;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  max-width: 100vw;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 360px) {
  .xs\:container {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:container-fluid {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 360px) and (min-width: 768px) {
  .xs\:container {
    max-width: 768px;
  }

  .xs\:container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 360px) and (min-width: 992px) {
  .xs\:container {
    max-width: 1020px;
  }

  .xs\:container-fluid {
    max-width: 1020px;
  }
}

@media (min-width: 360px) and (min-width: 1200px) {
  .xs\:container {
    max-width: 1200px;
  }

  .xs\:container-fluid {
    max-width: 1200px;
  }

  .xs\:container-fluid {
    max-width: 1824px;
  }
}

@media (min-width: 380px) {
  .sm\:container {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:container-fluid {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 380px) and (min-width: 768px) {
  .sm\:container {
    max-width: 768px;
  }

  .sm\:container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 380px) and (min-width: 992px) {
  .sm\:container {
    max-width: 1020px;
  }

  .sm\:container-fluid {
    max-width: 1020px;
  }
}

@media (min-width: 380px) and (min-width: 1200px) {
  .sm\:container {
    max-width: 1200px;
  }

  .sm\:container-fluid {
    max-width: 1200px;
  }

  .sm\:container-fluid {
    max-width: 1824px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .md\:container {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid {
    max-width: 768px;
  }

  .md\:container-fluid {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .md\:container {
    max-width: 768px;
  }

  .md\:container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .md\:container {
    max-width: 1020px;
  }

  .md\:container-fluid {
    max-width: 1020px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .md\:container {
    max-width: 1200px;
  }

  .md\:container-fluid {
    max-width: 1200px;
  }

  .md\:container-fluid {
    max-width: 1824px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1020px;
  }

  .lg\:container {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid {
    max-width: 1020px;
  }

  .lg\:container-fluid {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .lg\:container {
    max-width: 768px;
  }

  .lg\:container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .lg\:container {
    max-width: 1020px;
  }

  .lg\:container-fluid {
    max-width: 1020px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .lg\:container {
    max-width: 1200px;
  }

  .lg\:container-fluid {
    max-width: 1200px;
  }

  .lg\:container-fluid {
    max-width: 1824px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .xl\:container {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid {
    max-width: 1200px;
  }

  .container-fluid {
    max-width: 1824px;
  }

  .xl\:container-fluid {
    max-width: 100vw;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .xl\:container {
    max-width: 768px;
  }

  .xl\:container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .xl\:container {
    max-width: 1020px;
  }

  .xl\:container-fluid {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .xl\:container {
    max-width: 1200px;
  }

  .xl\:container-fluid {
    max-width: 1200px;
  }

  .xl\:container-fluid {
    max-width: 1824px;
  }
}
@font-face {
  font-family: "Organetto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Organetto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Organetto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Organetto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Organetto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Organetto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Organetto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Organetto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Organetto/Organetto-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Tnin.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Tnin.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Montserrat/Montserrat-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Tnin.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Tnin.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Gilroy/Gilroy-Black.woff2") format("woff2");
}
.bg-white {
  background-color: #fff;
}

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

.bg-grey-50 {
  background-color: #F3F3F3;
}

.bg-grey-100 {
  background-color: #E6E6E6;
}

.bg-grey-150 {
  background-color: #D9D9D9;
}

.bg-grey-200 {
  background-color: #CCCCCC;
}

.bg-grey-300 {
  background-color: #B3B3B3;
}

.bg-grey-400 {
  background-color: #9A9A9A;
}

.bg-grey-500 {
  background-color: #808080;
}

.bg-grey-600 {
  background-color: #646464;
}

.bg-grey-700 {
  background-color: #484848;
}

.bg-grey-800 {
  background-color: #2C2C2C;
}

.bg-grey-850 {
  background-color: #2C2C2C;
}

.bg-grey-900 {
  background-color: #0a0a0a;
}

.bg-green-50 {
  background-color: #C9EBBC;
}

.bg-green-100 {
  background-color: #BCE6AC;
}

.bg-green-150 {
  background-color: #AFE19D;
}

.bg-green-200 {
  background-color: #A2DC8D;
}

.bg-green-300 {
  background-color: #89D36E;
}

.bg-green-400 {
  background-color: #6FC94F;
}

.bg-green-500 {
  background-color: #5AB738;
}

.bg-green-600 {
  background-color: #49942D;
}

.bg-green-700 {
  background-color: #377122;
}

.bg-green-800 {
  background-color: #264E18;
}

.bg-green-850 {
  background-color: #264E18;
}

.bg-green-900 {
  background-color: #152A0D;
}

.bg-red-50 {
  background-color: #F1C9C9;
}

.bg-red-100 {
  background-color: #ECB9B9;
}

.bg-red-150 {
  background-color: #E8A9A9;
}

.bg-red-200 {
  background-color: #E49999;
}

.bg-red-300 {
  background-color: #DB7878;
}

.bg-red-400 {
  background-color: #D35858;
}

.bg-red-500 {
  background-color: #CA3838;
}

.bg-red-600 {
  background-color: #A72D2D;
}

.bg-red-700 {
  background-color: #832323;
}

.bg-red-800 {
  background-color: #5F1919;
}

.bg-red-850 {
  background-color: #5F1919;
}

.bg-red-900 {
  background-color: #3B1010;
}

@media (min-width: 360px) {
  .xs\:bg-white {
    background-color: #fff;
  }

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

  .xs\:bg-grey-50 {
    background-color: #F3F3F3;
  }

  .xs\:bg-grey-100 {
    background-color: #E6E6E6;
  }

  .xs\:bg-grey-150 {
    background-color: #D9D9D9;
  }

  .xs\:bg-grey-200 {
    background-color: #CCCCCC;
  }

  .xs\:bg-grey-300 {
    background-color: #B3B3B3;
  }

  .xs\:bg-grey-400 {
    background-color: #9A9A9A;
  }

  .xs\:bg-grey-500 {
    background-color: #808080;
  }

  .xs\:bg-grey-600 {
    background-color: #646464;
  }

  .xs\:bg-grey-700 {
    background-color: #484848;
  }

  .xs\:bg-grey-800 {
    background-color: #2C2C2C;
  }

  .xs\:bg-grey-850 {
    background-color: #2C2C2C;
  }

  .xs\:bg-grey-900 {
    background-color: #0a0a0a;
  }

  .xs\:bg-green-50 {
    background-color: #C9EBBC;
  }

  .xs\:bg-green-100 {
    background-color: #BCE6AC;
  }

  .xs\:bg-green-150 {
    background-color: #AFE19D;
  }

  .xs\:bg-green-200 {
    background-color: #A2DC8D;
  }

  .xs\:bg-green-300 {
    background-color: #89D36E;
  }

  .xs\:bg-green-400 {
    background-color: #6FC94F;
  }

  .xs\:bg-green-500 {
    background-color: #5AB738;
  }

  .xs\:bg-green-600 {
    background-color: #49942D;
  }

  .xs\:bg-green-700 {
    background-color: #377122;
  }

  .xs\:bg-green-800 {
    background-color: #264E18;
  }

  .xs\:bg-green-850 {
    background-color: #264E18;
  }

  .xs\:bg-green-900 {
    background-color: #152A0D;
  }

  .xs\:bg-red-50 {
    background-color: #F1C9C9;
  }

  .xs\:bg-red-100 {
    background-color: #ECB9B9;
  }

  .xs\:bg-red-150 {
    background-color: #E8A9A9;
  }

  .xs\:bg-red-200 {
    background-color: #E49999;
  }

  .xs\:bg-red-300 {
    background-color: #DB7878;
  }

  .xs\:bg-red-400 {
    background-color: #D35858;
  }

  .xs\:bg-red-500 {
    background-color: #CA3838;
  }

  .xs\:bg-red-600 {
    background-color: #A72D2D;
  }

  .xs\:bg-red-700 {
    background-color: #832323;
  }

  .xs\:bg-red-800 {
    background-color: #5F1919;
  }

  .xs\:bg-red-850 {
    background-color: #5F1919;
  }

  .xs\:bg-red-900 {
    background-color: #3B1010;
  }
}

@media (min-width: 380px) {
  .sm\:bg-white {
    background-color: #fff;
  }

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

  .sm\:bg-grey-50 {
    background-color: #F3F3F3;
  }

  .sm\:bg-grey-100 {
    background-color: #E6E6E6;
  }

  .sm\:bg-grey-150 {
    background-color: #D9D9D9;
  }

  .sm\:bg-grey-200 {
    background-color: #CCCCCC;
  }

  .sm\:bg-grey-300 {
    background-color: #B3B3B3;
  }

  .sm\:bg-grey-400 {
    background-color: #9A9A9A;
  }

  .sm\:bg-grey-500 {
    background-color: #808080;
  }

  .sm\:bg-grey-600 {
    background-color: #646464;
  }

  .sm\:bg-grey-700 {
    background-color: #484848;
  }

  .sm\:bg-grey-800 {
    background-color: #2C2C2C;
  }

  .sm\:bg-grey-850 {
    background-color: #2C2C2C;
  }

  .sm\:bg-grey-900 {
    background-color: #0a0a0a;
  }

  .sm\:bg-green-50 {
    background-color: #C9EBBC;
  }

  .sm\:bg-green-100 {
    background-color: #BCE6AC;
  }

  .sm\:bg-green-150 {
    background-color: #AFE19D;
  }

  .sm\:bg-green-200 {
    background-color: #A2DC8D;
  }

  .sm\:bg-green-300 {
    background-color: #89D36E;
  }

  .sm\:bg-green-400 {
    background-color: #6FC94F;
  }

  .sm\:bg-green-500 {
    background-color: #5AB738;
  }

  .sm\:bg-green-600 {
    background-color: #49942D;
  }

  .sm\:bg-green-700 {
    background-color: #377122;
  }

  .sm\:bg-green-800 {
    background-color: #264E18;
  }

  .sm\:bg-green-850 {
    background-color: #264E18;
  }

  .sm\:bg-green-900 {
    background-color: #152A0D;
  }

  .sm\:bg-red-50 {
    background-color: #F1C9C9;
  }

  .sm\:bg-red-100 {
    background-color: #ECB9B9;
  }

  .sm\:bg-red-150 {
    background-color: #E8A9A9;
  }

  .sm\:bg-red-200 {
    background-color: #E49999;
  }

  .sm\:bg-red-300 {
    background-color: #DB7878;
  }

  .sm\:bg-red-400 {
    background-color: #D35858;
  }

  .sm\:bg-red-500 {
    background-color: #CA3838;
  }

  .sm\:bg-red-600 {
    background-color: #A72D2D;
  }

  .sm\:bg-red-700 {
    background-color: #832323;
  }

  .sm\:bg-red-800 {
    background-color: #5F1919;
  }

  .sm\:bg-red-850 {
    background-color: #5F1919;
  }

  .sm\:bg-red-900 {
    background-color: #3B1010;
  }
}

@media (min-width: 768px) {
  .md\:bg-white {
    background-color: #fff;
  }

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

  .md\:bg-grey-50 {
    background-color: #F3F3F3;
  }

  .md\:bg-grey-100 {
    background-color: #E6E6E6;
  }

  .md\:bg-grey-150 {
    background-color: #D9D9D9;
  }

  .md\:bg-grey-200 {
    background-color: #CCCCCC;
  }

  .md\:bg-grey-300 {
    background-color: #B3B3B3;
  }

  .md\:bg-grey-400 {
    background-color: #9A9A9A;
  }

  .md\:bg-grey-500 {
    background-color: #808080;
  }

  .md\:bg-grey-600 {
    background-color: #646464;
  }

  .md\:bg-grey-700 {
    background-color: #484848;
  }

  .md\:bg-grey-800 {
    background-color: #2C2C2C;
  }

  .md\:bg-grey-850 {
    background-color: #2C2C2C;
  }

  .md\:bg-grey-900 {
    background-color: #0a0a0a;
  }

  .md\:bg-green-50 {
    background-color: #C9EBBC;
  }

  .md\:bg-green-100 {
    background-color: #BCE6AC;
  }

  .md\:bg-green-150 {
    background-color: #AFE19D;
  }

  .md\:bg-green-200 {
    background-color: #A2DC8D;
  }

  .md\:bg-green-300 {
    background-color: #89D36E;
  }

  .md\:bg-green-400 {
    background-color: #6FC94F;
  }

  .md\:bg-green-500 {
    background-color: #5AB738;
  }

  .md\:bg-green-600 {
    background-color: #49942D;
  }

  .md\:bg-green-700 {
    background-color: #377122;
  }

  .md\:bg-green-800 {
    background-color: #264E18;
  }

  .md\:bg-green-850 {
    background-color: #264E18;
  }

  .md\:bg-green-900 {
    background-color: #152A0D;
  }

  .md\:bg-red-50 {
    background-color: #F1C9C9;
  }

  .md\:bg-red-100 {
    background-color: #ECB9B9;
  }

  .md\:bg-red-150 {
    background-color: #E8A9A9;
  }

  .md\:bg-red-200 {
    background-color: #E49999;
  }

  .md\:bg-red-300 {
    background-color: #DB7878;
  }

  .md\:bg-red-400 {
    background-color: #D35858;
  }

  .md\:bg-red-500 {
    background-color: #CA3838;
  }

  .md\:bg-red-600 {
    background-color: #A72D2D;
  }

  .md\:bg-red-700 {
    background-color: #832323;
  }

  .md\:bg-red-800 {
    background-color: #5F1919;
  }

  .md\:bg-red-850 {
    background-color: #5F1919;
  }

  .md\:bg-red-900 {
    background-color: #3B1010;
  }
}

@media (min-width: 992px) {
  .lg\:bg-white {
    background-color: #fff;
  }

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

  .lg\:bg-grey-50 {
    background-color: #F3F3F3;
  }

  .lg\:bg-grey-100 {
    background-color: #E6E6E6;
  }

  .lg\:bg-grey-150 {
    background-color: #D9D9D9;
  }

  .lg\:bg-grey-200 {
    background-color: #CCCCCC;
  }

  .lg\:bg-grey-300 {
    background-color: #B3B3B3;
  }

  .lg\:bg-grey-400 {
    background-color: #9A9A9A;
  }

  .lg\:bg-grey-500 {
    background-color: #808080;
  }

  .lg\:bg-grey-600 {
    background-color: #646464;
  }

  .lg\:bg-grey-700 {
    background-color: #484848;
  }

  .lg\:bg-grey-800 {
    background-color: #2C2C2C;
  }

  .lg\:bg-grey-850 {
    background-color: #2C2C2C;
  }

  .lg\:bg-grey-900 {
    background-color: #0a0a0a;
  }

  .lg\:bg-green-50 {
    background-color: #C9EBBC;
  }

  .lg\:bg-green-100 {
    background-color: #BCE6AC;
  }

  .lg\:bg-green-150 {
    background-color: #AFE19D;
  }

  .lg\:bg-green-200 {
    background-color: #A2DC8D;
  }

  .lg\:bg-green-300 {
    background-color: #89D36E;
  }

  .lg\:bg-green-400 {
    background-color: #6FC94F;
  }

  .lg\:bg-green-500 {
    background-color: #5AB738;
  }

  .lg\:bg-green-600 {
    background-color: #49942D;
  }

  .lg\:bg-green-700 {
    background-color: #377122;
  }

  .lg\:bg-green-800 {
    background-color: #264E18;
  }

  .lg\:bg-green-850 {
    background-color: #264E18;
  }

  .lg\:bg-green-900 {
    background-color: #152A0D;
  }

  .lg\:bg-red-50 {
    background-color: #F1C9C9;
  }

  .lg\:bg-red-100 {
    background-color: #ECB9B9;
  }

  .lg\:bg-red-150 {
    background-color: #E8A9A9;
  }

  .lg\:bg-red-200 {
    background-color: #E49999;
  }

  .lg\:bg-red-300 {
    background-color: #DB7878;
  }

  .lg\:bg-red-400 {
    background-color: #D35858;
  }

  .lg\:bg-red-500 {
    background-color: #CA3838;
  }

  .lg\:bg-red-600 {
    background-color: #A72D2D;
  }

  .lg\:bg-red-700 {
    background-color: #832323;
  }

  .lg\:bg-red-800 {
    background-color: #5F1919;
  }

  .lg\:bg-red-850 {
    background-color: #5F1919;
  }

  .lg\:bg-red-900 {
    background-color: #3B1010;
  }
}

@media (min-width: 1200px) {
  .xl\:bg-white {
    background-color: #fff;
  }

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

  .xl\:bg-grey-50 {
    background-color: #F3F3F3;
  }

  .xl\:bg-grey-100 {
    background-color: #E6E6E6;
  }

  .xl\:bg-grey-150 {
    background-color: #D9D9D9;
  }

  .xl\:bg-grey-200 {
    background-color: #CCCCCC;
  }

  .xl\:bg-grey-300 {
    background-color: #B3B3B3;
  }

  .xl\:bg-grey-400 {
    background-color: #9A9A9A;
  }

  .xl\:bg-grey-500 {
    background-color: #808080;
  }

  .xl\:bg-grey-600 {
    background-color: #646464;
  }

  .xl\:bg-grey-700 {
    background-color: #484848;
  }

  .xl\:bg-grey-800 {
    background-color: #2C2C2C;
  }

  .xl\:bg-grey-850 {
    background-color: #2C2C2C;
  }

  .xl\:bg-grey-900 {
    background-color: #0a0a0a;
  }

  .xl\:bg-green-50 {
    background-color: #C9EBBC;
  }

  .xl\:bg-green-100 {
    background-color: #BCE6AC;
  }

  .xl\:bg-green-150 {
    background-color: #AFE19D;
  }

  .xl\:bg-green-200 {
    background-color: #A2DC8D;
  }

  .xl\:bg-green-300 {
    background-color: #89D36E;
  }

  .xl\:bg-green-400 {
    background-color: #6FC94F;
  }

  .xl\:bg-green-500 {
    background-color: #5AB738;
  }

  .xl\:bg-green-600 {
    background-color: #49942D;
  }

  .xl\:bg-green-700 {
    background-color: #377122;
  }

  .xl\:bg-green-800 {
    background-color: #264E18;
  }

  .xl\:bg-green-850 {
    background-color: #264E18;
  }

  .xl\:bg-green-900 {
    background-color: #152A0D;
  }

  .xl\:bg-red-50 {
    background-color: #F1C9C9;
  }

  .xl\:bg-red-100 {
    background-color: #ECB9B9;
  }

  .xl\:bg-red-150 {
    background-color: #E8A9A9;
  }

  .xl\:bg-red-200 {
    background-color: #E49999;
  }

  .xl\:bg-red-300 {
    background-color: #DB7878;
  }

  .xl\:bg-red-400 {
    background-color: #D35858;
  }

  .xl\:bg-red-500 {
    background-color: #CA3838;
  }

  .xl\:bg-red-600 {
    background-color: #A72D2D;
  }

  .xl\:bg-red-700 {
    background-color: #832323;
  }

  .xl\:bg-red-800 {
    background-color: #5F1919;
  }

  .xl\:bg-red-850 {
    background-color: #5F1919;
  }

  .xl\:bg-red-900 {
    background-color: #3B1010;
  }
}
.border-white {
  border-color: #fff;
}

.border-black {
  border-color: #000;
}

.border-grey-50 {
  border-color: #F3F3F3;
}

.border-grey-100 {
  border-color: #E6E6E6;
}

.border-grey-150 {
  border-color: #D9D9D9;
}

.border-grey-200 {
  border-color: #CCCCCC;
}

.border-grey-300 {
  border-color: #B3B3B3;
}

.border-grey-400 {
  border-color: #9A9A9A;
}

.border-grey-500 {
  border-color: #808080;
}

.border-grey-600 {
  border-color: #646464;
}

.border-grey-700 {
  border-color: #484848;
}

.border-grey-800 {
  border-color: #2C2C2C;
}

.border-grey-850 {
  border-color: #2C2C2C;
}

.border-grey-900 {
  border-color: #0a0a0a;
}

.border-green-50 {
  border-color: #C9EBBC;
}

.border-green-100 {
  border-color: #BCE6AC;
}

.border-green-150 {
  border-color: #AFE19D;
}

.border-green-200 {
  border-color: #A2DC8D;
}

.border-green-300 {
  border-color: #89D36E;
}

.border-green-400 {
  border-color: #6FC94F;
}

.border-green-500 {
  border-color: #5AB738;
}

.border-green-600 {
  border-color: #49942D;
}

.border-green-700 {
  border-color: #377122;
}

.border-green-800 {
  border-color: #264E18;
}

.border-green-850 {
  border-color: #264E18;
}

.border-green-900 {
  border-color: #152A0D;
}

.border-red-50 {
  border-color: #F1C9C9;
}

.border-red-100 {
  border-color: #ECB9B9;
}

.border-red-150 {
  border-color: #E8A9A9;
}

.border-red-200 {
  border-color: #E49999;
}

.border-red-300 {
  border-color: #DB7878;
}

.border-red-400 {
  border-color: #D35858;
}

.border-red-500 {
  border-color: #CA3838;
}

.border-red-600 {
  border-color: #A72D2D;
}

.border-red-700 {
  border-color: #832323;
}

.border-red-800 {
  border-color: #5F1919;
}

.border-red-850 {
  border-color: #5F1919;
}

.border-red-900 {
  border-color: #3B1010;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  min-width: 60px;
  min-height: 32px;
  padding: 0 1.33em;
  transition: all 0.15s;
  cursor: pointer;
  border-radius: 6px;
}
.catalog-section-toggle-button.active {
  color: #CA3838;
  border-bottom: solid 2px #CA3838;
}
.catalog-item-card {
  transition: all 0.25s ease-in-out;
}

.catalog-item-card img {
  transition: all 0.25s ease-in-out;
}

.catalog-item-card:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.catalog-item-card:hover .catalog-item-card__hover-img {
  opacity: 1;
  width: 85%;
  height: 85%;
}
.collection-card {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .collection-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }

  .collection-card:hover .collection-card__img {
    transform: scale(1.02);
  }
}
.collection-interior-img__spots:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.15s ease-in-out;
}

.collection-interior-img__spots.active:after {
  background: rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .collection-interior-img__spots:after,
  .collection-interior-img__spots.active:after {
    display: none;
  }
}
.divide-white > * + * {
  border-color: #fff;
}

.divide-black > * + * {
  border-color: #000;
}

.divide-grey-50 > * + * {
  border-color: #F3F3F3;
}

.divide-grey-100 > * + * {
  border-color: #E6E6E6;
}

.divide-grey-150 > * + * {
  border-color: #D9D9D9;
}

.divide-grey-200 > * + * {
  border-color: #CCCCCC;
}

.divide-grey-300 > * + * {
  border-color: #B3B3B3;
}

.divide-grey-400 > * + * {
  border-color: #9A9A9A;
}

.divide-grey-500 > * + * {
  border-color: #808080;
}

.divide-grey-600 > * + * {
  border-color: #646464;
}

.divide-grey-700 > * + * {
  border-color: #484848;
}

.divide-grey-800 > * + * {
  border-color: #2C2C2C;
}

.divide-grey-850 > * + * {
  border-color: #2C2C2C;
}

.divide-grey-900 > * + * {
  border-color: #0a0a0a;
}

.divide-green-50 > * + * {
  border-color: #C9EBBC;
}

.divide-green-100 > * + * {
  border-color: #BCE6AC;
}

.divide-green-150 > * + * {
  border-color: #AFE19D;
}

.divide-green-200 > * + * {
  border-color: #A2DC8D;
}

.divide-green-300 > * + * {
  border-color: #89D36E;
}

.divide-green-400 > * + * {
  border-color: #6FC94F;
}

.divide-green-500 > * + * {
  border-color: #5AB738;
}

.divide-green-600 > * + * {
  border-color: #49942D;
}

.divide-green-700 > * + * {
  border-color: #377122;
}

.divide-green-800 > * + * {
  border-color: #264E18;
}

.divide-green-850 > * + * {
  border-color: #264E18;
}

.divide-green-900 > * + * {
  border-color: #152A0D;
}

.divide-red-50 > * + * {
  border-color: #F1C9C9;
}

.divide-red-100 > * + * {
  border-color: #ECB9B9;
}

.divide-red-150 > * + * {
  border-color: #E8A9A9;
}

.divide-red-200 > * + * {
  border-color: #E49999;
}

.divide-red-300 > * + * {
  border-color: #DB7878;
}

.divide-red-400 > * + * {
  border-color: #D35858;
}

.divide-red-500 > * + * {
  border-color: #CA3838;
}

.divide-red-600 > * + * {
  border-color: #A72D2D;
}

.divide-red-700 > * + * {
  border-color: #832323;
}

.divide-red-800 > * + * {
  border-color: #5F1919;
}

.divide-red-850 > * + * {
  border-color: #5F1919;
}

.divide-red-900 > * + * {
  border-color: #3B1010;
}
.effects-block__grid-item-overlay {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.effects-block__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.effects-block__grid-item:hover .effects-block__grid-item-overlay {
  opacity: 1;
}

.effects-block__grid-item:hover .effects-block__grid-item-overlay-bg {
  opacity: 0.8;
  border-width: 4px;
}

.effects-block__grid-item:hover .effects-block__grid-item-overlay-text {
  opacity: 1;
}

@media (min-width: 768px) {
  .effects-block__grid-item:hover .effects-block__grid-item-overlay-bg {
    border-width: 16px;
  }
}

input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 2px 16px 0 0;
  border: none;
  padding: 0;
}

input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #264E18;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=checkbox]:after {
  font-family: "icomoon";
  content: "\e906";
  font-size: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  opacity: 0;
  z-index: 2;
}

input[type=checkbox]:checked:before {
  background-color: #646464;
}

input[type=checkbox]:checked:after {
  color: #FFF;
  opacity: 1;
}
input {
  font-family: "Gilroy", sans-serif;
  border-radius: 6px;
  border: 1px solid #B3B3B3;
  font-size: 16px;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

input::-webkit-input-placeholder {
  font-family: "Gilroy", sans-serif;
}

input:focus {
  border: 1px solid #646464;
}
.label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.label .label__text {
  font-size: 14px;
  font-weight: 500;
}

.label input,
.label textarea {
  margin-top: 4px;
}

.label .label__text-optional {
  opacity: 0.5;
}
textarea {
  border-radius: 6px;
  border: 1px solid #B3B3B3;
  font-size: 16px;
  padding: 14px 16px;
  font-family: "Rubik", sans-serif;
}

textarea:focus {
  outline: none !important;
  border: 1px solid #646464;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hover\:bg-white {
  transition: all 0.15s ease-in-out;
}

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

.hover\:bg-black {
  transition: all 0.15s ease-in-out;
}

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

.hover\:bg-grey-50 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-50:hover {
  background-color: #F3F3F3;
}

.hover\:bg-grey-100 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-100:hover {
  background-color: #E6E6E6;
}

.hover\:bg-grey-150 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-150:hover {
  background-color: #D9D9D9;
}

.hover\:bg-grey-200 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-200:hover {
  background-color: #CCCCCC;
}

.hover\:bg-grey-300 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-300:hover {
  background-color: #B3B3B3;
}

.hover\:bg-grey-400 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-400:hover {
  background-color: #9A9A9A;
}

.hover\:bg-grey-500 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-500:hover {
  background-color: #808080;
}

.hover\:bg-grey-600 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-600:hover {
  background-color: #646464;
}

.hover\:bg-grey-700 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-700:hover {
  background-color: #484848;
}

.hover\:bg-grey-800 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-800:hover {
  background-color: #2C2C2C;
}

.hover\:bg-grey-850 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-850:hover {
  background-color: #2C2C2C;
}

.hover\:bg-grey-900 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-grey-900:hover {
  background-color: #0a0a0a;
}

.hover\:bg-green-50 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-50:hover {
  background-color: #C9EBBC;
}

.hover\:bg-green-100 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-100:hover {
  background-color: #BCE6AC;
}

.hover\:bg-green-150 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-150:hover {
  background-color: #AFE19D;
}

.hover\:bg-green-200 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-200:hover {
  background-color: #A2DC8D;
}

.hover\:bg-green-300 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-300:hover {
  background-color: #89D36E;
}

.hover\:bg-green-400 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-400:hover {
  background-color: #6FC94F;
}

.hover\:bg-green-500 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-500:hover {
  background-color: #5AB738;
}

.hover\:bg-green-600 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-600:hover {
  background-color: #49942D;
}

.hover\:bg-green-700 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-700:hover {
  background-color: #377122;
}

.hover\:bg-green-800 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-800:hover {
  background-color: #264E18;
}

.hover\:bg-green-850 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-850:hover {
  background-color: #264E18;
}

.hover\:bg-green-900 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-green-900:hover {
  background-color: #152A0D;
}

.hover\:bg-red-50 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-50:hover {
  background-color: #F1C9C9;
}

.hover\:bg-red-100 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-100:hover {
  background-color: #ECB9B9;
}

.hover\:bg-red-150 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-150:hover {
  background-color: #E8A9A9;
}

.hover\:bg-red-200 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-200:hover {
  background-color: #E49999;
}

.hover\:bg-red-300 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-300:hover {
  background-color: #DB7878;
}

.hover\:bg-red-400 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-400:hover {
  background-color: #D35858;
}

.hover\:bg-red-500 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-500:hover {
  background-color: #CA3838;
}

.hover\:bg-red-600 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-600:hover {
  background-color: #A72D2D;
}

.hover\:bg-red-700 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-700:hover {
  background-color: #832323;
}

.hover\:bg-red-800 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-800:hover {
  background-color: #5F1919;
}

.hover\:bg-red-850 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-850:hover {
  background-color: #5F1919;
}

.hover\:bg-red-900 {
  transition: all 0.15s ease-in-out;
}

.hover\:bg-red-900:hover {
  background-color: #3B1010;
}

.hover\:op-80:hover {
  opacity: 0.8;
}
.placeholder-loading {
  background: url(/img/img-loading.gif);
}
.popup {
  display: none;
  position: absolute;
  width: max-content;
  left: 0;
  top: 100%;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #2C2C2C;
  font-size: 0.75rem;
  font-weight: 300;
  color: white;
  cursor: initial;
  z-index: 999;
}

.popup:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: -6px;
  background: inherit;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.product-card {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
}

@media (min-width: 1200px) {
  .product-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }

  .product-card:hover .product-card__img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
  }
}
.product-label {
  position: absolute;
  left: -8px;
  top: 8px;
  padding: 4px 8px;
  min-width: 80px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  text-transform: lowercase;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .product-label {
    font-size: 14px;
  }
}
.product-label_color_blue {
  background-color: #2563EB;
  color: #fff;
}
.product-label_color_green {
  background-color: #49942D;
  color: #fff;
}
.product-label_color_red {
  background-color: #CA3838;
  color: #fff;
}
.product-popup {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 2;
}
.product-popup__card {
  position: absolute;
  display: none;
  width: 220px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  padding: 16px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  left: calc(50% - 110px);
  z-index: 3;
}

.product-popup__card.active {
  display: block;
  animation: product-popup__card 0.25s;
  animation-fill-mode: forwards;
}

@keyframes product-popup__card {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .product-popup__card {
    position: absolute;
    left: 24px;
  }
}

@media (pointer: fine) {
  .product-popup__card .product-popup__card-img {
    transition: all 0.25s ease-in-out;
  }

  .product-popup__card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  }

  .product-popup__card:hover .product-popup__card-img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.37);
    transform: scale(1.01);
  }
}
.product-popup__dot {
  position: absolute;
  height: 11px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.85s ease-in-out;
  transform: scale(0);
}

.product-popup__dot:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.swiper-slide-active .product-popup__dot {
  transform: scale(1);
}

@media (min-width: 768px) {
  .product-popup__dot {
    height: 15px;
  }
}

@media (pointer: fine) {
  .product-popup__dot {
    cursor: pointer;
  }
}
.product-swiper__thumb-slide {
  display: flex;
}

.product-swiper__thumb-slide.swiper-slide-thumb-active {
  border: 1px solid #9A9A9A;
}
.retail-dealer-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .retail-dealer-card {
    display: grid;
    grid-template-columns: 1fr auto 240px;
    align-items: start;
    justify-items: start;
    padding: 32px;
  }
}
.retail-dealer-card__img {
  display: block;
  aspect-ratio: 4/3;
  width: 240px;
  max-width: 100%;
  background: #B3B3B3;
  border-radius: 6px;
  overflow: hidden;
}
.retail-dealer-card__no-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  width: 240px;
  max-width: 100%;
  background: #E6E6E6;
  border-radius: 6px;
  overflow: hidden;
}
.retail-dealer-card_showroom {
  border: 2px solid #646464;
}
.scrollbar-style {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.scrollbar-style::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-style::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollbar-style::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 99px;
}

.scrollbar-style::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.select.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shadow_sm {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.shadow_xs {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}
.shadow-xs {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}

.shadow-sm {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.shadow-md {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.swiper-buttons {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.swiper-buttons-disabled {
  opacity: 0.4;
}
.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #646464;
  border-radius: 999px;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #646464;
}
.swiper-slide {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}

.swiper {
  display: flex;
}
.title-screen-swiper {
  height: calc(100vh - 64px);
}

@media (min-width: 768px) {
  .title-screen-swiper {
    height: 100%;
  }
}
.color-white {
  color: #fff;
}

.hover\:white:hover {
  color: #fff;
}

.color-black {
  color: #000;
}

.hover\:black:hover {
  color: #000;
}

.color-grey-50 {
  color: #F3F3F3;
}

.hover\:grey-50:hover {
  color: #F3F3F3;
}

.color-grey-100 {
  color: #E6E6E6;
}

.hover\:grey-100:hover {
  color: #E6E6E6;
}

.color-grey-150 {
  color: #D9D9D9;
}

.hover\:grey-150:hover {
  color: #D9D9D9;
}

.color-grey-200 {
  color: #CCCCCC;
}

.hover\:grey-200:hover {
  color: #CCCCCC;
}

.color-grey-300 {
  color: #B3B3B3;
}

.hover\:grey-300:hover {
  color: #B3B3B3;
}

.color-grey-400 {
  color: #9A9A9A;
}

.hover\:grey-400:hover {
  color: #9A9A9A;
}

.color-grey-500 {
  color: #808080;
}

.hover\:grey-500:hover {
  color: #808080;
}

.color-grey-600 {
  color: #646464;
}

.hover\:grey-600:hover {
  color: #646464;
}

.color-grey-700 {
  color: #484848;
}

.hover\:grey-700:hover {
  color: #484848;
}

.color-grey-800 {
  color: #2C2C2C;
}

.hover\:grey-800:hover {
  color: #2C2C2C;
}

.color-grey-850 {
  color: #2C2C2C;
}

.hover\:grey-850:hover {
  color: #2C2C2C;
}

.color-grey-900 {
  color: #0a0a0a;
}

.hover\:grey-900:hover {
  color: #0a0a0a;
}

.color-green-50 {
  color: #C9EBBC;
}

.hover\:green-50:hover {
  color: #C9EBBC;
}

.color-green-100 {
  color: #BCE6AC;
}

.hover\:green-100:hover {
  color: #BCE6AC;
}

.color-green-150 {
  color: #AFE19D;
}

.hover\:green-150:hover {
  color: #AFE19D;
}

.color-green-200 {
  color: #A2DC8D;
}

.hover\:green-200:hover {
  color: #A2DC8D;
}

.color-green-300 {
  color: #89D36E;
}

.hover\:green-300:hover {
  color: #89D36E;
}

.color-green-400 {
  color: #6FC94F;
}

.hover\:green-400:hover {
  color: #6FC94F;
}

.color-green-500 {
  color: #5AB738;
}

.hover\:green-500:hover {
  color: #5AB738;
}

.color-green-600 {
  color: #49942D;
}

.hover\:green-600:hover {
  color: #49942D;
}

.color-green-700 {
  color: #377122;
}

.hover\:green-700:hover {
  color: #377122;
}

.color-green-800 {
  color: #264E18;
}

.hover\:green-800:hover {
  color: #264E18;
}

.color-green-850 {
  color: #264E18;
}

.hover\:green-850:hover {
  color: #264E18;
}

.color-green-900 {
  color: #152A0D;
}

.hover\:green-900:hover {
  color: #152A0D;
}

.color-red-50 {
  color: #F1C9C9;
}

.hover\:red-50:hover {
  color: #F1C9C9;
}

.color-red-100 {
  color: #ECB9B9;
}

.hover\:red-100:hover {
  color: #ECB9B9;
}

.color-red-150 {
  color: #E8A9A9;
}

.hover\:red-150:hover {
  color: #E8A9A9;
}

.color-red-200 {
  color: #E49999;
}

.hover\:red-200:hover {
  color: #E49999;
}

.color-red-300 {
  color: #DB7878;
}

.hover\:red-300:hover {
  color: #DB7878;
}

.color-red-400 {
  color: #D35858;
}

.hover\:red-400:hover {
  color: #D35858;
}

.color-red-500 {
  color: #CA3838;
}

.hover\:red-500:hover {
  color: #CA3838;
}

.color-red-600 {
  color: #A72D2D;
}

.hover\:red-600:hover {
  color: #A72D2D;
}

.color-red-700 {
  color: #832323;
}

.hover\:red-700:hover {
  color: #832323;
}

.color-red-800 {
  color: #5F1919;
}

.hover\:red-800:hover {
  color: #5F1919;
}

.color-red-850 {
  color: #5F1919;
}

.hover\:red-850:hover {
  color: #5F1919;
}

.color-red-900 {
  color: #3B1010;
}

.hover\:red-900:hover {
  color: #3B1010;
}
.font-organetto {
  font-family: Organetto, sans-serif;
}

.font-montserrat {
  font-family: Montserrat;
}

.font-gilroy {
  font-family: Gilroy;
}
.text {
  line-height: 1.5em;
}

.text h2 {
  font-weight: 700;
  font-size: 1.5em;
}

.text h2 + h3,
.text h2 + p,
.text h2 + ul,
.text h2 + ol {
  margin-top: 0.8em;
}

.text h3 + p,
.text h3 + ul,
.text h3 ol {
  margin-top: 0.5em;
}

.text p + p,
.text p + h3,
.text p + ol,
.text p + ul,
.text p + img,
.text p + picture,
.text ul + p,
.text ul + h3,
.text ul + ol,
.text ul + ul,
.text ul + img,
.text ul + picture,
.text ol + p,
.text ol + h3,
.text ol + ol,
.text ol + ul,
.text ol + img,
.text ol + picture,
.text picture + p,
.text picture + h3,
.text picture + ol,
.text picture + ul,
.text picture + img,
.text picture + picture {
  margin-top: 0.8em;
}

.text li + li {
  margin-top: 0.35em;
}

.text p + h2,
.text ul + h2,
.text ol + h2,
.text img + h2,
.text picture + h2 {
  margin-top: 1.2em;
}

.text h3 {
  font-size: 1.1em;
  font-weight: 600;
}

.text ul,
.text ol {
  list-style-position: inside;
}

.text ul {
  list-style-type: disc;
}

.text p a:not([class*=unstyle]) {
  text-decoration: underline;
  color: #CA3838;
}

.text p a:not([class*=unstyle]):hover {
  color: #A72D2D;
}

.text ul,
.text ol {
  list-style-position: outside;
  margin-left: 1em;
}

.animation_delay-800 {
  animation-delay: 0.8s;
}

.animation_delay-1200 {
  animation-delay: 1.2s;
}

.animation_delay-1600 {
  animation-delay: 1.6s;
}

.animation_delay-2400 {
  animation-delay: 2.4s;
}
.after_triangle {
  margin-top: 14px;
}

.after_triangle:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  position: absolute;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  top: -10px;
}

.bg_gradient_grey-200 {
  background: linear-gradient(90deg, rgba(199, 199, 199, 0.7) 0%, rgba(199, 199, 199, 0.5) 100%);
}
.button_type_primary {
  color: #fff;
  background-color: #CA3838;
}

.button_type_primary:hover {
  background-color: #A72D2D;
}
.button_type_secondary {
  color: #0a0a0a;
  border: 1px solid #CCCCCC;
}

.button_type_secondary:hover {
  border: 1px solid #9A9A9A;
}
.button_type_stroke {
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  color: #0a0a0a;
}
@media (min-width: 1200px) {
  .catalog__body-filters {
    min-width: 320px;
    grid-row: 1/3;
  }
}

@media (min-width: 1400px) {
  .catalog__body-filters {
    min-width: 260px;
  }
}
@media (min-width: 1200px) {
  .catalog__body {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 1200px) {
  .catalog__items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 268px);
    grid-auto-flow: dense;
    justify-content: space-between;
  }
}
.catalog-item-card__hover-img {
  transition: all 0.25s ease-in-out;
  opacity: 0;
  width: 95%;
  height: 95%;
}
.collection-card__img {
  transition: all 0.35s;
}
.effects-block__collection-item:hover .effects-block__collection-item-img {
  transform: scale(1.05);
}

.effects-block__collection-item:hover .effects-block__collection-item-slogan {
  opacity: 1;
}

.effects-block__collection-item:hover .effects-block__collection-item-slogan:after {
  animation: appearance-overlay 0.75s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes appearance-overlay {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}
.effects-block__collection-item-img {
  transition: all 0.75s ease-in-out;
}
.effects-block__collection-item-slogan {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: block;
  font-size: 12px;
  font-weight: 400;
  max-width: 95%;
  color: #fff;
  padding: 8px;
  position: absolute;
}

.effects-block__collection-item-slogan:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 14px;
  transform-origin: right;
  transform: scaleX(0);
}
.effects-block__grid-item-overlay-bg {
  transition: all 0.35s ease-in-out;
  border: 0 solid #CCCCCC;
}
.effects-block__grid-item-overlay-text {
  transition: all 0.35s ease-in-out;
}
.effects-block__tab {
  transition: all 0.15s ease-in-out;
}

.effects-block__tab:hover {
  color: #2C2C2C;
}

.effects-block__tab.active {
  color: #0a0a0a;
}
.focus_shadow_sm:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.header__search-actions {
  position: absolute;
  height: calc(100% - 2px);
  right: 1px;
  top: 1px;
  display: flex;
  gap: 8px;
  border-radius: 6px;
  overflow: hidden;
}
.header__search-input:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.header__search-input:focus {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
  background: #fff;
  border: 1px solid #CCCCCC;
}
.header__search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.header__search-results-wrapper {
  max-height: calc(100svh - 48px);
}

@media (min-width: 1200px) {
  .header__search-results-wrapper {
    max-height: calc(100vh - 128px);
  }
}
.hover_bg-white:hover {
  background-color: #fff;
}

.hover_bg-black:hover {
  background-color: #000;
}

.hover_bg-grey-50:hover {
  background-color: #F3F3F3;
}

.hover_bg-grey-100:hover {
  background-color: #E6E6E6;
}

.hover_bg-grey-150:hover {
  background-color: #D9D9D9;
}

.hover_bg-grey-200:hover {
  background-color: #CCCCCC;
}

.hover_bg-grey-300:hover {
  background-color: #B3B3B3;
}

.hover_bg-grey-400:hover {
  background-color: #9A9A9A;
}

.hover_bg-grey-500:hover {
  background-color: #808080;
}

.hover_bg-grey-600:hover {
  background-color: #646464;
}

.hover_bg-grey-700:hover {
  background-color: #484848;
}

.hover_bg-grey-800:hover {
  background-color: #2C2C2C;
}

.hover_bg-grey-850:hover {
  background-color: #2C2C2C;
}

.hover_bg-grey-900:hover {
  background-color: #0a0a0a;
}

.hover_bg-green-50:hover {
  background-color: #C9EBBC;
}

.hover_bg-green-100:hover {
  background-color: #BCE6AC;
}

.hover_bg-green-150:hover {
  background-color: #AFE19D;
}

.hover_bg-green-200:hover {
  background-color: #A2DC8D;
}

.hover_bg-green-300:hover {
  background-color: #89D36E;
}

.hover_bg-green-400:hover {
  background-color: #6FC94F;
}

.hover_bg-green-500:hover {
  background-color: #5AB738;
}

.hover_bg-green-600:hover {
  background-color: #49942D;
}

.hover_bg-green-700:hover {
  background-color: #377122;
}

.hover_bg-green-800:hover {
  background-color: #264E18;
}

.hover_bg-green-850:hover {
  background-color: #264E18;
}

.hover_bg-green-900:hover {
  background-color: #152A0D;
}

.hover_bg-red-50:hover {
  background-color: #F1C9C9;
}

.hover_bg-red-100:hover {
  background-color: #ECB9B9;
}

.hover_bg-red-150:hover {
  background-color: #E8A9A9;
}

.hover_bg-red-200:hover {
  background-color: #E49999;
}

.hover_bg-red-300:hover {
  background-color: #DB7878;
}

.hover_bg-red-400:hover {
  background-color: #D35858;
}

.hover_bg-red-500:hover {
  background-color: #CA3838;
}

.hover_bg-red-600:hover {
  background-color: #A72D2D;
}

.hover_bg-red-700:hover {
  background-color: #832323;
}

.hover_bg-red-800:hover {
  background-color: #5F1919;
}

.hover_bg-red-850:hover {
  background-color: #5F1919;
}

.hover_bg-red-900:hover {
  background-color: #3B1010;
}

.hover_shadow_md {
  transition: all 0.35s ease-in-out;
}

.hover_shadow_md:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.product-card__img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out;
}
.product-card__preview {
  background: radial-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.02));
}
.title-screen__promo {
  transition: all 0.3s ease-in-out;
}

.title-screen__promo img.title-screen__promo-img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.title-screen__promo:hover img.title-screen__promo-img {
  transform: scale(1.02);
  filter: brightness(90%);
}
.title-screen__swiper-slide.swiper-slide-active .animation_scale {
  animation: scale 4s ease-in-out;
  transform: scale(1.15);
}

@keyframes scale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.15);
  }
}

.title-screen__swiper-slide.swiper-slide-active .animation_appearance {
  transform-origin: left;
  transform: scaleX(0);
  animation-name: appearance;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.title-screen__swiper-slide.swiper-slide-active .animation_appearance .overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  transform-origin: right;
  animation-name: appearance-overlay;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes appearance {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes appearance-overlay {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}
@media (min-width: 768px) {
  .title-screen__swiper-slide-link {
    aspect-ratio: 2/1;
  }
}