:root {
  --purple-color: #D0CBE7;
  --yellow-color: #F0D759;
  --grey-color: #353B3E;
  --quiz-purple: #553984;
  --quiz-bg: #E6E2F0;
}

.container {
  max-width: 1148px;
  margin: 0 auto;
}

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

@font-face {
  font-family: "fontello";
  src: url("../fonts/icon/fontello.eot?78798052");
  src: url("../fonts/icon/fontello.eot?78798052#iefix") format("embedded-opentype"), url("../fonts/icon/fontello.woff2?78798052") format("woff2"), url("../fonts/icon/fontello.woff?78798052") format("woff"), url("../fonts/icon/fontello.ttf?78798052") format("truetype"), url("../fonts/icon/fontello.svg?78798052#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  display: block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i[class^=icon-] {
  margin-left: 10px;
}

.icon-info:before {
  content: "\e800";
}

.icon-download:before {
  content: "\e801";
}

.icon-replay:before {
  content: "\e802";
}

.icon-next:before {
  content: "\e803";
}

.icon-close:before {
  content: "\e804";
}

.icon-launch:before {
  content: "\e805";
}

.icon-prev:before {
  content: "\e806";
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 40px 20px;
  background-color: var(--purple-color);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.5px;
  font-family: "Poppins", sans-serif;
  color: var(--grey-color);
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1000px) {
  body {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.25;
  }
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
}

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

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: none;
}

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

a {
  background-color: transparent;
}

b, strong {
  font-weight: 700;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  h3 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}

input, select {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.hidden {
  display: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.quiz {
  position: relative;
  max-width: 100%;
}

.swiper-wrapper {
  margin: 0 auto;
}

.swiper-slide-landing,
.swiper-slide-question {
  text-align: center;
  padding: 20px;
}
@media (min-width: 1000px) {
  .swiper-slide-landing,
  .swiper-slide-question {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    display: grid;
    align-items: center;
  }
}

@media (max-width: 999.98px) {
  .block-text h3 {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-text .tips {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 89px;
  }
  .block-text h3 br,
  .block-text .tips br {
    display: none;
  }
}
@media (max-width: 413px) {
  .block-text br:not(:last-child) {
    display: none;
  }
}

.block-form p {
  max-width: 308px;
  margin: 0 auto 16px;
}
@media (min-width: 1000px) {
  .block-form {
    border-left: 1px solid #DBD5E9;
    height: 432px;
  }
  .block-form p {
    margin-bottom: 20px;
  }
}
@media (max-width: 999.98px) {
  .block-form {
    margin-top: 16px;
  }
  .block-form .btn-submit,
  .block-form .btn-next {
    position: absolute;
    left: calc(50% - 71.5px);
    bottom: 20px;
  }
}

.swiper-slide-landing h3 {
  line-height: 1.5;
  font-size: 24px;
}
@media (min-width: 1000px) {
  .swiper-slide-landing h3 {
    font-size: 30px;
  }
}
.swiper-slide-landing .block-text {
  align-self: flex-end;
}
.swiper-slide-landing .block-text small {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 999.98px) {
  .swiper-slide-landing .block-text small {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.swiper-slide-landing .tips {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 1000px) {
  .swiper-slide-landing .tips {
    font-size: 18px;
    line-height: 22px;
  }
}
.swiper-slide-landing img {
  width: 155px;
  display: block;
  margin: 20px auto 16px;
}
@media (min-width: 1000px) {
  .swiper-slide-landing img {
    margin: 0;
    width: calc(40% - 15.2px);
    position: absolute;
    right: calc(5% + 16.6px);
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 999.98px) {
  .swiper-slide-landing {
    overflow-y: auto;
  }
  .swiper-slide-landing .block-text small,
  .swiper-slide-landing .block-form {
    margin: 0;
  }
}

.swiper-slide-question .block-text {
  align-self: flex-start;
}
.swiper-slide-question .block-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .swiper-slide-question .block-form {
    padding: 20px;
  }
}

.progress {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 60px;
  max-width: 295px;
  margin: 0 auto 20px;
}
@media (min-width: 1000px) {
  .progress {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
.progress .icon-prev {
  font-size: 24px;
  display: block;
  position: absolute;
  cursor: pointer;
}
.progress .progress-bar {
  margin-top: 10px;
  height: 6px;
  border-radius: 3px;
  width: 100%;
  background: rgba(53, 59, 62, 0.2);
}
.progress .progress-bar::before {
  content: "";
  display: block;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #553984 0%, #F0D759 100%);
}

.scroll-swiper {
  width: calc(100% + 13px);
  margin-bottom: -40px;
}
.scroll-swiper .swiper-slide {
  height: auto;
  padding-right: 13px;
}
.scroll-swiper .swiper-scrollbar.swiper-scrollbar-vertical,
.scroll-swiper .swiper-vertical > .swiper-scrollbar {
  height: calc(98% - 40px);
}
.scroll-swiper .btn-next {
  margin-bottom: 40px;
}
@media (max-width: 999.98px) {
  .scroll-swiper .btn-next {
    margin-bottom: 0;
    bottom: 0;
  }
}
@media (max-width: 999.98px) {
  .scroll-swiper {
    margin-bottom: 0;
  }
  .scroll-swiper .swiper-scrollbar.swiper-scrollbar-vertical,
  .scroll-swiper .swiper-vertical > .swiper-scrollbar {
    height: calc(98% - 20px);
  }
}

.form-item {
  margin-bottom: 14px;
}
@media (min-width: 1000px) {
  .form-item {
    margin-bottom: 18px;
  }
}
.form-item input {
  display: none;
}
.form-item input:checked + label {
  border: 2px solid var(--quiz-purple);
  background: rgba(85, 57, 132, 0.1);
  padding: 7px;
  color: var(--quiz-purple);
  font-weight: 700;
}
.form-item input:checked + label small {
  font-weight: 400;
}
.form-item input:checked + label .radio {
  border: 2px solid var(--quiz-purple);
  right: 6px;
  top: 6px;
}
.form-item input:checked + label .radio::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--quiz-purple);
  display: block;
}
.form-item label {
  border-radius: 8px;
  border: 1px solid var(--grey-color);
  background: rgba(255, 255, 255, 0.7);
  padding: 8px;
  font-size: 16px;
  line-height: 1;
  color: var(--grey-color);
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left;
}
.form-item label > span:first-child {
  max-width: calc(100% - 40px);
  display: block;
}
.form-item label .radio {
  width: 18px;
  height: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 18px;
  border: 1px solid #000;
}
.form-item label small {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 8px;
  color: var(--grey-color);
}

.form-radios {
  width: 100%;
  max-width: 308px;
  margin: 0 auto 19px;
}
@media (min-width: 1000px) {
  .form-radios {
    margin-bottom: 22px;
  }
}

.form-radios-full-width,
.form-radios-full-width label {
  max-width: 100%;
}

.form-radios-cols-1 label {
  width: 295px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-radios-cols-2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1000px) {
  .form-radios-cols-2 {
    margin-bottom: 121px;
  }
}
.form-radios-cols-2 .form-item {
  width: calc(50% - 5px);
}
.form-radios-cols-2 label {
  width: 134px;
  max-width: 100%;
}

.quiz-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.quiz-bg span, .quiz-bg::before, .quiz-bg::after {
  background: var(--quiz-bg);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 0;
}
.quiz-bg span {
  transform: rotate(-2.49deg);
  left: 4.5px;
  top: -6px;
  height: 465.19px;
  width: calc(100% - 8.93px);
  z-index: 2;
}
.quiz-bg::before {
  content: "";
  transform: rotate(-3.87deg);
  left: 5px;
  top: 5px;
  z-index: 1;
  height: 460.6px;
  width: calc(100% - 12.15px);
}
.quiz-bg::after {
  content: "";
  transform: rotate(-6.18deg);
  left: 6px;
  top: 10px;
  height: 458.33px;
  width: calc(100% - 13.75px);
}
@media (min-width: 1000px) {
  .quiz-bg span {
    transform: rotate(0.37deg);
    left: -4.2px;
    top: -3px;
    height: 465.19px;
    width: calc(100% + 2.79px);
    z-index: 2;
  }
  .quiz-bg::before {
    content: "";
    transform: rotate(-1deg);
    left: -7px;
    top: 0;
    z-index: 1;
    height: 460.6px;
    width: calc(100% + 10.99px);
  }
  .quiz-bg::after {
    content: "";
    transform: rotate(-2.51deg);
    left: -16px;
    top: 0;
    width: calc(100% + 15.31px);
  }
}

.quiz-content {
  height: 472px;
  background: white;
  border-radius: 8px;
}

.btn {
  background: var(--yellow-color);
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
  min-width: 212px;
  font-weight: 600;
  border-radius: 28px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  transition: all 0.2s linear;
}
.btn:not(.events-none):hover {
  background: #deaa18;
}
@media (min-width: 1000px) {
  .btn {
    padding: 6px;
  }
}

.btn-start {
  margin-bottom: 15px;
  min-width: unset;
  width: 212px;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .btn-start {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}

.btn-submit,
.btn-next {
  padding: 12px;
  min-width: 143px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.btn-download {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  min-width: unset;
}

.btn-outline {
  border-radius: 20px;
  padding: 11px 15px;
  display: flex;
  justify-content: center;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.2s linear;
}
.btn-outline:hover {
  background: #000;
  color: #fff;
}

.btn-over {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1000px) {
  .btn-over {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
  }
}
.btn-over span {
  text-decoration: underline;
}
.btn-over i {
  margin-left: 6px;
}

.icon-info {
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .icon-info {
    margin-bottom: 10px;
    vertical-align: middle;
  }
}

.icon-close {
  font-size: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.info {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.info.in {
  display: block;
}
.info .info-content {
  position: fixed;
  width: 90%;
  max-width: 335px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 40px 20px;
}

.swiper-slide-landing .tips,
.swiper-slide-question-1 .tips {
  min-height: unset;
}

.swiper-slide-question-1 .progress-bar::before {
  width: 60px;
  background: var(--quiz-purple);
}
.swiper-slide-question-1 .form-item input:checked + label {
  padding: 7px 19px;
}
.swiper-slide-question-1 .form-item input:checked + label .radio {
  right: 18px;
}
.swiper-slide-question-1 .form-item label {
  padding: 8px 20px;
}
.swiper-slide-question-1 .form-item label .radio {
  right: 19px;
}

.swiper-slide-question-2 .progress-bar::before {
  width: 67px;
}

.swiper-slide-question-3 .form-radios-cols-2 {
  margin-bottom: 0;
}
.swiper-slide-question-3 .form-radios-cols-2 .form-item {
  margin-bottom: 10px;
}
.swiper-slide-question-3 .form-items + p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.swiper-slide-question-3 .progress-bar::before {
  width: 100px;
}
.swiper-slide-question-3 .content-group {
  min-height: 233px;
}
.swiper-slide-question-3 p:nth-of-type(2) {
  margin-bottom: 8px;
}
.swiper-slide-question-3:not(.in) .content-group > p:nth-of-type(2),
.swiper-slide-question-3:not(.in) .content-group > div:nth-of-type(2) {
  display: none;
}
@media (max-width: 999.98px) {
  .swiper-slide-question-3 {
    overflow-y: auto;
  }
  .swiper-slide-question-3 .content-group {
    min-height: 204px;
  }
  .swiper-slide-question-3 .form-radios-cols-2 .form-item {
    margin-bottom: 20px;
  }
  .swiper-slide-question-3 p:nth-of-type(2) {
    margin-bottom: 6px;
  }
  .swiper-slide-question-3 .form-radios-full-width {
    margin-bottom: 0;
    padding-bottom: 46px;
  }
}

.swiper-slide-question-4 .progress-bar::before {
  width: 152px;
}

.swiper-slide-question-5 .progress-bar::before {
  width: 220px;
  background: linear-gradient(90deg, #553984 0%, #E9D352 70%, #61AC65 100%);
}
@media (max-width: 999.98px) {
  .swiper-slide-question-5 .block-text h3 {
    max-width: 260px;
  }
}

.swiper-slide-question-6 .progress-bar::before {
  background: linear-gradient(90deg, #553984 0%, #E9D352 70%, #61AC65 100%);
}

.swiper-slide-result {
  border-radius: 8px;
  border: 3px solid #61AC65;
  overflow-y: auto;
}
.swiper-slide-result .progress-bar::before {
  background: linear-gradient(90deg, #553984 0%, #E9D352 70%, #61AC65 100%);
}
.swiper-slide-result .result-no {
  display: none;
}
.swiper-slide-result h3 {
  margin-bottom: 6px;
}
@media (max-width: 999.98px) {
  .swiper-slide-result h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.swiper-slide-result h3 + p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.swiper-slide-result hr {
  margin: 10px auto 16px;
  width: 232px;
  border: none;
  border-top: 1px solid var(--quiz-purple);
  display: block;
}
.swiper-slide-result hr + p {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.swiper-slide-result .form-butons {
  display: flex;
  gap: 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-slide-result .form-butons > * {
  width: 100%;
  max-width: 295px;
}
.swiper-slide-result .block-form {
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 999.98px) {
  .swiper-slide-result .block-form {
    margin-top: 20px;
  }
}
.swiper-slide-result .warning-text {
  background: rgba(240, 215, 89, 0.3);
  margin: 20px -20px 0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}
.swiper-slide-result .warning-text p {
  max-width: 415px;
  margin-bottom: 20px;
}
.swiper-slide-result .warning-text a {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}
@media (max-width: 999.98px) {
  .swiper-slide-result .warning-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.swiper-slide-result .progress {
  margin-top: 40px;
  margin-bottom: 10px;
}
.swiper-slide-result .block-text .tips {
  min-height: unset;
}
.swiper-slide-result p.grey-text {
  margin-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 1000px) {
  .swiper-slide-result .grey-text {
    color: var(--grey-color);
  }
  .swiper-slide-result .block-form {
    position: relative;
  }
  .swiper-slide-result .form-butons {
    flex-direction: row;
  }
  .swiper-slide-result .form-butons > * {
    width: -moz-fit-content;
    width: fit-content;
    min-width: unset;
  }
  .swiper-slide-result hr {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .swiper-slide-result hr + p {
    margin-bottom: 10px;
  }
  .swiper-slide-result h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .swiper-slide-result .progress {
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .swiper-slide-result .grey-text {
    margin-bottom: 14px;
  }
  .swiper-slide-result .warning-text {
    margin-top: 40px;
    margin-bottom: 34px;
  }
  .swiper-slide-result .warning-text a {
    max-width: 219px;
  }
}

.yes::before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background: url(../images/yes.svg) no-repeat;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: calc(50% - 40px);
}
@media (min-width: 1000px) {
  .yes::before {
    left: calc(25% - 40px);
  }
}
.yes::after {
  content: "";
  width: calc(100% - 6px);
  height: 60px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}

.warning .block-form {
  justify-content: flex-end;
}
.warning .warning-text {
  display: block;
}

.no .result-no {
  display: block;
}
.no .result-yes {
  display: none;
}
.no .swiper-slide-result {
  border-color: var(--yellow-color);
}
@media (max-width: 999.98px) {
  .no .progress {
    margin-top: 20px;
  }
}

.events-none {
  cursor: not-allowed;
}

.extlink-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  z-index: 2;
  margin: auto;
  display: none;
}
.extlink-popup .popup {
  max-width: 707px;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  z-index: 200;
  background: white;
  border-radius: 0;
  padding: 45px 50px;
  text-align: center;
  width: 95vw;
}
.extlink-popup .popup-content {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0;
}
.extlink-popup .close-popup {
  background: url('data:image/svg+xml,<svg width="28" height="33" viewBox="0 0 28 33" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Group 334"><g id="Group 330"><rect id="Rectangle 182" x="0.917969" y="27.4601" width="34" height="3" transform="rotate(-45 0.917969 27.4601)" fill="%23353B3E"/></g><g id="Group 331"><rect id="Rectangle 182_2" x="3.03906" y="3.41852" width="34" height="3" transform="rotate(45 3.03906 3.41852)" fill="%23353B3E"/></g></g></svg>') no-repeat 50% 50%;
  position: absolute;
  top: -32px;
  right: -41px;
  width: 56px;
  height: 30px;
  cursor: pointer;
}
.extlink-popup .popup-actions {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0 0;
  flex-wrap: wrap;
  display: flex;
}
.extlink-popup .btn {
  min-width: 170px;
  margin: 10px;
  font-size: 20px;
  line-height: 1;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-color);
}
.extlink-popup .btn-cancel {
  background-color: #fff;
  border: 2px solid var(--grey-color);
  padding: 8px 16px;
}
.extlink-popup .btn-cancel:hover {
  background-color: var(--grey-color);
  color: #fff;
}
.extlink-popup .btn-continue::after {
  content: url('data:image/svg+xml,<svg width="26" height="16" viewBox="0 0 26 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Group"><path d="M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM25.7071 8.70711C26.0976 8.31658 26.0976 7.68342 25.7071 7.29289L19.3431 0.928932C18.9526 0.538408 18.3195 0.538408 17.9289 0.928932C17.5384 1.31946 17.5384 1.95262 17.9289 2.34315L23.5858 8L17.9289 13.6569C17.5384 14.0474 17.5384 14.6805 17.9289 15.0711C18.3195 15.4616 18.9526 15.4616 19.3431 15.0711L25.7071 8.70711ZM1 9H25V7H1V9Z" fill="%233A3A3A"/></g></svg>');
  display: block;
  margin-left: 10px;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=styles.css.map */