@charset "UTF-8";
.data-page-init {
  display: none !important;
}

@media screen and (max-width: 640px) {
  body {
    --size--header_height: 63px;
    --size--footer_height: 68px;
  }
}
@media screen and (min-width: 641px) {
  body {
    --size--header_height: 80px;
    --size--footer_height: 68px;
  }
}

.calc-show {
  display: block !important;
}

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

.calc-overflow_hidden {
  overflow: hidden;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Thin-4a57f553b84bb9206b1340f4f86eef55.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ThinItalic-da35559f541c5b38ac6047d02afa0676.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraLight-5886d3f1cb77887868714fbd5a4d28aa.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraLightItalic-46ea37bc1638345ff2bcd096135b2baa.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Light-405a367cfa10b7e06934447c2d9202bb.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-LightItalic-3933784585581d0561ac9b63a55d41f3.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular-11466e498fb75039b9c1ecf5da6ea76c.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Italic-fec421b96ad4a3bc8b5b73f26cb58e67.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium-42344de287a94fb41e6de7deee4fbf7e.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-MediumItalic-a2a3ed9db00b4debd9eaedc3e7d5db4d.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold-a17aa31308dd658398974d736dd8c002.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBoldItalic-f70c56ba90243a3ad826ae2dfc0f004a.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold-da5f8150f80f47bfa3f5fedefddc2b21.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-BoldItalic-0877423e9d4c354a24438093e5cd6347.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBold-9f87f02ea096796730cb958f60e0a6ed.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBoldItalic-b8389ebdc01e970fe266ba693b2d4c96.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Black-7b2d09022cb026703830f649dfdbca56.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-BlackItalic-5ea3f874cbb74f6e90971727b5545e1b.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Fixture";
  src: url("fonts/FixtureUltra-Black-164d89be7ffa5c8eae0759035f7f4957.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Fixture";
  src: url("fonts/FixtureUltra-SemiBold-23cc6e8489cae2bef108d855eaf16d7c.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
.btn {
  color: #fff;
  background-color: rgb(255, 97, 48);
  padding: 14px 25px 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  min-width: 250px;
  text-align: center;
  cursor: pointer;
}
.btn:not(:disabled):hover {
  box-shadow: 0 4px 4px rgba(255, 97, 48, 0.5);
}
.btn:active {
  background-color: rgb(210, 82, 0);
}
.btn:disabled {
  color: rgba(228, 234, 240, 0.75);
  background-color: rgb(163, 181, 201);
}
.btn_share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn_share:after {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url("/files/images/ui/share-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: rgb(246, 247, 248);
  cursor: pointer;
}
.btn-link:before {
  content: "";
  aspect-ratio: 1;
  background-image: url("/files/images/ui/back-arrow.png");
  width: 16px;
}
@media screen and (max-width: 640px) {
  .btn-link:before {
    margin-right: 0em;
  }
}
@media screen and (min-width: 641px) {
  .btn-link:before {
    margin-right: 0.5em;
  }
}
.btn-underline {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .btn-underline {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 641px) {
  .btn-underline {
    font-size: 18px;
    line-height: 26px;
  }
}
.btn-outline {
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 25px 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  min-width: 250px;
  text-align: center;
  cursor: pointer;
}

.accordion {
  position: relative;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  cursor: pointer;
  border-radius: 12px;
  --transition_duration: 0.75s;
  transition: all var(--transition_duration) ease;
}
@media screen and (max-width: 960px) {
  .accordion:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 961px) {
  .accordion:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.accordion:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.accordion:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.accordion-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: all var(--transition_duration) ease;
  position: relative;
  padding-right: 30px;
}
.accordion-title span {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 24px;
  aspect-ratio: 1;
  transition: all var(--transition_duration) ease;
  transform-origin: center;
}
.accordion-title span svg path {
  transition: all var(--transition_duration) ease;
}
.accordion-content {
  transition: all var(--transition_duration) ease;
  display: grid;
  grid-template-rows: 0fr;
}
.accordion-content-inner {
  overflow: hidden;
  font-size: 13px;
  line-height: 24px;
  color: rgb(0, 0, 0);
}
.accordion-content-inner:before {
  content: "";
  display: block;
  margin-top: 16px;
}
.accordion.opened {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.accordion.opened .accordion-title {
  color: rgb(0, 0, 0);
}
.accordion.opened .accordion-title span {
  transform: rotateX(180deg);
}
.accordion.opened .accordion-title span svg path {
  stroke: rgb(40, 112, 237);
}
.accordion.opened .accordion-content {
  grid-template-rows: 1fr;
}

.carousel {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.carousel-item-thumb {
  cursor: pointer;
}
.carousel-item-img {
  border-radius: 12px;
  aspect-ratio: 390/504;
  width: 100%;
  overflow: hidden;
  background: rgb(163, 181, 201);
  color: transparent;
  overflow: hidden;
}
.carousel-item-img img {
  transition: transform 0.2s ease-in-out;
  max-width: calc(100% + 2px);
  margin: -1px;
}
.carousel-item-title {
  margin-top: 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.carousel-item-subtitle {
  margin-top: 8px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}
.carousel-item-popup-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(40, 112, 237, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px;
  z-index: 10000;
}
.carousel-item-popup-inner {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 960px) {
  .carousel-item-popup-inner {
    position: absolute;
    inset: 0;
  }
}
@media screen and (min-width: 961px) {
  .carousel-item-popup-inner {
    width: 780px;
    min-height: 504px;
    overflow: hidden;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.carousel-item-popup-img {
  position: relative;
}
.carousel-item-popup-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-item-popup-text_wrapper {
  padding: 70px 50px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.carousel-item-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  aspect-ratio: 1;
  background-image: url("/files/images/ui/popup-close.svg");
  background-size: contain;
  cursor: pointer;
}
.carousel-item-popup-title {
  color: rgb(0, 0, 0);
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 4px;
}
.carousel-item-popup-subtitle {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 1em;
}
.carousel-item-popup-text {
  color: rgb(48, 48, 48);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 1em;
}
.carousel-item-popup-button {
  margin-top: auto;
  align-self: center;
}
.carousel-item:hover .carousel-item-img img {
  transform: scale(1.05);
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
@media screen and (max-width: 960px) {
  .popup {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .popup {
    padding: 90px;
  }
}
.popup-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(40, 112, 237, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.popup-inner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .popup-inner {
    padding: 40px 16px;
  }
}
@media screen and (min-width: 961px) {
  .popup-inner {
    width: 780px;
    min-height: 300px;
    padding: 50px;
    border-radius: 16px;
  }
}
.popup-inner--scroll_wrapper {
  overflow: scroll;
}
.popup-close {
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
  background-image: url("/files/images/ui/popup-close.svg");
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .popup-close {
    right: 15px;
    top: 15px;
  }
}
@media screen and (min-width: 961px) {
  .popup-close {
    right: 20px;
    top: 20px;
  }
}
.popup-title {
  color: rgb(0, 0, 0);
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .popup-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 961px) {
  .popup-title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 960px) {
  .popup-share .popup-inner {
    background-color: #E4EAF0;
    position: absolute;
    inset: 0;
  }
}
@media screen and (min-width: 961px) {
  .popup-share .popup-inner {
    background-color: #fff;
    width: 360px;
    min-height: 420px;
    padding: 60px;
  }
}
.popup-share .popup-inner-scroll_wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .popup-share .popup-inner-scroll_wrapper {
    height: 100%;
    overflow: scroll;
  }
}
@media screen and (min-width: 961px) {
  .popup-share .popup-inner-scroll_wrapper {
    align-items: center;
    justify-content: center;
    gap: 33px;
  }
}
@media screen and (max-width: 960px) {
  .popup-share .popup-title {
    color: rgb(48, 48, 48);
  }
}
@media screen and (min-width: 961px) {
  .popup-share .popup-title {
    color: rgb(40, 112, 237);
  }
}
.popup-share_links {
  color: rgb(40, 112, 237);
  display: flex;
}
@media screen and (max-width: 960px) {
  .popup-share_links {
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (min-width: 961px) {
  .popup-share_links {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.popup-share_link {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .popup-share_link {
    text-align: center;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
  }
}
@media screen and (min-width: 961px) {
  .popup-share_link {
    border: 2px solid rgb(228, 234, 240);
    border-radius: 8px;
    text-align: left;
    padding: 12px 24px;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .popup-share_link:hover {
    background-color: rgba(228, 234, 240, 0.5);
  }
}
.popup-share_link:before {
  content: "";
  width: 32px;
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 16px;
  background-color: rgb(40, 112, 237);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.popup-share_link.download:before {
  background-image: url("/files/images/icons/i-download.png");
}
.popup-share_link.copy_link:before {
  background-image: url("/files/images/icons/i-copy.png");
}
.popup-share_link.facebook:before {
  background-image: url("/files/images/icons/i-facebook.png");
}
.popup-share_link.copy_link-ready {
  color: rgb(12, 180, 63);
}
.popup-share_link.copy_link-ready:before {
  background-image: url("/files/images/icons/share-copy_link-ready.svg");
  background-size: 32px;
  background-color: transparent;
}
.popup-share_link.native:before {
  background-image: url("/files/images/icons/share-copy_link.svg");
}
@media screen and (max-width: 640px) {
  .popup-share_link.copy_link, .popup-share_link.facebook {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .popup-share_link.native {
    display: none;
  }
}
.popup-share_link.disabled {
  cursor: not-allowed;
}
@media screen and (max-width: 960px) {
  .popup-share-snapshot {
    height: 65svh;
    position: relative;
  }
  .popup-share-snapshot img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 961px) {
  .popup-share-snapshot {
    display: none;
  }
}
.popup-share-nsfw_text {
  color: rgb(210, 82, 0);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin: 10px auto;
}
.popup-share .loading-indicator {
  position: absolute;
  background-color: rgba(40, 112, 237, 0.4);
}

.bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 1.2s ease-in-out;
}
@media screen and (max-width: 960px) {
  .bg {
    --size: var(--bg-size-mobile, 720px);
  }
}
@media screen and (min-width: 961px) {
  .bg {
    --size: var(--bg-size-desktop, 1620px);
  }
}
.bg_mask {
  width: var(--size);
  aspect-ratio: 1;
  position: absolute;
  transform-origin: center;
  transition: all 1.2s ease-in-out;
}
@media screen and (max-width: 960px) {
  .bg_mask--left {
    left: calc(50% - (1 + 0.5) * var(--size));
    bottom: calc(-1 * 0.5 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  .bg_mask--left {
    left: calc(50% - (1 + 0.5) * var(--size));
    bottom: calc(-1 * 0.75 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  .bg_mask--right {
    right: calc(50% - (1 + 0.5) * var(--size));
    top: calc(-1 * 0.5 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  .bg_mask--right {
    right: calc(50% - (1 + 0.4) * var(--size));
    top: calc(-1 * 1 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
.bg_mask--inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  opacity: 0;
  animation: fadeInOpacity 1.2s ease-in-out forwards;
}
.bg_mask--inner.old_mask {
  animation: fadeOutOpacity 1.2s ease-in-out forwards;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0.5;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body[data-state=homepage] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(40, 112, 237) !important;
}

.bg_mask--left .bg_mask--inner[data-state=homepage] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=homepage] {
  background-image: url("/files/images/bg/bg-corona-orange.png");
}

.bg_mask--center .bg_mask--inner[data-state=homepage] {
  background-image: url("/files/images/bg/bg-corona-aubergine.png");
}

@media screen and (max-width: 960px) {
  [data-state=homepage] .bg_mask--left {
    left: calc(50% - (1 + -0.05) * var(--size));
    bottom: calc(-1 * 0.1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=homepage] .bg_mask--left {
    left: calc(50% - (1 + 0.1) * var(--size));
    bottom: calc(-1 * -0.05 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=homepage] .bg_mask--right {
    right: calc(50% - (1 + -0.2) * var(--size));
    top: calc(-1 * 0.6 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=homepage] .bg_mask--right {
    right: calc(50% - (1 + 0.05) * var(--size));
    top: calc(-1 * 0.55 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=homepage] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 0.65 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=homepage] .bg_mask--center {
    left: calc(50% - (1 + -0.35) * var(--size));
    bottom: calc(-1 * 0.8 * var(--size));
  }
}

body[data-state=question-aubergine] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(114, 28, 122) !important;
}

.bg_mask--left .bg_mask--inner[data-state=question-aubergine] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=question-aubergine] {
  background-image: url("/files/images/bg/bg-corona-orange.png");
}

.bg_mask--center .bg_mask--inner[data-state=question-aubergine] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=question-aubergine] .bg_mask--left {
    left: calc(50% - (1 + -0.1) * var(--size));
    bottom: calc(-1 * 0.4 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-aubergine] .bg_mask--left {
    left: calc(50% - (1 + 0.05) * var(--size));
    bottom: calc(-1 * 0.45 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-aubergine] .bg_mask--right {
    right: calc(50% - (1 + -0.1) * var(--size));
    top: calc(-1 * 0.15 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-aubergine] .bg_mask--right {
    right: calc(50% - (1 + 0.15) * var(--size));
    top: calc(-1 * 0.35 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-aubergine] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-aubergine] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=question-pink] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(226, 74, 120) !important;
}

.bg_mask--left .bg_mask--inner[data-state=question-pink] {
  background-image: url("/files/images/bg/bg-corona-aubergine.png");
}

.bg_mask--right .bg_mask--inner[data-state=question-pink] {
  background-image: url("/files/images/bg/bg-corona-bright_blue.png");
}

.bg_mask--center .bg_mask--inner[data-state=question-pink] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=question-pink] .bg_mask--left {
    left: calc(50% - (1 + -0.15) * var(--size));
    bottom: calc(-1 * 0.4 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-pink] .bg_mask--left {
    left: calc(50% - (1 + -0.05) * var(--size));
    bottom: calc(-1 * 0.55 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-pink] .bg_mask--right {
    right: calc(50% - (1 + -0.3) * var(--size));
    top: calc(-1 * 0.55 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-pink] .bg_mask--right {
    right: calc(50% - (1 + -0.05) * var(--size));
    top: calc(-1 * 0.5 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-pink] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-pink] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=question-bright_blue] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(40, 112, 237) !important;
}

.bg_mask--left .bg_mask--inner[data-state=question-bright_blue] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=question-bright_blue] {
  background-image: url("/files/images/bg/bg-corona-orange.png");
}

.bg_mask--center .bg_mask--inner[data-state=question-bright_blue] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=question-bright_blue] .bg_mask--left {
    left: calc(50% - (1 + -0.15) * var(--size));
    bottom: calc(-1 * 0.4 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-bright_blue] .bg_mask--left {
    left: calc(50% - (1 + 0.05) * var(--size));
    bottom: calc(-1 * 0.45 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-bright_blue] .bg_mask--right {
    right: calc(50% - (1 + -0.075) * var(--size));
    top: calc(-1 * 0.4 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-bright_blue] .bg_mask--right {
    right: calc(50% - (1 + 0.15) * var(--size));
    top: calc(-1 * 0.35 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-bright_blue] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-bright_blue] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=question-teal] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(2, 163, 164) !important;
}

.bg_mask--left .bg_mask--inner[data-state=question-teal] {
  background-image: url("/files/images/bg/bg-corona-aubergine.png");
}

.bg_mask--right .bg_mask--inner[data-state=question-teal] {
  background-image: url("/files/images/bg/bg-corona-bright_blue.png");
}

.bg_mask--center .bg_mask--inner[data-state=question-teal] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=question-teal] .bg_mask--left {
    left: calc(50% - (1 + -0.05) * var(--size));
    bottom: calc(-1 * 0.25 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-teal] .bg_mask--left {
    left: calc(50% - (1 + 0.1) * var(--size));
    bottom: calc(-1 * 0.55 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-teal] .bg_mask--right {
    right: calc(50% - (1 + -0.075) * var(--size));
    top: calc(-1 * 0.15 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-teal] .bg_mask--right {
    right: calc(50% - (1 + 0.1) * var(--size));
    top: calc(-1 * 0.25 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=question-teal] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=question-teal] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=result-counting] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(114, 28, 122) !important;
}

.bg_mask--left .bg_mask--inner[data-state=result-counting] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=result-counting] {
  background-image: url("/files/images/bg/bg-corona-orange.png");
}

.bg_mask--center .bg_mask--inner[data-state=result-counting] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=result-counting] .bg_mask--left {
    left: calc(50% - (1 + -0.15) * var(--size));
    bottom: calc(-1 * 0.55 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=result-counting] .bg_mask--left {
    left: calc(50% - (1 + 0.05) * var(--size));
    bottom: calc(-1 * 0.65 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=result-counting] .bg_mask--right {
    right: calc(50% - (1 + -0.05) * var(--size));
    top: calc(-1 * 0.35 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=result-counting] .bg_mask--right {
    right: calc(50% - (1 + 0.15) * var(--size));
    top: calc(-1 * 0.55 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=result-counting] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=result-counting] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=result-final] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(114, 28, 122) !important;
}

.bg_mask--left .bg_mask--inner[data-state=result-final] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=result-final] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--center .bg_mask--inner[data-state=result-final] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=result-final] .bg_mask--left {
    left: calc(50% - (1 + -0.35) * var(--size));
    bottom: calc(-1 * 0.7 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=result-final] .bg_mask--left {
    left: calc(50% - (1 + 0.05) * var(--size));
    bottom: calc(-1 * 0.55 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=result-final] .bg_mask--right {
    right: calc(50% - (1 + 0.5) * var(--size));
    top: calc(-1 * 0.5 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=result-final] .bg_mask--right {
    right: calc(50% - (1 + 0.15) * var(--size));
    top: calc(-1 * 0.45 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=result-final] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=result-final] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=name] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(114, 28, 122) !important;
}

.bg_mask--left .bg_mask--inner[data-state=name] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=name] {
  background-image: url("/files/images/bg/bg-corona-orange.png");
}

.bg_mask--center .bg_mask--inner[data-state=name] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=name] .bg_mask--left {
    left: calc(50% - (1 + -0.4) * var(--size));
    bottom: calc(-1 * 0.65 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=name] .bg_mask--left {
    left: calc(50% - (1 + 0.15) * var(--size));
    bottom: calc(-1 * 0.65 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=name] .bg_mask--right {
    right: calc(50% - (1 + -0.4) * var(--size));
    top: calc(-1 * 0.65 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=name] .bg_mask--right {
    right: calc(50% - (1 + 0.05) * var(--size));
    top: calc(-1 * 0.5 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=name] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=name] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=dashboard] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(40, 112, 237) !important;
}

.bg_mask--left .bg_mask--inner[data-state=dashboard] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=dashboard] {
  background-image: url("/files/images/bg/bg-corona-aubergine.png");
}

.bg_mask--center .bg_mask--inner[data-state=dashboard] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=dashboard] .bg_mask--left {
    left: calc(50% - (1 + 0.15) * var(--size));
    bottom: calc(-1 * 1.5 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=dashboard] .bg_mask--left {
    left: calc(50% - (1 + 0.15) * var(--size));
    bottom: calc(-1 * 0.65 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=dashboard] .bg_mask--right {
    right: calc(50% - (1 + 0.05) * var(--size));
    top: calc(-1 * -0.5 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=dashboard] .bg_mask--right {
    right: calc(50% - (1 + 0.15) * var(--size));
    top: calc(-1 * 0 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=dashboard] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=dashboard] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body[data-state=photo] {
  transition: all 1.2s ease-in-out;
  background-color: rgb(40, 112, 237) !important;
}

.bg_mask--left .bg_mask--inner[data-state=photo] {
  background-image: url("/files/images/bg/bg-corona-pink.png");
}

.bg_mask--right .bg_mask--inner[data-state=photo] {
  background-image: url("/files/images/bg/bg-corona-aubergine.png");
}

.bg_mask--center .bg_mask--inner[data-state=photo] {
  /* background-image: url("/files/images/bg/"); */
}

@media screen and (max-width: 960px) {
  [data-state=photo] .bg_mask--left {
    left: calc(50% - (1 + -0.15) * var(--size));
    bottom: calc(-1 * 0.35 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=photo] .bg_mask--left {
    left: calc(50% - (1 + 0.15) * var(--size));
    bottom: calc(-1 * 0.65 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=photo] .bg_mask--right {
    right: calc(50% - (1 + -0.05) * var(--size));
    top: calc(-1 * 0.1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=photo] .bg_mask--right {
    right: calc(50% - (1 + 0.15) * var(--size));
    top: calc(-1 * 0 * var(--size));
  }
}
@media screen and (max-width: 960px) {
  [data-state=photo] .bg_mask--center {
    left: calc(50% - (1 + -1) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}
@media screen and (min-width: 961px) {
  [data-state=photo] .bg_mask--center {
    left: calc(50% - (1 + -0.65) * var(--size));
    bottom: calc(-1 * 1 * var(--size));
  }
}

body {
  font-family: "Inter", sans-serif;
  position: relative;
  background-color: rgb(40, 112, 237) !important;
}

.calc-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
}
.calc-wrapper.with_header {
  padding-top: var(--size--header_height);
}
.calc-wrapper.with_footer {
  padding-bottom: var(--size--footer_height);
}

.header {
  position: absolute;
  top: 0;
  height: var(--size--header_height);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.header--logo {
  z-index: 11;
}
.header_control {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--bck_btn {
  position: absolute;
}
@media screen and (max-width: 640px) {
  .header--bck_btn {
    left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .header--bck_btn {
    left: 41px;
  }
}
.header--percentage {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  color: rgb(246, 247, 248);
}
@media screen and (max-width: 640px) {
  .header--percentage {
    right: 20px;
  }
}
@media screen and (min-width: 641px) {
  .header--percentage {
    right: 41px;
  }
}
.header--progress_bar {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  --progress: 0%;
  height: 4px;
}
@media screen and (max-width: 640px) {
  .header--progress_bar {
    left: 20px;
    right: 20px;
    bottom: -8px;
  }
}
@media screen and (min-width: 641px) {
  .header--progress_bar {
    left: 25px;
    right: 25px;
    bottom: 0;
  }
}
.header--progress_bar span {
  transition: width 0.3s ease;
  display: block;
  height: 100%;
  width: var(--progress);
  border-radius: 2px;
  background-color: #fff;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .main {
    width: 100%;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 641px) {
  .main {
    max-width: 1320px;
    width: 100%;
    padding: 40px 80px;
  }
}

.footer--text {
  position: absolute;
  bottom: 26px;
  left: 16px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  z-index: 100;
}
.footer--help {
  position: absolute;
  bottom: 12px;
  right: 16px;
  z-index: 1000;
}
.footer--help--icon {
  position: relative;
  width: 46px;
  aspect-ratio: 1;
  z-index: 100;
  cursor: pointer;
  background-image: url("/files/images/ui/cookie-info.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer--help--icon.active {
  background-image: url("/files/images/ui/cookie-info-close.svg");
}
.footer--help--icon.active + .footer--help--popup {
  display: block;
}
.footer--help--popup {
  display: none;
}
.footer--help--popup--overlay {
  position: fixed;
  inset: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.footer--help--popup--content {
  position: absolute;
  right: 20px;
  bottom: 50px;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .footer--help--popup--content {
    width: 200px;
  }
}
@media screen and (min-width: 641px) {
  .footer--help--popup--content {
    width: 210px;
  }
}
.footer--help--popup--content a {
  color: rgb(48, 48, 48);
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .footer--help--popup--content a {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (min-width: 641px) {
  .footer--help--popup--content a {
    font-size: 14px;
    line-height: 17px;
  }
}

.error--title {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 200;
  letter-spacing: -1px;
}
@media screen and (max-width: 640px) {
  .error--title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .error--title {
    font-size: 90px;
    margin-bottom: 30px;
  }
}
.error--text {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2em;
}

.homepage--title_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .homepage--title_wrapper {
    margin-top: 60px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 641px) {
  .homepage--title_wrapper {
    width: 750px;
    height: 230px;
  }
  .homepage--title_wrapper img {
    width: 443px;
  }
}
.homepage--title_wrapper .star {
  position: absolute;
  aspect-ratio: 1/1;
}
.homepage--title_wrapper .star svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .homepage--title_wrapper .star-1 {
    top: -16px;
    width: 16px;
    left: 16px;
  }
}
@media screen and (min-width: 641px) {
  .homepage--title_wrapper .star-1 {
    top: 0;
    width: 27px;
    left: 27px;
  }
}
.homepage--title_wrapper .star-2 svg path {
  filL: rgb(226, 74, 120);
}
@media screen and (max-width: 640px) {
  .homepage--title_wrapper .star-2 {
    top: -20px;
    width: 24px;
    right: -15px;
  }
}
@media screen and (min-width: 641px) {
  .homepage--title_wrapper .star-2 {
    top: 0;
    width: 40px;
    right: 0;
  }
}
.homepage--title_wrapper .star-3 svg path {
  filL: rgb(12, 180, 63);
}
@media screen and (max-width: 640px) {
  .homepage--title_wrapper .star-3 {
    bottom: 0;
    width: 16px;
    left: 46px;
  }
}
@media screen and (min-width: 641px) {
  .homepage--title_wrapper .star-3 {
    bottom: 10px;
    width: 27px;
    left: 90px;
  }
}
.homepage--title_wrapper .star-4 svg path {
  filL: rgb(255, 97, 48);
}
@media screen and (max-width: 640px) {
  .homepage--title_wrapper .star-4 {
    bottom: -35px;
    width: 24px;
    left: -21px;
  }
}
@media screen and (min-width: 641px) {
  .homepage--title_wrapper .star-4 {
    display: none;
  }
}
.homepage--title img {
  display: inline-block;
}
.homepage--text {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .homepage--text {
    max-width: 300px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 641px) {
  .homepage--text {
    max-width: 700px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 23px;
  }
}
.homepage--text p {
  text-align: center;
}

[data-page=homepage] main {
  padding-bottom: 0;
}
@media screen and (min-width: 641px) {
  [data-page=homepage] main {
    padding-top: 0;
    margin-top: -24px;
  }
}
[data-page=homepage] .header_control {
  display: none !important;
}

.question--text {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .question--text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 641px) {
  .question--text {
    font-weight: 700;
    max-width: 686px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 80px;
  }
}
.question--text h2 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.question form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.question--answers {
  width: 100%;
  display: grid;
}
@media screen and (max-width: 640px) {
  .question--answers {
    gap: 20px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 641px) {
  .question--answers {
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .question--answers-one_column {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 641px) {
  .question--answers-one_column {
    max-width: 640px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .question--answers-two_columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 641px) {
  .question--answers-two_columns {
    max-width: 920px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.question--answers-two_columns[data-answercounts="2"] {
  max-width: 430px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.question--answer input {
  display: none;
}
.question--answer input:checked + label {
  background-color: #fff;
  color: rgb(40, 112, 237);
}
.question--answer input:not(.clicked):disabled + label {
  cursor: initial;
}
.question--answer input:not(.clicked):disabled + label:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.question--answer input:not(.clicked):disabled + label:active {
  transform: scale(1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.question--answer--label {
  position: relative;
  display: flex;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .question--answer--label {
    font-size: var(--custom-font-size, 16px);
    line-height: 21px;
  }
  .question--answer--label:not(:has(img)) {
    padding: 20px;
  }
}
@media screen and (min-width: 641px) {
  .question--answer--label {
    font-size: 18px;
    font-size: calc(var(--custom-font-size, 16px) * 18 / 16);
    line-height: 26px;
  }
  .question--answer--label:not(:has(img)) {
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  .question--answer--label-one_column {
    min-height: 65px;
  }
}
@media screen and (min-width: 641px) {
  .question--answer--label-one_column {
    min-height: 100px;
  }
}
.question--answer--label-two_columns {
  aspect-ratio: 1;
}
.question--answer--label:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.question--answer--label:active {
  transform: scale(0.98);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.question--answer--label:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.result--title {
  color: #fff;
  font-weight: 700;
  z-index: 100;
  text-align: center;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 640px) {
  .result--title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 220px;
  }
}
@media screen and (min-width: 641px) {
  .result--title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 641px) {
  .result--title.final {
    transform: scale(1.2);
  }
}
.result form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.result--widget {
  position: relative;
  --result-animation-duration-start: 4000ms;
  --result-animation-duration-end: 1000ms;
  --result-animation-duration-final: calc(var(--result-animation-duration-start) + var(--result-animation-duration-end));
  max-width: 360px;
  min-height: 290px;
  margin: 0 auto 24px;
}
.result--widget.hide-counting .result--counting_wrapper {
  animation: opacityBeforeEnd var(--result-animation-duration-end) ease-in;
}
.result--widget.show-result .result--counting_wrapper {
  opacity: 0;
}
.result--widget.show-result .result--final_wrapper {
  opacity: 1;
  animation: bounceScale 0.5s ease-out;
}
.result--widget.show-result .result--final {
  animation: bounceScale 0.5s ease-out;
}
.result--counting_wrapper {
  opacity: 1;
}
.result--counting--age {
  width: 250px;
  height: 170px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-bottom: 24px;
}
.result--counting--age--spinner {
  display: grid;
  grid-template-columns: 1fr;
  padding: 30px 0;
  transform: translateY(0);
  transition: all var(--result-animation-duration-final) linear;
}
.result--counting--age--spinner.start-counter {
  transform: translateY(calc(-100% + 170px));
}
.result--counting--age--spinner span {
  text-align: center;
  color: #fff;
  font-size: 120px;
  line-height: 110px;
  font-weight: 200;
  letter-spacing: -1px;
}
.result--counting--claims li {
  color: #fff;
  position: relative;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 28px;
}
@media screen and (max-width: 640px) {
  .result--counting--claims li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 641px) {
  .result--counting--claims li {
    font-size: 18px;
    line-height: 26px;
  }
}
.result--counting--claims li .star {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  aspect-ratio: 1;
}
.result--counting--claims li .star svg path {
  transform-origin: center;
}
.result--counting--claims li:nth-child(1) .star svg path {
  animation: animation-star-1 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
.result--counting--claims li:nth-child(2) .star svg path {
  animation: animation-star-2 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
.result--counting--claims li:nth-child(3) .star svg path {
  animation: animation-star-3 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
.result--final {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .result--final {
    margin-top: -30px;
  }
}
@media screen and (min-width: 641px) {
  .result--final {
    margin-top: -55px;
  }
}
.result--final_wrapper {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.result--final:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 1;
  transform: translate3d(-50%, -50%, 0);
  background-image: url("/files/images/bg/corona-orange.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .result--final:before {
    width: 420px;
  }
}
@media screen and (min-width: 641px) {
  .result--final:before {
    width: 512px;
  }
}
.result--final:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/files/images/ui/results-stars.png");
  background-repeat: no-repeat;
  background-position: center 75%;
}
@media screen and (max-width: 640px) {
  .result--final:after {
    background-size: 80%;
  }
}
@media screen and (min-width: 641px) {
  .result--final:after {
    background-size: 100%;
  }
}
.result--final span {
  color: #fff;
  font-family: Fixture;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .result--final span {
    font-size: 120px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  .result--final span {
    font-size: 140px;
    margin-bottom: 20px;
  }
}
.result--btn_submit {
  z-index: 1;
  background-color: #fff;
  color: rgb(40, 112, 237);
}
.result--btn_submit.btn:not(:disabled):hover {
  box-shadow: 0 4px 4px rgba(228, 234, 240, 0.5);
}

[data-page=result] .header--percentage,
[data-page=result] .header--progress_bar {
  display: none !important;
}

@keyframes animation-star-1 {
  0% {
    fill: rgb(255, 176, 152);
    transform: scale(0.75) rotate(45deg);
  }
  16.67% {
    fill: rgb(255, 97, 48);
    transform: scale(1) rotate(90deg);
  }
  33.33% {
    fill: rgb(255, 97, 48);
    transform: scale(1) rotate(90deg);
  }
  50% {
    fill: rgb(255, 176, 152);
    transform: scale(0.75) rotate(135deg);
  }
  66.67% {
    fill: #fff;
    transform: scale(1) rotate(180deg);
  }
  83.33% {
    fill: #fff;
    transform: scale(1) rotate(180deg);
  }
  100% {
    fill: rgb(255, 176, 152);
    transform: scale(1) rotate(225deg);
  }
}
@keyframes animation-star-2 {
  0% {
    fill: #fff;
    transform: scale(1) rotate(0);
  }
  16.67% {
    fill: rgb(255, 176, 152);
    transform: scale(0.75) rotate(45deg);
  }
  33.33% {
    fill: rgb(255, 176, 152);
    transform: scale(1) rotate(90deg);
  }
  50% {
    fill: rgb(255, 97, 48);
    transform: scale(1) rotate(90deg);
  }
  66.67% {
    fill: rgb(255, 176, 152);
    transform: scale(0.75) rotate(135deg);
  }
  83.33% {
    fill: #fff;
    transform: scale(1) rotate(180deg);
  }
  100% {
    fill: #fff;
    transform: scale(1) rotate(180deg);
  }
}
@keyframes animation-star-3 {
  0% {
    fill: rgb(255, 97, 48);
    transform: scale(1) rotate(90deg);
  }
  16.67% {
    fill: rgb(255, 97, 48);
    transform: scale(1) rotate(90deg);
  }
  33.33% {
    fill: rgb(255, 176, 152);
    transform: scale(0.75) rotate(135deg);
  }
  50% {
    fill: #fff;
    transform: scale(1) rotate(180);
  }
  66.67% {
    fill: #fff;
    transform: scale(1) rotate(180);
  }
  83.33% {
    fill: rgb(255, 176, 152);
    transform: scale(0.75) rotate(225deg);
  }
  100% {
    fill: rgb(255, 97, 48);
    transform: scale(1) rotate(270deg);
  }
}
@keyframes bounceScale {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes opacityBeforeEnd {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.name form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .name form {
    max-width: 640px;
  }
}
.name--title {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .name--title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 641px) {
  .name--title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 31px;
  }
}
.name--text {
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .name--text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  .name--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 60px;
  }
}
.name--text p {
  text-align: center;
}
.name--form_item {
  margin-bottom: 60px;
  position: relative;
}
.name--form_item input {
  width: 100%;
  outline: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.name--form_item .pseudo-cursor.active {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  animation: blink 1s infinite;
}
.name--form_item .form--error {
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
  color: rgb(255, 97, 48);
  font-weight: 200;
  transform: translateY(100%);
}
.name--captcha_error {
  text-align: center;
  color: rgb(255, 97, 48);
  line-height: 1.1;
  font-weight: 200;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  .name--btn_submit {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .name--btn_submit {
    margin-bottom: 45px;
  }
}

[data-page=name] .header--percentage,
[data-page=name] .header--progress_bar {
  display: none !important;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.dashboard-main {
  width: 100%;
  display: grid;
}
@media screen and (max-width: 960px) {
  .dashboard-main {
    grid-template-columns: 100%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 961px) {
  .dashboard-main {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 960px) {
  .dashboard--left_wrapper {
    background-color: rgb(40, 112, 237);
    padding: 8px 0 30px;
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .dashboard--left_wrapper {
    background-color: rgb(229, 234, 240);
    height: calc(100svh - var(--size--header_height));
    overflow-y: auto;
    position: fixed;
    width: 50%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .dashboard--left_wrapper {
    padding: 53px 20px 60px;
  }
}
@media screen and (min-width: 1281px) {
  .dashboard--left_wrapper {
    padding: 53px 140px 60px;
  }
}
@media screen and (max-width: 960px) {
  .dashboard--right_wrapper {
    display: none;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 961px) {
  .dashboard--right_wrapper {
    grid-column: 2/2;
  }
}
.dashboard--btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .dashboard--btn-wrapper {
    margin-top: 30px;
    padding: 0 16px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 155px;
    width: 100%;
    background-color: rgb(40, 112, 237);
  }
  .dashboard--btn-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    transform: translateY(-100%);
    background-color: rgb(40, 112, 237);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(40, 112, 237) 100%);
  }
}
@media screen and (min-width: 961px) {
  .dashboard--btn-wrapper {
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .dashboard--btn_details {
    margin-top: 18px;
  }
}
@media screen and (min-width: 961px) {
  .dashboard--btn_details {
    display: none !important;
  }
}
.dashboard--widget {
  background-color: rgb(40, 112, 237);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  color: #fff;
  max-width: 355px;
}
@media screen and (max-width: 960px) {
  .dashboard--widget {
    padding: 16px 16px 180px;
  }
}
@media screen and (min-width: 961px) {
  .dashboard--widget {
    padding: 16px;
  }
}
.dashboard--widget_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard--widget--name_box {
  grid-column: 1/4;
  grid-row: 1;
  border-radius: 12px;
  padding: 12px;
  background-color: rgb(2, 163, 164);
}
.dashboard--widget--name_box--title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
}
.dashboard--widget--name_box--emojis {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.dashboard--widget--age_box {
  grid-column: 4/7;
  grid-row: 1;
  border-radius: 12px;
  padding: 12px;
  background-color: rgb(226, 74, 120);
  text-align: center;
}
.dashboard--widget--age_box--label {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
.dashboard--widget--age_box--text {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.dashboard--widget--avatar_box {
  grid-column: 1/7;
  grid-row: 2;
  border-radius: 12px;
  aspect-ratio: 323/256;
  overflow: hidden;
  position: relative;
}
.dashboard--widget--avatar_box--loading {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard--widget--avatar_box--select {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  background-color: rgba(6, 78, 161, 0.5);
  border-radius: 12px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgba(6, 78, 161, 1)' stroke-width='6' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 20px;
}
.dashboard--widget--avatar_box--select_label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}
.dashboard--widget--avatar_box--select_boxes {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
}
.dashboard--widget--avatar_box--select_box_divider {
  background: linear-gradient(180deg, rgba(6, 78, 161, 0) 0%, #064EA1 20%, #064EA1 80%, rgba(6, 78, 161, 0) 100%);
}
.dashboard--widget--avatar_box--select_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.dashboard--widget--avatar_box--select_box span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.dashboard--widget--avatar_box--img_wrapper {
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 961px) {
  .dashboard--widget--avatar_box--img_wrapper {
    display: block !important;
  }
}
.dashboard--widget--avatar_box--img_wrapper img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.dashboard--widget--avatar_box--img_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
}
.dashboard--widget--avatar_box--img_wrapper--control {
  position: absolute;
  z-index: 10;
  display: flex;
  gap: 8px;
  top: 8px;
  right: 8px;
  padding: 6px 12px;
  background-color: #fff;
  color: rgb(40, 112, 237);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}
.dashboard--widget--avatar_box--img_wrapper--control:before {
  content: "";
  width: 17px;
  background-image: url("/files/images/icons/widget-remove_img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 640px) {
  .dashboard--widget--avatar_box--img_wrapper--control {
    display: none;
  }
}
.dashboard--widget--avatar_box--hash {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  z-index: 10;
}
.dashboard--widget--list_box {
  grid-column: 1/5;
  grid-row: 3;
  border-radius: 12px;
  padding: 12px;
  background-color: rgb(12, 180, 63);
}
.dashboard--widget--list_box ul li {
  font-size: 14px;
  line-height: 17px;
  padding-left: 0.85em;
  position: relative;
}
.dashboard--widget--list_box ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
}
.dashboard--widget--list_box ul li:not(:last-child) {
  margin-bottom: 4px;
}
.dashboard--widget--claim_box {
  grid-column: 1/5;
  grid-row: 4;
  border-radius: 12px;
  padding: 12px;
  background-color: rgb(36, 83, 117);
}
.dashboard--widget--claim_box p {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  font-weight: 600;
}
.dashboard--widget--risk_box {
  grid-column: 5/7;
  grid-row: 3/5;
  border-radius: 12px;
  padding: 12px;
  background-color: rgb(114, 28, 122);
  text-align: center;
  min-height: 170px;
}
.dashboard--widget--risk_box--label {
  margin: 8px auto 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.dashboard--widget--risk_box--chart {
  max-width: 66px;
  margin: 0 auto;
  position: relative;
}
.dashboard--widget--risk_box--chart[data-risk="1"] path:nth-child(-n+1) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="2"] path:nth-child(-n+2) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="3"] path:nth-child(-n+3) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="4"] path:nth-child(-n+4) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="5"] path:nth-child(-n+5) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="6"] path:nth-child(-n+6) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="7"] path:nth-child(-n+7) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="8"] path:nth-child(-n+8) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="9"] path:nth-child(-n+9) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart[data-risk="10"] path:nth-child(-n+10) {
  opacity: 1;
}
.dashboard--widget--risk_box--chart span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}
.dashboard--widget--logo {
  display: none;
}
.dashboard--widget.getting-snapped {
  border-radius: 0;
  padding: 60px 30px 30px;
  max-width: 360px;
}
.dashboard--widget.getting-snapped .dashboard--widget--avatar_box--img_wrapper--control {
  display: none !important;
}
.dashboard--widget.getting-snapped .dashboard--widget--logo {
  display: flex;
  grid-column: 1/7;
  justify-content: center;
  padding-top: 10px;
}
.dashboard--widget.getting-snapped .dashboard--widget--logo img {
  width: 100px;
}
.dashboard--profile {
  margin-right: auto;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .dashboard--profile {
    padding: 8px 24px 20px;
  }
}
@media screen and (min-width: 961px) {
  .dashboard--profile {
    max-width: 640px;
    padding: 130px 0 90px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .dashboard--profile--summary {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 961px) {
  .dashboard--profile--summary {
    padding: 0 45px;
    margin-bottom: 90px;
  }
}
.dashboard--profile--summary--title-desktop {
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 28px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 960px) {
  .dashboard--profile--summary--title-desktop {
    display: none;
  }
}
.dashboard--profile--summary--title-mobile {
  padding: 10px 18px;
  background-color: rgb(226, 74, 120);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
}
@media screen and (min-width: 961px) {
  .dashboard--profile--summary--title-mobile {
    display: none;
  }
}
.dashboard--profile--summary--title-mobile--left {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.dashboard--profile--summary--title-mobile--right {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.dashboard--profile--summary--title-mobile--age {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.dashboard--profile--summary--title-mobile--age_label {
  font-size: 24px;
}
.dashboard--profile--summary--text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .dashboard--profile--suggestions {
    padding: 0 20px;
  }
}
.dashboard--profile--suggestions--title {
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 960px) {
  .dashboard--profile--suggestions--title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 961px) {
  .dashboard--profile--suggestions--title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 46px;
  }
}
.dashboard--profile--suggestions--section:not(:last-child) {
  margin-bottom: 80px;
}
.dashboard--profile--suggestions--section--logo {
  margin-bottom: 16px;
}
.dashboard--profile--suggestions--section--subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dashboard--profile--suggestions--section iframe {
  outline: none !important;
}
.dashboard--profile--share_wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 95px;
  width: 100%;
  padding-top: 10px;
  background-color: rgb(40, 112, 237);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 641px) {
  .dashboard--profile--share_wrapper {
    display: none;
  }
}
.dashboard--profile--share_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  transform: translateY(-100%);
  background-color: rgb(40, 112, 237);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(40, 112, 237) 100%);
}

[data-page=dashboard] .header--percentage,
[data-page=dashboard] .header--progress_bar,
[data-page=dashboard] .dashboard--btn_startover {
  display: none !important;
}

[data-page=dashboard-share] .header_control,
[data-page=dashboard-share] .dashboard--btn_share {
  display: none !important;
}
[data-page=dashboard-share] .dashboard--widget--avatar_box--img_wrapper--control {
  display: none;
}

[data-page=dashboard] .dashboard--btn-wrapper.data-page-init,
[data-page=dashboard-share] .dashboard--btn-wrapper.data-page-init {
  display: flex !important;
}
@media screen and (max-width: 960px) {
  [data-page=dashboard] .header,
  [data-page=dashboard-share] .header {
    background-color: rgb(40, 112, 237);
  }
  [data-page=dashboard] .footer,
  [data-page=dashboard-share] .footer {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  [data-page=dashboard] .header,
  [data-page=dashboard-share] .header {
    position: fixed;
  }
  [data-page=dashboard] .header.scrolled,
  [data-page=dashboard-share] .header.scrolled {
    background-color: rgb(40, 112, 237);
  }
  [data-page=dashboard] .header.scrolled:after,
  [data-page=dashboard-share] .header.scrolled:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 75px;
    transform: translateY(100%);
    background-color: rgb(40, 112, 237);
    background: linear-gradient(180deg, rgb(40, 112, 237) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.photo form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.photo--camera {
  position: fixed;
  inset: 0;
}
.photo--camera--inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 24px;
  color: #fff;
}
.photo--camera--text {
  margin: auto auto 26px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.photo--camera--btn_preview {
  width: 60px;
  aspect-ratio: 1;
  background-image: url("/files/images/ui/snap-photo.svg");
}
.photo--camera--btn_cancel {
  position: absolute;
  left: 24px;
  bottom: 40px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
}
.photo--camera video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1);
}
.photo--edit {
  padding: 50px 24px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.photo--edit--wrapper {
  width: 100%;
  aspect-ratio: 312/256;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.photo--edit--wrapper--overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}
.photo--edit--wrapper--overlay span {
  width: 60px;
  aspect-ratio: 1;
  background-image: url("/files/images/ui/drag-photo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: moveUpDown 2s infinite linear;
}
.photo--edit--title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
  text-align: center;
}
.photo--edit--text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 34px;
  text-align: center;
}
.photo--edit--btns_wrapper {
  margin-top: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
.photo .vich-image {
  display: none;
}

[data-page=photo-loading] .header_control,
[data-page=photo-loading] .photo--camera,
[data-page=photo-loading] .photo--edit {
  display: none;
}

[data-page=photo-camera] .header,
[data-page=photo-camera] .footer,
[data-page=photo-camera] .photo--loading,
[data-page=photo-camera] .photo--edit {
  display: none;
}

[data-page=photo-edit] .header--percentage,
[data-page=photo-edit] .header--progress_bar,
[data-page=photo-edit] .photo--loading,
[data-page=photo-edit] .photo--camera,
[data-page=photo-edit] .footer {
  display: none;
}
[data-page=photo-edit] .photo-main {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(0);
  }
}
