@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "inter";
  font-display: swap;
  src: url("/c6LeTC__fonts/c6LeTC__inter-regular.woff2") format("woff2"), url("/c6LeTC__fonts/c6LeTC__inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "inter";
  font-display: swap;
  src: url("/c6LeTC__fonts/c6LeTC__inter-semibold.woff2") format("woff2"), url("/c6LeTC__fonts/c6LeTC__inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "russoone";
  font-display: swap;
  src: url("/c6LeTC__fonts/c6LeTC__russoone-regular.woff2") format("woff2"), url("/c6LeTC__fonts/c6LeTC__russoone-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 10px;
  --background: #101528;
  --font-color: rgba(255, 255, 255, .8);
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: inter, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: var(--font-size);
  --btn-font-weight: 700;
  --btn-padding: 0.8em 1em;
  --btn-bg: #FFD55C;
  --btn-bg-hover: rgba(255, 214, 92, 0.8);
  --btn-color: #000000;
  --btn-color-hover: var(--btn-color);
  --btn-radius: 0.5rem;
  --btn-transition: all 0.2s ease-in-out;
}

h1,
.c6LeTC__h1,
h2,
.c6LeTC__h2,
h3,
.c6LeTC__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1;
  text-transform: uppercase;
  font-family: russoone;
  color: #fff;
  text-shadow: 0 5px 4px rgba(124, 95, 255, 0.4);
}

h1,
.c6LeTC__h1 {
  font-size: clamp(1.625rem, 1.0192307692rem + 2.6923076923vw, 3.375rem);
}

h2,
.c6LeTC__h2 {
  font-size: clamp(1.25rem, 1.0120192308rem + 1.0576923077vw, 1.9375rem);
}

h3,
.c6LeTC__h3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.c6LeTC__no-scroll {
  overflow: hidden;
}

.c6LeTC__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c6LeTC__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c6LeTC__items .c6LeTC__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.c6LeTC__terms .c6LeTC__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c6LeTC__terms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c6LeTC__terms li:before {
  content: "•";
  margin-inline: 8px;
}

.c6LeTC__main section,
.c6LeTC__main .c6LeTC__section {
  padding-block: 50px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  line-height: 1.2;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.c6LeTC__center {
  text-align: center;
}

.c6LeTC__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.c6LeTC__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.c6LeTC__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.c6LeTC__modal-content {
  border-radius: 16px;
  background: #101528;
  padding: 40px;
  position: relative;
  max-width: 520px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
}

.c6LeTC__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.c6LeTC__modal-content h2 {
  text-align: center;
}

.c6LeTC__close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.c6LeTC__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c6LeTC__checkbox-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c6LeTC__checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.c6LeTC__checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.c6LeTC__cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.c6LeTC__cookie-consent__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.c6LeTC__cookie-consent .btn {
  font-size: 14px;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 890px;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

input,
textarea {
  border-radius: 10px;
  border: 1px solid #7C5FFF;
  background: #101528;
  padding: 14px;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea {
  resize: none;
  overflow: hidden;
}

.c6LeTC__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c6LeTC__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c6LeTC__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.c6LeTC__warning.c6LeTC__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.c6LeTC__warning.c6LeTC__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.c6LeTC__item.c6LeTC__img,
.c6LeTC__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 100%;
  max-width: 610px;
  margin-inline: auto;
  height: 304px;
  background-image: url("/c6LeTC__img/c6LeTC__about-img.avif");
}				.c6LeTC__avif .c6LeTC__item.c6LeTC__img.c6LeTC__img {					background-image: url("/c6LeTC__img/c6LeTC__about-img.avif")				}			

/* Blocks */

.c6LeTC__banner {
  background-color: #0e1120;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 80px;
}

.c6LeTC__banner .c6LeTC__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c6LeTC__banner p {
  max-width: 680px;
}

.c6LeTC__faq .c6LeTC__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  counter-reset: accordion;
}

.c6LeTC__faq .c6LeTC__accordion__item {
  gap: 0;
  padding: 0;
  border-radius: 8px;
  border: 2px solid #7C5FFF;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}

.c6LeTC__faq .c6LeTC__accordion__header {
  cursor: pointer;
  width: 100%;
}

.c6LeTC__faq .c6LeTC__accordion__toggle {
  padding: 24px 56px 24px 24px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: inter;
  font-weight: 700;
  counter-increment: accordion;
}

.c6LeTC__faq .c6LeTC__accordion__toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.7098 8.20998C18.6169 8.11625 18.5063 8.04186 18.3844 7.99109C18.2625 7.94032 18.1318 7.91418 17.9998 7.91418C17.8678 7.91418 17.7371 7.94032 17.6152 7.99109C17.4934 8.04186 17.3828 8.11625 17.2898 8.20998L12.7098 12.79C12.6169 12.8837 12.5063 12.9581 12.3844 13.0089C12.2625 13.0596 12.1318 13.0858 11.9998 13.0858C11.8678 13.0858 11.7371 13.0596 11.6152 13.0089C11.4934 12.9581 11.3828 12.8837 11.2898 12.79L6.70982 8.20998C6.61685 8.11625 6.50625 8.04186 6.38439 7.99109C6.26253 7.94032 6.13183 7.91418 5.99982 7.91418C5.8678 7.91418 5.7371 7.94032 5.61524 7.99109C5.49338 8.04186 5.38278 8.11625 5.28982 8.20998C5.10356 8.39734 4.99902 8.6508 4.99902 8.91498C4.99902 9.17917 5.10356 9.43262 5.28982 9.61998L9.87982 14.21C10.4423 14.7718 11.2048 15.0873 11.9998 15.0873C12.7948 15.0873 13.5573 14.7718 14.1198 14.21L18.7098 9.61998C18.8961 9.43262 19.0006 9.17917 19.0006 8.91498C19.0006 8.6508 18.8961 8.39734 18.7098 8.20998Z' fill='white'/%3E%3C/svg%3E");
}

.c6LeTC__faq .c6LeTC__accordion__toggle::before {
  content: counter(accordion, decimal-leading-zero);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  opacity: 0.7;
}

.c6LeTC__faq .c6LeTC__accordion__item_show .c6LeTC__accordion__toggle::after,
.c6LeTC__faq .c6LeTC__accordion__item_slidedown .c6LeTC__accordion__toggle::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c6LeTC__faq .c6LeTC__accordion__content {
  padding: 16px;
  padding-top: 0;
}

.c6LeTC__faq .c6LeTC__accordion__item:not(.c6LeTC__accordion__item_show) .c6LeTC__accordion__body {
  display: none;
}

.c6LeTC__footer {
  margin-top: auto;
  padding-block: 20px;
  background: #000;
}

.c6LeTC__footer h2 {
  text-transform: none;
  font-family: inter;
}

.c6LeTC__footer a {
  text-decoration: underline;
}

.c6LeTC__footer a:hover {
  opacity: 0.6;
}

.c6LeTC__footer .c6LeTC__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c6LeTC__footer .c6LeTC__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c6LeTC__footer .c6LeTC__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-block: 20px;
}

.c6LeTC__footer .c6LeTC__logos img {
  width: auto;
  max-height: 50px;
}

.c6LeTC__footer .c6LeTC__age {
  width: 40px;
  aspect-ratio: 1;
  background-image: url("/c6LeTC__img/c6LeTC__18-plus.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
}

.c6LeTC__header {
  padding-block: 16px;
  background-color: #0e1120;
}

.c6LeTC__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c6LeTC__header a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.c6LeTC__header a:hover {
  opacity: 0.6;
}

.c6LeTC__header .c6LeTC__age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  font-size: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.75rem);
}

.c6LeTC__header .c6LeTC__age::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  background-image: url("/c6LeTC__img/c6LeTC__18-plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -2px;
}

.c6LeTC__quiz .c6LeTC__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c6LeTC__quiz .c6LeTC__inner {
  border-radius: 16px;
  border: 2px solid #FFD55C;
  background: rgba(24, 24, 24, 0.2);
  backdrop-filter: blur(5px);
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 890px;
}

.c6LeTC__quiz-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 386px;
  margin-inline: auto;
}

.c6LeTC__quiz-step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.c6LeTC__quiz-step.c6LeTC__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c6LeTC__quiz-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(138, 92, 255, 0.45);
  text-transform: uppercase;
  font-weight: 700;
}

.c6LeTC__quiz-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c6LeTC__quiz-option:has(input:checked) {
  background: rgba(138, 92, 255, 0.16);
  border-color: rgba(138, 92, 255, 0.9);
}

.c6LeTC__quiz-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  pointer-events: none;
}

.c6LeTC__quiz-pagination .c6LeTC__quiz-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(124, 95, 255, 0.3);
  display: grid;
  place-items: center;
}

.c6LeTC__quiz-pagination .c6LeTC__quiz-dot.c6LeTC__is-active {
  background: #7C5FFF;
}

.c6LeTC__result__pct {
  text-align: center;
  font-weight: 700;
}

.c6LeTC__result__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.c6LeTC__result__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 63px;
  max-width: 200px;
}

.c6LeTC__top {
  margin-top: -20px;
}

.c6LeTC__top .c6LeTC__top-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 295px));
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.c6LeTC__top .c6LeTC__list-item {
  display: contents;
}

.c6LeTC__top .c6LeTC__article {
  border-radius: 20px;
  border: 2px solid #7C5FFF;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  padding: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
  cursor: default;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  position: relative;
  overflow: hidden;
  will-change: transform;
  min-height: 322px;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
}

.c6LeTC__top .c6LeTC__article > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0.25rem, 0.0769230769rem + 0.7692307692vw, 0.75rem);
}

.c6LeTC__top .c6LeTC__label {
  background: #7557FF;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #FFF;
}

.c6LeTC__top .c6LeTC__img-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.c6LeTC__top .c6LeTC__img-container img:not(.c6LeTC__stars img) {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 63px;
  max-width: 200px;
}

.c6LeTC__top .c6LeTC__rating {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c6LeTC__top .c6LeTC__rating .c6LeTC__bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  max-width: 200px;
}

.c6LeTC__top .c6LeTC__rating img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.c6LeTC__top .c6LeTC__rating .c6LeTC__bar {
  width: 100%;
  height: 5px;
  position: relative;
  z-index: 1;
}

.c6LeTC__top .c6LeTC__rating .c6LeTC__bar::before {
  content: "";
  display: block;
  height: 100%;
  width: calc(var(--fill, 0) * 100%);
  background: #7C5FFF;
  -webkit-transition: width 2s ease-in;
  transition: width 2s ease-in;
}

.c6LeTC__top .c6LeTC__rating .c6LeTC__value {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

.c6LeTC__top .c6LeTC__bonus {
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: #FFF;
}

.c6LeTC__top .c6LeTC__bonus a {
  color: inherit;
}

.c6LeTC__top .c6LeTC__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  grid-column: span 2/span 2;
}

.c6LeTC__top .c6LeTC__online::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/c6LeTC__img/c6LeTC__icon-online.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c6LeTC__top .btn {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.c6LeTC__top .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 70%);
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@media (max-width: 1440px) {
  .c6LeTC__top .c6LeTC__top-list {
    grid-template-columns: repeat(2, minmax(200px, 400px));
    gap: 10px;
  }
}

@media (max-width: 1220px) {
  .c6LeTC__container {
    padding: 0 var(--container-padding-tablet);
    gap: 10px;
  }
}

@media (max-width: 820px) {
  .c6LeTC__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c6LeTC__main section,
  .c6LeTC__main .c6LeTC__section {
    padding-block: 30px;
  }

  .btn {
    padding-inline: 2px;
  }

  .c6LeTC__modal {
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-block: 20px;
  }

  .c6LeTC__modal-content {
    padding: 14px;
    padding-top: 30px;
  }

  .c6LeTC__cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c6LeTC__banner {
    padding-block: 20px;
  }

  .c6LeTC__banner p {
    font-size: 12px;
  }

  .c6LeTC__faq .c6LeTC__accordion__toggle {
    padding: 16px 40px 16px 10px;
    gap: 5px;
  }

  .c6LeTC__faq .c6LeTC__accordion__toggle::after {
    top: 16px;
  }

  .c6LeTC__footer .c6LeTC__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c6LeTC__footer .c6LeTC__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c6LeTC__footer .c6LeTC__logos img {
    max-height: 40px;
  }

  .c6LeTC__header {
    padding-block: 12px;
  }

  .c6LeTC__quiz .c6LeTC__inner {
    padding: 16px;
    gap: 16px;
  }

  .c6LeTC__top .c6LeTC__top-list {
    grid-template-columns: minmax(200px, 400px);
  }

  .c6LeTC__top .c6LeTC__article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    padding-top: 30px;
    min-height: 170px;
  }

  .c6LeTC__top .c6LeTC__img-container img:not(.c6LeTC__stars img) {
    height: 46px;
    max-width: 140px;
  }

  .c6LeTC__top .c6LeTC__rating .c6LeTC__bars {
    gap: 3px;
  }

  .c6LeTC__top .c6LeTC__rating .c6LeTC__bar {
    height: 3px;
  }

  .c6LeTC__top .btn {
    text-wrap: wrap;
    text-align: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
  }
}

@media (hover: hover) {
  .c6LeTC__top .c6LeTC__article:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}