/* FONTS */
/* VARIABLES BREAK POINTS */
/* VARIABLES COLORS */
/* VARIABLES FONTS */
/* TYPINGS*/
/* FUNCTIONS COLORS */
/* FUNCTIONS FONTS */
/* BASE */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden; }
  @media (max-width: 1199px) {
    html.toggle-menu {
      overflow: hidden; } }

body {
  color: #0B4591;
  background: #FFFFFF;
  font-size: 1.6rem/1.3;
  font-family: "Poppins", sans-serif;;
  overflow-x: hidden; }

a {
  text-decoration: none; }

b {
  font-weight: 800; }

strong {
  font-weight: 800; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

p {
  margin: 0; }

sup {
  top: -0.75em;
  font-size: 0.5em; }

/* COLORS */
.c-blue-lighter {
  color: #EBFAFF !important; }

.c-blue-light {
  color: #BBE1ED !important; }

.c-blue {
  color: #0B4591 !important; }

.c-red {
  color: #B40038 !important; }

.c-pink {
  color: #DD0F71 !important; }

.c-pink-light {
  color: #E476AA !important; }

.c-gray {
  color: #333333 !important; }

.c-gray-lighter {
  color: #CED8E2 !important; }

.c-white {
  color: #FFFFFF !important; }

.c-black {
  color: #000000 !important; }

.c-text {
  color: #0B4591 !important; }

.c-background {
  color: #FFFFFF !important; }

/* MARGINS */
.m-0-auto {
  margin: 0 auto; }

/* PADDINGS */
/* BG */
.bg-blue-lighter {
  background: #EBFAFF; }
.bg-blue-light {
  background: #BBE1ED; }
.bg-blue {
  background: #0B4591; }
.bg-red {
  background: #B40038; }
.bg-pink {
  background: #DD0F71; }
.bg-pink-light {
  background: #E476AA; }
.bg-gray {
  background: #333333; }
.bg-gray-lighter {
  background: #CED8E2; }
.bg-white {
  background: #FFFFFF; }
.bg-black {
  background: #000000; }
.bg-text {
  background: #0B4591; }
.bg-background {
  background: #FFFFFF; }

/* HEIGHTS */
.h-100vh {
  height: 100vh; }

.min-h-auto {
  min-height: auto !important; }

.h-100p {
  height: 100%; }

/* WIDTHS */
.max-w-none {
  max-width: none !important; }

.w-auto {
  width: auto !important; }

/* BORDERS */
/* FONTS */
.f-primary {
  font-family: "Poppins", sans-serif; !important; }

.ft-uppercase {
  text-transform: uppercase; }

.ft-lowercase {
  text-transform: lowercase; }

.ft-full-width {
  text-transform: full-width; }

.ft-none {
  text-transform: none; }

.fw-100 {
  font-weight: 100; }

.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

/* BG */
.v-a-top {
  vertical-align: top; }

/* POSITIONS */
.pos--abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.pos--rel {
  position: relative; }

/* UNDERSCORES */
/* BUTTONS */
.button {
  position: relative;
  padding: 25px 120px 25px 35px;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  background: transparent;
  position: relative;
  z-index: 100;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 20px;
  text-wrap: nowrap;
  background-image: url("../img/arrows-button.webp");
  background-repeat: no-repeat;
  background-position: right 25px center; }
  @media (max-width: 767px) {
    .button {
      padding: 20px 100px 20px 20px;
      font-size: 1.6rem;
      line-height: 2rem;
      background-position: right 20px center; } }
  .button__wrapper--center {
    text-align: center; }
  .button__wrapper--right {
    text-align: right; }
  .button.inactive, .button.soon {
    cursor: not-allowed;
    opacity: 0.5; }
  .button__blue {
    background-color: #0B4591;
    color: #FFFFFF; }
    .button__blue:hover {
      background-color: #072e62;
      color: #FFFFFF; }

/* RADIO */
.radio input[type="radio"] {
  position: absolute;
  left: -9999px; }
  .radio input[type="radio"]:checked ~ label::after {
    display: block; }
.radio label {
  position: relative;
  padding: 0 0 0 55px;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000000;
  display: block; }
  @media (max-width: 991px) {
    .radio label {
      font-size: 18px;
      line-height: 22px; } }
  .radio label::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #0B4591;
    border-radius: 50%; }
  .radio label::after {
    display: none;
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    background: #0B4591;
    border-radius: 50%; }

/* CHECKBOX */
.checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  .checkbox input[type="checkbox"]:checked ~ label::after {
    display: block; }
.checkbox label {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #0B4591;
  display: block; }
  @media (max-width: 767px) {
    .checkbox label {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .checkbox label::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #0B4591; }
  .checkbox label::after {
    display: none;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #0B4591; }
  .checkbox label a {
    color: #B40038; }
.checkbox.hiddeable {
  position: relative;
  height: 35px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .checkbox.hiddeable {
      margin: 0 !important; } }
  .checkbox.hiddeable:has(.error-info) {
    overflow: visible !important; }
  .checkbox.hiddeable label {
    top: 0;
    line-height: 27px; }
  .checkbox.hiddeable .toggler {
    color: #B40038;
    background: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1.8rem;
    z-index: 99;
    font-weight: 300; }
    @media (max-width: 767px) {
      .checkbox.hiddeable .toggler {
        font-size: 1.3rem;
        line-height: 1.3rem;
        padding: 5px 0 5px 10px;
        position: absolute;
        right: 0;
        top: 0; } }
  .checkbox.hiddeable .short {
    position: relative; }
  .checkbox.hiddeable.show {
    height: auto;
    overflow: hidden; }
    .checkbox.hiddeable.show .toggler {
      right: 0; }

/* INPUTS */
.input {
  position: relative; }
  .input input[type="text"], .input input[type="tel"], .input input[type="password"], .input select {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 15px 25px;
    background: #FFFFFF;
    border: 1px solid #CED8E2;
    color: #DD0F71;
    font-family: "Poppins", sans-serif;;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 800;
    margin: 10px 0;
    box-shadow: none;
    border-radius: 20px; }
    .input input[type="text"]::placeholder, .input input[type="tel"]::placeholder, .input input[type="password"]::placeholder, .input select::placeholder {
      color: rgba(11, 69, 145, 0.3); }
    .input input[type="text"]:focus, .input input[type="tel"]:focus, .input input[type="password"]:focus, .input select:focus {
      outline: none; }
  .input label {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: #000000; }

.ui-helper-hidden-accessible {
  display: none !important; }

.ui-autocomplete {
  background: #FFFFFF;
  z-index: 100;
  width: 400px !important;
  max-height: 300px !important;
  overflow: hidden;
  overflow-y: scroll !important;
  border: 0;
  border-radius: 10px;
  padding: 10px 15px;
  list-style: none;
  color: #000000 !important; }
  .ui-autocomplete li {
    color: #0B4591;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 5px;
    cursor: pointer; }
  .ui-autocomplete div {
    color: #0B4591 !important;
    font-size: 20px;
    line-height: 27px; }

/* FIGURES */
/* LISTS */
.list-ordered ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: custom-counter; }
.list-ordered li {
  position: relative;
  padding: 20px 5px 15px 50px;
  margin: 0;
  counter-increment: custom-counter; }
  .list-ordered li::before {
    position: absolute;
    left: 0;
    top: 15px;
    content: counter(custom-counter) ".";
    display: block;
    width: 33px;
    height: 33px;
    background: #ffd400;
    background: -webkit-linear-gradient(#ffd400 0%, #f37032 100%);
    background: -o-linear-gradient(#ffd400 0%, #f37032 100%);
    background: linear-gradient(#ffd400 0%, #f37032 100%);
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 33px;
    font-family: "Poppins", sans-serif;;
    text-align: center; }

.list ul {
  padding: 0;
  margin: 25px 0;
  list-style: none; }
  @media (max-width: 767px) {
    .list ul {
      margin: 15px 0; } }
.list li {
  position: relative;
  padding: 10px 5px 10px 30px;
  margin: 0; }
  @media (max-width: 767px) {
    .list li {
      padding: 5px 5px 5px 25px; } }
  .list li::before {
    position: absolute;
    left: 0;
    top: 17.5px;
    content: "";
    display: block;
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .list li::before {
        top: 10px; } }

/* ERROR INFO */
.error-info {
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-105%);
  color: red; }

/* header */
.header {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  transition: all 1s ease 0s;
  padding: 50px; }
  .header-hidden .header {
    transition: all 1s ease 0s;
    transform: translateY(-150%); }
  .page__knowledge-in-a-drop .header {
    position: absolute !important;
    transition: none !important;
    transform: none !important; }
  @media (max-width: 1399px) {
    .header {
      min-height: 75px; } }
  @media (max-width: 1199px) {
    .header {
      min-height: 60px;
      padding: 20px; } }
  @media (max-width: 767px) {
    .header {
      display: flex; } }
  .header__content {
    border-radius: 15px;
    background: #FFFFFF;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 30px; }
    @media (max-width: 1199px) {
      .header__content {
        width: 100%;
        align-items: center;
        padding: 0 0 0 15px; } }
    @media (max-width: 767px) {
      .header__content {
        max-width: none; } }
  .header__brand {
    max-width: 265px; }
    .header__brand a {
      display: block;
      padding: 15px 0; }
      @media (max-width: 1399px) {
        .header__brand a img {
          max-height: 50px; } }
  @media (max-width: 1199px) {
    .header__navigation {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transform: translateX(-100%);
      opacity: 0;
      z-index: 991;
      transition: all 0.7s ease 0s;
      padding-top: 110px;
      background: #FFFFFF; }
      .header__navigation.toggle-menu {
        opacity: 1;
        transform: translateX(0); } }
  .header__navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    @media (max-width: 1199px) {
      .header__navigation > ul {
        flex-direction: column; } }
    .header__navigation > ul > li {
      list-style: none;
      position: relative; }
      .header__navigation > ul > li.active a {
        font-weight: bold;
        border-bottom: 6px solid #DD0F71; }
      .header__navigation > ul > li.active > a::after {
        opacity: 1 !important; }
      .header__navigation > ul > li > a {
        margin: 0 30px;
        padding: 45px 25px 32.5px;
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        position: relative;
        white-space: nowrap;
        color: #000000;
        position: relative; }
        @media (max-width: 1399px) {
          .header__navigation > ul > li > a {
            padding: 25px 15px 20px;
            font-size: 18px;
            line-height: 28px; } }
        @media (max-width: 991px) {
          .header__navigation > ul > li > a {
            padding: 15px 25px; } }
        .header__navigation > ul > li > a:hover::after {
          opacity: 1; }
  .header__hamburger {
    width: 60px;
    display: none;
    position: relative;
    z-index: 990;
    padding: 15px;
    float: right; }
    @media (max-width: 1199px) {
      .header__hamburger {
        display: block;
        opacity: 1; }
        .toggle-menu .header__hamburger {
          opacity: 0; } }
    .header__hamburger input[type="checkbox"] {
      position: absolute;
      left: -9999px; }
    .header__hamburger label {
      position: relative;
      display: block;
      cursor: pointer; }
      .header__hamburger label span {
        display: block;
        height: 4px;
        margin: 6px 0;
        border-radius: 5px;
        background: #0B4591; }
  .header__close-menu {
    color: #0B4591;
    display: none;
    position: fixed;
    z-index: 9992;
    padding: 15px 5px;
    font-weight: 300;
    font-size: 50px;
    width: 40px;
    top: 32.5px;
    right: 40px; }
    @media (max-width: 1199px) {
      .toggle-menu .header__close-menu {
        display: block; } }

/* footer */
.footer {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px; }
  body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer {
    padding: 50px 15px 0;
    margin: 0; }
    body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer::after {
      z-index: 1;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 14px;
      background: #DD0F71; }
    body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer::before {
      z-index: 0;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 52.5%;
      background: #0B4591; }
      @media (max-width: 1199px) {
        body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer::before {
          height: 50%; } }
      @media (max-width: 991px) {
        body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer::before {
          height: 45%; } }
      @media (max-width: 767px) {
        body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer::before {
          height: 450px; } }
  body[data-id-page-name='quiz-main'] .footer:not(.footer--no-packshots) {
    padding: 120px 15px 0;
    margin-top: -140px; }
  .footer--no-packshots {
    margin-top: 50px !important; }
  .footer__content {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto; }
  .footer__logo--product img {
    width: 13.3vw;
    max-width: 255px; }
    @media (max-width: 767px) {
      .footer__logo--product img {
        width: auto; } }
  .footer__logo--company img {
    width: 10.8vw;
    max-width: 209px; }
    @media (max-width: 767px) {
      .footer__logo--company img {
        width: auto; } }
  .footer__logo__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px; }
    @media (max-width: 767px) {
      .footer__logo__container {
        flex-direction: column;
        gap: 30px; } }
  .footer__menu {
    margin: 45px 0; }
  .footer__navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    opacity: 0.8; }
  .footer__navigation li {
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #CED8E2; }
    .footer__navigation li:last-child {
      border: 0; }
    @media (max-width: 1199px) {
      .footer__navigation li {
        padding: 0 10px; } }
    @media (max-width: 991px) {
      .footer__navigation li {
        padding: 0; } }
    @media (max-width: 767px) {
      .footer__navigation li {
        display: block;
        padding: 10px 0;
        border: 0; } }
  .footer__navigation a {
    padding: 5px;
    margin: 5px;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    cursor: pointer; }
    body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer__navigation a {
      color: #CED8E2; }
    @media (max-width: 1199px) {
      .footer__navigation a {
        font-size: 1.5rem;
        line-height: 1.5rem; } }
  .footer__navigation a:hover {
    text-decoration: underline; }
  .footer__number {
    margin: 0 0 30px; }
    body:not([data-id-page-name='gate'], [data-id-page-name='quiz-thank-you']) .footer__number {
      margin: 75px 0 30px; }
    .footer__number p {
      font-size: 1.6rem;
      line-heigth: 3rem;
      color: #000000;
      text-align: center; }
  .footer__provision {
    margin: 0 0 30px; }
    .footer__provision p {
      font-size: 1.6rem;
      line-heigth: 3rem;
      color: #000000;
      text-align: center; }

/* main */
.main {
  margin-top: 130px;
  transition: all 1s ease 0s; }
  .header-hidden .main {
    margin-top: 0; }
  @media (max-width: 1399px) {
    .main {
      margin-top: 105px; } }
  @media (max-width: 1199px) {
    .main {
      margin-top: 100px; } }
  .main--no-menu {
    margin-top: 0; }

/* section */
/* PRELOADER */
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999; }
  .preloader__container {
    position: fixed;
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.35, 0.35); }
  .preloader__item {
    width: 100px;
    height: 100px;
    position: absolute; }
  .preloader__item-1 {
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
  .preloader__item-2 {
    background-color: #E476AA;
    top: 0;
    right: 0;
    -webkit-animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
  .preloader__item-3 {
    background-color: #0B4591;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
  .preloader__item-4 {
    background-color: #DD0F71;
    bottom: 0;
    left: 0;
    -webkit-animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
@-webkit-keyframes item-1_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px); }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); } }
@keyframes item-1_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px); }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); } }
@-webkit-keyframes item-2_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }
@keyframes item-2_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }
@-webkit-keyframes item-3_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px); }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); } }
@keyframes item-3_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px); }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); } }
@-webkit-keyframes item-4_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px); }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }
@keyframes item-4_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px); }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }
/* HAMBURGER */
.hamburger {
  width: 60px;
  display: none;
  position: relative;
  z-index: 9999;
  padding: 15px;
  float: right; }
  @media (max-width: 1199px) {
    .hamburger {
      display: block; }
      .toggle-menu .hamburger {
        display: none; } }
  .hamburger input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  .hamburger label {
    position: relative;
    display: block;
    cursor: pointer; }
    .hamburger label span {
      display: block;
      height: 4px;
      margin: 6px 0;
      border-radius: 5px;
      background: #000000; }

/* breadcrumbs */
/* FOOTNOTES */
/* VIDEO MODAL */
.video-modal {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .video-modal--active {
    display: block; }
  .video-modal__content {
    position: absolute;
    max-width: 992px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px; }
    @media (max-width: 767px) {
      .video-modal__content {
        position: relative;
        top: 70px;
        left: auto;
        transform: none; } }
  .video-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
    z-index: 99; }
    @media (max-width: 767px) {
      .video-modal__close {
        font-size: 30px;
        line-height: 30px; } }

/* CAROUSEL */
.fade-right-anim {
  transform: translateX(50px);
  transition: 1s;
  opacity: 0; }

.fade-right-anim-play {
  transform: translateX(0px);
  opacity: 1; }

.insta-modal {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .insta-modal .close {
    position: absolute;
    text-shadow: none;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: .3s;
    opacity: .75;
    z-index: 9999;
    border-radius: 50%;
    border: 1px solid #FFFFFF; }
    .insta-modal .close svg {
      transform: scale(0.8); }
      .insta-modal .close svg path {
        fill: white; }
    .insta-modal .close:hover {
      opacity: 1 !important; }

.insta-slider .slick-arrow {
  z-index: 9999;
  position: fixed;
  top: 45%;
  width: 50px;
  height: 50px;
  color: transparent;
  background: rgba(255, 255, 255, 0.6);
  border: 0; }
  .insta-slider .slick-arrow::after {
    content: "";
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    color: #0B4591;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/arrow-right.png");
    background-position: center;
    background-repeat: no-repeat; }
  .insta-slider .slick-arrow.slick-disabled {
    opacity: 0 !important;
    pointer-events: none; }
  .insta-slider .slick-arrow:before {
    transition: .3s; }
  .insta-slider .slick-arrow:focus:before {
    opacity: .75; }
  .insta-slider .slick-arrow:hover:before {
    opacity: 1; }
.insta-slider .slick-prev {
  left: 1rem; }
  .insta-slider .slick-prev::after {
    background-image: url("../img/arrow-left.png");
    background-position: center;
    background-repeat: no-repeat; }
.insta-slider .slick-next {
  right: 1rem; }
@media only screen and (max-width: 575px) {
  .insta-slider .slick-prev {
    left: .15rem; }
  .insta-slider .slick-next {
    right: .15rem; } }

.insta-slide {
  display: flex !important;
  justify-content: center;
  align-items: center; }
  .insta-slide.slick-current .insta-box {
    transform: scale(1); }
    .insta-slide.slick-current .insta-box:after {
      opacity: 0; }

.insta-box {
  transform: scale(0.925);
  transition: .3s;
  position: relative;
  margin: 17.5% 15px 0;
  overflow: hidden;
  background-color: black;
  max-width: 450px;
  width: 22.5vw; }
  @media (max-width: 767px) {
    .insta-box {
      max-width: 350px;
      width: auto; } }
  .insta-box .main {
    margin: 0; }
  .insta-box .main-img {
    image-rendering: -webkit-optimize-contrast;
    max-height: calc(100vh - 3rem);
    max-width: calc(100vw - 3rem); }
  .insta-box .anim {
    position: absolute;
    left: 0;
    max-width: 100%;
    z-index: 1; }
    @media (max-width: 991px) {
      .insta-box .anim {
        max-width: 85%; } }
    @media (max-height: 767px) {
      .insta-box .anim {
        max-width: 85%; } }
  .insta-box:hover:after {
    opacity: .25; }
  .insta-box:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    pointer-events: none;
    opacity: .5;
    transition: .6s;
    z-index: 2; }

.insta-box[id="0"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="1"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="2"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="3"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="4"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="5"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="6"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="7"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="8"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="9"] .anim-1 {
  top: 8%;
  left: 8%; }

/* go up */
.go-up {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 9900; }
  @media (max-width: 1399px) {
    .go-up {
      max-width: 50px; } }

/* modal */
.modal-content {
  background: transparent;
  border: 0;
  border-radius: 0; }
.modal-backdrop.show {
  opacity: 0.85; }
.modal-close {
  display: none !important; }

/* NOT FOUND */
.not-found__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10% 15px; }
  .not-found__content h1 {
    text-align: center;
    font-size: 46px;
    line-height: 63px; }
    @media (max-width: 991px) {
      .not-found__content h1 {
        font-size: 30px;
        line-height: 38px; } }

/* QUIZ */
.quiz {
  background-image: url("../img/circles.webp");
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 15px 15px;
  background-size: auto; }
  @media (max-width: 767px) {
    .quiz {
      padding: 15px; } }
  .quiz__header {
    margin: 0 auto;
    max-width: 1700px; }
    .quiz__header img {
      margin: 0;
      width: 13.3vw;
      max-width: 255px; }
      @media (max-width: 767px) {
        .quiz__header img {
          width: auto; } }
  .quiz__footer {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
    z-index: 3; }
    .quiz__footer img {
      margin: 150px 0 30px auto;
      width: 26.9vw;
      max-width: 517px; }
      @media (max-width: 767px) {
        .quiz__footer img {
          width: auto;
          max-width: 300px;
          margin: 50px 0 30px auto; } }
  .quiz__content {
    max-width: 1440px;
    margin: 100px auto 0; }
    @media (max-width: 767px) {
      .quiz__content {
        margin: 20px auto 0; } }
  .quiz__question-item {
    max-width: 750px;
    margin: 0 0 0 auto;
    position: relative; }
    @media (max-width: 1199px) {
      .quiz__question-item {
        max-width: 500px; } }
    @media (max-width: 767px) {
      .quiz__question-item {
        max-width: none; } }
    .quiz__question-item::after {
      content: '';
      position: absolute;
      left: -600px;
      top: 0;
      width: 550px;
      height: 100%;
      background-image: url("../img/quiz-prize.webp");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 1399px) {
        .quiz__question-item::after {
          left: -420px;
          width: 350px; } }
      @media (max-width: 991px) {
        .quiz__question-item::after {
          left: -230px;
          width: 200px; } }
      @media (max-width: 767px) {
        .quiz__question-item::after {
          display: none; } }
  .quiz__title {
    font-size: 3.8rem;
    line-height: 5.7rem;
    font-weight: 800;
    position: relative;
    padding: 0 0 0 70px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .quiz__title {
        font-size: 2.8rem;
        line-height: 4rem;
        padding: 0 0 0 50px; } }
    .quiz__title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 50px;
      height: 1px;
      border-top: 2px solid #0B4591; }
      @media (max-width: 991px) {
        .quiz__title::before {
          width: 35px; } }
  .quiz__info {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 800;
    position: relative;
    padding: 30px 0 15px;
    color: #000000; }
    @media (max-width: 991px) {
      .quiz__info {
        font-size: 2rem;
        line-height: 2.6rem;
        padding: 15px 0; } }
  .quiz__question {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 800;
    position: relative;
    max-width: 625px; }
    @media (max-width: 991px) {
      .quiz__question {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .quiz__answer {
    padding: 10px 0; }
  .quiz__button-wrapper {
    margin: 30px 0; }
  .quiz__form {
    max-width: 800px;
    margin: 0 auto; }
    .quiz__form__title {
      font-size: 3.8rem;
      line-height: 5.7rem;
      font-weight: 800;
      position: relative;
      padding: 0 0 0 70px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .quiz__form__title {
          font-size: 2.8rem;
          line-height: 4rem;
          padding: 0 0 0 50px; } }
      .quiz__form__title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 50px;
        height: 1px;
        border-top: 2px solid #0B4591; }
        @media (max-width: 991px) {
          .quiz__form__title::before {
            width: 35px; } }
    .quiz__form__info {
      margin: 50px 0 15px;
      font-size: 2.4rem;
      line-height: 3rem;
      font-weight: 800; }
      @media (max-width: 991px) {
        .quiz__form__info {
          font-size: 1.8rem;
          line-height: 2.6rem;
          margin: 15px 0; } }
    .quiz__form__instruction {
      font-size: 2rem;
      line-height: 3rem;
      font-weight: 800; }
      @media (max-width: 991px) {
        .quiz__form__instruction {
          font-size: 1.6rem;
          line-height: 2.4rem; } }
    .quiz__form label {
      margin: 30px 0 0; }
      @media (max-width: 767px) {
        .quiz__form label {
          margin: 15px 0 0; } }
    @media (max-width: 767px) {
      .quiz__form input {
        max-width: none !important; } }
    .quiz__form__button-wrapper {
      margin: 30px 0; }
  .quiz__statements p {
    font-size: 2rem;
    line-height: 3rem;
    margin: 30px 0;
    color: #000000; }
    @media (max-width: 767px) {
      .quiz__statements p {
        font-size: 1.6rem;
        line-height: 2rem; } }
  .quiz__statements label {
    margin: 0;
    font-size: 1.8rem;
    line-height: 3.2rem; }
    @media (max-width: 767px) {
      .quiz__statements label {
        font-size: 1.3rem;
        line-height: 1.5rem; } }
  .quiz__statements .checkbox {
    margin: 10px 0; }
    @media (max-width: 767px) {
      .quiz__statements .checkbox {
        margin: 20px 0 0; } }
  .quiz__statements .statements {
    padding: 0 0 0 10px; }
  .quiz__statements__bg {
    position: relative;
    padding: 5px 0; }
    .quiz__statements__bg::before {
      content: "";
      position: absolute;
      z-index: 0;
      background: #FFFFFF;
      border-radius: 15px;
      left: -20px;
      right: -20px;
      top: 0;
      bottom: 0; }

/* PRESENTATION */
.presentation {
  position: relative;
  z-index: 10;
  max-width: 1410px;
  margin: 50px auto;
  padding: 15px; }
  @media (max-width: 991px) {
    .presentation {
      margin: 30px auto 0; } }
  .presentation iframe {
    max-width: 1260px;
    width: 100%;
    height: 753px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 991px) {
      .presentation iframe {
        height: 586px; } }
    @media (max-width: 767px) {
      .presentation iframe {
        height: 460px; } }
    @media (max-width: 667px) {
      .presentation iframe {
        height: 403px; } }
    @media (max-width: 600px) {
      .presentation iframe {
        height: 365px; } }
    @media (max-width: 500px) {
      .presentation iframe {
        height: 305px; } }
    @media (max-width: 400px) {
      .presentation iframe {
        height: 250px; } }
    @media (max-width: 350px) {
      .presentation iframe {
        height: 220px; } }

/* HERO */
.hero-gate {
  height: 870px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/hero.webp");
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (max-width: 1399px) {
    .hero-gate {
      background-size: cover;
      height: 675px; } }
  @media (max-width: 1199px) {
    .hero-gate {
      height: 550px; } }
  @media (max-width: 991px) {
    .hero-gate {
      height: 450px; } }
  @media (max-width: 767px) {
    .hero-gate {
      height: 375px; } }
  @media (max-width: 575px) {
    .hero-gate {
      background-image: url("../img/hero-gradient-blured.webp");
      height: 300px; } }
  .hero-gate__footer {
    height: 415px;
    max-width: 1920px;
    width: 100%;
    background-image: url("../img/hero-footer.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end; }
    @media (max-width: 1399px) {
      .hero-gate__footer {
        background-size: contain;
        height: 325px; } }
    @media (max-width: 1199px) {
      .hero-gate__footer {
        height: 275px; } }
    @media (max-width: 991px) {
      .hero-gate__footer {
        height: 215px; } }
    @media (max-width: 767px) {
      .hero-gate__footer {
        height: 200px; } }
    @media (max-width: 575px) {
      .hero-gate__footer {
        height: 100%;
        display: block; } }
    .hero-gate__footer__content {
      padding: 15px;
      max-width: 42.5%; }
      @media (max-width: 991px) {
        .hero-gate__footer__content {
          padding: 5px; } }
      @media (max-width: 575px) {
        .hero-gate__footer__content {
          padding: 55px 15px 15px 15px;
          max-width: none; } }
      .hero-gate__footer__content h1 {
        font-size: 3.4rem;
        line-height: 4rem;
        color: #FFFFFF;
        margin: 25px 0; }
        @media (max-width: 1399px) {
          .hero-gate__footer__content h1 {
            margin: 15px 0;
            font-size: 3rem;
            line-height: 3.4rem; } }
        @media (max-width: 1199px) {
          .hero-gate__footer__content h1 {
            font-size: 2.6rem;
            line-height: 3rem; } }
        @media (max-width: 991px) {
          .hero-gate__footer__content h1 {
            font-size: 1.8rem;
            line-height: 2.2rem;
            margin: 0 0 5px; } }
        @media (max-width: 575px) {
          .hero-gate__footer__content h1 {
            font-size: 2.2rem;
            line-height: 3rem;
            font-weight: 700;
            margin: 0 0 30px;
            color: #0B4591; } }
      .hero-gate__footer__content p {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #FFFFFF;
        margin: 15px 0; }
        @media (max-width: 1399px) {
          .hero-gate__footer__content p {
            margin: 0;
            font-size: 1rem;
            line-height: 1.2rem; } }
        @media (max-width: 575px) {
          .hero-gate__footer__content p {
            font-size: 1.2rem;
            line-height: 1.4rem;
            color: #0B4591; } }

/* HERO */
.hero-home {
  height: 870px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/hero-gradient.webp");
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (max-width: 1399px) {
    .hero-home {
      background-size: cover;
      height: 775px; } }
  @media (max-width: 1199px) {
    .hero-home {
      height: 640px; } }
  @media (max-width: 991px) {
    .hero-home {
      height: 580px; } }
  @media (max-width: 767px) {
    .hero-home {
      height: 595px; } }
  @media (max-width: 575px) {
    .hero-home {
      height: 600px; } }
  .hero-home__content {
    width: 62.5%;
    align-self: flex-end;
    padding: 2.5% 0 1.5% 5%; }
    @media (max-width: 1399px) {
      .hero-home__content {
        padding: 2.5% 0 0 5%;
        width: 67.5%; } }
    @media (max-width: 1199px) {
      .hero-home__content {
        width: 70%; } }
    @media (max-width: 1199px) {
      .hero-home__content {
        width: 80%; } }
    @media (max-width: 767px) {
      .hero-home__content {
        width: 100%; } }
    @media (max-width: 575px) {
      .hero-home__content {
        padding: 5% 15px; } }
    .hero-home__content h1 {
      font-size: 4.7rem;
      line-height: 4.7rem;
      font-weight: 400;
      color: #DD0F71;
      position: relative;
      margin: 0 0 15px;
      padding: 30px 0;
      display: inline-block; }
      @media (max-width: 1199px) {
        .hero-home__content h1 {
          font-size: 3.5rem;
          line-height: 3.5rem; } }
      .hero-home__content h1::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 65%;
        height: 1px;
        border-top: 5px solid #0B4591; }
    .hero-home__content p {
      font-size: 2.4rem;
      line-height: 4rem;
      font-weight: 600;
      color: #0B4591;
      margin: 15px 0; }
      @media (max-width: 1199px) {
        .hero-home__content p {
          font-size: 1.8rem;
          line-height: 2.4rem; } }
    .hero-home__content ul {
      margin: 20px 0 50px;
      padding: 0;
      list-style: none; }
      @media (max-width: 1199px) {
        .hero-home__content ul {
          margin: 15px 0 30px; } }
      .hero-home__content ul li {
        margin: 0;
        padding: 5px 0 5px 65px;
        position: relative; }
        .hero-home__content ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 65px;
          height: 100%;
          background-image: url("../img/list-check-mark.webp");
          background-repeat: no-repeat;
          background-position: left 10px center; }
        .hero-home__content ul li p {
          margin: 5px 0; }
  .hero-home__info {
    max-width: 715px; }
  .hero-home__footer {
    height: 415px;
    max-width: 1920px;
    width: 100%;
    background-image: url("../img/hero-footer.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end; }
    @media (max-width: 1399px) {
      .hero-home__footer {
        background-size: contain;
        height: 325px; } }
    @media (max-width: 1199px) {
      .hero-home__footer {
        height: 275px; } }
    @media (max-width: 991px) {
      .hero-home__footer {
        height: 215px; } }
    @media (max-width: 767px) {
      .hero-home__footer {
        height: 200px; } }
    @media (max-width: 575px) {
      .hero-home__footer {
        height: 100%;
        display: block; } }

/* GATE */
.gate {
  padding: 0 0 150px;
  background-image: url("../img/circles-big.webp"), url("../img/circles-small.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: right -350px top, right 350px bottom 20px; }
  @media (max-width: 575px) {
    .gate {
      padding: 0 0 50px;
      background-position: right -350px top, left bottom 20px; } }
  .gate__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px; }
  .gate__content {
    max-width: 830px; }
  .gate__form__professions-intro h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 800;
    margin: 50px 0 30px; }
    @media (max-width: 1199px) {
      .gate__form__professions-intro h3 {
        font-size: 2rem;
        line-height: 2.6rem; } }
  .gate__form__professions-list .radio label {
    color: #0B4591;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.9rem; }
    .gate__form__professions-list .radio label::before {
      border: 3px solid #DD0F71; }
    .gate__form__professions-list .radio label::after {
      background: #E476AA; }
  .gate__form__professions-fields {
    margin: 50px 0 30px; }
    .gate__form__professions-fields .input {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 15px; }
      @media (max-width: 767px) {
        .gate__form__professions-fields .input {
          gap: 0; } }
      @media (max-width: 575px) {
        .gate__form__professions-fields .input {
          flex-direction: column;
          align-items: flex-start;
          gap: 15px; } }
      .gate__form__professions-fields .input div {
        padding: 2px;
        border: 1px solid #0B4591;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 575px) {
          .gate__form__professions-fields .input div {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
            border: 0; } }
      .gate__form__professions-fields .input label {
        flex-shrink: 0;
        font-size: 2.4rem;
        line-height: 3rem;
        font-weight: 800;
        color: #0B4591;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .gate__form__professions-fields .input label {
            flex-shrink: 1; } }
      .gate__form__professions-fields .input input {
        margin: 0;
        border: 0;
        max-width: 350px;
        background: transparent; }
        @media (max-width: 575px) {
          .gate__form__professions-fields .input input {
            border: 1px solid #0B4591; } }
  .gate__form__statements {
    margin: 50px 0 30px; }

/* STEPS */
.steps__content {
  margin: 50px 0 0;
  padding: 65px 45px;
  display: flex;
  flex-direction: row;
  gap: 45px;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1199px) {
    .steps__content {
      margin: 30px 0 0;
      padding: 45px; } }
  @media (max-width: 767px) {
    .steps__content {
      flex-wrap: wrap;
      margin: 15px 0 0;
      padding: 15px; } }
.steps__item {
  max-width: 420px;
  width: 100%;
  min-height: 210px;
  position: relative;
  background: #0B4591;
  border-radius: 20px;
  text-align: center;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .steps__item {
      min-height: 180px; } }
  .steps__item::after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -30px;
    bottom: -50px; }
    @media (max-width: 1199px) {
      .steps__item::after {
        right: -30px;
        bottom: -30px; } }
    @media (max-width: 767px) {
      .steps__item::after {
        right: auto;
        bottom: -20px;
        left: 50%;
        transform: rotateZ(90deg) translateX(-50%);
        transform-origin: left center; } }
  .steps__item--arrows::after {
    width: 107px;
    height: 79px;
    background-image: url("../img/step-mark-arrows.webp"); }
    @media (max-width: 1199px) {
      .steps__item--arrows::after {
        width: 70px;
        height: 65px; } }
    @media (max-width: 767px) {
      .steps__item--arrows::after {
        width: 55px;
        height: 45px; } }
  .steps__item--checks::after {
    width: 96px;
    height: 100px;
    background-image: url("../img/step-mark-checks.webp"); }
    @media (max-width: 1199px) {
      .steps__item--checks::after {
        width: 60px;
        height: 65px; } }
    @media (max-width: 767px) {
      .steps__item--checks::after {
        transform: rotateZ(0deg) translateX(-50%);
        width: 55px;
        height: 55px; } }
  .steps__item h2 {
    color: #E476AA;
    font-size: 3.8rem;
    line-height: 3.8rem; }
    @media (max-width: 1199px) {
      .steps__item h2 {
        font-size: 3rem;
        line-height: 3rem; } }
  .steps__item p {
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 3.4rem;
    padding: 15px 0; }
    @media (max-width: 1199px) {
      .steps__item p {
        font-size: 1.6rem;
        line-height: 2.0rem; } }

/* QUIZ INTRO */
.quiz-intro {
  position: relative;
  padding: 100px 15px 0;
  margin: 100px auto 0; }
  @media (max-width: 1199px) {
    .quiz-intro {
      padding: 50px 15px 0;
      margin: 50px auto 0; } }
  @media (max-width: 991px) {
    .quiz-intro {
      margin: 0 auto; } }
  .quiz-intro::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 125px;
    background: #EBFAFF; }
    @media (max-width: 1199px) {
      .quiz-intro::before {
        bottom: 75px; } }
  .quiz-intro::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: -280px;
    top: -230px;
    width: 723px;
    height: 723px;
    background-image: url("../img/circles-big.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1399px) {
      .quiz-intro::after {
        right: -300px;
        width: 550px;
        height: 550px; } }
    @media (max-width: 991px) {
      .quiz-intro::after {
        top: -150px;
        right: -200px;
        width: 400px;
        height: 400px; } }
    @media (max-width: 767px) {
      .quiz-intro::after {
        display: none; } }
  .quiz-intro__content {
    position: relative;
    z-index: 5;
    max-width: 1440px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url("../img/circles-small.webp");
    background-position: center top;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .quiz-intro__content {
        justify-content: space-around;
        background: none; } }
    @media (max-width: 767px) {
      .quiz-intro__content {
        flex-direction: column; } }
  .quiz-intro__description h1 {
    font-size: 3.8rem;
    line-height: 5.7rem;
    font-weight: 800;
    position: relative;
    padding: 0 0 0 70px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .quiz-intro__description h1 {
        font-size: 2.8rem;
        line-height: 4rem;
        padding: 0 0 0 50px; } }
    .quiz-intro__description h1::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 50px;
      height: 1px;
      border-top: 2px solid #0B4591; }
      @media (max-width: 991px) {
        .quiz-intro__description h1::before {
          width: 35px; } }
  .quiz-intro__description h2 {
    font-size: 3.2rem;
    line-height: 4.6rem;
    font-weight: 800;
    max-width: 450px;
    margin: 50px 0; }
    @media (max-width: 1199px) {
      .quiz-intro__description h2 {
        margin: 30px 0; } }
    @media (max-width: 991px) {
      .quiz-intro__description h2 {
        font-size: 2.4rem;
        line-height: 3rem; } }
    @media (max-width: 767px) {
      .quiz-intro__description h2 {
        max-width: none; } }
  .quiz-intro__description p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 400;
    max-width: 450px;
    color: #000000;
    margin: 30px 0 50px; }
    @media (max-width: 991px) {
      .quiz-intro__description p {
        margin: 30px 0; } }
    @media (max-width: 991px) {
      .quiz-intro__description p {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
    @media (max-width: 767px) {
      .quiz-intro__description p {
        max-width: none; } }
  .quiz-intro__description img {
    margin: 0; }
    @media (max-width: 1199px) {
      .quiz-intro__description img {
        width: 26.9vw;
        max-width: 517px; } }
    @media (max-width: 767px) {
      .quiz-intro__description img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px; } }
  .quiz-intro__image {
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .quiz-intro__image {
        width: 100%; } }
    @media (max-width: 1199px) {
      .quiz-intro__image img {
        width: 28.6vw;
        max-width: 550px; } }
    @media (max-width: 767px) {
      .quiz-intro__image img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto; } }

/* QUIZ RULES */
.quiz-rules {
  max-width: 1440px;
  margin: 50px auto;
  padding: 15px; }
  .quiz-rules h1 {
    font-size: 3.8rem;
    line-height: 5.7rem;
    font-weight: 800;
    position: relative;
    padding: 0 0 0 70px; }
    @media (max-width: 991px) {
      .quiz-rules h1 {
        font-size: 2.8rem;
        line-height: 4rem;
        padding: 0 0 0 50px; } }
    .quiz-rules h1::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 50px;
      height: 1px;
      border-top: 2px solid #0B4591; }
      @media (max-width: 991px) {
        .quiz-rules h1::before {
          width: 35px; } }
  .quiz-rules__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 50px 0 0; }
    @media (max-width: 1399px) {
      .quiz-rules__list {
        gap: 25px; } }
    @media (max-width: 991px) {
      .quiz-rules__list {
        flex-direction: column;
        gap: 30px;
        margin: 30px 0 0; } }
    .quiz-rules__list__item {
      width: 100%;
      max-width: 330px;
      min-height: 210px;
      padding: 30px 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border-radius: 30px;
      position: relative;
      border: 1px solid #0B4591; }
      @media (max-width: 1399px) {
        .quiz-rules__list__item {
          padding: 20px 10px; } }
      @media (max-width: 1199px) {
        .quiz-rules__list__item {
          min-height: 280px; } }
      @media (max-width: 991px) {
        .quiz-rules__list__item {
          min-height: auto;
          max-width: none;
          padding: 30px 15px; } }
      .quiz-rules__list__item::before {
        content: '';
        position: absolute;
        left: -9px;
        right: -9px;
        top: -9px;
        bottom: -9px;
        background: #BBE1ED;
        z-index: -1;
        border-radius: 30px; }
      .quiz-rules__list__item::after {
        content: '';
        position: absolute;
        right: -64px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("../img/quiz-list-arrows.webp");
        background-repeat: no-repeat;
        background-size: cover;
        width: 80px;
        height: 80px;
        z-index: 1;
        border-radius: 30px; }
        @media (max-width: 1399px) {
          .quiz-rules__list__item::after {
            right: -39px;
            width: 50px;
            height: 50px; } }
        @media (max-width: 991px) {
          .quiz-rules__list__item::after {
            right: auto;
            left: 50%;
            transform: translateX(-50%) rotateZ(90deg);
            transform-origin: center;
            top: auto;
            bottom: -40px; } }
      .quiz-rules__list__item:last-child::after {
        display: none; }
      .quiz-rules__list__item p {
        font-size: 2rem;
        line-height: 3.4rem;
        color: #333333;
        text-align: center; }
        .quiz-rules__list__item p span {
          color: #0B4591; }

/* QUIZ START */
.quiz-start {
  padding: 15px;
  text-align: center;
  margin: 100px 0; }
  @media (max-width: 991px) {
    .quiz-start {
      margin: 50px 0; } }
  .quiz-start__regulations {
    display: inline-block;
    font-size: 2rem;
    line-height: 3.4rem;
    text-decoration: underline;
    color: #333333;
    padding: 15px;
    margin: 15px; }

/* QUIZ THANK YOU */
.quiz-thank-you {
  padding: 90px 15px 50px;
  background-image: url("../img/circles.webp");
  background-position: right -150px top -250px;
  background-repeat: no-repeat; }
  @media (max-width: 1399px) {
    .quiz-thank-you {
      background-position: right -400px top -300px; } }
  @media (max-width: 1399px) {
    .quiz-thank-you {
      background-position: right -600px top -600px; } }
  @media (max-width: 991px) {
    .quiz-thank-you {
      background-position: right -1000px top -200px; } }
  .quiz-thank-you__header {
    margin: 0 auto;
    max-width: 1700px; }
    .quiz-thank-you__header img {
      margin: 0 0 75px;
      width: 13.3vw;
      max-width: 255px; }
      @media (max-width: 767px) {
        .quiz-thank-you__header img {
          width: auto; } }
  .quiz-thank-you__content {
    margin: 0 auto;
    max-width: 1330px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1399px) {
      .quiz-thank-you__content {
        padding-left: 45px; } }
    @media (max-width: 1199px) {
      .quiz-thank-you__content {
        flex-direction: column;
        gap: 50px;
        justify-content: flex-start; } }
    @media (max-width: 991px) {
      .quiz-thank-you__content {
        padding-left: 30px; } }
  .quiz-thank-you__info {
    max-width: 630px; }
    @media (max-width: 1199px) {
      .quiz-thank-you__info {
        max-width: none;
        width: 100%; } }
    .quiz-thank-you__info h1 {
      color: #0B4591;
      font-size: 3.4rem;
      line-height: 4.3rem; }
      @media (max-width: 1199px) {
        .quiz-thank-you__info h1 {
          font-size: 2.5rem;
          line-height: 3rem; } }
    .quiz-thank-you__info h2 {
      color: #0B4591;
      font-size: 2.8rem;
      line-height: 4.2rem; }
      @media (max-width: 1199px) {
        .quiz-thank-you__info h2 {
          font-size: 2rem;
          line-height: 2.6rem; } }
    .quiz-thank-you__info p {
      color: #000000;
      font-size: 2rem;
      line-height: 3rem;
      margin: 30px 0 0; }
      @media (max-width: 1199px) {
        .quiz-thank-you__info p {
          font-size: 1.6rem;
          line-height: 2.0rem; } }
  @media (max-width: 1199px) {
    .quiz-thank-you__extra {
      width: 100%; } }
  .quiz-thank-you__extra h2 {
    color: #DD0F71;
    font-size: 3.4rem;
    line-height: 3.8rem;
    margin: 0 0 40px;
    padding: 0 0 40px;
    position: relative; }
    @media (max-width: 1199px) {
      .quiz-thank-you__extra h2 {
        font-size: 2rem;
        line-height: 2.6rem; } }
    .quiz-thank-you__extra h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 325px;
      width: 100%;
      height: 4px;
      background: #0B4591; }
  .quiz-thank-you__extra p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600; }
  .quiz-thank-you__extra ul {
    margin: 20px 0 50px;
    padding: 0;
    list-style: none; }
    @media (max-width: 1199px) {
      .quiz-thank-you__extra ul {
        margin: 15px 0 30px; } }
    .quiz-thank-you__extra ul li {
      margin: 0;
      padding: 5px 0 5px 65px;
      position: relative; }
      .quiz-thank-you__extra ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 65px;
        height: 100%;
        background-image: url("../img/list-check-mark.webp");
        background-repeat: no-repeat;
        background-position: left 10px center; }
      .quiz-thank-you__extra ul li p {
        margin: 15px 0; }
  .quiz-thank-you__footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 130px;
    max-width: 1440px;
    margin: 100px auto 0; }
    @media (max-width: 1199px) {
      .quiz-thank-you__footer {
        margin: 50px auto 0;
        gap: 60px; } }
    @media (max-width: 767px) {
      .quiz-thank-you__footer {
        flex-direction: column;
        gap: 0px;
        padding: 0px; } }
    .quiz-thank-you__footer__figure {
      position: relative;
      z-index: 2; }
      .quiz-thank-you__footer__figure img {
        width: 31.25vw;
        max-width: 600px;
        margin: 0; }
        @media (max-width: 767px) {
          .quiz-thank-you__footer__figure img {
            width: auto;
            max-width: 50%; } }
        @media (max-width: 575px) {
          .quiz-thank-you__footer__figure img {
            max-width: 300px; } }
      .quiz-thank-you__footer__figure p {
        max-width: 550px;
        color: #FFFFFF;
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin: 50px 0 30px auto; }
        @media (max-width: 1199px) {
          .quiz-thank-you__footer__figure p {
            font-size: 1.2rem;
            line-height: 1.8rem; } }
        @media (max-width: 767px) {
          .quiz-thank-you__footer__figure p {
            margin: 30px 0;
            color: #0B4591; } }
    .quiz-thank-you__footer__description {
      position: relative;
      z-index: 1; }
      .quiz-thank-you__footer__description::before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 100px;
        bottom: 0;
        left: -2000px;
        right: -2000px;
        background: #dd0f71;
        background: linear-gradient(90deg, #dd0f71 0%, #a8194a 65%, #a8194a 100%); }
        @media (max-width: 767px) {
          .quiz-thank-you__footer__description::before {
            top: 30px; } }
      .quiz-thank-you__footer__description h3 {
        margin: 100px 0 40px;
        padding: 15px 0 20px;
        position: relative;
        color: #FFFFFF;
        font-size: 3.4rem;
        line-height: 3.4rem;
        font-weight: 800; }
        @media (max-width: 1199px) {
          .quiz-thank-you__footer__description h3 {
            padding: 10px 0 15px;
            font-size: 2.6rem;
            line-height: 2.6rem; } }
        @media (max-width: 767px) {
          .quiz-thank-you__footer__description h3 {
            margin: 0 0 30px; } }
        .quiz-thank-you__footer__description h3::before {
          content: '';
          z-index: -1;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -2000px;
          right: -2000px;
          background: #0B4591; }
      .quiz-thank-you__footer__description p {
        color: #FFFFFF;
        font-size: 2.2rem;
        line-height: 3.4rem;
        max-width: 660px; }
        @media (max-width: 1199px) {
          .quiz-thank-you__footer__description p {
            font-size: 1.8rem;
            line-height: 2.4rem; } }
      .quiz-thank-you__footer__description ul {
        margin: 30px 0 50px;
        padding: 0;
        list-style: none; }
        @media (max-width: 1199px) {
          .quiz-thank-you__footer__description ul {
            margin: 15px 0 30px; } }
        .quiz-thank-you__footer__description ul li {
          margin: 5px 0;
          padding: 0 0 0 75px;
          position: relative; }
          @media (max-width: 1199px) {
            .quiz-thank-you__footer__description ul li {
              padding: 0 0 0 60px; } }
          .quiz-thank-you__footer__description ul li::before {
            content: '';
            position: absolute;
            left: 10px;
            top: 0;
            width: 65px;
            height: 100%;
            background-image: url("../img/list-check-mark-white.webp");
            background-repeat: no-repeat;
            background-position: left 10px center; }
            @media (max-width: 1199px) {
              .quiz-thank-you__footer__description ul li::before {
                left: 0; } }
          .quiz-thank-you__footer__description ul li p {
            font-weight: 800; }
            @media (max-width: 1199px) {
              .quiz-thank-you__footer__description ul li p {
                font-weight: 600; } }

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