/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/style.scss ***!
  \****************************************************************************************************************************************/
/* 
Theme Name: toni-i-cveti
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
Text Domain: mait
Domain Path: /languages
*/
/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */
:root {
  --font-family: "Montserrat", sans-serif;
  font-weight: 400;
  --default-font-size: 1.6rem;
  --line-height: 1.3;
  --text-color: #000;
  --link-color: rgba(0, 0, 0, 0.5);
  --link-hover-color: #000;
}

/* Colors */
/* Shadows */
/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */
/* -------------------------- *\
    Transition
\* -------------------------- */
/* -------------------------- *\
    Transform Center
\* -------------------------- */
/* -------------------------- *\
    Hide
\* -------------------------- */
/* -------------------------- *\
    Page colors
\* -------------------------- */
/* -------------------------- *\
    Hover
\* -------------------------- */
/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */
html {
  font-size: 62.5%;
  max-width: 100vw;
  overflow-x: hidden !important;
}

main {
  padding-top: 8rem;
}

body {
  background: linear-gradient(to right, rgb(142, 1, 203), rgb(73, 1, 132));
  font-family: var(--font-family);
  font-size: var(--default-font-size);
  line-height: var(--line-height);
  color: var(--text-color);
  max-width: 100vw;
  overflow-x: hidden;
  counter-reset: div;
  min-height: 100vh;
}

textarea,
input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}
textarea::placeholder,
input::placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

nav li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* -------------------------- *\
    Shell
\* -------------------------- */
.shell {
  max-width: 1400px;
  margin: 0 auto;
}
.shell.nopadding {
  padding: 0 !important;
}
@media (max-width: 1402px) {
  .shell {
    padding: 0 2.4rem;
  }
}
.shell--small {
  margin: 0 auto;
  padding: 0 3.6rem;
}
@media (min-width: 900px) {
  .shell--small {
    max-width: 1169px;
  }
}
@media (min-width: 1200px) {
  .shell--small {
    padding: 0;
  }
}

/* -------------------------- *\
    Helpers
\* -------------------------- */
.hidden {
  display: none !important;
}
.hidden--weak {
  display: none;
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.onlymobile {
  display: block;
}

.onlydesktop {
  display: none;
}

.custom-scroll {
  overflow-y: scroll;
}
.custom-scroll--light::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.custom-scroll--light::-webkit-scrollbar {
  width: 1rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}
.custom-scroll--light::-webkit-scrollbar-thumb {
  background-color: rgba(73, 0, 113, 0.13);
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .custom-scroll--light {
    scrollbar-color: rgba(73, 0, 113, 0.13) #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.custom-scroll::-webkit-scrollbar {
  width: 1rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #6f01ab;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .custom-scroll {
    scrollbar-color: #6f01ab #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}

/* -------------------------- *\
    Section
\* -------------------------- */
.padding {
  padding: 0 1.4rem;
}
@media (min-width: 768px) {
  .padding {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .padding {
    padding: 0 2rem;
  }
}

section {
  padding: 0 1.4rem;
}
@media (min-width: 768px) {
  section {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 0 2rem;
  }
}
section.dark-1 {
  background: #edeeee;
}
section.dark-2 {
  background: #333031;
}
section.nopadding {
  padding: 0;
}

.woocommerce-MyAccount-content > p:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  display: flex;
}

.woocommerce-MyAccount-content > p:nth-of-type(1) a,
.woocommerce-MyAccount-navigation-link--customer-logout a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(180, 0, 0);
}
.woocommerce-MyAccount-content > p:nth-of-type(1) a:hover,
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  transform: scale(1.1);
}

/* -------------------------- *\
    Typography:
\ -------------------------- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.t {
  font-size: 4.514rem;
  letter-spacing: 1.35px;
  font-weight: 700;
}
@media (min-width: 700px) {
  .t {
    font-size: 7.2rem;
    letter-spacing: 2.16px;
  }
}

.xl4 {
  font-size: 2.449rem;
  letter-spacing: 0.73px;
  font-weight: 500;
}
@media (min-width: 700px) {
  .xl4 {
    font-size: 4.8rem;
    letter-spacing: 1.44px;
  }
}

.xl3 {
  font-size: 2.52rem;
  letter-spacing: 0.76px;
  font-weight: 700;
}
@media (min-width: 700px) {
  .xl3 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    letter-spacing: 1.08px;
  }
}

.xl2 {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.84px;
}

.xl {
  font-size: 2.4rem;
  letter-spacing: 0.72px;
  line-height: 3.4rem;
  font-weight: 700;
}

.lg--strict {
  font-size: 2.1rem;
  letter-spacing: 0.63px;
}
@media (min-width: 700px) {
  .lg {
    font-size: 2.1rem;
    letter-spacing: 0.63px;
  }
}

.md, .btn--outline {
  font-size: 1.24rem;
  letter-spacing: 0.37px;
}
.md--strict, .product-main__content__title {
  font-size: 1.8rem;
  letter-spacing: 0.54px;
  line-height: 2.8rem;
}
@media (min-width: 600px) {
  .md, .btn--outline {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    line-height: 2.8rem;
  }
}

.base {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 2.8rem;
}

.caption {
  font-size: 1.4rem;
  letter-spacing: 0.42px;
  line-height: 2.4rem;
}

.tiny {
  font-size: 1.2rem;
  letter-spacing: 0.36px;
}

.color--p {
  color: #6f01ab;
}
.color--w {
  color: #ffffff;
}
.color--g {
  color: #7e7e7e;
}

.text-shadow {
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.6);
}
.text-shadow--sm {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.weight--b {
  font-weight: 700;
}
.weight--sb {
  font-weight: 600;
}
.weight--m {
  font-weight: 500;
}
.weight--r {
  font-weight: 400;
}
.weight--l {
  font-weight: 300;
}

/* -------------------------- *\
    .Sprite
\* -------------------------- */
.i {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.i-arrow-circle-right {
  font-size: 5.4rem;
  width: 1em;
}

.i-check {
  font-size: 0.9rem;
  width: 1.3333333333em;
}

.i-down-chevron {
  font-size: 1.4rem;
  width: 1.5em;
}

.i-email {
  font-size: 2.3rem;
  width: 1.3043478261em;
}

.i-expand {
  font-size: 2.4rem;
  width: 1em;
}

.i-four {
  font-size: 5.4rem;
  width: 1em;
}

.i-heart {
  font-size: 2.4rem;
  width: 1.125em;
}

.i-hide {
  font-size: 1.7rem;
  width: 1.2941176471em;
}

.i-magnifier {
  font-size: 2.8rem;
  width: 0.9642857143em;
}

.i-one {
  font-size: 5.4rem;
  width: 1em;
}

.i-phone {
  font-size: 2.7rem;
  width: 1em;
}

.i-play {
  font-size: 6.2rem;
  width: 1em;
}

.i-right-chevron {
  font-size: 1.6rem;
  width: 0.625em;
}

.i-three {
  font-size: 5.4rem;
  width: 1em;
}

.i-two {
  font-size: 5.4rem;
  width: 1em;
}

.i-up-chevron {
  font-size: 1.4rem;
  width: 1.5em;
}

.i-user {
  font-size: 2.5rem;
  width: 0.76em;
}

.i-web-factor {
  font-size: 1.2rem;
  width: 2.1666666667em;
}

.i-x {
  font-size: 3.9rem;
  width: 1em;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease-in;
}
button:hover {
  transition: 0.2s ease-in;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--auth, .btn--auth-loged {
  border: 0.3rem solid #b620e0;
  border-radius: 3.4rem;
  padding: 1.5rem 3.9rem;
  height: 6rem;
  min-width: 22.3rem;
}
.btn--auth svg, .btn--auth-loged svg {
  fill: #b620e0;
  max-height: 0;
  transform: scale(0);
  max-width: 0;
  opacity: 0;
  transition: all 0.3s ease !important;
}
.btn--auth:hover, .btn--auth-loged:hover {
  transition: all 0.3s ease !important;
}
.btn--auth:hover svg, .btn--auth-loged:hover svg {
  opacity: 1;
  max-height: 2.3rem;
  max-width: 2.3rem;
  transform: scale(1);
  margin-right: 0.5rem;
}
.btn--white {
  border: 0.2rem solid #ffffff;
  background-color: #ffffff;
  border-radius: 3.4rem;
  color: #6f01ab;
  font-weight: 600;
  height: 5rem;
  max-width: 26rem;
  width: 100%;
}
.btn--white:hover {
  background-color: #490071;
  border-color: #490071;
  color: #ffffff;
}
@media (min-width: 768px) {
  .btn--white {
    border: 0.3rem solid #ffffff;
    padding: 0 6.7rem;
    height: 6rem;
  }
}
.btn--outline {
  border: 0.2rem solid #ffffff;
  border-radius: 3.4rem;
  padding: 1.5rem 3.9rem;
  color: #ffffff;
  font-weight: 600;
  height: 5rem;
  max-width: 26rem;
  width: 100%;
}
.btn--outline:hover {
  background-color: #ffffff;
  color: #6f01ab;
}
@media (min-width: 700px) {
  .btn--outline {
    border: 0.3rem solid #ffffff;
    padding: 1.5rem 6.7rem;
    height: 6rem;
  }
}
.btn--purple {
  min-width: 15.5rem;
  height: 4rem;
  background-color: #6f01ab;
  color: #ffffff;
  border-radius: 1.8rem;
}
.btn--purple:hover {
  background-color: #490071;
}
.btn--column {
  display: flex;
  flex-direction: column;
  min-height: 7.8rem !important;
}
.btn--category {
  color: #ffffff;
  width: 100%;
  border-radius: 1.8rem;
}
.btn--gray {
  background-color: #e7e7e7;
  color: #7e7e7e;
  width: 100%;
  border-radius: 1.8rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.9rem);
  }
}
.rotate {
  transition: all 0.3s ease !important;
}
.rotate svg {
  transform: rotate(180deg);
}

.hover {
  transition: all 0.3s ease !important;
}
.hover:hover {
  color: #b6b6eb;
}

@media (min-width: 900px) {
  .purple,
.yellow,
.blue,
.green,
.orange,
.pink {
    overflow-x: initial !important;
  }
  .purple .language,
.yellow .language,
.blue .language,
.green .language,
.orange .language,
.pink .language {
    right: 2rem;
  }
}

.purple .category-sidebar__links__toggle,
.purple .popup .tag,
.purple .payment__top__tags .tag,
.purple .btn--download,
.purple .product-details .toggle::after,
.purple .tag {
  background-color: #6f01ab !important;
  z-index: 5 !important;
}
.purple .membership__main--active__details {
  background-color: #6f01ab !important;
}
.purple .membership__main--active__details .plan {
  background-color: #ab14fe;
}
.purple .membership__main--active__btns .btn:hover {
  background-color: #6f01ab !important;
}
.purple .category-list__content__more svg {
  fill: #6f01ab;
}
.purple.categories__content__grid__item {
  background-color: #6f01ab !important;
}
.purple .category-intro .right-chevron {
  fill: #6f01ab;
}
.purple .btn--open {
  background-color: #6f01ab !important;
}

.yellow .category-sidebar__links__toggle,
.yellow .popup .tag,
.yellow .payment__top__tags .tag,
.yellow .btn--download,
.yellow .product-details .toggle::after,
.yellow .tag {
  background-color: #f7b901 !important;
  z-index: 5 !important;
}
.yellow .membership__main--active__details {
  background-color: #f7b901 !important;
}
.yellow .membership__main--active__details .plan {
  background-color: #fed660;
}
.yellow .membership__main--active__btns .btn:hover {
  background-color: #f7b901 !important;
}
.yellow .category-list__content__more svg {
  fill: #f7b901;
}
.yellow.categories__content__grid__item {
  background-color: #f7b901 !important;
}
.yellow .category-intro .right-chevron {
  fill: #f7b901;
}
.yellow .btn--open {
  background-color: #f7b901 !important;
}

.blue .category-sidebar__links__toggle,
.blue .popup .tag,
.blue .payment__top__tags .tag,
.blue .btn--download,
.blue .product-details .toggle::after,
.blue .tag {
  background-color: #0d95f5 !important;
  z-index: 5 !important;
}
.blue .membership__main--active__details {
  background-color: #0d95f5 !important;
}
.blue .membership__main--active__details .plan {
  background-color: #6fc0f9;
}
.blue .membership__main--active__btns .btn:hover {
  background-color: #0d95f5 !important;
}
.blue .category-list__content__more svg {
  fill: #0d95f5;
}
.blue.categories__content__grid__item {
  background-color: #0d95f5 !important;
}
.blue .category-intro .right-chevron {
  fill: #0d95f5;
}
.blue .btn--open {
  background-color: #0d95f5 !important;
}

.green .category-sidebar__links__toggle,
.green .popup .tag,
.green .payment__top__tags .tag,
.green .btn--download,
.green .product-details .toggle::after,
.green .tag {
  background-color: #96be23 !important;
  z-index: 5 !important;
}
.green .membership__main--active__details {
  background-color: #96be23 !important;
}
.green .membership__main--active__details .plan {
  background-color: #c2e364;
}
.green .membership__main--active__btns .btn:hover {
  background-color: #96be23 !important;
}
.green .category-list__content__more svg {
  fill: #96be23;
}
.green.categories__content__grid__item {
  background-color: #96be23 !important;
}
.green .category-intro .right-chevron {
  fill: #96be23;
}
.green .btn--open {
  background-color: #96be23 !important;
}

.orange .category-sidebar__links__toggle,
.orange .popup .tag,
.orange .payment__top__tags .tag,
.orange .btn--download,
.orange .product-details .toggle::after,
.orange .tag {
  background-color: #f27021 !important;
  z-index: 5 !important;
}
.orange .membership__main--active__details {
  background-color: #f27021 !important;
}
.orange .membership__main--active__details .plan {
  background-color: #f8ae81;
}
.orange .membership__main--active__btns .btn:hover {
  background-color: #f27021 !important;
}
.orange .category-list__content__more svg {
  fill: #f27021;
}
.orange.categories__content__grid__item {
  background-color: #f27021 !important;
}
.orange .category-intro .right-chevron {
  fill: #f27021;
}
.orange .btn--open {
  background-color: #f27021 !important;
}

.pink .category-sidebar__links__toggle,
.pink .popup .tag,
.pink .payment__top__tags .tag,
.pink .btn--download,
.pink .product-details .toggle::after,
.pink .tag {
  background-color: #be1e9c !important;
  z-index: 5 !important;
}
.pink .membership__main--active__details {
  background-color: #be1e9c !important;
}
.pink .membership__main--active__details .plan {
  background-color: #e55dc8;
}
.pink .membership__main--active__btns .btn:hover {
  background-color: #be1e9c !important;
}
.pink .category-list__content__more svg {
  fill: #be1e9c;
}
.pink.categories__content__grid__item {
  background-color: #be1e9c !important;
}
.pink .category-intro .right-chevron {
  fill: #be1e9c;
}
.pink .btn--open {
  background-color: #be1e9c !important;
}

.underline {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-skip-ink: none;
}

.pointer {
  cursor: pointer;
  user-select: none;
}

.cursor-default {
  cursor: default;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkbox .text {
  margin-left: 0.8rem;
  font-size: 1.5rem;
  letter-spacing: 0.45px;
}
.checkbox .checkmark {
  background: #f4f4f5;
  border: 0.1rem solid #6f01ab;
  min-width: 2rem;
  min-height: 2rem;
  transition: all 0.2s ease;
}
.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkmark {
  background: #6f01ab;
  min-width: 2rem;
  min-height: 2rem;
}
.checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}
.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: red;
  border: 1px solid #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05), inset 0 -1.5rem 1rem -1.2rem rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease-in;
  border-radius: 0.5rem;
  margin-right: 1.2rem;
  width: 2.3rem;
  height: 2.3rem;
}
.checkbox input[type=checkbox]:before {
  transform: rotate(45deg) translate(-0.125rem, -0.125rem) scaleX(0);
  transition: transform 0.2s ease-in 0.2s;
}
.checkbox input[type=checkbox]::after {
  width: 1.25rem;
  transform: rotate(-45deg) translateY(0.5rem) scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease-in;
}
.checkbox input[type=checkbox]:before, .checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 0.75rem;
  height: 0.25rem;
  top: 50%;
  left: 20%;
  transform-origin: left center;
}
.checkbox input[type=checkbox]:checked {
  background-color: red;
}
.checkbox input[type=checkbox]:checked::before {
  transform: rotate(45deg) translate(-0.125rem, -0.125rem) scaleX(1);
  transition: transform 200ms ease-in;
}
.checkbox input[type=checkbox]:checked::after {
  width: 1.25rem;
  transform: rotate(-45deg) translateY(0.5rem) scaleX(1);
  transition: transform 200ms ease-out 200ms;
}
.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox .checkmark svg {
  margin-top: 0.1rem;
  fill: #f4f4f5;
  width: 1.165rem;
  height: 0.835rem;
}

.membership,
.onetime,
.renew {
  background-color: #6f01ab;
  border-radius: 3.4rem;
  position: relative;
}
.membership--popup,
.onetime--popup,
.renew--popup {
  min-height: 58.7rem;
  min-width: 100%;
}
@media (min-width: 1000px) {
  .membership--popup,
.onetime--popup,
.renew--popup {
    min-width: 45.1rem;
    max-width: 45.1rem;
  }
}
.membership--popup .membership__main__btns,
.membership--popup .onetime__main__btns,
.membership--popup .renew__main__btns,
.onetime--popup .membership__main__btns,
.onetime--popup .onetime__main__btns,
.onetime--popup .renew__main__btns,
.renew--popup .membership__main__btns,
.renew--popup .onetime__main__btns,
.renew--popup .renew__main__btns {
  gap: 1.5rem;
  width: 26.5rem;
  margin: 0 auto;
}
.membership--popup .membership__main .desc,
.membership--popup .onetime__main .desc,
.membership--popup .renew__main .desc,
.onetime--popup .membership__main .desc,
.onetime--popup .onetime__main .desc,
.onetime--popup .renew__main .desc,
.renew--popup .membership__main .desc,
.renew--popup .onetime__main .desc,
.renew--popup .renew__main .desc {
  margin-top: 1.6rem;
}
.membership--popup .tag,
.onetime--popup .tag,
.renew--popup .tag {
  align-self: center;
  width: initial !important;
  padding-inline: 4.5rem;
}
.membership--popup .close,
.onetime--popup .close,
.renew--popup .close {
  position: absolute;
  right: 0;
  top: -5rem;
}
@media (min-width: 600px) {
  .membership--popup .close,
.onetime--popup .close,
.renew--popup .close {
    right: -3rem;
  }
}
.membership--popup .close svg,
.onetime--popup .close svg,
.renew--popup .close svg {
  fill: #ffffff;
}
.membership__top,
.onetime__top,
.renew__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12.2rem;
}
@media (min-width: 900px) {
  .membership__top,
.onetime__top,
.renew__top {
    padding: 1.6rem 1.3rem;
  }
}
.membership__top .tag,
.onetime__top .tag,
.renew__top .tag {
  min-width: 22.8rem;
  text-align: center;
  border-radius: 1.3rem;
}
.membership__main,
.onetime__main,
.renew__main {
  background-color: #9248b0;
  text-align: center;
  border-radius: 3.4rem;
  padding: 1.2rem 2rem 1.8rem 2rem;
  margin-inline: 3.7rem;
}
@media (min-width: 500px) {
  .membership__main,
.onetime__main,
.renew__main {
    margin-inline: 8rem;
  }
}
@media (min-width: 900px) {
  .membership__main,
.onetime__main,
.renew__main {
    margin-inline: 0;
  }
}
.membership__main .desc,
.onetime__main .desc,
.renew__main .desc {
  margin-top: 1.4rem;
  margin-bottom: 3.8rem;
  max-width: 35.9rem;
  margin-inline: auto;
}
.membership__main__btns,
.onetime__main__btns,
.renew__main__btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 800px) {
  .membership__main__btns,
.onetime__main__btns,
.renew__main__btns {
    gap: 1.5rem;
  }
}
.membership__main__btns .btn,
.onetime__main__btns .btn,
.renew__main__btns .btn {
  display: flex;
  flex-direction: column;
  height: 6.7rem;
  border-radius: 3.4rem;
  background-color: #ffffff;
  transition: all 0.3s ease !important;
}
.membership__main__btns .btn:hover,
.onetime__main__btns .btn:hover,
.renew__main__btns .btn:hover {
  background-color: #490071;
  color: #ffffff;
  transition: all 0.3s ease !important;
}
.membership__main__btns .btn--white,
.onetime__main__btns .btn--white,
.renew__main__btns .btn--white {
  color: black;
}
.membership__main__btns .btn p,
.onetime__main__btns .btn p,
.renew__main__btns .btn p {
  line-height: 1.2 !important;
}
.membership__main__product,
.onetime__main__product,
.renew__main__product {
  background-color: #b37fc8;
  display: flex;
  padding: 1.2rem 1.9rem;
  border-radius: 3rem;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
.membership__main__product p,
.onetime__main__product p,
.renew__main__product p {
  text-align: left;
}
.membership__main__product .image-wrapper,
.onetime__main__product .image-wrapper,
.renew__main__product .image-wrapper {
  position: relative;
  min-width: 10.4rem;
  min-height: 10.4rem;
}
.membership__main__product .image-wrapper img,
.onetime__main__product .image-wrapper img,
.renew__main__product .image-wrapper img {
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.membership__main--active,
.onetime__main--active,
.renew__main--active {
  text-align: center;
  margin-inline: 3.7rem;
}
@media (min-width: 500px) {
  .membership__main--active,
.onetime__main--active,
.renew__main--active {
    margin-inline: 8rem;
  }
}
@media (min-width: 900px) {
  .membership__main--active,
.onetime__main--active,
.renew__main--active {
    margin-inline: 0;
  }
}
.membership__main--active__details,
.onetime__main--active__details,
.renew__main--active__details {
  display: flex;
  flex-direction: column;
  background-color: #be1e9c;
  border-radius: 3.4rem;
  padding: 1.5rem 2rem;
}
.membership__main--active__details .plan,
.onetime__main--active__details .plan,
.renew__main--active__details .plan {
  display: flex;
  flex-direction: column;
  height: 6.7rem;
  border-radius: 3.4rem;
  background-color: #c536a6;
  margin-top: 1rem;
}
.membership__main--active__details .column,
.onetime__main--active__details .column,
.renew__main--active__details .column {
  display: flex;
  flex-direction: column;
}
.membership__main--active__btns,
.onetime__main--active__btns,
.renew__main--active__btns {
  padding: 2rem;
}
.membership__main--active__btns .btn,
.onetime__main--active__btns .btn,
.renew__main--active__btns .btn {
  background-color: #ffffff;
  color: black;
}
.membership__main--active__btns .btn:hover,
.onetime__main--active__btns .btn:hover,
.renew__main--active__btns .btn:hover {
  background-color: #be1e9c;
  color: #ffffff;
}
.membership__main--expired,
.onetime__main--expired,
.renew__main--expired {
  text-align: center;
  background-color: transparent;
}
.membership__main--expired__details,
.onetime__main--expired__details,
.renew__main--expired__details {
  display: flex;
  flex-direction: column;
  background-color: #490071;
  border-radius: 3.4rem;
  padding: 1.5rem 2rem;
}
.membership__main--expired__details .plan,
.onetime__main--expired__details .plan,
.renew__main--expired__details .plan {
  display: flex;
  flex-direction: column;
  height: 6.7rem;
  border-radius: 3.4rem;
  background-color: #6f01ab;
  margin-top: 1rem;
}
.membership__main--expired__details .column,
.onetime__main--expired__details .column,
.renew__main--expired__details .column {
  display: flex;
  flex-direction: column;
}
.membership__main--expired__btns,
.onetime__main--expired__btns,
.renew__main--expired__btns {
  padding: 2rem;
}

.fname {
  grid-area: fname;
}

.lname {
  grid-area: lname;
}

.email {
  grid-area: email;
}

.phone {
  grid-area: phone;
}

.country {
  grid-area: country;
}

.city {
  grid-area: city;
}

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */
/* -------------------------- *\
    Transition
\* -------------------------- */
/* -------------------------- *\
    Transform Center
\* -------------------------- */
/* -------------------------- *\
    Hide
\* -------------------------- */
/* -------------------------- *\
    Page colors
\* -------------------------- */
/* -------------------------- *\
    Hover
\* -------------------------- */
/* -------------------------- *\
    Plugins
\* -------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* -------------------------- *\
    0-animations
\* -------------------------- */
/* -------------------------- *\
    keyframes
\* -------------------------- */
@keyframes upLight {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------- *\
      utils
  \* -------------------------- */
/* -------------------------- *\
      animations
  \* -------------------------- */
/* -------------------------- *\
      classes
  \* -------------------------- */
.an_delay--sm {
  animation-delay: 0.5s !important;
}
.an_delay--md {
  animation-delay: 0.7s !important;
}
.an_delay--lg {
  animation-delay: 1s !important;
}

.an_opacity {
  opacity: 0;
  animation: op 0.5s ease-in-out both;
}

.an_totop {
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out both;
}
.an_totop--light > * {
  animation: upLight 0.5s ease-in-out forwards;
}
.an_totop--light > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_totop--light > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_totop--light > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_totop--light > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_totop--light > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_totop--light > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_totop--light > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_totop--light > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_totop--light > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_totop--light > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_totop--light > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_totop--light > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_totop--light > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_totop--light > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_totop--light > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_totop--light > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_totop--light > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_totop--light > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_totop--light > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_totop--light > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_totop--light > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_totop--light > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_totop--light > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_totop--light > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_totop--light > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_totop--light > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_totop--light > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_totop--light > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_totop--light > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_totop--light > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_totop--light > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_totop--light > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_totop--light > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_totop--light > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_totop--light > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_totop--light > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_totop--light > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_totop--light > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_totop--light > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_totop--light > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_totop--light > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_totop--light > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_totop--light > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_totop--light > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_totop--light > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_totop--light > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_totop--light > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_totop--light > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_totop--light > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_totop--light > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_totop--light > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_totop--light > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_totop--light > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_totop--light > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_totop--light > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_totop--light > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_totop--light > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_totop--light > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_totop--light > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_totop--light > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_totop--light > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_totop--light > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_totop--light > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_totop--light > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_totop--light > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_totop--light > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_totop--light > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_totop--light > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_totop--light > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_totop--light > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_totop--light > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_totop--light > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_totop--light > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_totop--light > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_totop--light > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_totop--light > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_totop--light > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_totop--light > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_totop--light > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_totop--light > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_totop--light > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_totop--light > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_totop--light > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_totop--light > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_totop--light > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_totop--light > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_totop--light > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_totop--light > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_totop--light > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_totop--light > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_totop--light > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_totop--light > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_totop--light > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_totop--light > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_totop--light > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_totop--light > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_totop--light > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_totop--light > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_totop--light > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_totop--light > *:nth-child(100) {
  animation-delay: 20.5s;
}
.an_totop--all > * {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
}
.an_totop--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_totop--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_totop--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_totop--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_totop--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_totop--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_totop--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_totop--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_totop--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_totop--all > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_totop--all > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_totop--all > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_totop--all > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_totop--all > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_totop--all > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_totop--all > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_totop--all > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_totop--all > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_totop--all > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_totop--all > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_totop--all > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_totop--all > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_totop--all > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_totop--all > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_totop--all > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_totop--all > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_totop--all > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_totop--all > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_totop--all > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_totop--all > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_totop--all > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_totop--all > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_totop--all > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_totop--all > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_totop--all > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_totop--all > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_totop--all > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_totop--all > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_totop--all > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_totop--all > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_totop--all > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_totop--all > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_totop--all > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_totop--all > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_totop--all > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_totop--all > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_totop--all > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_totop--all > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_totop--all > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_totop--all > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_totop--all > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_totop--all > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_totop--all > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_totop--all > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_totop--all > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_totop--all > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_totop--all > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_totop--all > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_totop--all > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_totop--all > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_totop--all > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_totop--all > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_totop--all > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_totop--all > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_totop--all > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_totop--all > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_totop--all > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_totop--all > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_totop--all > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_totop--all > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_totop--all > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_totop--all > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_totop--all > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_totop--all > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_totop--all > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_totop--all > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_totop--all > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_totop--all > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_totop--all > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_totop--all > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_totop--all > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_totop--all > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_totop--all > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_totop--all > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_totop--all > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_totop--all > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_totop--all > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_totop--all > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_totop--all > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_totop--all > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_totop--all > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_totop--all > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_totop--all > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_totop--all > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_totop--all > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_totop--all > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_totop--all > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_totop--all > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_totop--all > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_totop--all > *:nth-child(100) {
  animation-delay: 20.5s;
}

.an_toright {
  opacity: 0;
  animation: fadeInRight 0.6s ease-in-out both;
}
.an_toright--all > * {
  opacity: 0;
  animation: fadeInRight 0.5s ease-in-out both;
}
.an_toright--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_toright--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_toright--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_toright--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_toright--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_toright--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_toright--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_toright--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_toright--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_toright--all > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_toright--all > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_toright--all > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_toright--all > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_toright--all > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_toright--all > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_toright--all > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_toright--all > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_toright--all > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_toright--all > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_toright--all > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_toright--all > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_toright--all > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_toright--all > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_toright--all > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_toright--all > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_toright--all > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_toright--all > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_toright--all > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_toright--all > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_toright--all > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_toright--all > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_toright--all > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_toright--all > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_toright--all > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_toright--all > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_toright--all > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_toright--all > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_toright--all > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_toright--all > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_toright--all > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_toright--all > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_toright--all > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_toright--all > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_toright--all > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_toright--all > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_toright--all > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_toright--all > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_toright--all > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_toright--all > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_toright--all > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_toright--all > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_toright--all > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_toright--all > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_toright--all > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_toright--all > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_toright--all > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_toright--all > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_toright--all > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_toright--all > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_toright--all > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_toright--all > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_toright--all > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_toright--all > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_toright--all > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_toright--all > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_toright--all > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_toright--all > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_toright--all > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_toright--all > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_toright--all > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_toright--all > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_toright--all > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_toright--all > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_toright--all > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_toright--all > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_toright--all > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_toright--all > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_toright--all > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_toright--all > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_toright--all > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_toright--all > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_toright--all > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_toright--all > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_toright--all > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_toright--all > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_toright--all > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_toright--all > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_toright--all > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_toright--all > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_toright--all > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_toright--all > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_toright--all > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_toright--all > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_toright--all > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_toright--all > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_toright--all > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_toright--all > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_toright--all > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_toright--all > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_toright--all > *:nth-child(100) {
  animation-delay: 20.5s;
}

.an_toleft {
  opacity: 0;
  animation: fadeInLeft 0.5s ease-in-out both;
}
.an_toleft--all > * {
  opacity: 0;
  animation: fadeInLeft 0.5s ease-in-out both;
}
.an_toleft--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_toleft--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_toleft--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_toleft--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_toleft--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_toleft--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_toleft--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_toleft--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_toleft--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_toleft--all > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_toleft--all > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_toleft--all > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_toleft--all > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_toleft--all > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_toleft--all > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_toleft--all > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_toleft--all > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_toleft--all > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_toleft--all > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_toleft--all > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_toleft--all > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_toleft--all > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_toleft--all > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_toleft--all > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_toleft--all > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_toleft--all > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_toleft--all > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_toleft--all > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_toleft--all > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_toleft--all > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_toleft--all > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_toleft--all > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_toleft--all > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_toleft--all > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_toleft--all > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_toleft--all > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_toleft--all > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_toleft--all > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_toleft--all > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_toleft--all > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_toleft--all > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_toleft--all > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_toleft--all > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_toleft--all > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_toleft--all > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_toleft--all > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_toleft--all > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_toleft--all > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_toleft--all > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_toleft--all > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_toleft--all > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_toleft--all > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_toleft--all > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_toleft--all > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_toleft--all > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_toleft--all > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_toleft--all > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_toleft--all > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_toleft--all > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_toleft--all > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_toleft--all > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_toleft--all > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_toleft--all > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_toleft--all > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_toleft--all > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_toleft--all > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_toleft--all > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_toleft--all > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_toleft--all > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_toleft--all > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_toleft--all > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_toleft--all > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_toleft--all > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_toleft--all > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_toleft--all > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_toleft--all > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_toleft--all > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_toleft--all > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_toleft--all > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_toleft--all > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_toleft--all > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_toleft--all > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_toleft--all > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_toleft--all > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_toleft--all > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_toleft--all > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_toleft--all > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_toleft--all > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_toleft--all > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_toleft--all > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_toleft--all > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_toleft--all > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_toleft--all > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_toleft--all > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_toleft--all > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_toleft--all > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_toleft--all > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_toleft--all > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_toleft--all > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_toleft--all > *:nth-child(100) {
  animation-delay: 20.5s;
}

.an_close:hover, .an_close:focus {
  box-shadow: inset -14rem 0 0 0 #fff, inset 14rem 0 0 0 #fff;
  color: red !important;
}
.an_close--black:hover, .an_close--black:focus {
  box-shadow: inset -14rem 0 0 0 red, inset 14rem 0 0 0 red;
  color: #fff !important;
}

.an-hover-op {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.an-hover-op:hover {
  opacity: 0.6;
}

.an_fill-up:hover, .an_fill-up:focus {
  color: #fff;
  background-color: red !important;
}
.an_fill-up:hover svg, .an_fill-up:focus svg {
  fill: #fff !important;
}
.an_fill-up--black:hover, .an_fill-up--black:focus {
  box-shadow: inset 0 -8.1rem 0 0 red;
  color: #fff !important;
}

.category-sidebar-wrapper {
  opacity: 0;
  animation: fadeInUp 0.7s ease-in-out both;
}

.category-intro {
  opacity: 0;
  animation: fadeInUp 0.7s ease-in-out both;
}
.category-intro:nth-child(1) {
  animation-delay: 0.4s;
}
.category-intro:nth-child(2) {
  animation-delay: 0.6s;
}
.category-intro:nth-child(3) {
  animation-delay: 0.8s;
}
.category-intro:nth-child(4) {
  animation-delay: 1s;
}
.category-intro:nth-child(5) {
  animation-delay: 1.2s;
}
.category-intro:nth-child(6) {
  animation-delay: 1.4s;
}
.category-intro:nth-child(7) {
  animation-delay: 1.6s;
}
.category-intro:nth-child(8) {
  animation-delay: 1.8s;
}
.category-intro:nth-child(9) {
  animation-delay: 2s;
}
.category-intro:nth-child(10) {
  animation-delay: 2.2s;
}
.category-intro:nth-child(11) {
  animation-delay: 2.4s;
}
.category-intro:nth-child(12) {
  animation-delay: 2.6s;
}
.category-intro:nth-child(13) {
  animation-delay: 2.8s;
}
.category-intro:nth-child(14) {
  animation-delay: 3s;
}
.category-intro:nth-child(15) {
  animation-delay: 3.2s;
}
.category-intro:nth-child(16) {
  animation-delay: 3.4s;
}
.category-intro:nth-child(17) {
  animation-delay: 3.6s;
}
.category-intro:nth-child(18) {
  animation-delay: 3.8s;
}
.category-intro:nth-child(19) {
  animation-delay: 4s;
}
.category-intro:nth-child(20) {
  animation-delay: 4.2s;
}
.category-intro:nth-child(21) {
  animation-delay: 4.4s;
}
.category-intro:nth-child(22) {
  animation-delay: 4.6s;
}
.category-intro:nth-child(23) {
  animation-delay: 4.8s;
}
.category-intro:nth-child(24) {
  animation-delay: 5s;
}
.category-intro:nth-child(25) {
  animation-delay: 5.2s;
}
.category-intro:nth-child(26) {
  animation-delay: 5.4s;
}
.category-intro:nth-child(27) {
  animation-delay: 5.6s;
}
.category-intro:nth-child(28) {
  animation-delay: 5.8s;
}
.category-intro:nth-child(29) {
  animation-delay: 6s;
}
.category-intro:nth-child(30) {
  animation-delay: 6.2s;
}
.category-intro:nth-child(31) {
  animation-delay: 6.4s;
}
.category-intro:nth-child(32) {
  animation-delay: 6.6s;
}
.category-intro:nth-child(33) {
  animation-delay: 6.8s;
}
.category-intro:nth-child(34) {
  animation-delay: 7s;
}
.category-intro:nth-child(35) {
  animation-delay: 7.2s;
}
.category-intro:nth-child(36) {
  animation-delay: 7.4s;
}
.category-intro:nth-child(37) {
  animation-delay: 7.6s;
}
.category-intro:nth-child(38) {
  animation-delay: 7.8s;
}
.category-intro:nth-child(39) {
  animation-delay: 8s;
}
.category-intro:nth-child(40) {
  animation-delay: 8.2s;
}
.category-intro:nth-child(41) {
  animation-delay: 8.4s;
}
.category-intro:nth-child(42) {
  animation-delay: 8.6s;
}
.category-intro:nth-child(43) {
  animation-delay: 8.8s;
}
.category-intro:nth-child(44) {
  animation-delay: 9s;
}
.category-intro:nth-child(45) {
  animation-delay: 9.2s;
}
.category-intro:nth-child(46) {
  animation-delay: 9.4s;
}
.category-intro:nth-child(47) {
  animation-delay: 9.6s;
}
.category-intro:nth-child(48) {
  animation-delay: 9.8s;
}
.category-intro:nth-child(49) {
  animation-delay: 10s;
}
.category-intro:nth-child(50) {
  animation-delay: 10.2s;
}
.category-intro:nth-child(51) {
  animation-delay: 10.4s;
}
.category-intro:nth-child(52) {
  animation-delay: 10.6s;
}
.category-intro:nth-child(53) {
  animation-delay: 10.8s;
}
.category-intro:nth-child(54) {
  animation-delay: 11s;
}
.category-intro:nth-child(55) {
  animation-delay: 11.2s;
}
.category-intro:nth-child(56) {
  animation-delay: 11.4s;
}
.category-intro:nth-child(57) {
  animation-delay: 11.6s;
}
.category-intro:nth-child(58) {
  animation-delay: 11.8s;
}
.category-intro:nth-child(59) {
  animation-delay: 12s;
}
.category-intro:nth-child(60) {
  animation-delay: 12.2s;
}
.category-intro:nth-child(61) {
  animation-delay: 12.4s;
}
.category-intro:nth-child(62) {
  animation-delay: 12.6s;
}
.category-intro:nth-child(63) {
  animation-delay: 12.8s;
}
.category-intro:nth-child(64) {
  animation-delay: 13s;
}
.category-intro:nth-child(65) {
  animation-delay: 13.2s;
}
.category-intro:nth-child(66) {
  animation-delay: 13.4s;
}
.category-intro:nth-child(67) {
  animation-delay: 13.6s;
}
.category-intro:nth-child(68) {
  animation-delay: 13.8s;
}
.category-intro:nth-child(69) {
  animation-delay: 14s;
}
.category-intro:nth-child(70) {
  animation-delay: 14.2s;
}
.category-intro:nth-child(71) {
  animation-delay: 14.4s;
}
.category-intro:nth-child(72) {
  animation-delay: 14.6s;
}
.category-intro:nth-child(73) {
  animation-delay: 14.8s;
}
.category-intro:nth-child(74) {
  animation-delay: 15s;
}
.category-intro:nth-child(75) {
  animation-delay: 15.2s;
}
.category-intro:nth-child(76) {
  animation-delay: 15.4s;
}
.category-intro:nth-child(77) {
  animation-delay: 15.6s;
}
.category-intro:nth-child(78) {
  animation-delay: 15.8s;
}
.category-intro:nth-child(79) {
  animation-delay: 16s;
}
.category-intro:nth-child(80) {
  animation-delay: 16.2s;
}
.category-intro:nth-child(81) {
  animation-delay: 16.4s;
}
.category-intro:nth-child(82) {
  animation-delay: 16.6s;
}
.category-intro:nth-child(83) {
  animation-delay: 16.8s;
}
.category-intro:nth-child(84) {
  animation-delay: 17s;
}
.category-intro:nth-child(85) {
  animation-delay: 17.2s;
}
.category-intro:nth-child(86) {
  animation-delay: 17.4s;
}
.category-intro:nth-child(87) {
  animation-delay: 17.6s;
}
.category-intro:nth-child(88) {
  animation-delay: 17.8s;
}
.category-intro:nth-child(89) {
  animation-delay: 18s;
}
.category-intro:nth-child(90) {
  animation-delay: 18.2s;
}
.category-intro:nth-child(91) {
  animation-delay: 18.4s;
}
.category-intro:nth-child(92) {
  animation-delay: 18.6s;
}
.category-intro:nth-child(93) {
  animation-delay: 18.8s;
}
.category-intro:nth-child(94) {
  animation-delay: 19s;
}
.category-intro:nth-child(95) {
  animation-delay: 19.2s;
}
.category-intro:nth-child(96) {
  animation-delay: 19.4s;
}
.category-intro:nth-child(97) {
  animation-delay: 19.6s;
}
.category-intro:nth-child(98) {
  animation-delay: 19.8s;
}
.category-intro:nth-child(99) {
  animation-delay: 20s;
}
.category-intro:nth-child(100) {
  animation-delay: 20.2s;
}

.category-list .category-product {
  opacity: 0;
  animation: fadeInUp 0.7s ease-in-out both;
}
.category-list .category-product:nth-child(1) {
  animation-delay: 0.4s;
}
.category-list .category-product:nth-child(2) {
  animation-delay: 0.6s;
}
.category-list .category-product:nth-child(3) {
  animation-delay: 0.8s;
}
.category-list .category-product:nth-child(4) {
  animation-delay: 1s;
}
.category-list .category-product:nth-child(5) {
  animation-delay: 1.2s;
}
.category-list .category-product:nth-child(6) {
  animation-delay: 1.4s;
}
.category-list .category-product:nth-child(7) {
  animation-delay: 1.6s;
}
.category-list .category-product:nth-child(8) {
  animation-delay: 1.8s;
}
.category-list .category-product:nth-child(9) {
  animation-delay: 2s;
}
.category-list .category-product:nth-child(10) {
  animation-delay: 2.2s;
}
.category-list .category-product:nth-child(11) {
  animation-delay: 2.4s;
}
.category-list .category-product:nth-child(12) {
  animation-delay: 2.6s;
}
.category-list .category-product:nth-child(13) {
  animation-delay: 2.8s;
}
.category-list .category-product:nth-child(14) {
  animation-delay: 3s;
}
.category-list .category-product:nth-child(15) {
  animation-delay: 3.2s;
}
.category-list .category-product:nth-child(16) {
  animation-delay: 3.4s;
}
.category-list .category-product:nth-child(17) {
  animation-delay: 3.6s;
}
.category-list .category-product:nth-child(18) {
  animation-delay: 3.8s;
}
.category-list .category-product:nth-child(19) {
  animation-delay: 4s;
}
.category-list .category-product:nth-child(20) {
  animation-delay: 4.2s;
}
.category-list .category-product:nth-child(21) {
  animation-delay: 4.4s;
}
.category-list .category-product:nth-child(22) {
  animation-delay: 4.6s;
}
.category-list .category-product:nth-child(23) {
  animation-delay: 4.8s;
}
.category-list .category-product:nth-child(24) {
  animation-delay: 5s;
}
.category-list .category-product:nth-child(25) {
  animation-delay: 5.2s;
}
.category-list .category-product:nth-child(26) {
  animation-delay: 5.4s;
}
.category-list .category-product:nth-child(27) {
  animation-delay: 5.6s;
}
.category-list .category-product:nth-child(28) {
  animation-delay: 5.8s;
}
.category-list .category-product:nth-child(29) {
  animation-delay: 6s;
}
.category-list .category-product:nth-child(30) {
  animation-delay: 6.2s;
}
.category-list .category-product:nth-child(31) {
  animation-delay: 6.4s;
}
.category-list .category-product:nth-child(32) {
  animation-delay: 6.6s;
}
.category-list .category-product:nth-child(33) {
  animation-delay: 6.8s;
}
.category-list .category-product:nth-child(34) {
  animation-delay: 7s;
}
.category-list .category-product:nth-child(35) {
  animation-delay: 7.2s;
}
.category-list .category-product:nth-child(36) {
  animation-delay: 7.4s;
}
.category-list .category-product:nth-child(37) {
  animation-delay: 7.6s;
}
.category-list .category-product:nth-child(38) {
  animation-delay: 7.8s;
}
.category-list .category-product:nth-child(39) {
  animation-delay: 8s;
}
.category-list .category-product:nth-child(40) {
  animation-delay: 8.2s;
}
.category-list .category-product:nth-child(41) {
  animation-delay: 8.4s;
}
.category-list .category-product:nth-child(42) {
  animation-delay: 8.6s;
}
.category-list .category-product:nth-child(43) {
  animation-delay: 8.8s;
}
.category-list .category-product:nth-child(44) {
  animation-delay: 9s;
}
.category-list .category-product:nth-child(45) {
  animation-delay: 9.2s;
}
.category-list .category-product:nth-child(46) {
  animation-delay: 9.4s;
}
.category-list .category-product:nth-child(47) {
  animation-delay: 9.6s;
}
.category-list .category-product:nth-child(48) {
  animation-delay: 9.8s;
}
.category-list .category-product:nth-child(49) {
  animation-delay: 10s;
}
.category-list .category-product:nth-child(50) {
  animation-delay: 10.2s;
}
.category-list .category-product:nth-child(51) {
  animation-delay: 10.4s;
}
.category-list .category-product:nth-child(52) {
  animation-delay: 10.6s;
}
.category-list .category-product:nth-child(53) {
  animation-delay: 10.8s;
}
.category-list .category-product:nth-child(54) {
  animation-delay: 11s;
}
.category-list .category-product:nth-child(55) {
  animation-delay: 11.2s;
}
.category-list .category-product:nth-child(56) {
  animation-delay: 11.4s;
}
.category-list .category-product:nth-child(57) {
  animation-delay: 11.6s;
}
.category-list .category-product:nth-child(58) {
  animation-delay: 11.8s;
}
.category-list .category-product:nth-child(59) {
  animation-delay: 12s;
}
.category-list .category-product:nth-child(60) {
  animation-delay: 12.2s;
}
.category-list .category-product:nth-child(61) {
  animation-delay: 12.4s;
}
.category-list .category-product:nth-child(62) {
  animation-delay: 12.6s;
}
.category-list .category-product:nth-child(63) {
  animation-delay: 12.8s;
}
.category-list .category-product:nth-child(64) {
  animation-delay: 13s;
}
.category-list .category-product:nth-child(65) {
  animation-delay: 13.2s;
}
.category-list .category-product:nth-child(66) {
  animation-delay: 13.4s;
}
.category-list .category-product:nth-child(67) {
  animation-delay: 13.6s;
}
.category-list .category-product:nth-child(68) {
  animation-delay: 13.8s;
}
.category-list .category-product:nth-child(69) {
  animation-delay: 14s;
}
.category-list .category-product:nth-child(70) {
  animation-delay: 14.2s;
}
.category-list .category-product:nth-child(71) {
  animation-delay: 14.4s;
}
.category-list .category-product:nth-child(72) {
  animation-delay: 14.6s;
}
.category-list .category-product:nth-child(73) {
  animation-delay: 14.8s;
}
.category-list .category-product:nth-child(74) {
  animation-delay: 15s;
}
.category-list .category-product:nth-child(75) {
  animation-delay: 15.2s;
}
.category-list .category-product:nth-child(76) {
  animation-delay: 15.4s;
}
.category-list .category-product:nth-child(77) {
  animation-delay: 15.6s;
}
.category-list .category-product:nth-child(78) {
  animation-delay: 15.8s;
}
.category-list .category-product:nth-child(79) {
  animation-delay: 16s;
}
.category-list .category-product:nth-child(80) {
  animation-delay: 16.2s;
}
.category-list .category-product:nth-child(81) {
  animation-delay: 16.4s;
}
.category-list .category-product:nth-child(82) {
  animation-delay: 16.6s;
}
.category-list .category-product:nth-child(83) {
  animation-delay: 16.8s;
}
.category-list .category-product:nth-child(84) {
  animation-delay: 17s;
}
.category-list .category-product:nth-child(85) {
  animation-delay: 17.2s;
}
.category-list .category-product:nth-child(86) {
  animation-delay: 17.4s;
}
.category-list .category-product:nth-child(87) {
  animation-delay: 17.6s;
}
.category-list .category-product:nth-child(88) {
  animation-delay: 17.8s;
}
.category-list .category-product:nth-child(89) {
  animation-delay: 18s;
}
.category-list .category-product:nth-child(90) {
  animation-delay: 18.2s;
}
.category-list .category-product:nth-child(91) {
  animation-delay: 18.4s;
}
.category-list .category-product:nth-child(92) {
  animation-delay: 18.6s;
}
.category-list .category-product:nth-child(93) {
  animation-delay: 18.8s;
}
.category-list .category-product:nth-child(94) {
  animation-delay: 19s;
}
.category-list .category-product:nth-child(95) {
  animation-delay: 19.2s;
}
.category-list .category-product:nth-child(96) {
  animation-delay: 19.4s;
}
.category-list .category-product:nth-child(97) {
  animation-delay: 19.6s;
}
.category-list .category-product:nth-child(98) {
  animation-delay: 19.8s;
}
.category-list .category-product:nth-child(99) {
  animation-delay: 20s;
}
.category-list .category-product:nth-child(100) {
  animation-delay: 20.2s;
}

.product-main .product-main__content > *,
.product-details {
  opacity: 0;
  animation: fadeInUp 0.7s ease-in-out both;
}
.product-main .product-main__content > *:nth-child(1),
.product-details:nth-child(1) {
  animation-delay: 0.4s;
}
.product-main .product-main__content > *:nth-child(2),
.product-details:nth-child(2) {
  animation-delay: 0.6s;
}
.product-main .product-main__content > *:nth-child(3),
.product-details:nth-child(3) {
  animation-delay: 0.8s;
}
.product-main .product-main__content > *:nth-child(4),
.product-details:nth-child(4) {
  animation-delay: 1s;
}
.product-main .product-main__content > *:nth-child(5),
.product-details:nth-child(5) {
  animation-delay: 1.2s;
}
.product-main .product-main__content > *:nth-child(6),
.product-details:nth-child(6) {
  animation-delay: 1.4s;
}
.product-main .product-main__content > *:nth-child(7),
.product-details:nth-child(7) {
  animation-delay: 1.6s;
}
.product-main .product-main__content > *:nth-child(8),
.product-details:nth-child(8) {
  animation-delay: 1.8s;
}
.product-main .product-main__content > *:nth-child(9),
.product-details:nth-child(9) {
  animation-delay: 2s;
}
.product-main .product-main__content > *:nth-child(10),
.product-details:nth-child(10) {
  animation-delay: 2.2s;
}
.product-main .product-main__content > *:nth-child(11),
.product-details:nth-child(11) {
  animation-delay: 2.4s;
}
.product-main .product-main__content > *:nth-child(12),
.product-details:nth-child(12) {
  animation-delay: 2.6s;
}
.product-main .product-main__content > *:nth-child(13),
.product-details:nth-child(13) {
  animation-delay: 2.8s;
}
.product-main .product-main__content > *:nth-child(14),
.product-details:nth-child(14) {
  animation-delay: 3s;
}
.product-main .product-main__content > *:nth-child(15),
.product-details:nth-child(15) {
  animation-delay: 3.2s;
}
.product-main .product-main__content > *:nth-child(16),
.product-details:nth-child(16) {
  animation-delay: 3.4s;
}
.product-main .product-main__content > *:nth-child(17),
.product-details:nth-child(17) {
  animation-delay: 3.6s;
}
.product-main .product-main__content > *:nth-child(18),
.product-details:nth-child(18) {
  animation-delay: 3.8s;
}
.product-main .product-main__content > *:nth-child(19),
.product-details:nth-child(19) {
  animation-delay: 4s;
}
.product-main .product-main__content > *:nth-child(20),
.product-details:nth-child(20) {
  animation-delay: 4.2s;
}
.product-main .product-main__content > *:nth-child(21),
.product-details:nth-child(21) {
  animation-delay: 4.4s;
}
.product-main .product-main__content > *:nth-child(22),
.product-details:nth-child(22) {
  animation-delay: 4.6s;
}
.product-main .product-main__content > *:nth-child(23),
.product-details:nth-child(23) {
  animation-delay: 4.8s;
}
.product-main .product-main__content > *:nth-child(24),
.product-details:nth-child(24) {
  animation-delay: 5s;
}
.product-main .product-main__content > *:nth-child(25),
.product-details:nth-child(25) {
  animation-delay: 5.2s;
}
.product-main .product-main__content > *:nth-child(26),
.product-details:nth-child(26) {
  animation-delay: 5.4s;
}
.product-main .product-main__content > *:nth-child(27),
.product-details:nth-child(27) {
  animation-delay: 5.6s;
}
.product-main .product-main__content > *:nth-child(28),
.product-details:nth-child(28) {
  animation-delay: 5.8s;
}
.product-main .product-main__content > *:nth-child(29),
.product-details:nth-child(29) {
  animation-delay: 6s;
}
.product-main .product-main__content > *:nth-child(30),
.product-details:nth-child(30) {
  animation-delay: 6.2s;
}
.product-main .product-main__content > *:nth-child(31),
.product-details:nth-child(31) {
  animation-delay: 6.4s;
}
.product-main .product-main__content > *:nth-child(32),
.product-details:nth-child(32) {
  animation-delay: 6.6s;
}
.product-main .product-main__content > *:nth-child(33),
.product-details:nth-child(33) {
  animation-delay: 6.8s;
}
.product-main .product-main__content > *:nth-child(34),
.product-details:nth-child(34) {
  animation-delay: 7s;
}
.product-main .product-main__content > *:nth-child(35),
.product-details:nth-child(35) {
  animation-delay: 7.2s;
}
.product-main .product-main__content > *:nth-child(36),
.product-details:nth-child(36) {
  animation-delay: 7.4s;
}
.product-main .product-main__content > *:nth-child(37),
.product-details:nth-child(37) {
  animation-delay: 7.6s;
}
.product-main .product-main__content > *:nth-child(38),
.product-details:nth-child(38) {
  animation-delay: 7.8s;
}
.product-main .product-main__content > *:nth-child(39),
.product-details:nth-child(39) {
  animation-delay: 8s;
}
.product-main .product-main__content > *:nth-child(40),
.product-details:nth-child(40) {
  animation-delay: 8.2s;
}
.product-main .product-main__content > *:nth-child(41),
.product-details:nth-child(41) {
  animation-delay: 8.4s;
}
.product-main .product-main__content > *:nth-child(42),
.product-details:nth-child(42) {
  animation-delay: 8.6s;
}
.product-main .product-main__content > *:nth-child(43),
.product-details:nth-child(43) {
  animation-delay: 8.8s;
}
.product-main .product-main__content > *:nth-child(44),
.product-details:nth-child(44) {
  animation-delay: 9s;
}
.product-main .product-main__content > *:nth-child(45),
.product-details:nth-child(45) {
  animation-delay: 9.2s;
}
.product-main .product-main__content > *:nth-child(46),
.product-details:nth-child(46) {
  animation-delay: 9.4s;
}
.product-main .product-main__content > *:nth-child(47),
.product-details:nth-child(47) {
  animation-delay: 9.6s;
}
.product-main .product-main__content > *:nth-child(48),
.product-details:nth-child(48) {
  animation-delay: 9.8s;
}
.product-main .product-main__content > *:nth-child(49),
.product-details:nth-child(49) {
  animation-delay: 10s;
}
.product-main .product-main__content > *:nth-child(50),
.product-details:nth-child(50) {
  animation-delay: 10.2s;
}
.product-main .product-main__content > *:nth-child(51),
.product-details:nth-child(51) {
  animation-delay: 10.4s;
}
.product-main .product-main__content > *:nth-child(52),
.product-details:nth-child(52) {
  animation-delay: 10.6s;
}
.product-main .product-main__content > *:nth-child(53),
.product-details:nth-child(53) {
  animation-delay: 10.8s;
}
.product-main .product-main__content > *:nth-child(54),
.product-details:nth-child(54) {
  animation-delay: 11s;
}
.product-main .product-main__content > *:nth-child(55),
.product-details:nth-child(55) {
  animation-delay: 11.2s;
}
.product-main .product-main__content > *:nth-child(56),
.product-details:nth-child(56) {
  animation-delay: 11.4s;
}
.product-main .product-main__content > *:nth-child(57),
.product-details:nth-child(57) {
  animation-delay: 11.6s;
}
.product-main .product-main__content > *:nth-child(58),
.product-details:nth-child(58) {
  animation-delay: 11.8s;
}
.product-main .product-main__content > *:nth-child(59),
.product-details:nth-child(59) {
  animation-delay: 12s;
}
.product-main .product-main__content > *:nth-child(60),
.product-details:nth-child(60) {
  animation-delay: 12.2s;
}
.product-main .product-main__content > *:nth-child(61),
.product-details:nth-child(61) {
  animation-delay: 12.4s;
}
.product-main .product-main__content > *:nth-child(62),
.product-details:nth-child(62) {
  animation-delay: 12.6s;
}
.product-main .product-main__content > *:nth-child(63),
.product-details:nth-child(63) {
  animation-delay: 12.8s;
}
.product-main .product-main__content > *:nth-child(64),
.product-details:nth-child(64) {
  animation-delay: 13s;
}
.product-main .product-main__content > *:nth-child(65),
.product-details:nth-child(65) {
  animation-delay: 13.2s;
}
.product-main .product-main__content > *:nth-child(66),
.product-details:nth-child(66) {
  animation-delay: 13.4s;
}
.product-main .product-main__content > *:nth-child(67),
.product-details:nth-child(67) {
  animation-delay: 13.6s;
}
.product-main .product-main__content > *:nth-child(68),
.product-details:nth-child(68) {
  animation-delay: 13.8s;
}
.product-main .product-main__content > *:nth-child(69),
.product-details:nth-child(69) {
  animation-delay: 14s;
}
.product-main .product-main__content > *:nth-child(70),
.product-details:nth-child(70) {
  animation-delay: 14.2s;
}
.product-main .product-main__content > *:nth-child(71),
.product-details:nth-child(71) {
  animation-delay: 14.4s;
}
.product-main .product-main__content > *:nth-child(72),
.product-details:nth-child(72) {
  animation-delay: 14.6s;
}
.product-main .product-main__content > *:nth-child(73),
.product-details:nth-child(73) {
  animation-delay: 14.8s;
}
.product-main .product-main__content > *:nth-child(74),
.product-details:nth-child(74) {
  animation-delay: 15s;
}
.product-main .product-main__content > *:nth-child(75),
.product-details:nth-child(75) {
  animation-delay: 15.2s;
}
.product-main .product-main__content > *:nth-child(76),
.product-details:nth-child(76) {
  animation-delay: 15.4s;
}
.product-main .product-main__content > *:nth-child(77),
.product-details:nth-child(77) {
  animation-delay: 15.6s;
}
.product-main .product-main__content > *:nth-child(78),
.product-details:nth-child(78) {
  animation-delay: 15.8s;
}
.product-main .product-main__content > *:nth-child(79),
.product-details:nth-child(79) {
  animation-delay: 16s;
}
.product-main .product-main__content > *:nth-child(80),
.product-details:nth-child(80) {
  animation-delay: 16.2s;
}
.product-main .product-main__content > *:nth-child(81),
.product-details:nth-child(81) {
  animation-delay: 16.4s;
}
.product-main .product-main__content > *:nth-child(82),
.product-details:nth-child(82) {
  animation-delay: 16.6s;
}
.product-main .product-main__content > *:nth-child(83),
.product-details:nth-child(83) {
  animation-delay: 16.8s;
}
.product-main .product-main__content > *:nth-child(84),
.product-details:nth-child(84) {
  animation-delay: 17s;
}
.product-main .product-main__content > *:nth-child(85),
.product-details:nth-child(85) {
  animation-delay: 17.2s;
}
.product-main .product-main__content > *:nth-child(86),
.product-details:nth-child(86) {
  animation-delay: 17.4s;
}
.product-main .product-main__content > *:nth-child(87),
.product-details:nth-child(87) {
  animation-delay: 17.6s;
}
.product-main .product-main__content > *:nth-child(88),
.product-details:nth-child(88) {
  animation-delay: 17.8s;
}
.product-main .product-main__content > *:nth-child(89),
.product-details:nth-child(89) {
  animation-delay: 18s;
}
.product-main .product-main__content > *:nth-child(90),
.product-details:nth-child(90) {
  animation-delay: 18.2s;
}
.product-main .product-main__content > *:nth-child(91),
.product-details:nth-child(91) {
  animation-delay: 18.4s;
}
.product-main .product-main__content > *:nth-child(92),
.product-details:nth-child(92) {
  animation-delay: 18.6s;
}
.product-main .product-main__content > *:nth-child(93),
.product-details:nth-child(93) {
  animation-delay: 18.8s;
}
.product-main .product-main__content > *:nth-child(94),
.product-details:nth-child(94) {
  animation-delay: 19s;
}
.product-main .product-main__content > *:nth-child(95),
.product-details:nth-child(95) {
  animation-delay: 19.2s;
}
.product-main .product-main__content > *:nth-child(96),
.product-details:nth-child(96) {
  animation-delay: 19.4s;
}
.product-main .product-main__content > *:nth-child(97),
.product-details:nth-child(97) {
  animation-delay: 19.6s;
}
.product-main .product-main__content > *:nth-child(98),
.product-details:nth-child(98) {
  animation-delay: 19.8s;
}
.product-main .product-main__content > *:nth-child(99),
.product-details:nth-child(99) {
  animation-delay: 20s;
}
.product-main .product-main__content > *:nth-child(100),
.product-details:nth-child(100) {
  animation-delay: 20.2s;
}

.contact-banner > * {
  opacity: 0;
  animation: fadeInUp 0.7s ease-in-out both;
}
.contact-banner > *:nth-child(1) {
  animation-delay: 0.4s;
}
.contact-banner > *:nth-child(2) {
  animation-delay: 0.6s;
}
.contact-banner > *:nth-child(3) {
  animation-delay: 0.8s;
}
.contact-banner > *:nth-child(4) {
  animation-delay: 1s;
}
.contact-banner > *:nth-child(5) {
  animation-delay: 1.2s;
}
.contact-banner > *:nth-child(6) {
  animation-delay: 1.4s;
}
.contact-banner > *:nth-child(7) {
  animation-delay: 1.6s;
}
.contact-banner > *:nth-child(8) {
  animation-delay: 1.8s;
}
.contact-banner > *:nth-child(9) {
  animation-delay: 2s;
}
.contact-banner > *:nth-child(10) {
  animation-delay: 2.2s;
}
.contact-banner > *:nth-child(11) {
  animation-delay: 2.4s;
}
.contact-banner > *:nth-child(12) {
  animation-delay: 2.6s;
}
.contact-banner > *:nth-child(13) {
  animation-delay: 2.8s;
}
.contact-banner > *:nth-child(14) {
  animation-delay: 3s;
}
.contact-banner > *:nth-child(15) {
  animation-delay: 3.2s;
}
.contact-banner > *:nth-child(16) {
  animation-delay: 3.4s;
}
.contact-banner > *:nth-child(17) {
  animation-delay: 3.6s;
}
.contact-banner > *:nth-child(18) {
  animation-delay: 3.8s;
}
.contact-banner > *:nth-child(19) {
  animation-delay: 4s;
}
.contact-banner > *:nth-child(20) {
  animation-delay: 4.2s;
}
.contact-banner > *:nth-child(21) {
  animation-delay: 4.4s;
}
.contact-banner > *:nth-child(22) {
  animation-delay: 4.6s;
}
.contact-banner > *:nth-child(23) {
  animation-delay: 4.8s;
}
.contact-banner > *:nth-child(24) {
  animation-delay: 5s;
}
.contact-banner > *:nth-child(25) {
  animation-delay: 5.2s;
}
.contact-banner > *:nth-child(26) {
  animation-delay: 5.4s;
}
.contact-banner > *:nth-child(27) {
  animation-delay: 5.6s;
}
.contact-banner > *:nth-child(28) {
  animation-delay: 5.8s;
}
.contact-banner > *:nth-child(29) {
  animation-delay: 6s;
}
.contact-banner > *:nth-child(30) {
  animation-delay: 6.2s;
}
.contact-banner > *:nth-child(31) {
  animation-delay: 6.4s;
}
.contact-banner > *:nth-child(32) {
  animation-delay: 6.6s;
}
.contact-banner > *:nth-child(33) {
  animation-delay: 6.8s;
}
.contact-banner > *:nth-child(34) {
  animation-delay: 7s;
}
.contact-banner > *:nth-child(35) {
  animation-delay: 7.2s;
}
.contact-banner > *:nth-child(36) {
  animation-delay: 7.4s;
}
.contact-banner > *:nth-child(37) {
  animation-delay: 7.6s;
}
.contact-banner > *:nth-child(38) {
  animation-delay: 7.8s;
}
.contact-banner > *:nth-child(39) {
  animation-delay: 8s;
}
.contact-banner > *:nth-child(40) {
  animation-delay: 8.2s;
}
.contact-banner > *:nth-child(41) {
  animation-delay: 8.4s;
}
.contact-banner > *:nth-child(42) {
  animation-delay: 8.6s;
}
.contact-banner > *:nth-child(43) {
  animation-delay: 8.8s;
}
.contact-banner > *:nth-child(44) {
  animation-delay: 9s;
}
.contact-banner > *:nth-child(45) {
  animation-delay: 9.2s;
}
.contact-banner > *:nth-child(46) {
  animation-delay: 9.4s;
}
.contact-banner > *:nth-child(47) {
  animation-delay: 9.6s;
}
.contact-banner > *:nth-child(48) {
  animation-delay: 9.8s;
}
.contact-banner > *:nth-child(49) {
  animation-delay: 10s;
}
.contact-banner > *:nth-child(50) {
  animation-delay: 10.2s;
}
.contact-banner > *:nth-child(51) {
  animation-delay: 10.4s;
}
.contact-banner > *:nth-child(52) {
  animation-delay: 10.6s;
}
.contact-banner > *:nth-child(53) {
  animation-delay: 10.8s;
}
.contact-banner > *:nth-child(54) {
  animation-delay: 11s;
}
.contact-banner > *:nth-child(55) {
  animation-delay: 11.2s;
}
.contact-banner > *:nth-child(56) {
  animation-delay: 11.4s;
}
.contact-banner > *:nth-child(57) {
  animation-delay: 11.6s;
}
.contact-banner > *:nth-child(58) {
  animation-delay: 11.8s;
}
.contact-banner > *:nth-child(59) {
  animation-delay: 12s;
}
.contact-banner > *:nth-child(60) {
  animation-delay: 12.2s;
}
.contact-banner > *:nth-child(61) {
  animation-delay: 12.4s;
}
.contact-banner > *:nth-child(62) {
  animation-delay: 12.6s;
}
.contact-banner > *:nth-child(63) {
  animation-delay: 12.8s;
}
.contact-banner > *:nth-child(64) {
  animation-delay: 13s;
}
.contact-banner > *:nth-child(65) {
  animation-delay: 13.2s;
}
.contact-banner > *:nth-child(66) {
  animation-delay: 13.4s;
}
.contact-banner > *:nth-child(67) {
  animation-delay: 13.6s;
}
.contact-banner > *:nth-child(68) {
  animation-delay: 13.8s;
}
.contact-banner > *:nth-child(69) {
  animation-delay: 14s;
}
.contact-banner > *:nth-child(70) {
  animation-delay: 14.2s;
}
.contact-banner > *:nth-child(71) {
  animation-delay: 14.4s;
}
.contact-banner > *:nth-child(72) {
  animation-delay: 14.6s;
}
.contact-banner > *:nth-child(73) {
  animation-delay: 14.8s;
}
.contact-banner > *:nth-child(74) {
  animation-delay: 15s;
}
.contact-banner > *:nth-child(75) {
  animation-delay: 15.2s;
}
.contact-banner > *:nth-child(76) {
  animation-delay: 15.4s;
}
.contact-banner > *:nth-child(77) {
  animation-delay: 15.6s;
}
.contact-banner > *:nth-child(78) {
  animation-delay: 15.8s;
}
.contact-banner > *:nth-child(79) {
  animation-delay: 16s;
}
.contact-banner > *:nth-child(80) {
  animation-delay: 16.2s;
}
.contact-banner > *:nth-child(81) {
  animation-delay: 16.4s;
}
.contact-banner > *:nth-child(82) {
  animation-delay: 16.6s;
}
.contact-banner > *:nth-child(83) {
  animation-delay: 16.8s;
}
.contact-banner > *:nth-child(84) {
  animation-delay: 17s;
}
.contact-banner > *:nth-child(85) {
  animation-delay: 17.2s;
}
.contact-banner > *:nth-child(86) {
  animation-delay: 17.4s;
}
.contact-banner > *:nth-child(87) {
  animation-delay: 17.6s;
}
.contact-banner > *:nth-child(88) {
  animation-delay: 17.8s;
}
.contact-banner > *:nth-child(89) {
  animation-delay: 18s;
}
.contact-banner > *:nth-child(90) {
  animation-delay: 18.2s;
}
.contact-banner > *:nth-child(91) {
  animation-delay: 18.4s;
}
.contact-banner > *:nth-child(92) {
  animation-delay: 18.6s;
}
.contact-banner > *:nth-child(93) {
  animation-delay: 18.8s;
}
.contact-banner > *:nth-child(94) {
  animation-delay: 19s;
}
.contact-banner > *:nth-child(95) {
  animation-delay: 19.2s;
}
.contact-banner > *:nth-child(96) {
  animation-delay: 19.4s;
}
.contact-banner > *:nth-child(97) {
  animation-delay: 19.6s;
}
.contact-banner > *:nth-child(98) {
  animation-delay: 19.8s;
}
.contact-banner > *:nth-child(99) {
  animation-delay: 20s;
}
.contact-banner > *:nth-child(100) {
  animation-delay: 20.2s;
}

/* -------------------------- *\
    Toni i cveti
\* -------------------------- */
.cloud-top {
  filter: drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.3));
}

.cloud-bottom {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  background: linear-gradient(to right, rgb(142, 1, 203), rgb(73, 1, 132));
  padding-top: 3rem;
  box-shadow: 1px 5px 25px -10px rgba(0, 0, 0, 0.1), -1px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.header nav {
  background-color: #ffffff;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .header .header-content.shell {
    padding: 0 0.8rem !important;
  }
}
.header__search {
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  z-index: -5;
  opacity: 0;
  transform: translateY(-10rem);
  background-color: #ffffff;
  transition: all 0.3s ease !important;
}
.header__search--show {
  opacity: 1;
  z-index: 15;
  transform: translateY(0);
}
.header__search--show .close {
  z-index: 5 !important;
}
.header__search .close {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: -5;
}
.header__search .close svg {
  fill: #6f01ab;
  transition: all 0.3s ease !important;
}
.header__search .close svg:hover {
  fill: #b6b6eb;
}
@media (min-width: 700px) {
  .header__search .close {
    top: 1rem;
    right: 3rem;
  }
}
.header__search .image-wrapper {
  position: absolute;
  bottom: -4rem;
  z-index: -10;
  background: url("images/clouds/cloud-search-bottom2.svg") no-repeat bottom;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 1450px) {
  .header__search .image-wrapper {
    bottom: -6rem;
  }
}
.header__search form {
  width: 80%;
  display: flex;
  height: 4rem;
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 700px) {
  .header__search form {
    width: 50%;
    margin-top: 0;
  }
}
.header__search form input {
  width: 100%;
  border: 0.1rem solid #6f01ab;
  padding: 0.8rem 2rem;
  border-radius: 1rem 0 0 1rem;
  transition: all 0.3s ease !important;
}
.header__search form input:focus {
  border-color: #b6b6eb;
  transition: all 0.3s ease !important;
}
.header__search form button {
  background-color: #6f01ab;
  padding: 0.3rem 2rem;
  border-radius: 0 1rem 1rem 0;
}
.header__search form button:hover {
  background-color: #b6b6eb;
}
.header__search form button svg {
  fill: #ffffff;
}
.header__logo {
  display: flex;
  position: relative;
  width: 100%;
}
@media (min-width: 900px) {
  .header__logo {
    padding-left: 0.8rem;
  }
}
.header__logo .logo-img {
  width: 20rem;
  height: 5.2rem;
  object-fit: contain;
}
@media (min-width: 600px) {
  .header__logo .logo-img {
    width: 25rem;
    height: 5.2rem;
  }
}
.header__logo .cloud-wrapper-top {
  position: absolute;
  top: -1.4rem;
  z-index: -1;
  left: -6px;
  right: 0;
}
.header__logo .cloud-wrapper-top img {
  width: 100%;
}
@media (min-width: 900px) {
  .header__logo .cloud-wrapper-top {
    top: -2.2rem;
  }
}
.header__logo .cloud-wrapper-bottom {
  position: absolute;
  bottom: -1.4rem;
  z-index: -1;
  left: -6px;
  right: 0;
}
.header__logo .cloud-wrapper-bottom img {
  width: 100%;
}
@media (min-width: 900px) {
  .header__logo .cloud-wrapper-bottom {
    bottom: -2.2rem;
  }
}
.header__cta {
  display: flex;
}
.header__cta--l {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media (min-width: 900px) {
  .header__cta--l {
    gap: 1.6rem;
    gap: 5rem;
    padding-right: 1rem;
  }
}
.header__cta--l .cloud-wrapper-top {
  position: absolute;
  z-index: -10;
  top: -2rem;
  right: -10px;
}
.header__cta--l .cloud-wrapper-top img {
  width: 100%;
}
@media (min-width: 475px) {
  .header__cta--l .cloud-wrapper-top {
    left: 0;
    top: -2.5rem;
  }
}
@media (min-width: 900px) {
  .header__cta--l .cloud-wrapper-top {
    top: -1.8rem;
  }
}
.header__cta--l .cloud-wrapper-bottom {
  position: absolute;
  z-index: -5;
  bottom: -2rem;
  right: -10px;
}
.header__cta--l .cloud-wrapper-bottom img {
  width: 100%;
}
@media (min-width: 450px) {
  .header__cta--l .cloud-wrapper-bottom {
    bottom: -3rem;
    left: 0;
  }
}
@media (min-width: 900px) {
  .header__cta--l .cloud-wrapper-bottom {
    bottom: -2.2rem;
  }
}
.header__cta--l--search {
  margin-left: 1.2rem;
}
@media (min-width: 600px) {
  .header__cta--l--search {
    margin-left: 2rem;
  }
  .header__cta--l--search .search-icon {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.header__cta--l--search .search-icon {
  fill: #6f01ab;
  width: 2.3rem;
  height: 2.3rem;
}
.header__cta--l--links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 900px) {
  .header__cta--l--links {
    gap: 5rem;
  }
}
.header__cta--l--links li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header__cta--l--links li:hover::after, .header__cta--l--links li:hover::before {
  width: 100%;
  left: 0;
}
.header__cta--l--links li::after, .header__cta--l--links li::before {
  content: "";
  position: absolute;
  top: 90%;
  width: 0;
  right: 0;
  height: 0.2rem;
}
.header__cta--l--links li::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: #be1e9c;
}
.header__cta--l--links li::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #6f01ab;
}
.header__cta--l--links li a {
  color: #6f01ab;
  font-weight: 600;
}
.header__cta--l--user .user-icon {
  fill: #6f01ab;
}
@media (min-width: 900px) {
  .header__cta--l--user .user-icon {
    display: none;
  }
}
.header__cta--l--user .btn {
  display: none;
}
@media (min-width: 900px) {
  .header__cta--l--user .btn {
    display: block;
    color: #6f01ab;
    font-weight: 600;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.language {
  position: fixed;
  top: 13rem;
  right: 0;
  background-color: #ffffff;
  padding: 1.9rem 1.45rem 1.9rem 2.5rem;
  border-top-left-radius: 3.2rem;
  border-bottom-left-radius: 3.2rem;
  width: 9.9rem;
  box-shadow: -5px 0px 17px 3px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
@media (min-width: 900px) {
  .language {
    z-index: 10;
  }
}
.language .custom-select {
  position: relative;
  max-width: 24rem;
  display: flex;
  z-index: 5;
}
.language .custom-select .select-button {
  width: 100%;
  font-size: 1.15rem;
  cursor: pointer;
  color: #6f01ab;
  display: flex;
  align-items: center;
}
.language .custom-select .select-button .selected-value {
  font-size: 1.4rem;
  letter-spacing: 0.43px;
}
@media (min-width: 900px) {
  .language .custom-select .select-button .selected-value {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
  }
}
.language .custom-select .arrow {
  transition: transform ease-in-out 0.3s;
  margin-left: 1.15rem;
}
.language .custom-select .arrow .svg {
  color: #6f01ab;
  height: 2rem;
  width: 1.3rem;
}
.language .custom-select .select-dropdown {
  box-shadow: 1px 5px 25px -10px rgba(0, 0, 0, 0.1), -1px 0px 15px -3px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.5s ease;
  top: 100%;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  left: -1rem;
}
.language .custom-select .select-dropdown:focus-within {
  box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}
.language .custom-select .select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.language .custom-select .select-dropdown li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  transition: all 0.3s ease !important;
}
.language .custom-select .select-dropdown li label:hover {
  transition: all 0.3s ease !important;
  background-color: #6f01ab;
  color: #ffffff;
}
.language .custom-select .select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.language .custom-select .select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.language .custom-select .select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.language .custom-select .select-dropdown li:hover,
.language .custom-select .select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}
.language .custom-select .select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}
.language .custom-select .select-dropdown input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.language .custom-select.active .arrow {
  transform: rotate(180deg);
}
.language .custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.hero {
  padding-top: 3.3rem;
  height: 70rem;
}
@media (min-width: 700px) {
  .hero {
    height: 95rem;
  }
}
@media (min-width: 800px) {
  .hero {
    padding-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 75rem;
  }
}
@media (min-width: 1350px) {
  .hero {
    height: 70rem;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .hero__content {
    margin-left: 3.3rem;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    flex-direction: row;
  }
}
.hero__content--l h1,
.hero__content--l h2,
.hero__content--l p {
  color: #ffffff;
}
.hero__content--l h1,
.hero__content--l h2 {
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.6);
}
.hero__content--l .award {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.4rem 0 3.9rem 0;
}
@media (min-width: 700px) {
  .hero__content--l .award {
    margin: 3.2rem 0 4.4rem 0;
  }
}
.hero__content--l .btns {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}
.hero__content--l .btns a {
  font-size: 1.26rem;
  letter-spacing: 0.38px;
  width: 26rem;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .hero__content--l .btns a {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
  }
}
.hero__content--l .t {
  display: flex;
  flex-direction: column;
}
.hero__content--r {
  z-index: -10;
}
@media (max-width: 1500px) {
  .hero__content--r {
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
  }
}
@media (min-width: 650px) {
  .hero__content--r img {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .hero__content--r {
    position: absolute;
    right: 0;
    top: 8rem;
  }
  .hero__content--r .hero-image {
    width: 85rem;
  }
}
@media (min-width: 1400px) {
  .hero__content--r .hero-image {
    width: 100%;
  }
}

.sidebar {
  max-height: 82vh;
  position: relative;
  z-index: 5 !important;
}
@media (max-width: 900px) {
  .sidebar {
    position: fixed;
    width: 100%;
    display: flex;
    bottom: 0;
    flex-direction: column-reverse;
  }
  .sidebar__toggle {
    display: flex;
    align-items: center;
    padding: 1.9rem 0;
    justify-content: center;
    background-color: #6f01ab;
  }
  .sidebar__toggle svg {
    position: absolute;
    right: 3.6rem;
    fill: #ffffff;
    transform: rotate(-90deg);
  }
  .sidebar__toggle span {
    color: #ffffff;
  }
}
@media (min-width: 900px) {
  .sidebar {
    position: fixed;
    top: 13rem;
    left: 0;
    bottom: initial;
    background-color: #ffffff;
    border-top-right-radius: 3.2rem;
    border-bottom-right-radius: 3.2rem;
    width: 26rem;
    box-shadow: 5px 0px 17px 3px rgba(0, 0, 0, 0.1);
    z-index: 10 !important;
  }
  .sidebar__toggle {
    display: flex;
    align-items: center;
    padding-left: 6rem;
    gap: 1.6rem;
    cursor: pointer;
    height: 6rem;
    user-select: none;
    border-top-right-radius: 3.2rem;
  }
  .sidebar__toggle svg {
    fill: #6f01ab;
  }
}
.sidebar__content {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  overflow-y: scroll;
  transition: all 0.3s ease !important;
}
.sidebar__content svg {
  position: absolute;
  right: 2.9rem;
  transition: all 0.3s ease !important;
}
.sidebar__content__item {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.sidebar__content__item:nth-child(1) .toggle-nested:checked ~ .sidebar__content__item__toggle {
  background-color: rgba(13, 149, 245, 0.12);
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__toggle {
  color: #0d95f5;
  transition: all 0.3s ease !important;
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__toggle:hover {
  transition: all 0.3s ease !important;
  background-color: rgba(13, 149, 245, 0.12);
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__toggle a,
.sidebar__content__item:nth-child(1) .sidebar__content__item__toggle svg {
  color: #0d95f5;
}
.sidebar__content__item:nth-child(1) .outer {
  border-bottom: 0.1rem solid #0d95f5;
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested a {
  position: relative;
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested a:hover::after, .sidebar__content__item:nth-child(1) .sidebar__content__item__nested a:hover::before {
  width: 100%;
  left: 0;
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested a::after, .sidebar__content__item:nth-child(1) .sidebar__content__item__nested a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  right: 0;
  height: 0.2rem;
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: rgba(13, 149, 245, 0.6);
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #0d95f5;
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested::-webkit-scrollbar {
  width: 1rem;
  background-color: rgba(13, 149, 245, 0.4);
}
.sidebar__content__item:nth-child(1) .sidebar__content__item__nested::-webkit-scrollbar-thumb {
  background-color: #0d95f5;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .sidebar__content__item:nth-child(1) .sidebar__content__item__nested {
    scrollbar-color: #0d95f5 #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.sidebar__content__item:nth-child(2) .toggle-nested:checked ~ .sidebar__content__item__toggle {
  background-color: rgba(150, 190, 35, 0.12);
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__toggle {
  color: #96be23;
  transition: all 0.3s ease !important;
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__toggle:hover {
  transition: all 0.3s ease !important;
  background-color: rgba(150, 190, 35, 0.12);
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__toggle a,
.sidebar__content__item:nth-child(2) .sidebar__content__item__toggle svg {
  color: #96be23;
}
.sidebar__content__item:nth-child(2) .outer {
  border-bottom: 0.1rem solid #96be23;
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested a {
  position: relative;
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested a:hover::after, .sidebar__content__item:nth-child(2) .sidebar__content__item__nested a:hover::before {
  width: 100%;
  left: 0;
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested a::after, .sidebar__content__item:nth-child(2) .sidebar__content__item__nested a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  right: 0;
  height: 0.2rem;
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: rgba(150, 190, 35, 0.6);
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #96be23;
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested::-webkit-scrollbar {
  width: 1rem;
  background-color: rgba(150, 190, 35, 0.4);
}
.sidebar__content__item:nth-child(2) .sidebar__content__item__nested::-webkit-scrollbar-thumb {
  background-color: #96be23;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .sidebar__content__item:nth-child(2) .sidebar__content__item__nested {
    scrollbar-color: #96be23 #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.sidebar__content__item:nth-child(3) .toggle-nested:checked ~ .sidebar__content__item__toggle {
  background-color: rgba(242, 112, 33, 0.12);
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__toggle {
  color: #f27021;
  transition: all 0.3s ease !important;
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__toggle:hover {
  transition: all 0.3s ease !important;
  background-color: rgba(242, 112, 33, 0.12);
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__toggle a,
.sidebar__content__item:nth-child(3) .sidebar__content__item__toggle svg {
  color: #f27021;
}
.sidebar__content__item:nth-child(3) .outer {
  border-bottom: 0.1rem solid #f27021;
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested a {
  position: relative;
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested a:hover::after, .sidebar__content__item:nth-child(3) .sidebar__content__item__nested a:hover::before {
  width: 100%;
  left: 0;
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested a::after, .sidebar__content__item:nth-child(3) .sidebar__content__item__nested a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  right: 0;
  height: 0.2rem;
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: rgba(242, 112, 33, 0.6);
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #f27021;
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested::-webkit-scrollbar {
  width: 1rem;
  background-color: rgba(242, 112, 33, 0.4);
}
.sidebar__content__item:nth-child(3) .sidebar__content__item__nested::-webkit-scrollbar-thumb {
  background-color: #f27021;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .sidebar__content__item:nth-child(3) .sidebar__content__item__nested {
    scrollbar-color: #f27021 #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.sidebar__content__item:nth-child(4) .toggle-nested:checked ~ .sidebar__content__item__toggle {
  background-color: rgba(247, 185, 1, 0.12);
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__toggle {
  color: #f7b901;
  transition: all 0.3s ease !important;
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__toggle:hover {
  transition: all 0.3s ease !important;
  background-color: rgba(247, 185, 1, 0.12);
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__toggle a,
.sidebar__content__item:nth-child(4) .sidebar__content__item__toggle svg {
  color: #f7b901;
}
.sidebar__content__item:nth-child(4) .outer {
  border-bottom: 0.1rem solid #f7b901;
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested a {
  position: relative;
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested a:hover::after, .sidebar__content__item:nth-child(4) .sidebar__content__item__nested a:hover::before {
  width: 100%;
  left: 0;
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested a::after, .sidebar__content__item:nth-child(4) .sidebar__content__item__nested a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  right: 0;
  height: 0.2rem;
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: rgba(247, 185, 1, 0.6);
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #f7b901;
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested::-webkit-scrollbar {
  width: 1rem;
  background-color: rgba(247, 185, 1, 0.4);
}
.sidebar__content__item:nth-child(4) .sidebar__content__item__nested::-webkit-scrollbar-thumb {
  background-color: #f7b901;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .sidebar__content__item:nth-child(4) .sidebar__content__item__nested {
    scrollbar-color: #f7b901 #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.sidebar__content__item:nth-child(5) .toggle-nested:checked ~ .sidebar__content__item__toggle {
  background-color: rgba(111, 1, 171, 0.12);
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__toggle {
  color: #6f01ab;
  transition: all 0.3s ease !important;
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__toggle:hover {
  transition: all 0.3s ease !important;
  background-color: rgba(111, 1, 171, 0.12);
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__toggle a,
.sidebar__content__item:nth-child(5) .sidebar__content__item__toggle svg {
  color: #6f01ab;
}
.sidebar__content__item:nth-child(5) .outer {
  border-bottom: 0.1rem solid #6f01ab;
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested a {
  position: relative;
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested a:hover::after, .sidebar__content__item:nth-child(5) .sidebar__content__item__nested a:hover::before {
  width: 100%;
  left: 0;
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested a::after, .sidebar__content__item:nth-child(5) .sidebar__content__item__nested a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  right: 0;
  height: 0.2rem;
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: rgba(111, 1, 171, 0.6);
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #6f01ab;
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested::-webkit-scrollbar {
  width: 1rem;
  background-color: rgba(111, 1, 171, 0.4);
}
.sidebar__content__item:nth-child(5) .sidebar__content__item__nested::-webkit-scrollbar-thumb {
  background-color: #6f01ab;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .sidebar__content__item:nth-child(5) .sidebar__content__item__nested {
    scrollbar-color: #6f01ab #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.sidebar__content__item:nth-child(6) .toggle-nested:checked ~ .sidebar__content__item__toggle {
  background-color: rgba(190, 30, 156, 0.12);
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__toggle {
  color: #be1e9c;
  transition: all 0.3s ease !important;
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__toggle:hover {
  transition: all 0.3s ease !important;
  background-color: rgba(190, 30, 156, 0.12);
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__toggle a,
.sidebar__content__item:nth-child(6) .sidebar__content__item__toggle svg {
  color: #be1e9c;
}
.sidebar__content__item:nth-child(6) .outer {
  border-bottom: 0.1rem solid #be1e9c;
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested a {
  position: relative;
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested a:hover::after, .sidebar__content__item:nth-child(6) .sidebar__content__item__nested a:hover::before {
  width: 100%;
  left: 0;
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested a::after, .sidebar__content__item:nth-child(6) .sidebar__content__item__nested a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  right: 0;
  height: 0.2rem;
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: rgba(190, 30, 156, 0.6);
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #be1e9c;
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested::-webkit-scrollbar {
  width: 1rem;
  background-color: rgba(190, 30, 156, 0.4);
}
.sidebar__content__item:nth-child(6) .sidebar__content__item__nested::-webkit-scrollbar-thumb {
  background-color: #be1e9c;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .sidebar__content__item:nth-child(6) .sidebar__content__item__nested {
    scrollbar-color: #be1e9c #f5f5f5;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.sidebar__content__item .outer {
  display: none;
  padding-bottom: 0.5rem;
}
.sidebar__content__item__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.9rem 1.6rem 1.9rem 2.7rem;
}
.sidebar__content__item__toggle svg {
  margin-top: 0.5rem;
}
.sidebar__content__item__nested {
  display: flex;
  overflow-y: scroll;
  flex-direction: column;
  text-align: center;
  height: 20rem;
  margin-top: 0.1rem;
}
.sidebar__content__item__nested li {
  padding: 1.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (min-width: 900px) {
  .sidebar__content {
    transition: all 0.3s ease !important;
    display: none;
    border-bottom-right-radius: 3.2rem;
    overflow-y: auto;
    max-height: 60vh;
  }
  .sidebar__content__item .sidebar__content__item__toggle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sidebar__content__item .sidebar__content__item__toggle svg {
    position: initial;
    min-width: 1rem;
    min-height: 1.6rem;
  }
  .sidebar__content__item .outer {
    border: none !important;
  }
  .sidebar__content__item__nested {
    overflow: hidden;
    height: initial;
    align-items: flex-start;
    padding-left: 5rem;
  }
}

.categories {
  position: relative;
  background-color: #ffffff;
  margin-top: -8rem;
  margin-bottom: 22.3rem;
}
@media (min-width: 600px) {
  .categories {
    margin-top: 0;
  }
}
.categories .cloud-top {
  top: -14rem;
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: -5;
}
@media (min-width: 400px) {
  .categories .cloud-top {
    top: -6rem;
  }
}
@media (min-width: 600px) {
  .categories .cloud-top {
    top: -12rem;
  }
}
@media (min-width: 1200px) {
  .categories .cloud-top {
    top: -20rem;
  }
}
.categories .cloud-bottom {
  z-index: -5;
  position: absolute;
  bottom: -9rem;
  width: 110%;
  left: 0;
}
@media (min-width: 600px) {
  .categories .cloud-bottom {
    bottom: -10rem;
    right: 0;
  }
}
@media (min-width: 800px) {
  .categories .cloud-bottom {
    bottom: -13rem;
  }
}
.categories__content__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}
@media (min-width: 600px) {
  .categories__content__grid {
    gap: 3rem 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1150px) {
  .categories__content__grid {
    gap: 4.7rem 6.3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .categories__content__grid--about {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1150px) {
  .categories__content__grid--about {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .categories__content__grid--about {
    gap: 5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.categories__content__grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 25rem;
  padding: 2rem 0 1rem;
  border-radius: 3rem;
  text-align: center;
}
.categories__content__grid__item:hover {
  box-shadow: 13px 13px 15px -3px rgba(0, 0, 0, 0.1), -13px -13px 15px -3px rgba(0, 0, 0, 0.1);
}
.categories__content__grid__item h3 {
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.6);
  margin-top: 1.2rem;
  max-width: 80%;
}
.categories__content__grid__item p {
  margin-top: 1rem;
  max-width: 26.7rem;
}
.categories__content__grid__item .image-wrapper img {
  width: 6rem;
  height: 5.7rem;
  object-fit: contain;
}
.categories__content__grid__item--about .image-wrapper {
  position: relative;
  width: 100%;
  height: 12rem;
  margin-top: auto;
}
.categories__content__grid__item--about .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  object-fit: scale-down;
}

.services {
  overflow: hidden;
}
@media (max-width: 600px) {
  .services {
    margin-top: -8rem;
  }
}
.services__content.col3 {
  padding-bottom: 11rem;
}
.services__content.col3 .services__content--left {
  max-width: 100%;
}
.services__content.col3 .services__grid {
  display: grid;
  align-items: initial;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .services__content.col3 .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .services__content.col3 .services__grid {
    margin-top: 7.3rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 7rem;
  }
}
.services__content.col3 .services__grid__item {
  max-width: 100%;
}
.services__content .group {
  display: flex;
  flex-direction: row;
  position: relative;
  height: max-content;
}
.services__content--left {
  width: 100%;
  padding-bottom: 30rem;
}
.services__content--left h3 {
  text-align: center;
}
@media (min-width: 830px) {
  .services__content--left h3 {
    text-align: left;
  }
}
@media (min-width: 650px) {
  .services__content--left {
    padding-bottom: 0;
  }
}
@media (min-width: 1370px) {
  .services__content--left {
    max-width: 73.8rem;
  }
}
@media (min-width: 1370px) and (min-width: 1100px) {
  .services__content--left h3 {
    padding-left: 2rem;
  }
}
.services__content--left .services__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.4rem;
  row-gap: 4.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 830px) {
  .services__content--left .services__grid {
    display: grid;
    margin-top: 7.3rem;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 6.6rem;
    gap: 6.5rem 3rem;
  }
}
@media (min-width: 1000px) {
  .services__content--left .services__grid {
    gap: 6.5rem 7rem;
  }
}
.services__content--left .services__grid__item {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  width: 100%;
}
.services__content--left .services__grid__item__text p {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  letter-spacing: 0.54px;
  line-height: 2.8rem;
}
@media (min-width: 830px) {
  .services__content--left .services__grid__item__text p {
    max-width: 25rem;
  }
}
.services__content--left .services__grid__item svg {
  fill: #ffffff;
  min-width: 4.3rem;
  height: 4.3rem;
}
.services__content--right {
  display: none;
}
@media (min-width: 1370px) {
  .services__content--right {
    display: block;
    z-index: 5;
    position: absolute;
    right: -22rem;
    bottom: -1.6rem;
  }
}
.services__content--bottom {
  display: flex;
  padding: 15rem 2.4rem 4.3rem 2.4rem;
  left: 0;
  margin-top: 1.5rem;
  right: 0;
  background-color: #ffffff;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.services__content--bottom .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 830px) {
  .services__content--bottom {
    padding-top: 20rem;
    padding-bottom: 5.3rem;
  }
}
@media (min-width: 1260px) {
  .services__content--bottom {
    padding-top: 15rem;
    padding-bottom: 6.5rem;
  }
}
.services__content--bottom__list {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 75rem;
}
@media (min-width: 1000px) {
  .services__content--bottom__list {
    align-self: flex-end;
  }
}
.services__content--bottom__list h4 {
  text-align: left;
}
@media (min-width: 450px) {
  .services__content--bottom__list h4 {
    text-align: center;
  }
}
.services__content--bottom__list .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 3.5rem;
  row-gap: 3.5rem;
}
@media (min-width: 700px) {
  .services__content--bottom__list .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services__content--bottom__list .items .item {
  display: flex;
  max-width: 36.4rem;
  gap: 2rem;
}
.services__content--bottom__list .items .item p {
  text-align: left;
}
.services__content--bottom__list .items .item div {
  min-width: 4.3rem;
  min-height: 4.3rem;
  background-color: #9248b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.6);
}
@media (min-width: 830px) {
  .services__content--bottom__list .items .item div {
    min-width: 5.4rem;
    min-height: 5.4rem;
  }
}
.services .image-wrapper-bottom {
  pointer-events: none;
  user-select: none;
  position: absolute;
  width: 100%;
  bottom: -5%;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
@media (min-width: 371px) {
  .services .image-wrapper-bottom {
    bottom: -6%;
  }
}
@media (min-width: 450px) {
  .services .image-wrapper-bottom {
    bottom: -7%;
  }
}
@media (min-width: 500px) {
  .services .image-wrapper-bottom {
    bottom: -6%;
  }
}
@media (min-width: 600px) {
  .services .image-wrapper-bottom {
    bottom: -3.9%;
  }
}
@media (min-width: 650px) {
  .services .image-wrapper-bottom {
    bottom: 0;
  }
  .services .image-wrapper-bottom .picture img {
    position: absolute;
    overflow: hidden;
  }
}
@media (max-width: 650px) {
  .services .image-wrapper-bottom .picture {
    position: relative;
    height: 35rem;
    width: 100%;
  }
  .services .image-wrapper-bottom .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

.contact-banner {
  background-color: #96be23;
}
@media (max-width: 1400px) {
  .contact-banner {
    padding: 0;
  }
}
.contact-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4.6rem;
  padding-bottom: 10.3rem;
}
@media (min-width: 900px) {
  .contact-banner__content {
    padding-bottom: 4.3rem;
  }
}
.contact-banner__content h3 {
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.6);
}
.contact-banner__content__col {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2.5rem;
  gap: 2.5rem;
}
@media (min-width: 1200px) {
  .contact-banner__content__col {
    flex-direction: row;
  }
}
.contact-banner__content__col .btn {
  width: 100%;
  text-transform: uppercase;
  max-width: 36rem;
  white-space: nowrap;
}
.contact-banner__content__col .contact__items {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
@media (min-width: 600px) {
  .contact-banner__content__col .contact__items {
    flex-direction: row;
  }
}
.contact-banner__content__col .contact__items .contact {
  display: flex;
  gap: 2.3rem;
}
.contact-banner__content__col .contact__items .contact__circle {
  background-color: #ffffff;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .contact-banner__content__col .contact__items .contact__circle {
    width: 6rem;
    height: 6rem;
  }
}
.contact-banner__content__col .contact__items .contact__circle svg {
  fill: #6f01ab;
  width: 2.1rem;
  height: 2.1rem;
}
@media (min-width: 800px) {
  .contact-banner__content__col .contact__items .contact__circle svg {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.contact-banner__content__col .contact__items .contact__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-banner__content__col .contact__items .contact__text {
  display: flex;
  flex-direction: column;
  font-size: 2.1rem;
  column-gap: 0.5rem;
}
.contact-banner__content__col .contact__items .contact__text--mail {
  flex-direction: column !important;
}
@media (min-width: 800px) {
  .contact-banner__content__col .contact__items .contact__text {
    flex-direction: row;
  }
}
.contact-banner__content__col .contact__items .contact__text__name {
  font-weight: 500;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.contact-banner__content__col .contact__items .contact__text__phone {
  font-weight: 700;
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.6);
}

.footer {
  background-color: #490071;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.6rem 0 2.2rem 0;
}
@media (max-width: 901px) {
  .footer {
    padding-top: 5rem;
  }
}
.footer__links {
  margin-top: 1.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-inline: 3.4rem;
}
.footer__links li {
  display: flex;
  font-size: 1.4rem;
  color: #ffffff;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.footer__links li a:hover {
  color: #b6b6eb;
}

.auth-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease !important;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  width: 100%;
}
.auth-popup--show {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.auth-popup--show .auth-popup__content {
  transform: translateY(0);
}
.auth-popup .woocommerce {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-popup .woocommerce-notices-wrapper {
  position: absolute;
}
.auth-popup__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin-top: 30rem;
  transform: translateY(-200%);
}
@media (min-width: 1000px) {
  .auth-popup__content {
    margin-top: 0;
  }
}
.auth-popup__content .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  position: relative;
}
@media (min-width: 1000px) {
  .auth-popup__content .wrapper {
    flex-direction: row;
    gap: 5rem;
  }
}
@media (min-width: 1400px) {
  .auth-popup__content .wrapper {
    min-width: 1290px;
    margin: 0 auto;
  }
}
.auth-popup__content .popup {
  padding: 2.3rem 2.5rem;
  align-self: center;
  background-color: #ffffff;
  border-radius: 2rem;
  width: 90%;
  position: relative;
  z-index: 999;
}
@media (min-width: 1000px) {
  .auth-popup__content .popup {
    max-width: 62rem;
    min-height: 35.5rem;
    width: 100%;
  }
}
.auth-popup__content .popup__title {
  margin-bottom: 2rem;
}
.auth-popup__content .popup__form {
  display: flex;
  flex-direction: column;
}
.auth-popup__content .popup__field {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.auth-popup__content .popup__field:nth-child(2) {
  margin-top: 1rem;
}
.auth-popup__content .popup__field span {
  color: #be1e9c;
}
.auth-popup__content .popup__field input {
  border: 0.1rem solid #6f01ab;
  border-radius: 0.6rem;
  padding: 1.3rem 2.1rem;
  width: 100%;
}
.auth-popup__content .popup__cta {
  margin-top: 2rem;
}
.auth-popup__content .popup__cta__row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.auth-popup__content .popup__cta__row-box {
  display: flex;
  align-items: center;
}
.auth-popup__content .popup__cta__row-box input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #6f01ab;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05), inset 0 -1.5rem 1rem -1.2rem rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease-in;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.auth-popup__content .popup__cta__row-box input[type=checkbox]:before {
  transform: rotate(45deg) translate(-0.1rem, -0.1rem) scaleX(0);
  transition: transform 0.2s ease-in 0.2s;
}
.auth-popup__content .popup__cta__row-box input[type=checkbox]::after {
  width: 1rem;
  transform: rotate(-45deg) translateY(0.4rem) scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease-in;
}
.auth-popup__content .popup__cta__row-box input[type=checkbox]:before, .auth-popup__content .popup__cta__row-box input[type=checkbox]:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 0.6rem;
  height: 0.2rem;
  top: 50%;
  left: 20%;
  transform-origin: left center;
}
.auth-popup__content .popup__cta__row-box input[type=checkbox]:checked {
  background-color: #6f01ab;
}
.auth-popup__content .popup__cta__row-box input[type=checkbox]:checked::before {
  transform: rotate(45deg) translate(-0.1rem, -0.1rem) scaleX(1);
  transition: transform 200ms ease-in;
  margin-left: 0.1rem;
}
.auth-popup__content .popup__cta__row-box input[type=checkbox]:checked::after {
  width: 1rem;
  transform: rotate(-45deg) translateY(0.4rem) scaleX(1);
  transition: transform 200ms ease-out 200ms;
  margin-left: 0.1rem;
}
.auth-popup__content .popup__cta label {
  position: relative;
}
.auth-popup__content .popup__cta__lostpw {
  margin-top: 1rem;
}
.auth-popup__content .popup__cta__lostpw a:hover {
  color: #be1e9c;
}
.auth-popup__content .popup__text {
  margin-top: 1rem;
}
@media (min-width: 1000px) {
  .auth-popup__content .popup__text {
    margin-top: 1.5rem;
  }
}

.page-wrapper {
  background-color: #ffffff !important;
  display: flex;
  padding-bottom: 7.5rem;
  overflow-x: initial !important;
}
.page-wrapper .shell {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
@media (min-width: 900px) {
  .page-wrapper .shell {
    flex-direction: row;
    gap: 3rem;
  }
}

.category-sidebar-wrapper {
  position: relative;
  min-height: 100vh;
}
@media (min-width: 900px) {
  .category-sidebar-wrapper {
    margin-left: 3.3rem;
    margin-top: 0;
    min-width: 312px;
  }
}
.category-sidebar-wrapper .category-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .category-sidebar-wrapper .category-sidebar {
    max-width: 312px;
    position: -webkit-sticky;
    position: sticky;
    top: 20rem;
  }
}
@media (min-width: 1860px) {
  .category-sidebar-wrapper .category-sidebar {
    top: 13rem;
  }
}
.category-sidebar-wrapper .category-sidebar__links {
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .category-sidebar-wrapper .category-sidebar__links {
    margin-bottom: 2.5rem;
  }
}
.category-sidebar-wrapper .category-sidebar__links__toggle {
  padding: 1.8rem 2.1rem;
  display: flex;
  justify-content: center;
  border-radius: 3rem;
  text-align: center;
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.6);
}
.category-sidebar-wrapper .category-sidebar__links__content {
  display: none;
}
.category-sidebar-wrapper .category-sidebar__links__content li:nth-child(1) a {
  border-radius: 3rem 3rem 0 0;
}
.category-sidebar-wrapper .category-sidebar__links__content li:last-child a {
  border-radius: 0 0 3rem 3rem;
}
.category-sidebar-wrapper .category-sidebar__links__content li a {
  background-color: #f8f8f8;
  padding: 1.4rem 4.8rem;
  display: flex;
  justify-content: space-between;
}
.category-sidebar-wrapper .category-sidebar__links__content li a svg {
  opacity: 0;
}
.category-sidebar-wrapper .category-sidebar__links__content li a:hover {
  color: inherit;
}
.category-sidebar-wrapper .category-sidebar__links__content li:hover a {
  background-color: #ffffff;
  font-weight: 700;
}
.category-sidebar-wrapper .category-sidebar__links__content li:hover a svg {
  opacity: 1;
  transition: all 0.3s ease !important;
}
.category-sidebar-wrapper .category-sidebar__text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.36px;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .category-sidebar-wrapper .category-sidebar__text {
    margin: 1.2rem;
  }
}

.category-intro {
  margin-top: 3.2rem;
  margin-bottom: 3rem;
  border-radius: 3rem;
}
@media (min-width: 900px) {
  .category-intro {
    box-shadow: 1px 5px 25px -10px rgba(0, 0, 0, 0.1), -1px 0px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 1400px) {
  .category-intro {
    padding: 2rem 3.4rem;
  }
}
.category-intro__content {
  display: flex;
  flex-direction: column;
}
.category-intro__results {
  font-size: 1.44rem;
  letter-spacing: 0.43px;
  color: #808080;
}
.category-intro__title {
  display: flex;
  align-items: center;
}
.category-intro__title .right-chevron {
  width: 0.8rem;
  height: 1.3rem;
  margin-left: 2.8rem;
  margin-right: 1.4rem;
}
@media (min-width: 600px) {
  .category-intro__title .right-chevron {
    width: 1rem;
    height: 1.6rem;
    margin: 0 2.7rem;
  }
}
.category-intro__text--main, .category-intro__text--sec {
  font-size: 2.1rem;
  letter-spacing: 0.63px;
}
@media (min-width: 800px) {
  .category-intro__text--main, .category-intro__text--sec {
    font-size: 2.8rem;
  }
}
.category-intro__text--desc {
  font-size: 1.4rem;
  letter-spacing: 0.42px;
  line-height: 2.4rem;
  margin-top: 2.5rem;
}

.category-list {
  overflow: hidden;
}
.category-list__content {
  display: flex;
  flex-direction: column;
}
.category-list__content__products {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
.category-list__content__up {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6f01ab;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -15rem;
  transition: all 0.3s ease !important;
}
.category-list__content__up:hover {
  background-color: #490071;
}
.category-list__content__up svg {
  fill: #ffffff;
}
.category-list__content__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.8rem;
  gap: 1rem;
}
.category-list__content__more:hover svg {
  animation: bounce 1.4s infinite;
}

.category-product {
  box-shadow: 1px 5px 25px -10px rgba(0, 0, 0, 0.1), -1px 0px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1250px) {
  .category-product {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.category-product__top {
  display: flex;
  gap: 2.3rem;
}
.category-product__top .image-wrapper {
  width: 16.9rem;
  height: 16.9rem;
  position: relative;
}
@media (min-width: 1000px) {
  .category-product__top .image-wrapper {
    width: 21.4rem;
    height: 21.4rem;
  }
}
.category-product__top .image-wrapper img {
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.category-product__title {
  font-size: 2.1rem;
  letter-spacing: 0.63px;
  line-height: 3.1rem;
}
.category-product__title.mobile {
  display: none;
}
@media (max-width: 1000px) {
  .category-product__title.mobile {
    display: block;
    width: 50%;
  }
}
.category-product__title.desktop {
  display: none;
}
@media (min-width: 1000px) {
  .category-product__title.desktop {
    display: block;
  }
}
.category-product__desc {
  font-size: 1.4rem;
  letter-spacing: 0.42px;
  line-height: 2.4rem;
  margin: 1.85rem 0;
}
@media (min-width: 1000px) {
  .category-product__desc {
    margin: 1.5rem 0;
  }
}
.category-product__tags {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.category-product__tags li {
  display: flex;
}
.category-product__tags li .type {
  color: #808080;
  font-size: 1.4rem;
  letter-spacing: 0.42px;
  line-height: 2.4rem;
  min-width: 8.8rem;
}
.category-product__cta {
  min-width: 17.2rem;
}
.category-product__cta--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.7rem;
  margin-bottom: 1.8rem;
}
@media (min-width: 1000px) {
  .category-product__cta--text {
    margin-top: 0;
  }
}
.category-product__cta .btn {
  height: 4.5rem;
}
@media (min-width: 100px) {
  .category-product__cta .btn {
    height: 4rem;
  }
}
.category-product__cta .btn--green {
  margin-top: 1.8rem;
}
.category-product__cta .btn--expires {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 0.8rem;
  padding: 1rem 2.8rem;
  gap: 0.2rem;
}
.category-product__cta .btn--expires .label {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.36px;
}
.category-product__cta .btn--purple {
  width: 100%;
  margin-top: 1rem;
  height: 4.5rem;
}

.category-individual .pink,
.category-individual .heart {
  color: #be1e9c;
}
.category-individual .purple {
  color: #6f01ab;
}
.category-individual-intro, .category-individual-form, .category-individual-bottom {
  margin-top: 3.2rem;
  margin-bottom: 3rem;
  border-radius: 3rem;
  padding: 2rem 2.4rem;
  box-shadow: 1px 5px 25px -10px rgba(0, 0, 0, 0.1), -1px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 900px) {
  .category-individual-intro, .category-individual-form, .category-individual-bottom {
    padding: 2rem 3rem;
  }
}
@media (max-width: 500px) {
  .category-individual-intro .xl2 {
    font-size: 2.1rem;
    letter-spacing: 0.63px;
  }
}
@media (max-width: 500px) {
  .category-individual-form .form-title {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
  }
}
.category-individual-form .form-subtitle {
  margin-top: 2.1rem;
}
.category-individual-form form .form-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.1rem 2.7rem;
  min-width: 0;
  margin-top: 2.1rem;
  grid-template-areas: "fname " "lname " "email " "phone" "country" "city" "other";
}
@media (min-width: 600px) {
  .category-individual-form form .form-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 2.1rem 2.7rem;
    margin-top: 2.1rem;
    grid-template-areas: "fname lname" "email phone" "country city" "other other";
  }
}
.category-individual-form form .form-grid .form-input {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.category-individual-form form .form-grid .form-input span {
  color: #be1e9c;
}
.category-individual-form form .form-grid .form-input input,
.category-individual-form form .form-grid .form-input textarea {
  padding: 1.2rem 2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #6f01ab;
}
.category-individual-form form .form-grid .form-input textarea {
  resize: none;
}
.category-individual-form form .form-grid .other {
  grid-area: other;
}
.category-individual-form form .form-text {
  max-width: 58.8rem;
  margin-top: 2.1rem;
}
.category-individual-form form .form-btn {
  min-width: 100%;
  margin-top: 2.3rem;
}
@media (min-width: 500px) {
  .category-individual-form form .form-btn {
    min-width: 41rem;
  }
}
.category-individual-bottom p:nth-child(2) {
  margin-top: 1.4rem;
}

.popup-close {
  position: absolute;
  right: 0;
  top: -5rem;
}
@media (min-width: 1400px) {
  .popup-close {
    right: -3rem;
  }
}
.popup-close svg {
  fill: #ffffff;
}
.popup-close--single {
  position: absolute;
  right: 0;
  top: -5rem;
}
.popup-close--single svg {
  fill: #ffffff;
}
@media (min-width: 800px) {
  .popup-close--single {
    right: -3rem;
    top: -5rem;
  }
}

.popup-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease !important;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.full-access-popup--show,
.renew-popup--show {
  opacity: 1;
  z-index: 10;
}
@media (min-width: 1000px) {
  .full-access-popup--show,
.renew-popup--show {
    z-index: 5;
  }
}
.full-access-popup__content,
.renew-popup__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-top: 10rem;
  padding-inline: 2.2rem;
}
.full-access-popup__content .wrapper,
.renew-popup__content .wrapper {
  display: flex;
  position: relative;
}

.access-popup--show {
  opacity: 1;
  transition: all 0.3s ease !important;
  z-index: 10;
}
@media (min-width: 1000px) {
  .access-popup--show {
    z-index: 5;
  }
}
.access-popup__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-inline: 2.2rem;
}
.access-popup__content .wrapper {
  display: flex;
  position: relative;
  gap: 2rem;
  flex-direction: column;
  margin-top: 70rem;
  padding-bottom: 10rem;
}
@media (min-width: 1000px) {
  .access-popup__content .wrapper {
    margin-top: 0;
    padding-bottom: 0;
    flex-direction: row;
  }
}

.payment-popup--show,
.one-time-popup--show,
.individual-popup--show {
  opacity: 1;
  transition: all 0.3s ease !important;
  z-index: 10;
}
@media (min-width: 1000px) {
  .payment-popup--show,
.one-time-popup--show,
.individual-popup--show {
    z-index: 5;
  }
}
.payment-popup__content,
.one-time-popup__content,
.individual-popup__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-inline: 2.2rem;
  position: relative;
  margin-top: 55rem;
}
@media (min-width: 800px) {
  .payment-popup__content,
.one-time-popup__content,
.individual-popup__content {
    margin-top: 20rem;
  }
}
.payment-popup__content .payment,
.one-time-popup__content .payment,
.individual-popup__content .payment {
  background-color: #6f01ab;
  border-radius: 3rem;
  position: relative;
  min-width: 100%;
}
@media (min-width: 800px) {
  .payment-popup__content .payment,
.one-time-popup__content .payment,
.individual-popup__content .payment {
    min-width: 71.7rem;
  }
}
.payment-popup__content .payment__top,
.one-time-popup__content .payment__top,
.individual-popup__content .payment__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2.8rem;
}
.payment-popup__content .payment__top__tags,
.one-time-popup__content .payment__top__tags,
.individual-popup__content .payment__top__tags {
  display: flex;
  border-radius: 1.3rem;
  padding-left: 1.5rem;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 800px) {
  .payment-popup__content .payment__top__tags,
.one-time-popup__content .payment__top__tags,
.individual-popup__content .payment__top__tags {
    flex-direction: row;
    background-color: #490071;
  }
}
.payment-popup__content .payment__top__tags p,
.one-time-popup__content .payment__top__tags p,
.individual-popup__content .payment__top__tags p {
  margin-right: 1.2rem;
}
.payment-popup__content .payment__top__tags .tag,
.one-time-popup__content .payment__top__tags .tag,
.individual-popup__content .payment__top__tags .tag {
  border-radius: 1.3rem;
  padding: 0.1rem 1.5rem;
}
.payment-popup__content .payment__main,
.one-time-popup__content .payment__main,
.individual-popup__content .payment__main {
  background-color: #ffffff;
  width: 100%;
  padding: 3.8rem;
  border-radius: 3.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.payment-popup__content .payment__main .row,
.one-time-popup__content .payment__main .row,
.individual-popup__content .payment__main .row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.9rem;
}
@media (min-width: 800px) {
  .payment-popup__content .payment__main .row,
.one-time-popup__content .payment__main .row,
.individual-popup__content .payment__main .row {
    flex-direction: row;
  }
}
.payment-popup__content .payment__main__details,
.one-time-popup__content .payment__main__details,
.individual-popup__content .payment__main__details {
  display: flex;
  flex-direction: column;
}
.payment-popup__content .payment__main__details .detail-field,
.one-time-popup__content .payment__main__details .detail-field,
.individual-popup__content .payment__main__details .detail-field {
  min-width: 31rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.payment-popup__content .payment__main__details hr,
.one-time-popup__content .payment__main__details hr,
.individual-popup__content .payment__main__details hr {
  border: none;
  background-color: #9a9a9a;
  height: 0.1rem;
}
.payment-popup__content .payment__bottom,
.one-time-popup__content .payment__bottom,
.individual-popup__content .payment__bottom {
  padding: 2.4rem;
}
.payment-popup__content .payment__bottom p,
.one-time-popup__content .payment__bottom p,
.individual-popup__content .payment__bottom p {
  max-width: 58.7rem;
  text-align: center;
  margin: 0 auto;
}

.product-wrapper {
  width: 100%;
}

.product-main {
  margin-top: 4.5rem;
}
.product-main__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .product-main__content {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.product-main__content .image-wrapper {
  position: relative;
  height: 26.6rem;
  width: 26.6rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-main__content .image-wrapper {
    min-width: 26.6rem;
    min-height: 26.6rem;
  }
}
@media (min-width: 1300px) {
  .product-main__content .image-wrapper {
    min-width: 37.9rem;
    min-height: 37.9rem;
  }
}
.product-main__content .image-wrapper img {
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.product-main__content__r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-main__content .group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1000px) {
  .product-main__content .group {
    flex-direction: row;
  }
}
.product-main__content .group .column {
  display: flex;
  flex-direction: column;
}
.product-main__content__title {
  margin-top: 2.2rem;
}
@media (min-width: 1000px) {
  .product-main__content__title {
    margin-top: 0;
    font-size: 3.6rem;
    letter-spacing: 1.08px;
    font-weight: 700;
    line-height: 4.6rem;
  }
}
.product-main__content__desc {
  margin-top: 1.3rem;
}
.product-main__content__tags {
  display: flex;
  flex-direction: column;
  margin-top: 3.1rem;
}
.product-main__content__tags li {
  display: flex;
}
.product-main__content__tags li span {
  min-width: 8.8rem;
  color: #808080;
}
.product-main__content__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 900px) {
  .product-main__content__cta {
    max-width: 30rem;
  }
}
@media (min-width: 1200px) {
  .product-main__content__cta {
    margin-top: 0;
    min-width: 17.2rem;
  }
}
.product-main__content__cta .btn--download {
  width: 100%;
  height: 4.5rem;
  display: flex;
  margin-top: 1rem;
  color: #ffffff;
  border-radius: 1.8rem;
}
.product-main__content__cta .btn--expires {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 0.8rem;
  padding: 1rem 2.8rem 0.6rem 2.8rem;
}
.product-main__content__cta .btn--expires .label {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.36px;
}

.product-details {
  margin-top: 4.6rem;
}
.product-details__toggles {
  position: relative;
  display: flex;
}
.product-details__toggles::after {
  position: absolute;
  content: "";
  background-color: black;
  width: 100%;
  height: 0.1rem;
  margin-top: auto;
  bottom: -0.5rem;
}
.product-details__toggles .toggle {
  min-width: 16rem;
  position: relative;
}
.product-details__toggles .toggle--active::after {
  opacity: 1 !important;
}
.product-details__toggles .toggle::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  margin-top: auto;
  position: absolute;
  bottom: -0.5rem;
  z-index: 5;
  left: 0;
  opacity: 0;
}
.product-details .content {
  display: none;
  margin-top: 3rem;
  padding-right: 3.3rem;
  gap: 3rem;
  z-index: -1;
  max-height: 50rem;
  min-height: 50rem;
  overflow-y: scroll;
}
.product-details .content--show {
  display: flex;
  flex-direction: column;
}
.product-details .content--show.videos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  min-width: auto;
  min-height: auto;
}
.product-details .content--show.videos .video-popup {
  width: 30rem;
}
@media (min-width: 800px) {
  .product-details .content--show.videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-details .content__row {
  display: flex;
  gap: 2.3rem;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .product-details .content__row {
    flex-direction: row;
  }
}
.product-details .content__row:nth-child(2) {
  flex-direction: column;
}
@media (min-width: 1100px) {
  .product-details .content__row:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.product-details .content__row:nth-child(2) .text {
  margin-right: auto;
}
.product-details .content__row .image-wrapper {
  position: relative;
  width: 31rem;
  height: 22.4rem;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .product-details .content__row .image-wrapper {
    min-width: 31rem;
  }
}
.product-details .content__row .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.product-details .content__row .text {
  max-width: 60rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.product-details .content__text {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
.product-details .content.videos .video {
  position: relative;
}
.product-details .content.videos .video .play {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-details .content.videos .video .play svg {
  fill: #ffffff;
}
.product-details .content.videos .video .expand {
  position: absolute;
  z-index: 5;
  top: 1.4rem;
  right: 1.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
.product-details .content.videos .video .expand svg {
  color: #ffffff;
}
.product-details .content.videos .video .image-wrapper {
  position: relative;
  height: 30.8rem;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
}
.product-details .content.videos .video .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.product-details .content.videos .video .image-wrapper::after {
  content: "";
  position: absolute;
  background: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-details .content.videos .video-bottom {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.product-details .content.videos .video-bottom__text {
  max-width: 37.5rem;
}
.product-details .content.videos .video-bottom__duration {
  align-self: flex-start;
  background-color: #490071;
  min-width: 5.7rem;
  height: 2.5rem;
  border-radius: 1.3rem;
  text-align: center;
}

.hero-about {
  margin-top: 5.5rem;
  min-height: 78rem;
  margin-bottom: 10rem;
}
.hero-about__content {
  display: flex;
  flex-direction: column;
}
.hero-about__content--l {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.hero-about__content--l .title {
  line-height: 7.7rem;
}
.hero-about__content--l .title .space {
  margin-right: 0.8rem;
}
@media (min-width: 700px) {
  .hero-about__content--l .title .space {
    margin-right: 2.2rem;
  }
}
.hero-about__content--l .subtitle {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 27.9rem;
  margin: 3.2rem 0 0 0;
}
.hero-about__content--l .desc {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.hero-about__content--r {
  z-index: -5;
  margin-top: 5rem;
}
.hero-about__content--r .image-wrapper {
  position: relative;
  width: 44rem;
  height: 39.5rem;
  margin-left: calc((-100vw + 80%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.hero-about__content--r .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (min-width: 700px) {
  .hero-about__content--r .image-wrapper {
    width: 600px;
    height: 534px;
    margin: 3rem auto 0 0;
  }
}
@media (min-width: 1200px) {
  .hero-about__content--r {
    position: absolute;
    right: 0;
  }
  .hero-about__content--r .image-wrapper {
    width: 600px;
    height: 534px;
  }
}
@media (min-width: 1400px) {
  .hero-about__content--r {
    top: 3rem;
  }
  .hero-about__content--r .image-wrapper {
    width: 90rem;
    height: 80rem;
  }
}
@media (min-width: 1700px) {
  .hero-about__content--r {
    top: 1rem;
    right: 8rem;
  }
  .hero-about__content--r .image-wrapper {
    width: 100rem;
    height: 90rem;
  }
}
@media (min-width: 1200px) {
  .hero-about {
    margin-top: 11rem;
  }
  .hero-about__content {
    flex-direction: row;
  }
  .hero-about__content--l {
    width: 45%;
  }
  .hero-about__content--l .subtitle {
    margin: 3.2rem 0 4.4rem 0;
    max-width: 100%;
  }
}

.contact-intro {
  padding: 10rem 0 7.5rem;
}
.contact-intro__content {
  display: flex;
  flex-direction: row;
}
.contact-intro__content--l .desc {
  margin-top: 4.8rem;
  max-width: 42.7rem;
}
.contact-intro__content--l .details-items {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin-top: 5rem;
}
@media (min-width: 800px) {
  .contact-intro__content--l .details-items {
    flex-direction: row;
    gap: 7rem;
  }
}
.contact-intro__content--l .details-items .item {
  min-width: 31rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-intro__content--l .details-items .item hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
}
.contact-intro__content--r {
  display: none;
}
@media (min-width: 1330px) {
  .contact-intro__content--r {
    display: block;
    transform: translate(10rem, -9rem);
  }
  .contact-intro__content--r .image-wrapper {
    position: relative;
    width: 46rem;
    height: 39rem;
  }
  .contact-intro__content--r .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1450px) {
  .contact-intro__content--r {
    transform: translate(10rem, -9rem);
  }
  .contact-intro__content--r .image-wrapper {
    width: 50rem;
    height: 42rem;
  }
}
@media (min-width: 1550px) {
  .contact-intro__content--r {
    transform: translate(20rem, -8rem);
  }
  .contact-intro__content--r .image-wrapper {
    width: 59.3rem;
    height: 50.6rem;
  }
}

.toggle-checkbox {
  display: none;
}

.sidebar__toggle__checkbox:checked ~ .sidebar__content {
  display: flex;
}
.sidebar__toggle__checkbox:not(:checked) ~ .sidebar__content {
  display: none;
}
@media (min-width: 900px) {
  .sidebar__toggle__checkbox:checked ~ .sidebar__toggle {
    background-color: rgba(73, 0, 113, 0.13);
    padding-left: 2.7rem;
  }
  .sidebar__toggle__checkbox:checked ~ .sidebar__toggle span:nth-child(1) {
    display: none;
  }
  .sidebar__toggle__checkbox:checked ~ .sidebar__toggle span:nth-child(2) {
    display: block;
  }
  .sidebar__toggle__checkbox:checked ~ .sidebar__toggle svg {
    opacity: 0;
  }
}
.sidebar__toggle__checkbox:not(:checked) ~ .sidebar__toggle span:nth-child(1) {
  display: block;
}

.sidebar__toggle span:nth-child(2) {
  display: none;
}

.toggle-nested:checked ~ .sidebar__content__item__toggle svg {
  transition: all 0.3s ease !important;
  transform: rotate(90deg);
}
.toggle-nested:checked ~ .outer {
  display: block;
}

.toggle-category:checked ~ .category-sidebar__links__content {
  display: block;
}

/*===============================*\
.user_list
\*===============================*/
.user_list {
  background: #ffffff;
  padding: 10rem 0;
}
.user_list.loading {
  opacity: 0.8;
  pointer-events: none;
}

.user_list .shell {
  overflow-y: auto;
}

.user_list__head,
.user_list__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 0.5rem;
  width: 100%;
  min-width: 120rem;
}

.user_list__head div {
  font-weight: 600;
  font-size: 1.8rem;
}

.user_list__row:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

.user_list__row:hover,
.user_list__row:nth-child(even):hover {
  background: rgba(0, 0, 0, 0.2);
}

.user_list__actions {
  display: flex;
  align-items: center;
}

.delete_user {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(180, 0, 0);
}
.delete_user:hover {
  transform: scale(1.1);
}

.sidebar__content__item.manage_users {
  color: #be1e9c;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.9rem 1.6rem 1.9rem 2.7rem;
  font-weight: 600;
}
