@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);

.fade-enter[data-v-0a4321fe],
.fade-leave-to[data-v-0a4321fe],
.fade-leave-active[data-v-0a4321fe] {
  opacity: 0;
}
.fade-enter-active[data-v-0a4321fe],
.fade-leave-active[data-v-0a4321fe] {
  transition: opacity 0.3s ease;
}


.modal.show {
  display: block;
}


.search[data-v-57cc942a] {
  height: 100%;
}
.search form[data-v-57cc942a] {
  height: 100%;
}
.search .input-wrapper[data-v-57cc942a] {
  height: 100%;
}
.search input[data-v-57cc942a] {
  height: 100%;
  border: none;
  color: #170707;
  background: #cfcaca;
  padding: 0 50px 0 20px;
  width: 320px;
  font-size: 15px;
}
@media (max-width: 1280px) {
.search input[data-v-57cc942a] {
        width: 260px;
}
}
@media (max-width: 1024px) {
.search input[data-v-57cc942a] {
       width: 400px;
}
}
@media (max-width: 667px) {
.search input[data-v-57cc942a] {
    display: block;
    width: 100%;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 100%;
    height: 47px;
    max-width: 100%;
    padding-right: 90px;
}
}
.search input[data-v-57cc942a]:focus {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  outline: none;
}
.input-wrapper[data-v-57cc942a] {
  position: relative;
}
@media (max-width: 667px) {
.input-wrapper[data-v-57cc942a] {
    display: none;
}
}
@media (min-width: 667px) {
.input-wrapper[data-v-57cc942a] {
    display: block !important;
}
}
.input-wrapper.is-hidden[data-v-57cc942a] {
  display: none;
}
.search__btn[data-v-57cc942a] {
  /* background: #ffdd3d; */
  position: absolute;
  top: 0;
  width: 85px;
  height: 100%;
  right: 0;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 667px) {
.input-wrapper[data-v-57cc942a] {
    position: static;
}
.search__btn[data-v-57cc942a] {
    background: transparent;
    border-radius: 5px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 75px;
    right: 40px;
    z-index: 1000;
}
.search__btn.is-active[data-v-57cc942a] {
    fill: #f6212b;
}
}
.search .search-icon[data-v-57cc942a] {
  width: 17px;
  height: 17px;
}
@media (max-width: 667px) {
.search .search-icon[data-v-57cc942a] {
    width: 18px;
    height: 18px;
}
.search .search__btn path[data-v-57cc942a] {
        fill: #fff;
}
}
.search .search-icon path[data-v-57cc942a] {
  /* fill: #111; */
  transition: all 0.25s ease-in-out;
}
.btn--search-close[data-v-57cc942a] {
  position: absolute;
  right: 10px;
  top: 85px;
}
.btn--search-close svg[data-v-57cc942a] {
  width: 17px;
  height: 17px;
  fill: #999;
}
.search-toggle[data-v-57cc942a] {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 14px;
  right: 80px;
}
@media (min-width: 667px) {
.btn--search[data-v-57cc942a] {
    display: none;
}
.btn--search-close[data-v-57cc942a] {
    display: none;
}
}


.page-header__actions[data-v-9fd56158] {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
}
@media (max-width: 1024px) {
.page-header__actions[data-v-9fd56158] {
    justify-content: flex-end;
}
}
.redClass[data-v-9fd56158]:before {
  color: #f6212b;
}
.yellowClass[data-v-9fd56158]:before {
  color: #ffdd3d;
}
.logout-btn[data-v-9fd56158],
.signin-btn[data-v-9fd56158] {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
.signin-btn svg path[data-v-9fd56158] {
  fill: currentColor;
}
.lang-switcher[data-v-9fd56158] {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 10px;
}
.lang-switcher__select[data-v-9fd56158] {
  min-width: 74px;
}
.lang-switcher[data-v-9fd56158] .vs__dropdown-toggle {
  height: 40px;
  border-radius: 6px;
}
.lang-switcher[data-v-9fd56158] .vs__selected {
  margin: 0;
}
.lang-switcher[data-v-9fd56158] .vs__open-indicator,
.lang-switcher__chevron[data-v-9fd56158] {
  color: #222;
}
.st0[data-v-9fd56158] {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.account-items[data-v-9fd56158] {
  display: flex;
}


.fade-enter,
.fade-leave-to,
.fade-leave-active {
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}
.Cookie--portal {
  background: #000;
  padding: 8px 25px;
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
}
.Cookie--portal {
  color: #fff;
  font-size: 14px;
}
.Cookie--portal a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.Cookie--portal a:hover {
  color: #ffdd3d;
}
.Cookie--portal .Cookie__button {
  background: #222;
  color: #ffdd3d;
  border-radius: 5px;
  padding: 10px 35px;
}
.Cookie--portal .Cookie__button:hover {
  background: #ffdd3d;
  color: #222;
}
@media (max-width: 667px) {
.Cookie--portal .Cookie__button {
    margin-bottom: 0;
}
.Cookie--portal .Cookie__content {
    margin: 0;
}
.Cookie--portal .Cookie__button {
    font-size: 12px;
}
.Cookie--portal .Cookie__buttons {
    margin-top: 5px;
}
}


.card--v1[data-v-3fe42b8c] {
  background: var(--mv-surface, #fff);
  border-radius: var(--mv-radius, 18px);
  border: 1px solid var(--mv-border, rgba(15, 23, 42, 0.12));
  box-shadow: var(--mv-shadow-sm, 0 8px 18px rgba(15, 23, 42, 0.10));
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.card--v1[data-v-3fe42b8c]:hover {
  transform: translateY(-2px);
  box-shadow: var(--mv-shadow, 0 12px 30px rgba(15, 23, 42, 0.12));
}
.card--v1 .item-img[data-v-3fe42b8c] {
  height: 42vw;
  border-top-left-radius: var(--mv-radius, 18px);
  border-top-right-radius: var(--mv-radius, 18px);
  overflow: hidden;
}
.card--v1 .item-img:hover img[data-v-3fe42b8c] {
  transform: scale(1.1);
}
.card--v1 .item-img img[data-v-3fe42b8c] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: var(--mv-radius, 18px);
  border-top-right-radius: var(--mv-radius, 18px);
  transition: all 0.25s ease-in-out;
}
.card--v1.card--ebook .item-img[data-v-3fe42b8c] {
  height: 150px;
  border-top-left-radius: var(--mv-radius, 18px);
  border-top-right-radius: var(--mv-radius, 18px);
}
.card--v1.card--ebook .item-img img[data-v-3fe42b8c] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: var(--mv-radius, 18px);
  border-top-right-radius: var(--mv-radius, 18px);
}
@media (min-width: 670px) {
.card--v1 .item-img[data-v-3fe42b8c] {
    height: 200px;
}
}
@media (min-width: 1280px) {
.card--v1.card--ebook .item-img[data-v-3fe42b8c] {
    height: 150px;
}
.card--v1 .item-img[data-v-3fe42b8c] {
    height: 12vw;
}
}
@media (min-width: 1440px) {
.card--v1.card--ebook .item-img[data-v-3fe42b8c] {
    height: 200px;
}
}
@media (min-width: 1600px) {
.card--v1.card--ebook .item-img[data-v-3fe42b8c] {
    height: 230px;
}
}
@media (min-width: 1921px) {
.card--v1.card--ebook .item-img[data-v-3fe42b8c] {
    height: 260px;
}
}


.card--v2[data-v-e6da904e] {
  padding-bottom: 0;
  overflow: hidden;
  background: var(--mv-surface, #fff);
  border-radius: var(--mv-radius, 18px);
  border: 1px solid var(--mv-border, rgba(15, 23, 42, 0.12));
  box-shadow: var(--mv-shadow-sm, 0 8px 18px rgba(15, 23, 42, 0.10));
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.card--v2[data-v-e6da904e]:hover {
  transform: translateY(-2px);
  box-shadow: var(--mv-shadow, 0 12px 30px rgba(15, 23, 42, 0.12));
}
.card--v2 .item-data[data-v-e6da904e] {
    padding: 10px 15px;
}
.card--v2 .item-btn[data-v-e6da904e] {
    display: none;
}
.card--v2 .item-data .data-title[data-v-e6da904e] {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card--v2.card--ebook .item-img[data-v-e6da904e] {
  height: 250px;
}
.card--v2 .item-img[data-v-e6da904e] {
  overflow: hidden;
  border-top-left-radius: var(--mv-radius, 18px);
  border-top-right-radius: var(--mv-radius, 18px);
}
.card--v2 .item-img:hover img[data-v-e6da904e] {
    transform: scale(1.1);
}
.card--v2 .item-img img[data-v-e6da904e] {
    border-top-left-radius: var(--mv-radius, 18px);
    border-top-right-radius: var(--mv-radius, 18px);
    transition: all .35s ease-in-out;
}
@media (min-width: 1440px) {
.card--v2.card--ebook .item-img[data-v-e6da904e] {
    height: 300px;
}
}
@media (min-width: 1600px) {
.card--v2.card--ebook .item-img[data-v-e6da904e] {
    height: 380px;
}
}
@media (min-width: 1921px) {
.card--v2.card--ebook .item-img[data-v-e6da904e] {
    height: 430px;
}
}

.card--v3[data-v-0716dd03]{margin-top:0;margin-bottom:0;display:block;padding:0;background:var(--mv-surface, #fff);border-radius:var(--mv-radius, 18px);border:1px solid var(--mv-border, rgba(15,23,42,0.12));box-shadow:var(--mv-shadow-sm, 0 8px 18px rgba(15,23,42,0.1));transition:transform 180ms ease, box-shadow 180ms ease}.card--v3[data-v-0716dd03]:hover{transform:translateY(-2px);box-shadow:var(--mv-shadow, 0 12px 30px rgba(15,23,42,0.12))}.card--v3 .item-data[data-v-0716dd03]{display:block;padding:10px 15px}.card--v3 .item-img[data-v-0716dd03]{overflow:hidden;border-top-left-radius:var(--mv-radius, 18px);border-top-right-radius:var(--mv-radius, 18px)}.card--v3 .item-img:hover img[data-v-0716dd03]{transform:scale(1.1)}.swiper[data-v-0716dd03]{height:360px;margin-left:auto;width:100%;margin-right:auto}.swiper .swiper-slide[data-v-0716dd03]{height:90px}@media (min-width: 767px){.swiper[data-v-0716dd03]{height:380px}.swiper .swiper-slide[data-v-0716dd03]{height:90px}}@media (min-width: 1200px){.swiper[data-v-0716dd03]{height:350px}.swiper .swiper-slide[data-v-0716dd03]{height:120px;margin-bottom:20px;margin-right:20px}}@media (min-width: 1600px){.swiper[data-v-0716dd03]{height:350px}.swiper .swiper-slide[data-v-0716dd03]{height:auto;margin-bottom:20px;margin-right:20px}}@media (min-width: 1200px){.card--v4[data-v-0716dd03]{display:block}.card--v4 .item-img[data-v-0716dd03]{width:100%}}@media (min-width: 1600px){.card--v3[data-v-0716dd03]{flex:1 1 11.5555%;margin:0}.card--v3 .item-img[data-v-0716dd03]{width:100%;height:auto}.card--v4 .item-img[data-v-0716dd03]{width:100%}}

.swiper[data-v-4b39dc4b]{height:300px;margin-left:auto;width:100%;margin-right:auto}.swiper .swiper-slide[data-v-4b39dc4b]{height:110px}@media (min-width: 1200px){.swiper[data-v-4b39dc4b]{height:370px}.swiper .swiper-slide[data-v-4b39dc4b]{height:140px;margin-bottom:20px;margin-right:20px}}@media (min-width: 1600px){.swiper[data-v-4b39dc4b]{height:395px}.swiper .swiper-slide[data-v-4b39dc4b]{height:160px;margin-bottom:20px;margin-right:20px}}


.carousel-item[data-v-4b39dc4b],
.card--v4[data-v-4b39dc4b] {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  display: block;
  padding: 0;
  background: var(--mv-surface, #fff);
  border-radius: var(--mv-radius, 18px);
  border: 1px solid var(--mv-border, rgba(15, 23, 42, 0.12));
  box-shadow: var(--mv-shadow-sm, 0 8px 18px rgba(15, 23, 42, 0.10));
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.carousel-item[data-v-4b39dc4b]:hover,
.card--v4[data-v-4b39dc4b]:hover {
  transform: translateY(-2px);
  box-shadow: var(--mv-shadow, 0 12px 30px rgba(15, 23, 42, 0.12));
}
.card--v4 .item-data[data-v-4b39dc4b] {
  text-align: center;
  padding: 10px 15px;
  min-height: unset;
  display: block;
}
.card--v4 .item-data .data-title[data-v-4b39dc4b] {
  font-size: 1rem;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card--v4 .item-data .data-category[data-v-4b39dc4b] {
  display: none;
}
.card--v4 .item-img[data-v-4b39dc4b] {
  overflow: hidden;
  border-top-left-radius: var(--mv-radius, 18px);
  border-top-right-radius: var(--mv-radius, 18px);
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.card--v4 .item-img img[data-v-4b39dc4b] {
  width: 100%;
  height: 100%;
}
.card--v4.card--ebook .item-img img[data-v-4b39dc4b] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

/* .card--v4.card--ebook .item-img {
  width: 50px;
  height: 90px;
} */

/* @media (min-width: 1200px) {
  .card--v4.card--ebook .item-img {
    width: 90px;
    height: 120px;
  }
}

@media (min-width: 1600px) {
  .card--v4.card--ebook .item-img {
    width: 80px;
    height: 135px;
  }
} */


.ebook-edges[data-v-12640af4] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

/* Side fades so columns melt into the center */
.ebook-edges__fade[data-v-12640af4] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28vw;
  max-width: 380px;
  min-width: 220px;
  opacity: 0.96;
}
.ebook-edges__fade--left[data-v-12640af4] {
  left: 0;
  background: linear-gradient(90deg, rgba(6,16,42,0.96) 0%, rgba(6,16,42,0.0) 92%);
}
.ebook-edges__fade--right[data-v-12640af4] {
  right: 0;
  background: linear-gradient(270deg, rgba(6,16,42,0.96) 0%, rgba(6,16,42,0.0) 92%);
}

/* Vertical fades (top/bottom) to hide loop seams */
.ebook-edges__vfade[data-v-12640af4] {
  position: absolute;
  left: 0;
  right: 0;
  height: 22vh;
  pointer-events: none;
  z-index: 1;
}
.ebook-edges__vfade--top[data-v-12640af4] {
  top: 0;
  background: linear-gradient(180deg, rgba(6,16,42,0.82) 0%, rgba(6,16,42,0.0) 100%);
}
.ebook-edges__vfade--bottom[data-v-12640af4] {
  bottom: 0;
  background: linear-gradient(0deg, rgba(6,16,42,0.86) 0%, rgba(6,16,42,0.0) 100%);
}
.ebook-col[data-v-12640af4] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26vw;
  max-width: 340px;
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ebook-col--left[data-v-12640af4] {
  left: 0;
}
.ebook-col--right[data-v-12640af4] {
  right: 0;
}
.ebook-track[data-v-12640af4] {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  will-change: transform;
  animation: scrollUp-12640af4 var(--speed, 42s) linear infinite;
}
.ebook-item[data-v-12640af4] {
  transform: rotate(var(--r)) scale(var(--s));
  transform-origin: 50% 60%;
  opacity: var(--o);
  filter: saturate(1.02);
}
.ebook-item img[data-v-12640af4] {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow:
    0 18px 55px rgba(0,0,0,0.55),
    0 1px 0 rgba(255,255,255,0.10) inset;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* A subtle glow layer behind some covers for a premium feel */
.ebook-item[data-v-12640af4]:nth-child(4n) {
  filter: saturate(1.05) contrast(1.02);
}
.ebook-item:nth-child(6n) img[data-v-12640af4] {
  box-shadow:
    0 22px 70px rgba(0,0,0,0.60),
    0 1px 0 rgba(255,255,255,0.12) inset,
    0 0 0 1px rgba(255,255,255,0.10);
}
@keyframes scrollUp-12640af4 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-50%);
}
}

/* Mobile: keep it clean; show only one column */
@media (max-width: 720px) {
.ebook-col--right[data-v-12640af4],
  .ebook-edges__fade--right[data-v-12640af4] {
    display: none;
}
.ebook-col[data-v-12640af4],
  .ebook-edges__fade[data-v-12640af4] {
    min-width: 170px;
    width: 44vw;
}
.ebook-track[data-v-12640af4] {
    width: 150px;
    gap: 12px;
}
.ebook-item img[data-v-12640af4] {
    border-radius: 12px;
}
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
.ebook-track[data-v-12640af4] {
    animation: none !important;
    transform: none !important;
}
}

.home-v3[data-v-115dfd6a]{position:relative;min-height:100%}.home-bg[data-v-115dfd6a]{position:absolute;inset:0;background:radial-gradient(900px 480px at 20% 0%, rgba(14,165,233,0.25), transparent 60%),radial-gradient(800px 420px at 80% 10%, rgba(37,99,235,0.22), transparent 60%),linear-gradient(165deg, #07162f 0%, #06102a 45%, #0b2b72 100%);opacity:1;pointer-events:none}.home-marketing[data-v-115dfd6a]{position:relative;min-height:85svh;padding-top:24px;padding-bottom:24px}.ebooks-edges[data-v-115dfd6a]{position:absolute;inset:0;z-index:0}.home-marketing .mv-container[data-v-115dfd6a]{position:relative;z-index:1}.mv-container[data-v-115dfd6a]{max-width:1100px;margin:0 auto;padding:0 16px}.hero-glass[data-v-115dfd6a]{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr;gap:16px;padding:18px;border-radius:22px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.18);box-shadow:0 18px 60px rgba(0,0,0,0.35);backdrop-filter:blur(10px)}.hero-glass__bg[data-v-115dfd6a]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.hero-glass__bg img[data-v-115dfd6a]{height:auto;opacity:0.56;filter:drop-shadow(0 30px 80px rgba(0,0,0,0.55));transform:translateY(6px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-glass__copy[data-v-115dfd6a]{position:relative;z-index:1;text-align:center;padding-top:200px}.hero-glass__title[data-v-115dfd6a]{color:#fff;font-size:28px;line-height:1.15;letter-spacing:-0.02em;margin:0 0 10px}.hero-glass__subtitle[data-v-115dfd6a]{color:rgba(255,255,255,0.82);margin:0 0 14px}.hero-glass__badges[data-v-115dfd6a]{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:16px}.mv-badge[data-v-115dfd6a]{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.18);color:rgba(255,255,255,0.92);font-size:12px;font-weight:600}.mv-badge--alt[data-v-115dfd6a]{background:rgba(14,165,233,0.2)}.mv-badge--soft[data-v-115dfd6a]{background:rgba(37,99,235,0.18)}.hero-glass__actions[data-v-115dfd6a]{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.mv-btn[data-v-115dfd6a]{border:0;border-radius:14px;padding:10px 14px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.mv-btn--primary[data-v-115dfd6a]{background:linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);color:#fff;box-shadow:0 14px 34px rgba(14,165,233,0.25)}.mv-btn--ghost[data-v-115dfd6a]{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.95);border:1px solid rgba(255,255,255,0.18)}.mv-btn--accent[data-v-115dfd6a]{background:linear-gradient(135deg, #fb7185 0%, #f97316 100%);color:#fff;box-shadow:0 14px 34px rgba(251,113,133,0.2)}.hero-glass .mv-btn[data-v-115dfd6a]{transition:transform 160ms ease, filter 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease}.hero-glass .mv-btn--primary[data-v-115dfd6a]:hover,.hero-glass .mv-btn--accent[data-v-115dfd6a]:hover{transform:translateY(-1px);filter:brightness(1.05)}.hero-glass .mv-btn--ghost[data-v-115dfd6a]:hover{background:rgba(255,255,255,0.16);border-color:rgba(255,255,255,0.28);color:rgba(255,255,255,0.98);transform:translateY(-1px);box-shadow:0 12px 30px rgba(2,6,23,0.25)}.hero-glass .mv-btn[data-v-115dfd6a]:focus-visible{outline:2px solid rgba(125,211,252,0.9);outline-offset:2px}.hero-glass__media[data-v-115dfd6a]{display:block;margin-top:10px}.hero-ebooks[data-v-115dfd6a]{width:100%;max-width:520px;margin:0 auto}.hero-tiles[data-v-115dfd6a]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-tile[data-v-115dfd6a]{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.08)}.hero-tile img[data-v-115dfd6a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transform:scale(1.03)}.hero-tile--a[data-v-115dfd6a]{grid-column:1 / 3;height:150px}.hero-tile--b[data-v-115dfd6a]{height:120px}.hero-tile--c[data-v-115dfd6a]{height:120px}.featured-strip[data-v-115dfd6a]{margin-top:18px}.home-section-title[data-v-115dfd6a]{margin:0 0 12px;font-size:16px;font-weight:800;letter-spacing:-0.01em}.home-section-title--light[data-v-115dfd6a]{color:rgba(255,255,255,0.92)}.home-section-title--dark[data-v-115dfd6a]{color:#0f172a}.featured-grid[data-v-115dfd6a]{display:grid;grid-template-columns:1fr;gap:12px}.featured-card[data-v-115dfd6a]{text-align:left;border:0;padding:0;width:100%;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.16);border-radius:20px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,0.22);cursor:pointer;transition:transform 180ms ease, box-shadow 180ms ease, background 180ms ease}.featured-card[data-v-115dfd6a]:active{transform:scale(0.99)}.featured-card__img img[data-v-115dfd6a]{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;display:block}.featured-card__body[data-v-115dfd6a]{padding:12px 14px 14px}.featured-card__title[data-v-115dfd6a]{color:#fff;font-weight:800;font-size:15px;margin-bottom:4px}.featured-card__text[data-v-115dfd6a]{color:rgba(255,255,255,0.8);font-size:13px;margin-bottom:10px}.featured-card__cta[data-v-115dfd6a]{color:rgba(255,255,255,0.92);font-weight:800;font-size:13px;display:inline-flex;gap:8px;align-items:center}.mini-features[data-v-115dfd6a]{margin:18px 0 8px;display:grid;grid-template-columns:1fr;gap:10px}.mini-feature[data-v-115dfd6a]{padding:12px 14px;border-radius:18px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.16);text-decoration:none;color:rgba(255,255,255,0.92)}.mini-feature__kicker[data-v-115dfd6a]{display:block;font-weight:800;margin-bottom:2px}.mini-feature__text[data-v-115dfd6a]{display:block;opacity:0.85;font-size:13px}.home-portal-top[data-v-115dfd6a]{position:relative;padding:18px 0 6px}.portal-top-card[data-v-115dfd6a]{background:#fff;border-radius:22px;padding:16px;box-shadow:0 18px 60px rgba(0,0,0,0.18);border:1px solid rgba(15,23,42,0.08);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.portal-top-card__kicker[data-v-115dfd6a]{font-weight:800;color:rgba(15,23,42,0.6);font-size:12px;margin-bottom:6px}.portal-top-card__title[data-v-115dfd6a]{margin:0;font-size:20px;line-height:1.2;letter-spacing:-0.02em;color:#0f172a}.portal-top-card__subtitle[data-v-115dfd6a]{margin:6px 0 0;color:rgba(15,23,42,0.7);font-size:13px}.recents[data-v-115dfd6a]{margin-top:14px}.recents__row[data-v-115dfd6a]{display:grid;grid-auto-flow:column;grid-auto-columns:78%;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.product-chip[data-v-115dfd6a]{scroll-snap-align:start;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.16);border-radius:18px;padding:12px;display:grid;grid-template-columns:56px 1fr;gap:12px;text-decoration:none;color:#fff}.product-chip__img img[data-v-115dfd6a]{width:56px;height:56px;border-radius:14px;-o-object-fit:cover;object-fit:cover;display:block;border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.08)}.product-chip__title[data-v-115dfd6a]{font-weight:900;font-size:14px;margin-bottom:3px}.product-chip__desc[data-v-115dfd6a]{font-size:12px;opacity:0.85;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-categories[data-v-115dfd6a]{position:relative;padding:12px 0 4px}.cat-card[data-v-115dfd6a]{background:#ffffff;border-radius:22px;padding:14px;box-shadow:0 18px 60px rgba(0,0,0,0.18);border:1px solid rgba(15,23,42,0.08)}.cat-card__head[data-v-115dfd6a]{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px}.cat-card__title[data-v-115dfd6a]{font-weight:900;color:#0f172a;font-size:14px}.cat-card__hint[data-v-115dfd6a]{font-size:12px;color:rgba(15,23,42,0.55);text-align:right}.cat-scroll[data-v-115dfd6a]{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:10px;overflow-x:auto;padding-bottom:6px}.cat-pill[data-v-115dfd6a]{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;background:rgba(37,99,235,0.08);border:1px solid rgba(37,99,235,0.16);text-decoration:none;color:#0f172a;font-weight:800;font-size:13px;transition:transform 160ms ease, background 160ms ease}.cat-pill[data-v-115dfd6a]:hover{transform:translateY(-1px);background:rgba(14,165,233,0.1)}.cat-pill__arrow[data-v-115dfd6a]{color:rgba(15,23,42,0.55)}.home-products[data-v-115dfd6a]{position:relative;padding:4px 0 26px}@media (min-width: 900px){.hero-glass[data-v-115dfd6a]{align-items:center;padding:22px;height:68svh}.hero-glass__media[data-v-115dfd6a]{display:block}.featured-grid[data-v-115dfd6a]{grid-template-columns:repeat(3, 1fr)}.featured-card__img img[data-v-115dfd6a]{height:160px}.mini-features[data-v-115dfd6a]{grid-template-columns:repeat(3, 1fr)}.recents__row[data-v-115dfd6a]{grid-auto-columns:360px}.cat-scroll[data-v-115dfd6a]{grid-auto-flow:row;grid-template-columns:repeat(4, 1fr);grid-auto-columns:initial;overflow:visible}.cat-pill[data-v-115dfd6a]{justify-content:space-between}}.Cookie--portal[data-v-115dfd6a]{background:rgba(255,255,255,0.92) !important;backdrop-filter:blur(8px);border-radius:16px;border:1px solid rgba(15,23,42,0.1)}


/* Ensure dropdown is display:block when active.
   We rely on v-show to toggle display none inline; legacy CSS sets display:none by default. */
.faqs .faq-item__dropdown[data-v-c7f00ee6] {
  display: block;
}
.faqs .faq-item__bar .down-icon[data-v-c7f00ee6] {
  color: #878787;
}

/* Vue 2 transition classes (JS hooks handle the motion; these are helpers) */
.mv-acc-enter-active[data-v-c7f00ee6],
.mv-acc-leave-active[data-v-c7f00ee6] {
  overflow: hidden;
}

/* Premium initial appearance for each FAQ item (staggered) */
.faq-item[data-v-c7f00ee6] {
  animation: mv-faq-in-c7f00ee6 700ms cubic-bezier(.2,.9,.2,1) both;
  animation-delay: var(--mv-delay, 0ms);
}
@keyframes mv-faq-in-c7f00ee6 {
0% { opacity: 0; transform: translateX(-10px);
}
100% { opacity: 1; transform: translateX(0);
}
}

/* Subtle left→right motion for the header text when opening */
.faq-item__bar.is-dropped .bar-text[data-v-c7f00ee6] {
  animation: mv-acc-title-sweep-c7f00ee6 900ms cubic-bezier(.2,.9,.2,1) both;
}
@keyframes mv-acc-title-sweep-c7f00ee6 {
0% {
    opacity: 0.85;
    transform: translateX(-14px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes mv-acc-slide-in-c7f00ee6 {
0% {
    opacity: 0;
    transform: translateX(-18px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
@media (prefers-reduced-motion: reduce) {
.faq-item[data-v-c7f00ee6] { animation: none;
}
.mv-acc-enter-active[data-v-c7f00ee6] {
    animation: none;
}
.mv-acc-leave-active[data-v-c7f00ee6] {
    transition: none;
}
.faq-item__bar.is-dropped .bar-text[data-v-c7f00ee6] {
    animation: none;
}
}


.c-stars[data-v-e7a1ae42] {
}
.c-stars__message[data-v-e7a1ae42] {
  margin-left: 15px;
}


.c-favourite[data-v-6cd32afa] {
  display: flex;
  align-items: center;
}
.c-favourite__btn[data-v-6cd32afa] {
  border: none;
  background: transparent;
  padding: 6px;
  line-height: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.78);
  transition: transform 160ms ease, color 160ms ease, opacity 160ms ease;
}
.c-favourite__btn svg[data-v-6cd32afa] {
  width: 22px;
  height: 22px;
}
.c-favourite__btn svg path[data-v-6cd32afa] {
  fill: currentColor;
}
.c-favourite__btn[data-v-6cd32afa]:hover {
  transform: scale(1.06);
  color: rgba(125, 211, 252, 0.98);
}
.c-favourite__btn.is-active[data-v-6cd32afa] {
  color: #f6212b;
}
.c-favourite__btn.is-active[data-v-6cd32afa]:hover {
  color: #ff3b44;
}


.video-thumb[data-v-f6993e70] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
  border: 10px solid #ddd;
  height: 30vw;
  border-radius:20px;
}
.c-stars[data-v-f6993e70] {
    position: relative;
    margin-top: -5px;
}
.product-entry--video-type[data-v-f6993e70] {
  padding-top: 0;
  padding-bottom: 0;
}
.product-entry--video-type .product-entry__content[data-v-f6993e70] {
  max-width: 1000px;
  width: 100%;
}
.product-entry--video-type .video-type__item[data-v-f6993e70] {
    flex: 1;
}
.product-entry--video-type .video-type__item .item-data[data-v-f6993e70] {
  display: flex;
  align-content: center;
  justify-content: space-between;
  background: transparent;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.product-entry--video-type h2[data-v-f6993e70] {
  margin-bottom: 15px;
  color: #111;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
}
.product-entry--video-type .product-entry__content .img-wrapper[data-v-f6993e70] {
  padding: 0;
}
.c-favourite[data-v-f6993e70] {
    position: relative;
    top: -8px;
}
@media (max-width: 576px) {
.video-thumb[data-v-f6993e70] {
        height: 300px;
}
}


.product-entry.product-entry--ebook .product-entry__head img {
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: none;
  height: 240px;
  border-radius: 0;
}
.product-entry__body .c-stars {
  margin-bottom: 15px;
}
.product-entry__body .c-stars .vue-star-rating {
  justify-content: center;
}
@media (min-width: 1200px) {
.product-entry__body .c-stars .vue-star-rating {
    justify-content: flex-start;
}
}
.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.button-wrapper .product-entry__action-btn {
  margin-top: 0;
}
.button-wrapper .c-favourite {
  margin-left: 15px;
  margin-top: 0;
}
.button-wrapper .c-favourite__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.button-wrapper .c-favourite__btn svg path {
  fill: #111;
}
@media (max-width: 667px) {
.button-wrapper {
    justify-content: space-between;
}
.button-wrapper .c-favourite {
    margin-left: 0;
}
}


.card--v4[data-v-4073a328] {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: block;
}
.card--v4 .item-data h3[data-v-4073a328] {
    font-size: 16px;
}
.card--v4 .item-img[data-v-4073a328] {
    width: 100%;
    height: 13vw;
    border-radius: 6px;
    overflow: hidden;
}
@media (max-width: 576px) {
.card--v4 .item-img[data-v-4073a328] {
        height: 30vw;
}
}
.card--v4 .item-img:hover img[data-v-4073a328] {
    transform: scale(1.1);
}
.card--v4 .data-category[data-v-4073a328] {
    display: none;
}
.card--v4.card--ebook .item-img img[data-v-4073a328] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  transition: all .35s ease-in-out;
}
.card--v4 .item-data[data-v-4073a328] {
    padding-left: 0;
    text-align: center;
    display: block;
    min-height: auto;
    padding-top: 5px;
}
.category-products .card--v4 a[data-v-4073a328] {
    display: block;
}

/* .card--v4.card--ebook .item-img {
  width: 50px;
  height: 90px;
}

@media (min-width: 1200px) {
  .card--v4.card--ebook .item-img {
    width: 90px;
    height: 120px;
  }
}

@media (min-width: 1600px) {
  .card--v4.card--ebook .item-img {
    width: 80px;
    height: 135px;
  }
} */


.card--v4[data-v-0e021e09] {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.card--v4 .item-data h3[data-v-0e021e09] {
    font-size: 16px;
}
.card--v4 .item-img[data-v-0e021e09] {
    width: 100%;
    height: 15vw;
    border-radius: 6px;
    overflow: hidden;
}
.card--v4 .item-img:hover img[data-v-0e021e09] {
    transform: scale(1.1);
}
.card--v4 .data-category[data-v-0e021e09] {
    display: none;
}
.category-products .card--v4 a[data-v-0e021e09] {
    display: block;
    width: 100%;
}
.card--v4.card--ebook .item-img img[data-v-0e021e09] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  transition: all .35s ease-in-out;
}
.card--v4 .item-data[data-v-0e021e09] {
    padding-left: 0;
    text-align: center;
    display: block;
    min-height: auto;
    padding-top: 5px;
}
.card--v4.card--ebook .item-img img[data-v-0e021e09] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.card--v4.card--ebook .item-img[data-v-0e021e09] {
  width: 50px;
  height: 90px;
}
@media (min-width: 1200px) {
.card--v4.card--ebook .item-img[data-v-0e021e09] {
    width: 90px;
    height: 120px;
}
}
@media (min-width: 1600px) {
.card--v4.card--ebook .item-img[data-v-0e021e09] {
    width: 80px;
    height: 135px;
}
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}


details,
main {
  display: block;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: #222;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

.signin-btn span,
template {
  display: none;
}

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

::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body,
html {
  background: #f9f9f9;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 600px) {
  body,
  html {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  body,
  html {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  body,
  html {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  body,
  html {
    font-size: 17px;
  }
}

h1,
h2 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-family: inherit;
  margin: 0;
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4,
p {
  font-size: 1rem;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h5,
h6 {
  font-size: 14px;
}

p {
  color: #111;
  font-family: inherit;
}

a {
  cursor: pointer;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #222;
}

button {
  cursor: pointer;
  background: 0 0;
  border: 0;
}

button:focus {
  outline: 0;
}

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

.page-wrapper {
  min-height: 100vh;
  background:
    radial-gradient(900px 500px at 50% 20%, rgba(80,140,255,.22), transparent 60%),
    linear-gradient(180deg, #07142e 0%, #0b2c63 55%, #061127 100%) !important;
}

.page-footer__list li a:hover,
.page-footer__list--utility li a:hover,
strong {
  color: #30daad;
}

.slide-menu {
  background: #1e1e1e;
  min-width: 304px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-x: hidden;
  z-index: 9999;
  padding: 25px 15px;
  transition: all 0.3s ease-in-out;
  transform: translate(-101%, 0);
}

.slide-menu.is-showed {
  transform: none;
}

.slide-menu__title {
  /* color: #ffdd3d; */
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slide-menu__list {
  padding-left: 0;
}

.slide-menu__list li,
article.article h2,
article.article h3 {
  margin-bottom: 20px;
}

.slide-menu__list li a {
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.34px;
  font-weight: 500;
}

.slide-menu__list--utility {
  border-top: 1px solid #707070;
  padding-top: 18px;
}

.slide-menu__list--utility li a {
  color: #a8a8a8;
}

.slide-menu__close {
  position: absolute;
  right: 16px;
  top: 20px;
}

@media (min-width: 1200px) {
  .slide-menu {
    display: none !important;
  }
}

.btn,
.btn--primary {
  border: 0;
}

.btn,
.btn--outline,
.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.27s ease-in-out;
  outline: 0;
  white-space: nowrap;
}

.btn--outline:active,
.btn--outline:focus,
.btn--primary:active,
.btn--primary:focus,
.btn:active,
.btn:focus {
  border: 0;
  outline: 0;
}

.btn--primary {
  /* background: #ffdd3d;*/
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.34px;
}

.btn--primary:hover {
  /*background: #000; */
  /* color: #ffdd3d */
}

.btn--primary:hover svg path {
  transition: fill 0.3s ease-in-out;
  /* fill: #ffdd3d */
}

.btn--outline {
  border: 1px solid #111;
  border-radius: 35px;
  color: #222;
}

.btn--outline:active,
.btn--outline:focus,
.btn--outline:hover {
  background: #111;
  color: #fff;
}

.btn--lg {
  height: 35px;
  padding: 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .btn--lg {
    height: 55px;
    font-size: 1.1rem;
  }
}

.btn--sm {
  height: 35px;
  padding: 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .btn--sm {
    height: 47px;
    font-size: 1rem;
  }
}

.modal-backdrop {
  background: #fff;
  z-index: 9999;
  opacity: 0.8;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal {
  z-index: 999999;
}

.modal .modal-header {
  border-top: 4px solid #000;
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 30px;
}

.modal .modal-dialog {
  margin-top: 30px;
}

.modal .modal-content {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.modal .modal-body {
  padding: 15px 20px 0;
}

@media (min-width: 1200px) {
  .modal .modal-body {
    padding: 15px 45px 0;
  }
}

.modal .modal-title {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 0;
  color: #222;
  text-align: center;
  width: 100%;
}

.modal .modal-close {
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 2000;
}

.modal .modal-footer {
  background: #f8f8f8;
  justify-content: center;
}

#singInModal,
.modal--signin {
  text-align: center;
}

#singInModal form,
.modal--signin form {
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #singInModal form,
  .modal--signin form {
    max-width: 100%;
  }
}

#singInModal form label,
.modal--signin form label {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  #singInModal form label,
  .modal--signin form label {
    font-size: 1rem;
  }
}

#singInModal form input,
.modal--signin form input {
  font-family: "Monsterrat", sans-serif;
  border: 3px solid #e8e8e8;
  height: 52px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  #singInModal form input,
  .modal--signin form input {
    height: 60px;
    font-size: 1rem;
  }
}

#singInModal .form-button,
.modal--signin .form-button {
  padding: 20px 0;
}

#singInModal .btn--submit,
.modal--signin .btn--submit {
  height: 54px;
  padding: 0 2rem;
  font-size: 1rem;
}

#singInModal .btn--submit span,
.modal--signin .btn--submit span {
  display: inline-block;
  margin-left: 10px;
}

#singInModal .registration-text,
.modal--signin .registration-text {
  letter-spacing: 0.34px;
}

#singInModal .registration-text h4,
.modal--signin .registration-text h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

#singInModal .registration-text a,
.modal--signin .registration-text a {
  font-weight: 600;
  /* color: #e7bf00 */
}

#singInModal .registration-text a:hover,
.modal--signin .registration-text a:hover {
  color: #222;
}

#unsubform,
.modal--unsubscribe {
  text-align: center;
}

#unsubform form,
.modal--unsubscribe form {
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #unsubform form,
  .modal--unsubscribe form {
    max-width: 100%;
  }
}

#unsubform form label,
.modal--unsubscribe form label {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  #unsubform form label,
  .modal--unsubscribe form label {
    font-size: 1rem;
  }
}

#unsubform form input,
.modal--unsubscribe form input {
  font-family: "Monsterrat", sans-serif;
  border: 3px solid #e8e8e8;
  height: 52px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 300px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  #unsubform form input,
  .modal--unsubscribe form input {
    height: 60px;
    font-size: 1rem;
  }
}

#unsubform .form-button,
.modal--unsubscribe .form-button {
  padding: 20px 0;
}

#unsubform .btn--submit,
.modal--unsubscribe .btn--submit {
  height: 54px;
  padding: 0 2rem;
  font-size: 1rem;
}

#unsubform .btn--submit span,
.modal--unsubscribe .btn--submit span {
  display: inline-block;
  margin-left: 10px;
}

.carousel-wrapper {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.carousel-wrapper--nopad {
  padding: 0;
}

.carousel-wrapper--smpad {
  padding: 0 15px;
  position: relative;
  left: -15px;
  width: calc(100% + 15px) !important;
}

@media (min-width: 1200px) {
  .carousel-wrapper--smpad {
    padding: 0;
    left: 0;
    width: 100%;
  }
}

.swiper {
  padding-bottom: 0;
}

.faqs .faq-item__bar.is-dropped:before,
.swiper-container {
  width: 100%;
}

.carousel {
  padding-right: 20px;
}

.div-recaptcha div {
  display: contents;
  align-content: center;
}

.unsub {
  text-align: center;
  position: relative;
}

.unsub .graphics-title {
  position: absolute;
  left: 10%;
  top: -30px;
  line-height: 1;
  font-weight: 700;
  color: #212121;
  font-size: 10rem;
  opacity: 0.05;
}

@media (min-width: 1200px) {
  .unsub .graphics-title {
    font-size: 15rem;
    left: 30%;
    top: -50px;
  }
}

.unsub__text {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .unsub__text {
    margin-bottom: 40px;
  }
}

.page-header,
.unsub form {
  position: relative;
  z-index: 10;
}

.page-header {
  z-index: 8000;
  padding: 0 0 0 15px;
  background: #8e518d;
  border-bottom: 4px solid #222;
  position: relative;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .page-header {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .page-header {
    height: 90px;
  }
}

@media (min-width: 1200px) {
  .page-header {
    height: 90px;
    padding: 0 0 0 30px;
  }
}

.page-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: inherit;
  flex: 0 0 auto;
}

.page-header__logo {
  line-height: 1;
  margin-left: 8px;
}

.page-header__logo img {
  display: block;
  width: 220px;
  height: auto;
}

.page-header__menu ul li svg {
  display: none;
}

.page-header__menu ul li a {
  height: 100%;
}

@media (min-width: 767px) {
  .page-header__logo img {
    display: block;
    width: 150px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .page-header__logo img {
    display: block;
    width: 180px;
    height: auto;
  }
}

@media (min-width: 1600px) {
  .page-header__logo img {
    width: 180px;
  }
}

@media (max-width: 1024px) {
  .page-header__menu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .page-header__menu {
    height: 100%;
    flex: 1;
  }

  .page-header__menu ul li svg {
    width: auto;
    height: 30px;
  }

  .page-header__menu ul li span {
    display: none;
    margin: 0 auto 10px auto;
  }

  .page-header__menu ul {
    display: flex;
    height: inherit;
    align-items: flex-end;
    width: 100%;
  }
  .page-header__menu ul li {
    text-align: center;
    min-width: 120px;
    flex: 0 0 auto;
    height: 100%;
  }
  .page-header__menu ul li a {
    color: #222;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: inherit;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
    margin-right: 0;
    transition: none;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  .page-header__menu ul li a:hover {
    color: #222;
  }
  .page-header__menu ul li.is-active a {
    color: #222;
  }
  .page-header__menu ul li.is-active a:before {
    width: 0;
    transition: all 0.35s ease-in-out;
  }
  .page-header__menu ul li.is-active a:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #222;
    left: 0;
    height: 4px;
  }
}

@media (min-width: 1600px) {
  .page-header__menu ul li a {
    font-size: 16px;
  }
}

.menu-btn {
  background: url(/img/menu.6ea5bae3.svg) no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

@media (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}


@media (max-width: 576px) {
  .logout-btn,
  .signin-btn {
    padding: 0;
  }
}

.logout-btn,
.signin-btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 33px;
  font-size: 0.95rem;
  padding: 0 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  outline: 0;
}

.logout-btn svg {
  max-width: 40px;
}

.logout-btn:hover {
  background: #ddd;
}

.signin-btn:active,
.signin-btn:focus {
  outline: 0;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.signin-btn path {
  transition: all 0.35s ease-in-out;
}

.signin-btn:hover {
  /* background: #101010;
    color: #ffdd3d */
}

.signin-btn:hover path {
  /*fill: #ffdd3d*/
}

@media (min-width: 1200px) {
  .signin-btn {
    height: 50px;
  }
  .signin-btn span {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 10px;
  }
}

@media (max-width: 576px) {
  .modal .signin-btn span {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 10px;
  }
}

.unsubscribe-btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  background: #ffdd3d;
  border-radius: 33px;
  color: #000;
  font-size: 0.95rem;
  padding: 0 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
}

.unsubscribe-btn path {
  transition: all 0.35s ease-in-out;
}

.unsubscribe-btn:hover {
  background: #111;
  color: #fff;
}

.unsubscribe-btn:hover path {
  fill: #fff;
}

.unsubscribe-btn span {
  display: none;
}

@media (min-width: 1200px) {
  .unsubscribe-btn {
    height: 50px;
  }
  .unsubscribe-btn span {
    display: block;
    margin-left: 10px;
  }
}

/* hero section **/

.hero {
  width: 100%;
  height: 90vh;
  margin-bottom: 20px;
  min-height: 500px;
}

@media (max-width: 767px) {
  .hero {
    min-height: 95vh;
    height: auto;
    position: relative;
  }
  .hero:after {
    content: "";
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.89) 69%,
      rgba(0, 0, 0, 1) 45%,
      rgba(0, 0, 0, 1) 100%
    );
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}

.hero > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 767px) {
  .hero > img {
    position: absolute;
    height: 70%;
    -o-object-position: 65%;
       object-position: 65%;
  }
}

.hero__content {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .hero__content {
    position: relative;
    padding-top: 100vh;
    padding-bottom: 30px;
  }
}

.hero__content--bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .hero__content--bottom {
    padding: 0 20px;
  }
}

.hero__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero__content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 230px;
}

@media (max-width: 800px) {
  .hero__content ul li {
    width: 25%;
  }
}

@media (max-width: 667px) {
  .hero__content ul li {
    width: 40%;
  }
}

.hero__content ul li .list-image {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .hero__content ul li .list-image {
    width: 70px;
    height: 70px;
  }
}

.hero__content ul li .list-image img {
  display: block;
  width: 50px;
  height: 50px;
  max-width: 50px;
}

@media (max-width: 800px) {
  .hero__content ul li .list-image img {
    width: 40px;
    height: 40px;
    max-width: 40px;
  }
}

.hero__content ul li .list-data {
  text-align: center;
}

.hero__content ul li .list-data h2,
.hero__content ul li .list-data p {
  color: #fff;
  line-height: 1;
}

.hero__content ul li .list-data h2 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.hero__content ul li .list-data p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.page-footer {
  background: #262626;
  padding: 25px 20px 10px;
}

@media (min-width: 767px) {
  .page-footer {
    padding: 35px 60px 15px;
  }
}

@media (min-width: 1200px) {
  .page-footer {
    padding: 35px 60px 15px;
  }
}

@media (min-width: 767px) {
  .page-footer__inner {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
}

.page-footer__title {
  color: #ffdd3d;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .page-footer__title {
    width: 100%;
  }
}

.page-footer__list {
  border-bottom: 1px solid #707070;
}

@media (min-width: 767px) {
  .page-footer__list {
    border: 0;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-footer__list {
    display: flex;
    width: auto;
    margin-bottom: 0;
  }
  .page-footer__list li:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 576px) {
  .page-footer__list {
    text-align: center;
  }
}

.page-footer__list li a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.34px;
  font-weight: 500;
  margin-bottom: 17px;
}

@media (min-width: 1200px) {
  .page-footer__list li a {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.page-footer__list--utility {
  border-bottom: 0;
  padding-top: 15px;
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  .page-footer__list--utility {
    margin-bottom: 0;
    padding-top: 0;
  }
}

.page-footer__list--utility li a {
  color: #a8a8a8;
}

.page-footer .copyright {
  font-size: 0.9rem;
  color: #878787;
  text-align: center;
}

@media (min-width: 767px) {
  .page-footer .copyright {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
}

.section__inner,
article.article {
  padding: 0 20px;
}

@media (min-width: 1025px) {
  .section__inner {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .section__inner {
    padding: 0 20px;
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
    .section__inner,
    article.article {
        padding: 0;
    }
}

@media (max-width: 576px) {
  .section__inner,
  article.article {
    padding: 0 10px;
  }
  .section__inner--noLeftpad {
    padding-left: 0;
  }
}

.section__head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}

@media (max-width: 576px) {
  .section__head {
    margin-bottom: 5px;
  }
}

.section__head .btn--outline {
  margin-top: 0;
}

.section__box {
  padding: 30px 30px 30px 22px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  margin-bottom: 30px;
  box-shadow: 0 18px 55px rgba(2, 6, 23, 0.38);
}

@media (min-width: 1200px) {
  .section__box {
    padding: 35px 22px 45px;
    border-radius: 10px;
  }
}

@media (max-width: 576px) {
  .section__box {
    padding: 20px 15px;
  }
}

.section__box--smToppad {
  padding-top: 10px;
}

@media (min-width: 767px) {
  .section__box--smToppad {
    padding-top: 30px;
  }
}

.section__box .box-title {
  margin-bottom: 0;
  position: relative;
  padding-left: 0;
  font-weight: 500;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.92);
}

.section__box .box-title svg {
  width: 30px;
  height: 40px;
  margin-right: 10px;
}

.section__box .box-title svg path {
  fill: currentColor;
}

@media (max-width: 576px) {
    .section__box .box-title svg {
        width: 24px;
        height: 34px;
    }
}

/* .section--our-categories .our-categories__head h3:before,
.section__box .box-title:before {
    content: '';
    width: 23px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
} */

.section__box .box-title--category {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .section__box .box-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  .section__box .box-title {
    font-size: 1.55rem;
  }
}

.section--products {
  padding: 0;
  position: relative;
}

.section--products .section__inner {
  position: relative;
  z-index: 10;
}

.section--products .graphics-title {
  display: block;
  position: absolute;
  font-weight: 700;
  left: 20%;
  top: 5%;
  font-size: 5rem;
  color: #d8d8d8;
  opacity: 0.25;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .section--products .graphics-title {
    font-size: 10rem;
    top: 0;
  }
}

.section--categories.section--products .section__inner {
    padding: 0 20px;
}

@media (min-width: 1200px) {
  .section--categories.section--products .section__inner {
    max-width: 1400px;
  }

  .section--products .section__inner {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .section--products .carousel {
    flex-wrap: wrap;
    padding: 0;
  }
  .section--products .carousel a:not(.btn--primary) {
    display: block;
    width: 100%;
  }
  .section--products .carousel .carousel-item {
    height: auto;
  }
  .section--products .carousel--games,
  .section--products .carousel--new-items {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .section--products .carousel--games .carousel-item:last-child,
  .section--products .carousel--new-items .carousel-item:last-child {
    margin-right: 0;
  }
  .section--products .carousel--applications .carousel-item:nth-child(3n + 3),
  .section--products .carousel--ebook .carousel-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .section--products .btn--outline {
    height: 48px;
    padding: 0 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
    .section--categories.section--products .section__inner {
        padding: 0 10px;
    }
}

.section--categories {
  min-height: 70vh;
}

.card--v1 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  transition: all 35s ease-in-out;
}

.card--v1:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .card--v1.swiper-slide {
    flex-shrink: 0;
  }
}

/* @media (min-width:1200px) {
    .card--v1 {
        width: 20%;
        max-width: 100%
    }
} */

.card--v1 .item-img img,
.card--v1 a {
  display: block;
  width: 100%;
}

.card--v1 .item-img {
  margin-bottom: 0;
  height: 180px;
  padding: 0;
}

.card--v1 .item-data {
  padding: 10px 15px;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card--v1 .item-data .data-title {
  color: #111;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card--v1 .item-img:hover img,
.card--v2 .item-img:hover img,
.card--v3 .item-img:hover img,
.card--v4 .item-img:hover img {
  opacity: 0.5;
}

.card--v1 .item-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.45s ease-in-out;
}

@media (min-width: 1200px) {
  .card--v1 .item-img {
    height: 12vw;
  }
  .card--v1 .item-img img {
    width: 100%;
    height: 100%;
  }
}

.card--v1 .item-data .data-title {
  font-size: 1rem;
  font-weight: 600;
}

.card--v1 .item-data .data-category {
  color: #b7b7b7;
  font-size: 0.8rem;
  font-weight: 600;
}

.card--v2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-shrink: 0;
  padding: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .card--v2.swiper-slide {
    flex-shrink: 0;
  }
}

.card--v2 .item-img {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}

.card--v2 .item-img img {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.45s ease-in-out;
}

@media (min-width: 1200px) {
  .card--v2 .item-img {
    width: 100%;
  }
  .card--v2 .item-img img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1600px) {
  .card--v2 .item-img {
    width: 100%;
  }
  .card--v2 .item-img img {
    width: 100%;
    height: 100%;
  }
}

.card--v2 .item-data .data-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
}

.card--v2 .item-data .data-category {
  color: #111;
  font-size: 0.8rem;
  font-weight: 600;
}

.card--v2 .item-btn {
  text-align: center;
  margin-top: 15px;
  display: block;
}

@media (min-width: 1200px) {
  .card--v2 .item-btn {
    margin-top: 15px;
  }
}

.card--v2 .item-btn .btn--next {
  padding: 0 1.8rem;
  font-weight: 700;
  font-size: 1rem;
}

.card--v2 .item-btn .btn--next:hover {
  /* background: #000;
    color: #ffdd3d */
}

.card--v3 {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 10px 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
}

.card--v3 .item-img {
  margin-bottom: 0;
}

.card--v3 .item-img img,
.card--v4 .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

/* @media (min-width:1200px) {
    .card--v3 .item-img {
        width: 100px;
        height: 100px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
    }
}

@media (min-width:1600px) {
    .card--v3 .item-img {
        width: 120px;
        height: 100px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 120px;
    }
} */

.card--v3 .item-data,
.card--v4 {
  display: flex;
  align-items: center;
}

.card--v3 .item-data {
  padding-left: 10px;
  justify-content: space-between;
  width: 100%;
}

.card--v3 .item-data .data-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  color: #111;
  text-overflow: ellipsis;
}

.card--v3 .item-data .data-category {
  color: #111;
  font-size: 0.8rem;
  font-weight: 600;
}

.card--v3 .item-btn {
  text-align: center;
}

.card--v3 .item-btn .btn--next,
.card--v3 .item-btn .btn--sm {
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 0.85rem;
}

@media (min-width: 1200px) {
  .card--v3 .item-btn .btn--next,
  .card--v3 .item-btn .btn--sm {
    margin-right: 10px;
  }
}

.card--v4 {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  flex-wrap: nowrap;
  padding: 13px 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .card--v4.swiper-slide {
    flex-shrink: 0;
  }
}

/* .card--v4 .item-img {
    width: 70px;
    height: 70px;
    min-width: 70px
} */

/* 
@media (min-width:1200px) {
    .card--v4 .item-img {
        width: 110px;
        height: 110px
    }
}

@media (min-width:1600px) {
    .card--v4 .item-img {
        width: 125px;
        height: 125px
    }
} */

.card--v4 .item-data,
.section--our-categories .our-categories__list a {
  display: flex;
  justify-content: space-between;
}

.card--v4 .item-data {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  min-height: 70px;
}

.card--v4 .item-data h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #111;
}

@media (min-width: 1200px) {
  .card--v4 .item-data h3 {
    font-size: 1.2rem;
    word-break: normal;
  }
}

.card--v4 .item-data .data-category,
.card--v4 .item-data p {
  color: #111;
  margin-top: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .card--v4 .item-data .data-category,
  .card--v4 .item-data p {
    font-size: 0.65rem;
  }
}

.card--v4 .item-data .btn--sm {
  font-weight: 700;
  font-size: 0.85rem;
}

.section--our-categories {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
}

.section--our-categories > div {
  height: 100%;
}

.section--our-categories .our-categories {
  display: flex;
  align-items: center;
}

.section--our-categories .our-categories__label {
  width: 150px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .section--our-categories .our-categories__label {
    width: 150px;
    flex: 0 0 150px;
    font-size: 14px;
    justify-content: flex-start;
    padding: 0;
  }
}

@media (max-width: 667px) {
  .section--our-categories {
    padding-right: 0;
    padding-top: 10px;
  }
  .section--our-categories .our-categories {
    overflow-x: auto;
    padding: 5px 2px;
  }

  .section--our-categories .our-categories__label {
    display: none;
  }
}

/* .section--our-categories .our-categories {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15)
} */

.section--our-categories .our-categories__head {
  /* background: #171717; */
  color: #fff;
  font-weight: 700;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px 0;
}

.section--our-categories .our-categories__head h3 {
  position: relative;
  /* color: #fff; */
  margin-bottom: 0;
  /* padding-left: 15px */
}

.section--our-categories .our-categories__head h3:before {
  width: 22px;
}

.section--our-categories .our-categories__body {
  background: #fff;
}

.section--our-categories .our-categories__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .section--our-categories .our-categories__list {
    flex-wrap: nowrap;
  }
}

.section--our-categories .our-categories__list li {
  font-weight: 700;
}

.section--our-categories .our-categories__list li:hover svg {
  transform: none;
  opacity: 1;
}

.section--our-categories .our-categories__list svg {
  opacity: 0;
  transform: translate(102%, 0);
  transition: all 0.35s ease-in-out;

  display: none;
}

.section--our-categories .our-categories__list svg path {
  fill: #fff;
}

@media (max-width: 1280px) {
  .section--our-categories .our-categories__list svg {
    display: none;
  }
}

.section--our-categories .our-categories__list div {
  align-items: center;
  padding: 8px 25px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #8e518d;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.section--our-categories .our-categories__list div:hover {
  color: #222;
  outline: 2px solid #222;
}

.section--our-categories .our-categories__btn {
  padding: 13px 15px;
  text-align: center;
}

@media (min-width: 767px) {
  .section--our-categories .our-categories__btn {
    padding: 20px 15px;
  }
}

@media (min-width: 1200px) {
  .section--our-categories .our-categories__btn {
    padding: 30px 15px;
  }
  .section--our-categories .our-categories__btn .btn--sm {
    font-size: 1rem;
    height: 45px;
  }
}

@media (max-width: 1024px) {
    .section--our-categories .our-categories__list div {
        padding: 6px 15px;
    }

    .section--our-categories .our-categories__list span {
        white-space: nowrap;
    }
}

.category-products {
  padding-bottom: 0;
}

.category-products .card--v4 {
  border: 4px solid #111;
}

.category-products .card--v4 a {
  display: flex;
}

.category-products .card--v4 .data-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.category-products .card--v4 .item-data {
  padding: 10px 15px;
}

.category-products .card--v4 {
  flex: 0 0 11.33333%;
  padding: 0;
}

@media (min-width: 667px) {
  .category-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .category-products {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 1200px) {
  .category-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .category-products .card--v4 {
    width: auto;
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .category-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .category-products .card--v4 .data-title {
    margin-bottom: 0;
  }
}

.page-banner {
  height: 100px;
  padding: 80px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-banner h1 {
  color: #000;
  font-weight: 700;
  font-size: 1.85rem;
  letter-spacing: 0.6px;
}

@media (min-width: 1200px) {
  .page-banner {
    height: 100px;
    padding: 40px 25px;
  }

  .page-banner h1 {
    font-size: 2.5rem;
  }
}

.page-content {
  background: transparent !important;
  min-height: 95vh;
  padding-bottom: 60px;
  padding-top: 30px;
}

.page-content__inner {
  padding: 40px 15px;
}

@media (min-width: 760px) {
  .page-content__inner {
    padding: 20px 90px;
  }
}

@media (min-width: 1200px) {
  .page-content__inner {
    padding: 20px 30px;
    max-width: 1060px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
    .page-content {
        padding-bottom: 20px;
    }
}
  

article.article h4,
article.article h5,
article.article h6 {
  margin-bottom: 25px;
}

article.article p {
  font-size: 1rem;
  line-height: 1.5;
}

.contacts__intro {
  text-align: center;
  color: white;
  margin: 0 auto 35px;
  max-width: 600px;
}

.contacts__list .list-item {
  text-align: center;
  margin-bottom: 36px;
}

.contacts__list .list-item span {
  color: white;
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}

.contacts__list .list-item p {
  color: white;
  font-size: 1.35rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .faqs {
    max-width: 900px;
    margin: 0 auto;
  }
}

.faqs .faq-item {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.faqs .faq-item {
  border-radius: 5px;
  margin-bottom: 22px;
  position: relative;
}

@media (min-width: 1200px) {
  .faqs .faq-item {
    margin-bottom: 34px;
  }
}

.faqs .faq-item__bar {
  background: #fff;
  padding: 18px 70px 18px 13px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .faqs .faq-item__bar {
    padding: 33px 70px 33px 30px;
  }
}

.faqs .faq-item__bar:before {
  content: "";
  width: 0;
  /* background: #ffdd3d; */
  height: 4px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: width 0.35s ease-in-out;
}

.faqs .faq-item__bar .down-icon {
  transition: all 0.35s ease-in-out;
}

.faqs .faq-item__bar.is-dropped .down-icon {
  transform: rotate(-180deg);
}

.faqs .faq-item__bar .bar-text {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .faqs .faq-item__bar .bar-text {
    font-size: 1.1rem;
  }
}

.faqs .faq-item .down-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
}

.faqs .faq-item__dropdown {
  background: #fff;
  display: none;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0 25px 30px;
  width: 100%;
}

@media (min-width: 1200px) {
  .faqs .faq-item__dropdown {
    padding: 0 65px 30px 75px;
  }
}

.faqs .faq-item__dropdown p {
  margin-top: 0;
  line-height: 1.85;
}

.product-entry {
  padding: 20px 0 0;
}

.product-entry .left-col {
  flex: 0 0 400px;
  padding: 20px 10px;
}

@media (max-width: 992px) {
    .product-entry {
        padding: 0;   
    }
}


@media (max-width: 576px) {
    .product-entry .left-col {
        padding: 0 10px;   
    }
}

.product-entry .right-col {
  padding: 40px 10px;
  border-left: 1px solid #eee;
  flex: 1;
}

@media (min-width: 1200px) {
  .product-entry {
    text-align: left;
  }
  .product-entry__content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;

    -moz-column-gap: 20px;

         column-gap: 20px;
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-wrap: nowrap;
    box-shadow: 0 18px 55px rgba(2, 6, 23, 0.38);
  }
  .product-entry {
    min-height: 600px;
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
    .product-entry .right-col {
        padding: 50px 0;
    }
}

/* video type of page */

.product-entry--video-type .product-entry__content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.product-entry--video-type .product-entry__content .img-wrapper {
  position: relative;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.product-entry--video-type .play-btn {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  transition: all 0.35s ease-in-out;
}

.product-entry--video-type .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.product-entry--video-type .play-btn svg {
  width: 45px;
  height: 45px;
  display: block;
}

.product-entry--video-type .video-type__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}

.product-entry--video-type .video-type__item .item-data {
  padding-top: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  z-index: 100;
  padding: 20px;
  border-radius: 10px;
}

.product-entry--video-type .video-type__item .item-data .headline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}

.product-entry--video-type .video-type__item .item-data h2 {
  max-width: 100%;
  margin-right: 15px;
  margin-bottom: 20px;
}

.product-entry--video-type .product-entry__action-btn {
  margin: 20px auto 0 auto;
}

@media (max-width: 766px) {
  .product-entry--video-type .play-btn {
    transform: translate(-50%, -70%);
  }
  .product-entry--video-type .play-btn:hover {
    transform: translate(-50%, -70%) scale(1.1);
  }
}

@media (min-width: 767px) {
  .product-entry--video-type .video-type__item .item-data {
    width: 100%;
  }
  .product-entry--video-type .play-btn {
    transform: translate(-250%, -50%);
  }
  .product-entry--video-type .play-btn:hover {
    transform: translate(-250%, -50%) scale(1.1);
  }
}

@media (min-width: 992px) {
  .product-entry--video-type {
    min-height: 400px;
  }
  .product-entry--video-type .video-type__item {
    width: 100%;
    flex-wrap: nowrap;
  }
  .product-entry--video-type .video-type__item .item-data h2 {
    max-width: 300px;
  }
  .product-entry--video-type .product-entry__content {
    padding-top: 30px;
  }
  .product-entry--video-type .product-entry__content .img-wrapper {
    max-width: 100%;
  }

  .product-entry--video-type .product-entry__action-btn {
    margin: 30px 0 0 0;
  }
  .product-entry--video-type .play-btn {
    transform: translate(-20%, -100%);
  }
  .product-entry--video-type .play-btn:hover {
    transform: translate(-20%, -100%) scale(1.1);
  }
}

/* end video type of page */

.product-entry__head {
  position: relative;
  z-index: 10;
  padding: 0;
  margin-bottom: 20px;
}

.product-entry__head .head-image {
  margin-bottom: 5px;
}

.product-entry__head img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .product-entry__head img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1024px) {
    .product-entry__head img {
        height: 500px;
    }
}

@media (max-width: 576px) {
    .product-entry__head img {
        height: 300px;
    }
}

.product-entry__body {
  position: relative;
  z-index: 10;
  padding: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .product-entry__body {
    padding-left: 0;
  }
}

.product-entry__body .body-head-row {
  padding: 0 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
    .product-entry__body .body-head-row {
        padding: 0;
    }
}

.product-entry__body .body-head-row .head-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.34px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .product-entry__body .body-head-row .head-title {
    font-size: 1.45rem;
  }
}

.product-entry__body .body-head-row .head-category {
  margin-top: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.34px;
  font-size: 1.15rem;
  margin-bottom: 5px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .product-entry__body .body-head-row .head-category {
    font-size: 1.1rem;
  }
}

.product-entry__body .body-row {
  margin-bottom: 15px;
  text-align: left;
  padding: 0 10px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .product-entry__body .body-row {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
    .product-entry__body .body-row {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .product-entry__body .body-row {
        padding: 0;
    }
}

.product-entry__body .body-row__title {
  color: #999;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.34px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .product-entry__body .body-row__title {
    font-size: 0.8rem;
    margin-bottom: 2px;
  }
}

.product-entry__body .body-row__text {
  color: #111;
  font-weight: 500;
  line-height: 1.2;
}

.product-entry__body .body-row__platforms {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-entry__body .body-row__platforms img {
  position: relative;
  margin-right: 20px;
}

.product-entry__body .body-row__platforms .ios {
  top: -2px;
}

.product-entry__article {
  max-width: 1000px;
  position: relative;
  z-index: 10;
  margin: 0 auto 0;
  border-radius: 10px;
  color: #111;
}

@media (min-width: 1200px) {
  .product-entry__article {
    margin-bottom: 50px;
    margin: 0 auto 0;
  }
}

.product-entry__article .article-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

/* .product-entry__article .article-title:before,
.section--related-products .section-head__title:before {
    content: '';
    width: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
} */

.product-entry__article h2,
.product-entry__article h3,
.product-entry__article h4 {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 35px;
}

.product-entry__article img {
  width: 100%;
  margin-bottom: 30px;
}

.product-entry__action-btn {
  margin: 0 15px 0 0;
  height: 63px;
  border-radius: 35px;
  max-width: 300px;
  width: 100%;
  /* background: #ffdd3d; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  background: #111;
  /* color: #8e7604; */
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 576px) {
    .product-entry__action-btn {
        max-width: 200px;
    }
}

.section--related-products {
  padding: 50px 0;
  position: relative;
}

.section--related-products .graphics-title {
  display: block;
  position: absolute;
  font-weight: 700;
  left: 20%;
  top: 10%;
  font-size: 5rem;
  color: #e8e8e8;
  opacity: 0.25;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .section--related-products .graphics-title {
    font-size: 10rem;
    top: 0;
  }
}

.section--related-products .section__inner {
  padding-left: 15px;
  position: relative;
  z-index: 10;
}

@media (min-width: 1200px) {
  .section--related-products .section__inner {
    padding: 0 20px;
    max-width: 90%;
    margin: 0 auto;
  }
}

.section--related-products .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  margin-bottom: 10px;
}

.section--related-products .section-head__title {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  padding-left: 42px;
}

@media (min-width: 1200px) {
  .section--related-products .section-head__title {
    padding-left: 52px;
    font-size: 1.45rem;
  }
}

@media (min-width: 1600px) {
  .section--related-products .section-head__title {
    font-size: 1.65rem;
  }
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* new design format */
.products-wrapper {
  min-height: 100vh;
  padding-right: 20px;
  padding-bottom: 0;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .products-wrapper {
    padding: 0;
  }
}

.carousel-wrapper--align121 {
  display: grid;
  grid-template-columns: repeat(5, 19.444444%);
  grid-gap: 10px;
}

.carousel-wrapper--align121 .card--v1 .item-img {
  height: auto;
  flex: 1;
}

.carousel-wrapper--align121 .card--v1 a,
.carousel-wrapper--align121 .card--v1 a > div {
  height: 100%;
}

.carousel-wrapper--align121 .card--v1 a > div {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1280px) {
    .carousel-wrapper--align121 {
        grid-template-columns: repeat(5, 19.33333%);
    }
}

@media (max-width: 576px) {
  .carousel-wrapper--align121 {
    grid-template-columns: 48% 48%;
  }
}

/* category products */
.category-products,
.carousel-wrapper--align41 {
  display: grid;
  grid-template-columns: repeat(5, 19.555555%);
  grid-gap: 10px;
}

.content-wrapper {
  padding-left: 20px;
}

@media (max-width: 576px) {
  .category-products,
  .carousel-wrapper--align41 {
    grid-template-columns: 48% 48%;
  }
  .content-wrapper {
    padding: 0;
  }
}

.search-bar {
  width: 100%;
  padding: 20px 20px;
  background: linear-gradient(
    to right,
    rgba(33, 176, 145, 1) 0%,
    rgba(2, 205, 137, 1) 100%
  );
}

@media (max-width: 576px) {
    .search-bar {
        padding: 10px;
    }
}

.load-more {
  padding-top: 25px;
  text-align: center;
}

.page-header .action-buttons {
  display: flex;
  align-items: center;
}

.action-buttons {
  height: 100%;
}

.btn--search {
  height: 100%;
  padding: 0 10px;
}

.btn--search svg {
  width: 30px;
  height: 30px;
}

.logout-btn svg {
  height: 30px;
}

@media (max-width: 1024px) {
  .btn--search svg {
    width: 24px;
    height: 24px;
  }


  .product-entry__content {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
    .logout-btn svg {
        height: 25px;
    }
}


/* SIGNIN AND UNSUBSCRIBE BUTTON */

.signin-btn,
.unsubscribe-btn {
    background:  transparent;
    color: #222;
}


.signin-btn:active,
.signin-btn:focus,
.unsubscribe-btn:active,
.unsubscribe-btn:focus {
    background-color: #ddd;
    color: #101010;
}

.signin-btn:hover,
.unsubscribe-btn:hover {
    background-color: #ddd;
}

.signin-btn path,
.unsubscribe-btn path {
    fill: #101010;
}

.modal 
.signin-btn {
    background: linear-gradient(45deg, rgba(48,218,173,1) 0%, rgba(0,194,238,1) 100%);
}

/* MENU LINK DIV */

.menu-link:before {
    background-color:#111;
}

/* PRIMARY BUTTON DIV */

.btn--primary{
    background: rgba(48,218,173,1);
    color: #222;
    border: none;
}

.btn--primary:active,
.btn--primary:focus {
    background: rgba(48,218,173,1);
    color: #101010;
    border: none;
  }

/* SEARCH BUTTON */

.search__btn {
    background: #111;
    color: #222;
}

.search__btn:active,
.search__btn:focus {
    background: rgba(48,218,173,1);
    color: #fff;
  }

.search__btn path {
    fill: #fff;
}


/* MENU TITLE */

.slide-menu__title {
    color: #eee;
}

/* PRODUCT BUTTON A */

.product-entry__action-btn {
    background-color: #111;
    color: #fff;
}

.product-entry__action-btn:active,
.product-entry__action-btn:focus {
    background-color: #fff;
    color: #101010;
}

.product-entry__action-btn:hover {
    background-color: #fff;
    color: #222;
}

/* REGISTRATION LINK A */
.registration_link {
    color: #061D19;
}

/* SECTION TITLE H2 */

.box-title:before {
    background-color: #061D19;
}

/* CATEGORIES LINK ITEM */

.categories_link_item:hover {
    background-color: #444;
}

/* CATEGORIES HEAD DIV */

.our-categories__head {
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

.our-categories__head h3 {
  color: #222;
}

/* FAQ ITEM BAR DIV */

.faq-item__bar:before {
    background: #30daad;
}

/* FOOTER */

.page-footer {
    background: #111;
}

 .page-footer li a {
     color: #fff;
 }

 .page-footer li a:hover {
    color: #999;
 }



/* ============================================================================
   theme.css (Movingvita 2026 refresh) — folded in here so it deploys and loads.
   The standalone imported a separate theme.css in main.js, but main.js is a
   shared master file; importing a portal-only stylesheet there would break the
   other portals' builds. Appended after portal.css to preserve the original
   style.css -> portal.css -> theme.css cascade order.
   ============================================================================ */

:root {
  /* Movingvita 2026 refresh */
  --mv-primary: #2563eb;
  --mv-primary-600: #1d4ed8;
  --mv-sky: #0ea5e9;
  --mv-teal: #14b8a6;
  --mv-accent: #fb7185;

  --mv-bg: #07142e;
  --mv-surface: #ffffff;
  --mv-text: #eaf2ff;
  --mv-muted: rgba(234,242,255,0.78);
  --mv-border: rgba(255,255,255,0.16);
  --mv-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  --mv-shadow-sm: 0 8px 18px rgba(15, 23, 42, 0.10);
  --mv-radius: 18px;
}

html,
body {
  background:
    radial-gradient(900px 520px at 50% 18%, rgba(80, 140, 255, 0.22), transparent 60%),
    radial-gradient(700px 420px at 12% 0%, rgba(14, 165, 233, 0.18), transparent 55%),
    linear-gradient(180deg, #07142e 0%, #0b2c63 55%, #061127 100%) !important;
  color: var(--mv-text);
  min-height: 100%;
}

a {
  color: rgba(234, 242, 255, 0.92);
}

/* Header refresh */
.page-header {
  /* Deeper header to match the new Home background */
  background: linear-gradient(135deg, #07162f 0%, #0b5bd3 100%) !important;
  border-bottom: 0 !important;
  box-shadow: var(--mv-shadow-sm);
  position: sticky;
  top: 0;
}

.page-header__menu ul li a {
  color: rgba(255, 255, 255, 0.92) !important;
}

.page-header__menu ul li a:hover {
  color: #fff !important;
}

.page-header__menu ul li.is-active a:before {
  background: rgba(255, 255, 255, 0.85) !important;
}

.menu-btn {
  filter: brightness(0) invert(1);
}

.logout-btn svg path,
.signin-btn path {
  stroke: #fff !important;
  fill: #fff !important;
}

.signin-btn,
.logout-btn {
  border-radius: 12px;
}

/* Header action buttons: keep contrast on hover (fix white-on-white) */
.signin-btn,
.logout-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.signin-btn:hover,
.logout-btn:hover {
  background: rgba(255, 255, 255, 0.20) !important;
  color: #fff !important;
}

/* Home hero */
.home-hero {
  max-width: 1400px;
  margin: 18px auto 0 auto;
  padding: 0 20px;
}

.home-hero__inner {
  background: radial-gradient(1200px 500px at 20% 0%, rgba(37, 99, 235, 0.24), rgba(14, 165, 233, 0.10)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.70));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--mv-shadow);
  border-radius: calc(var(--mv-radius) + 4px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px;
}

.home-hero__copy {
  max-width: 760px;
}

.home-hero__title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px 0;
  font-size: 1.6rem;
}

.home-hero__subtitle {
  margin: 0;
  color: var(--mv-muted);
  line-height: 1.5;
}

.home-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mv-btn {
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  border: 1px solid var(--mv-border);
}

.mv-btn--primary {
  background: linear-gradient(135deg, var(--mv-primary) 0%, var(--mv-sky) 100%);
  border-color: transparent;
  color: #fff;
}

.mv-btn--primary:hover {
  filter: brightness(1.03);
  color: #fff;
}

.mv-btn--ghost {
  background: rgba(255, 255, 255, 0.85);
  color: var(--mv-text);
}

.mv-btn--ghost:hover {
  background: #fff;
}

@media (max-width: 667px) {
  .home-hero {
    padding: 0 12px;
  }

  .home-hero__inner {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero__actions {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Category pills refresh (home) */
.section--our-categories {
  padding-top: 14px !important;
}

.section--our-categories .our-categories__list div {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95) 0%, rgba(14, 165, 233, 0.92) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.10);
}

.section--our-categories .our-categories__list div:hover {
  outline: 2px solid rgba(37, 99, 235, 0.22) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Cards (carousels) */
.card--v1,
.card--v2,
.card--v3,
.card--v4 {
  border-radius: var(--mv-radius);
}

.card--v1:hover,
.card--v2:hover,
.card--v3:hover,
.card--v4:hover {
  transform: translateY(-2px);
}

/* Cookie bar */
.Cookie--portal {
  background: rgba(15, 23, 42, 0.92) !important;
}

.Cookie--portal .Cookie__button {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.Cookie--portal .Cookie__button:hover {
  background: rgba(37, 99, 235, 0.95) !important;
}

/* ---------------------------------
   Home v3 – accordions (FAQ blocks)
   Match the big hero blue background
---------------------------------- */
.home-v3 .faqs {
  padding: 8px 0 2px;
}

.home-v3 .faq-item {
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.home-v3 .faq-item__bar {
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.95);
  padding: 14px 56px 14px 16px;
}

.home-v3 .faq-item__bar .bar-text {
  color: rgba(255, 255, 255, 0.95);
}

.home-v3 .faq-item__bar .down-icon {
  color: rgba(255, 255, 255, 0.85);
}

.home-v3 .faq-item__bar.is-dropped {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.26) 0%, rgba(14, 165, 233, 0.20) 100%);
}

.home-v3 .faq-item__dropdown {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  padding: 0 16px 16px;
}

.home-v3 .faq-item__dropdown p {
  margin: 0;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .home-v3 .faq-item__bar {
    padding: 18px 64px 18px 20px;
  }
  .home-v3 .faq-item__dropdown {
    padding: 0 20px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v3 .faq-item {
    backdrop-filter: none;
  }
}


/* ---------------------------------
   FAQ page – accordions (FAQ blocks)
   Remove white cards + ensure contrast
---------------------------------- */
.faq-page .faqs {
  padding: 8px 0 2px;
}

.faq-page .faq-item {
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.faq-page .faq-item__bar {
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.95);
  padding: 14px 56px 14px 16px;
}

.faq-page .faq-item__bar .bar-text {
  color: rgba(255, 255, 255, 0.95);

}

.faq-page .faqs .faq-item__bar .down-icon {
  color: rgba(255, 255, 255, 0.85) !important;
}

.faq-page .faq-item__bar.is-dropped {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.26) 0%, rgba(14, 165, 233, 0.20) 100%);
}

.faq-page .faq-item__dropdown {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  padding: 0 16px 16px;
}

.faq-page .faq-item__dropdown p {
  margin: 0;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.faq-page .faq-item__dropdown a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
}

.faq-page .faq-item__dropdown a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .faq-page .faq-item__bar {
    padding: 18px 64px 18px 20px;
  }
  .faq-page .faq-item__dropdown {
    padding: 0 20px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-page .faq-item {
    backdrop-filter: none;
  }
}


/* -------------------------------
   Home v2 – bold redesign
--------------------------------- */
.home-v2 {
  position: relative;
  min-height: 100vh;
}

.home-v2 .home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1000px 600px at 15% 8%, rgba(14,165,233,0.55) 0%, rgba(14,165,233,0) 60%),
    radial-gradient(900px 600px at 85% 20%, rgba(37,99,235,0.55) 0%, rgba(37,99,235,0) 55%),
    linear-gradient(180deg, #06152b 0%, #072b5d 42%, #0b63b3 100%);
}

.home-v2 .home-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.10) 0px,
      rgba(255,255,255,0.10) 1px,
      rgba(255,255,255,0) 10px,
      rgba(255,255,255,0) 22px
    );
  pointer-events: none;
}

.home-v2 > *:not(.home-bg) {
  position: relative;
  z-index: 1;
}

.mv-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

/* Hero – glass card */
.home-hero--v2 {
  background: transparent;
  padding: 18px 0 12px 0;
}

.home-hero--v2 .home-hero__inner {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: calc(var(--mv-radius) + 6px);
  padding: 18px 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

.home-hero--v2 .home-hero__title {
  color: #fff;
}

.home-hero--v2 .home-hero__subtitle {
  color: rgba(255,255,255,0.84);
}

.home-hero__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.mv-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  color: #0b1220;
  background: rgba(255,255,255,0.92);
}

.mv-badge--alt {
  background: rgba(186, 230, 253, 0.92);
}

.mv-badge--soft {
  background: rgba(20, 184, 166, 0.92);
}

/* Buttons – improve contrast on dark */
.home-hero--v2 .mv-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.10);
}

.home-hero--v2 .mv-btn--ghost:hover {
  background: rgba(255,255,255,0.16);
}

/* Section title */
.home-section-title {
  color: rgba(255,255,255,0.92);
  font-size: 1.05rem;
  margin: 16px 0 10px 0;
  letter-spacing: -0.01em;
  font-weight: 900;
}

/* Feature cards */
.home-features {
  padding: 6px 0 8px 0;
}

.home-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.feature-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 2px;
  align-items: start;
  text-align: left;
  padding: 14px 14px;
  border-radius: calc(var(--mv-radius) + 2px);
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 50px rgba(0,0,0,0.18);
}

.feature-card:hover {
  transform: translateY(-1px);
}

.feature-card__icon {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #0b1220;
  background: rgba(255,255,255,0.92);
}

.feature-card__icon svg {
  width: 22px;
  height: 22px;
}

.feature-card__title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 1.02rem;
}

.feature-card__text {
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
  line-height: 1.35;
}

.feature-card--accent {
  background: linear-gradient(135deg, rgba(37,99,235,0.70) 0%, rgba(14,165,233,0.65) 100%);
  border-color: rgba(255,255,255,0.22);
}

.feature-card--accent .feature-card__icon {
  background: rgba(255,255,255,0.98);
}

/* Categories – floating card */
.home-categories {
  margin-top: 10px;
  padding: 10px 0 0 0;
}

.home-categories .our-categories {
  background: rgba(255,255,255,0.96);
  border-radius: calc(var(--mv-radius) + 6px);
  padding: 14px 12px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.20);
}

.home-categories .our-categories__label {
  color: #0b1220;
  font-weight: 900;
}

.home-categories .categories_link_item {
  background: #0b1220;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.10);
}

.home-categories .categories_link_item svg path {
  fill: #fff;
}

.home-v2 .products-wrapper {
  padding-top: 12px;
}

/* Desktop adjustments */
@media (min-width: 900px) {
  .home-hero--v2 .home-hero__inner {
    padding: 22px 22px;
  }

  .home-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-section-title {
    font-size: 1.2rem;
    margin-top: 18px;
  }
}


/* --- Motion helpers (safe by default) --- */
@keyframes mvFadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mvFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

.mv-animate { will-change: transform, opacity; }
.mv-animate--up { animation: mvFadeUp 520ms ease-out both; }
.mv-animate--float { animation: mvFloat 5.5s ease-in-out infinite; }

.mv-animate--d1 { animation-delay: 80ms; }
.mv-animate--d2 { animation-delay: 140ms; }
.mv-animate--d3 { animation-delay: 220ms; }
.mv-animate--d4 { animation-delay: 300ms; }
.mv-animate--d5 { animation-delay: 380ms; }

@media (prefers-reduced-motion: reduce) {
  .mv-animate--up, .mv-animate--float {
    animation: none !important;
  }
}



/* ===== Home v3: Portal carousels (premium) ===== */
.home-v3 .section--products .section__box {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 55px rgba(2, 6, 23, 0.38);
  backdrop-filter: blur(14px);
}

.home-v3 .section--products .box-title {
  color: rgba(255, 255, 255, 0.92);
}

.home-v3 .section--products .carousel-wrapper {
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  gap: 12px;
  padding-bottom: 10px;
}

/* Hide scrollbar but keep scroll */
.home-v3 .section--products .carousel-wrapper::-webkit-scrollbar {
  height: 8px;
}
.home-v3 .section--products .carousel-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.18);
  border-radius: 999px;
}
.home-v3 .section--products .carousel-wrapper {
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.22) transparent;
}

/* Subtle left→right entrance for cards */
.home-v3 .section--products .carousel-wrapper > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
  animation: mvCardIn 820ms cubic-bezier(.2,.9,.2,1) both;
  animation-delay: calc(var(--mv-i, 0) * 70ms);
  width: clamp(170px, 55vw, 240px);
}

@media (min-width: 768px) {
  .home-v3 .section--products .carousel-wrapper > * {
    width: clamp(180px, 24vw, 230px);
  }
}

@media (min-width: 1200px) {
  .home-v3 .section--products .carousel-wrapper > * {
    width: 210px;
  }
}

@keyframes mvCardIn {
  0%   { opacity: 0; transform: translateX(-18px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* Edge "flash" to hint horizontal scroll */
.home-v3 .section--products .mv-carousel__edge {
  position: absolute;
  top: 64px;         /* keep header/title clear */
  bottom: 14px;
  width: 54px;
  pointer-events: none;
  opacity: 0.95;
  filter: blur(0.2px);
  animation: mvEdgePulse 1.9s ease-in-out infinite;
}

.home-v3 .section--products .mv-carousel__edge--left {
  left: 0;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.35), rgba(56, 189, 248, 0.10), rgba(255,255,255,0));
}

.home-v3 .section--products .mv-carousel__edge--right {
  right: 0;
  background: linear-gradient(270deg, rgba(56, 189, 248, 0.35), rgba(56, 189, 248, 0.10), rgba(255,255,255,0));
}

@keyframes mvEdgePulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

/* Left / right nav buttons */
.home-v3 .section--products .mv-carousel__nav {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  height: 44px;
  width: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(2, 6, 23, 0.50);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.35);
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.home-v3 .section--products .mv-carousel__nav--left { left: 10px; }
.home-v3 .section--products .mv-carousel__nav--right { right: 10px; }

.home-v3 .section--products .mv-carousel__nav:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(2, 6, 23, 0.62);
}

.home-v3 .section--products .mv-carousel__nav:disabled {
  opacity: 0.25;
  cursor: default;
}

@media (max-width: 480px) {
  .home-v3 .section--products .mv-carousel__nav {
    height: 40px;
    width: 40px;
    top: 58%;
  }
  .home-v3 .section--products .mv-carousel__edge {
    width: 46px;
    top: 60px;
  }
}

/* Reduced motion: disable entrance + pulse */
@media (prefers-reduced-motion: reduce) {
  .home-v3 .section--products .mv-carousel__item {
    animation: none !important;
  }
  .home-v3 .section--products .mv-carousel__edge {
    animation: none !important;
  }
}


/* =========================================================
   Global pages background + glass surfaces (all pages)
   (fix legacy #eee backgrounds from style.css)
========================================================= */
body .page-content {
  background: transparent !important;
}

body .page-content__inner {
  /* Blue transparent glass (fix white-on-white on legal pages) */
  background: rgba(15, 23, 42, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.92) !important;
}

body .page-content__inner a {
  color: rgba(125, 211, 252, 0.98) !important;
}

body .page-content__inner a:hover {
  color: rgba(56, 189, 248, 1) !important;
}

/* Headings on banners must be readable on dark background */
body .page-banner h1,
body .page-banner p,
body .page-banner a {
  color: rgba(234, 242, 255, 0.96) !important;
}

/* Make common blocks/cards readable on dark background */
body .section__box,
body .section__box * {
  color: inherit;
}


/* ===== Global: central page panels (match Home glass) ===== */
.page-content__inner {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(2, 6, 23, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.92);
}

.page-content__inner a {
  color: rgba(125, 211, 252, 0.98);
}

.page-content__inner a:hover {
  color: rgba(56, 189, 248, 1);
}

.page-content__inner h1,
.page-content__inner h2,
.page-content__inner h3,
.page-content__inner h4,
.page-content__inner h5 {
  color: #fff;
}

.page-content__inner .article,
.page-content__inner .article p,
.page-content__inner .article li,
.page-content__inner .article div {
  color: rgba(255, 255, 255, 0.90);
}

/* Make page banners readable on dark background */
.page-banner h1,
.page-banner p {
  color: #fff;
}

/* Search results: box title readable */
.section__box,
.section__box p,
.section__box h1,
.section__box h2,
.section__box h3,
.section__box h4,
.section__box h5,
.section__box .body-row__text {
  color: rgba(255,255,255,0.92);
}

/* Homepage category title icons: accent color */
.home-v3 .section--products .box-title svg,
.home-v3 .section--products .box-title svg path {
  color: rgba(125, 211, 252, 0.98);
}

/* Cookie bar (vue-cookie-law) */
.Cookie--portal {
  background: rgba(15, 23, 42, 0.88) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255,255,255,0.92) !important;
}

.Cookie--portal a {
  color: rgba(125, 211, 252, 0.98) !important;
}

.Cookie--portal .Cookie__button {
  background: rgba(37, 99, 235, 0.95) !important;
  color: #fff !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  padding: 10px 14px !important;
}

.Cookie--portal .Cookie__button:hover {
  background: rgba(59, 130, 246, 0.98) !important;
}

/* Unsubscription page button: readable defaults + hover */
.page-content__inner .unsubscribe-btn {
  background: rgba(37, 99, 235, 0.95) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.35);
}

.page-content__inner .unsubscribe-btn:hover {
  background: rgba(59, 130, 246, 0.98) !important;
  color: #fff !important;
}

.page-content__inner .unsubscribe-btn svg path {
  fill: #fff !important;
  stroke: #fff !important;
}


/* Product details panels */
.product-entry__content,
.product-entry__content * {
  color: rgba(255, 255, 255, 0.92);
}

.product-entry__content .head-category {
  color: rgba(125, 211, 252, 0.95);
}

.product-entry__content a {
  color: rgba(125, 211, 252, 0.98);
}

/* Sign in modal (bootstrap-vue) */
#singInModal .modal-content {
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 22px 80px rgba(0,0,0,0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255,255,255,0.92);
}

#singInModal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

#singInModal .modal-title {
  color: #fff;
}

#singInModal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

#singInModal input,
#singInModal select,
#singInModal textarea {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255,255,255,0.92);
}

#singInModal input::-moz-placeholder {
  color: rgba(255,255,255,0.62);
}

#singInModal input::placeholder {
  color: rgba(255,255,255,0.62);
}

#singInModal .btn-primary,
#singInModal button[type="submit"] {
  background: rgba(37, 99, 235, 0.95);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
}

#singInModal .btn-primary:hover,
#singInModal button[type="submit"]:hover {
  background: rgba(59, 130, 246, 0.98);
}

