@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
.js_reg_auth {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FDD479;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Inter.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  position: relative;
}

a {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, p, ul, ol, li, a {
  margin: 0;
}

.h1 {
  font-size: 4.8rem;
  line-height: 1.3;
}

.h2 {
  font-size: 3.6rem;
  line-height: 1.3;
}

.h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}

.text--white {
  color: #F9F9F9;
}
.text--black {
  color: #0a0a0a;
}
.text--purple {
  color: #743FA0;
}
.text--purple-light {
  color: #F5EBFF;
}
.text--yellow {
  color: #FDD479;
}
.text.fz-s {
  font-size: 1.2rem;
}
.text.fz-md {
  font-size: 1.4rem;
}
.text.fz-lg {
  font-size: 1.8rem;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.img {
  width: 100%;
  height: auto;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 0 solid transparent;
  box-shadow: inset 0 4px 30px 0 #CB99FF, inset 0 4px 2px 0 #743FA0, 0 4px 6px 0 #662483;
  border-radius: 18px;
  text-decoration: none;
  font-size: 1em;
  color: #F9F9F9;
  background: #743FA0;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #F9F9F9;
  background-color: rgb(102.735426009, 55.7959641256, 141.7040358744);
  text-decoration: none;
}
.btn-about:focus {
  color: #F9F9F9;
  background-color: rgb(102.735426009, 55.7959641256, 141.7040358744);
  text-decoration: none;
}
.btn-about--lg {
  padding: 1em 2em;
  border-radius: 36px;
}

.a {
  transition: all 0.2s ease;
}
.a:hover {
  color: #743FA0;
}
.a:focus {
  color: #743FA0;
}

.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  width: 26px;
  aspect-ratio: 1;
  background-color: #743FA0;
  border: 1px solid #743FA0;
  border-radius: 50%;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  transition-duration: 0.5s;
}
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  width: 8px;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  filter: drop-shadow(0 0 2px rgba(35, 35, 35, 0.4));
}
.checkbox__label {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  user-select: none;
}
.checkbox__label:hover input ~ .checkbox__checkmark {
  border-color: #FDD479;
}
.checkbox__label:hover input ~ .checkbox__checkmark:after {
  background-color: #FDD479;
}
.checkbox__label:hover input:disabled ~ .checkbox__checkmark:after {
  background-color: #F9F9F9;
}
.checkbox__label:hover input:checked ~ .checkbox__checkmark:after {
  background-color: #FDD479;
}
.checkbox__label input:checked ~ .checkbox__checkmark {
  border-color: #FDD479;
}
.checkbox__label input:checked ~ .checkbox__checkmark:after {
  background-color: #FDD479;
}
.checkbox__label input:disabled ~ .checkbox__checkmark {
  border-color: rgb(184.8, 117.3, 255);
}

.alert {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.alert-wrapper {
  padding: 2rem;
  background-color: #F9F9F9;
  box-shadow: inset 0 4px 30px 0 #CB99FF, inset 0 4px 2px 0 #743FA0, 0 4px 6px 0 #662483;
  border-radius: 12px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
}

.honeycomb__cell {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F9F9F9;
  font-size: 1.1rem;
  width: 100%;
  aspect-ratio: 16/13;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  box-shadow: inset 0 4px 48px 0 #CB99FF, inset 0 2px 32px 0 #743FA0;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.1019607843));
  padding: 2rem;
  transition: all 0.5s;
}
.honeycomb__cell.bg-1 {
  background-color: #CB99FF;
}
.honeycomb__cell.bg-2 {
  background-color: #743FA0;
}
.honeycomb__cell.bg-3 {
  background-color: #662483;
}
.honeycomb__cell.bg-4 {
  background-color: #50358C;
}
.honeycomb__cell:empty {
  width: 0;
}
.honeycomb__cell:hover {
  transform: scale(1.1);
}
.honeycomb__item {
  padding: 6px;
  margin-bottom: 6px;
}
.honeycomb__item:nth-child(6n+3) {
  transform: translate(48%, 0);
}
.honeycomb__item:nth-child(6n+4) {
  transform: translate(24%, 54%);
}
.honeycomb__item:nth-child(6n+6) {
  transform: translate(-24%, 54%);
}
.honeycomb__item:nth-child(6n+8) {
  transform: translate(72%, 54%);
}

.animated {
  transition: all 1s ease-in;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
  transition: all 1.8s ease-in;
}

.show-translate-left {
  opacity: 1;
  animation: translateLeft 1.2s ease-in;
}

.show-translate-right {
  opacity: 1;
  animation: translateRight 1.2s ease-in;
}

.show-translate-top {
  opacity: 1;
  animation: translateTop 1.2s ease-in;
}

@keyframes translateLeft {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateRight {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTop {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .honeycomb__item:nth-child(3) {
    transform: translate(89%, 0);
  }
  .honeycomb__item:nth-child(4) {
    transform: translate(-89%, 54%);
  }
  .honeycomb__item:nth-child(5) {
    transform: translate(89%, 105%);
  }
  .honeycomb__item:nth-child(6) {
    transform: translate(-11%, 208%);
  }
  .honeycomb__item:nth-child(8) {
    transform: translate(11%, -50%);
  }
  .honeycomb__item:nth-child(9) {
    transform: translate(-89%, 54%);
  }
  .honeycomb__item:nth-child(10) {
    transform: translate(11%, 54%);
  }
  .honeycomb__item:nth-child(11) {
    transform: translate(-11%, -204%);
  }
  .honeycomb__item:nth-child(12) {
    transform: translate(89%, 3%);
  }
  .honeycomb__item:nth-child(17) {
    transform: translate(11%, -48%);
  }
}

/*# sourceMappingURL=template.css.map */
