/* FONTS */
/* VARIABLES BREAK POINTS */
/* VARIABLES COLORS */
/* VARIABLES FONTS */
/* TYPINGS*/
/* FUNCTIONS COLORS */
/* FUNCTIONS FONTS */
/* BASE */
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }
  @media (max-width: 1199px) {
    html.toggle-menu {
      overflow: hidden; } }

body {
  color: #223370;
  background: #F8FBFE;
  font-size: 18px;
  line-height: 23px;
  font-family: "Rubik", sans-serif;;
  overflow-x: hidden; }

a {
  text-decoration: none; }

b {
  font-weight: 700; }

strong {
  font-weight: 600; }

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 {
  color: #223370 !important; }

.c-blue-light {
  color: #10A3E2 !important; }

.c-blue-lighter {
  color: #F8FBFE !important; }

.c-gray-lighter {
  color: #f1f1f1 !important; }

.c-red {
  color: #B40038 !important; }

.c-pink {
  color: #C30048 !important; }

.c-white {
  color: #FFFFFF !important; }

.c-black {
  color: #000000 !important; }

.c-text {
  color: #223370 !important; }

.c-background {
  color: #F8FBFE !important; }

/* MARGINS */
.m-0-auto {
  margin: 0 auto; }

/* PADDINGS */
/* BG */
.bg-blue {
  background: #223370; }
.bg-blue-light {
  background: #10A3E2; }
.bg-blue-lighter {
  background: #F8FBFE; }
.bg-gray-lighter {
  background: #f1f1f1; }
.bg-red {
  background: #B40038; }
.bg-pink {
  background: #C30048; }
.bg-white {
  background: #FFFFFF; }
.bg-black {
  background: #000000; }
.bg-text {
  background: #223370; }
.bg-background {
  background: #F8FBFE; }

/* 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 */
.border-radius {
  border-radius: 15px; }

/* FONTS */
.f-primary {
  font-family: "Rubik", 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; }

.text-small {
  font-size: 13px;
  line-height: 1.3; }
.text-medium {
  font-style: 18px;
  line-height: 1.3; }
.text-big {
  font-size: 22px;
  line-height: 1.3; }
.text-large {
  font-size: 28px;
  line-height: 1.3; }
.text-xlarge {
  font-size: 32px;
  line-height: 1.3; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; }

  .text-medium {
    font-style: 20px; }
  .text-big {
    font-size: 25px; }
  .text-large {
    font-size: 32px; }
  .text-xlarge {
    font-size: 42px; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
/* 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: 20px 40px;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  background: transparent;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 100;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 32px;
  text-wrap: nowrap; }
  @media (max-width: 767px) {
    .button {
      font-size: 16px;
      line-height: 22px;
      padding: 15px; } }
  .button__wrapper--center {
    text-align: center; }
  .button__wrapper--right {
    text-align: right; }
  .button.inactive, .button.soon {
    cursor: not-allowed;
    opacity: 0.5; }
  .button__red {
    background: #B40038;
    color: #FFFFFF; }
    .button__red:hover {
      background: #810028;
      color: #FFFFFF; }
  .button__transparent {
    background: #FFFFFF;
    border: 1px solid #B40038;
    color: #B40038; }
    .button__transparent:hover {
      background: rgba(180, 0, 56, 0.05);
      color: #B40038; }

/* 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 40px;
  cursor: pointer;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #223370;
  display: block; }
  @media (max-width: 991px) {
    .radio label {
      font-size: 18px;
      line-height: 22px; } }
  .radio label::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #223370;
    border-radius: 50%; }
    @media (max-width: 991px) {
      .radio label::before {
        top: 0; } }
  .radio label::after {
    display: none;
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 6px solid #C30048;
    border-radius: 50%; }
    @media (max-width: 991px) {
      .radio label::after {
        top: 0; } }

/* 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: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #223370;
  display: block; }
  @media (max-width: 991px) {
    .checkbox label {
      font-size: 18px;
      line-height: 22px; } }
  .checkbox label::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #223370; }
    @media (max-width: 991px) {
      .checkbox label::before {
        top: 0; } }
  .checkbox label::after {
    display: none;
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 6px solid #C30048; }
    @media (max-width: 991px) {
      .checkbox label::after {
        top: 0; } }
  .checkbox label a {
    color: #B40038; }
.checkbox.hiddeable {
  position: relative;
  height: 35px;
  overflow: hidden; }
  .checkbox.hiddeable:has(.error-info) {
    overflow: visible !important; }
  .checkbox.hiddeable label {
    top: 0;
    line-height: 27px;
    padding-right: 80px; }
  .checkbox.hiddeable .toggler {
    color: #B40038;
    background: transparent;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    z-index: 99;
    font-weight: 300; }
  .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 #223370;
    font-family: "Rubik", sans-serif;;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0;
    box-shadow: none;
    border-radius: 15px; }
    .input input[type="text"]::placeholder, .input input[type="tel"]::placeholder, .input input[type="password"]::placeholder, .input select::placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .input input[type="text"]:focus, .input input[type="tel"]:focus, .input input[type="password"]:focus, .input select:focus {
      outline: none; }
  .input label {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400; }

.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: #223370;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 5px;
    cursor: pointer; }
  .ui-autocomplete div {
    color: #223370 !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: "Rubik", 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; } }
.list-pink ::marker {
  color: #C30048; }

/* 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: #F8FBFE; }
      .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 #C30048; }
      .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: #223370; }
  .header__close-menu {
    color: #223370;
    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;
  padding: 0 50px; }
  @media (max-width: 991px) {
    .footer {
      padding: 0 20px; } }
  .footer__container {
    border-radius: 15px;
    background: #FFFFFF; }
  .footer__content {
    padding: 40px 25px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 5%; }
    @media (max-width: 991px) {
      .footer__content {
        gap: 2.5%; } }
    @media (max-width: 767px) {
      .footer__content {
        max-width: none;
        flex-direction: column;
        gap: 0;
        padding: 20px; } }
  .footer__logo img {
    margin: 0; }
  .footer__menu {
    flex-shrink: 0; }
  .footer__navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__navigation li {
    margin: 0 0 20px;
    padding: 0; }
    @media (max-width: 991px) {
      .footer__navigation li {
        margin: 10px 0; } }
  .footer__navigation a, .footer__navigation p {
    padding: 5px;
    margin: 5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #223370;
    text-decoration: none;
    cursor: pointer; }
    @media (max-width: 991px) {
      .footer__navigation a, .footer__navigation p {
        padding: 5px 0;
        margin: 10px 0; } }
  .footer__navigation a:hover {
    text-decoration: underline; }
  .footer__others {
    margin: 40px 0 0; }
    .footer__others p {
      font-size: 18px;
      line-height: 32px;
      color: #223370; }
  .footer__provision {
    margin: 30px 0 0;
    padding: 15px 15px 100px; }
    .footer__provision__container {
      margin: 0 auto;
      max-width: 1735px; }
    .footer__provision p {
      font-size: 16px;
      line-heigth: 31px;
      color: #223370;
      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: #10A3E2;
    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: #223370;
    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: #C30048;
    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: #223370;
    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__question-item {
  max-width: 715px;
  margin: 30px auto; }
.quiz__info {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  padding: 0 0 0 95px;
  position: relative; }
  .quiz__info::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    border-top: 3px solid #223370;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.quiz__question {
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  margin: 30px 0; }
  @media (max-width: 991px) {
    .quiz__question {
      font-size: 21px;
      line-height: 30px;
      margin: 15px 0; } }
.quiz__answer {
  padding: 10px 0; }
.quiz__button-wrapper {
  margin: 30px 0 0; }
.quiz__form {
  max-width: 800px;
  margin: 30px auto; }
  .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-weight: 600;
  margin: 30px 0; }
.quiz__statements label {
  margin: 0;
  font-size: 18px;
  line-height: 32px; }
.quiz__statements .checkbox {
  margin: 10px 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; }

/* ARTICLE */
/* PAGE HOME */
.page__home {
  background-image: url("../img/home-circle-big.webp"), url("../img/home-circle-small.webp");
  background-position: 125% 50%, -10% 75%;
  background-repeat: no-repeat, no-repeat; }

/* Infographic Why Pedicetamol Dlaczego Pedicetamol */
.why {
  padding: 50px 0 0; }
  @media (max-width: 991px) {
    .why {
      padding: 15px 0 0; } }
  .why__heading {
    background-image: url("../img/why-heading.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 15px 30px;
    margin: 0 50px;
    border-radius: 15px; }
    @media (max-width: 1199px) {
      .why__heading {
        margin: 0 20px; } }
    .why__heading h1 {
      text-align: center;
      font-size: 48px;
      line-height: 57px;
      font-weight: 400;
      color: #223370; }
      @media (max-width: 991px) {
        .why__heading h1 {
          font-size: 28px;
          line-height: 36px; } }
      .why__heading h1 span {
        color: #C30048; }
  .why__breadcrumbs {
    max-width: 1410px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 0; }
    .why__breadcrumbs a, .why__breadcrumbs p {
      font-size: 16px;
      line-height: 19px;
      color: #223370;
      padding: 5px; }
      .why__breadcrumbs a span, .why__breadcrumbs p span {
        font-weight: 300; }
    .why__breadcrumbs a:hover {
      text-decoration: underline; }
  .why__about {
    max-width: 1410px;
    margin: 30px auto;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7.5%; }
    @media (max-width: 991px) {
      .why__about {
        flex-direction: column;
        margin: 15px auto; } }
    .why__about__image {
      flex-shrink: 0; }
      @media (max-width: 1399px) {
        .why__about__image {
          flex-shrink: 0.5; } }
      @media (max-width: 1199px) {
        .why__about__image {
          flex-shrink: 0.75; } }
      .why__about__image img {
        max-width: 714px;
        width: 37.18vw; }
        @media (max-width: 991px) {
          .why__about__image img {
            max-width: 400px;
            width: 100%; } }
    .why__about__description h4 {
      position: relative;
      padding: 0 0 0 95px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      margin: 30px 0; }
      @media (max-width: 991px) {
        .why__about__description h4 {
          font-size: 15px;
          line-height: 15px;
          padding: 0 0 0 50px;
          margin: 15px 0; } }
      .why__about__description h4::after {
        content: "";
        position: absolute;
        left: 0;
        top: 45%;
        left: 0;
        width: 70px;
        height: 2px;
        border-top: 2px solid #223370;
        border-radius: 15px; }
        @media (max-width: 991px) {
          .why__about__description h4::after {
            width: 30px; } }
    .why__about__description h1 {
      font-size: 40px;
      line-height: 47px;
      font-weight: 400;
      margin: 30px 0; }
      @media (max-width: 991px) {
        .why__about__description h1 {
          font-size: 24px;
          line-height: 32px;
          margin: 15px 0; } }
    .why__about__description p {
      font-size: 18px;
      line-height: 32px;
      font-weight: 400;
      margin: 30px 0; }
      @media (max-width: 991px) {
        .why__about__description p {
          font-size: 16px;
          line-height: 24px;
          margin: 15px 0; } }
  .why__characteristic {
    padding: 15px; }
    .why__characteristic p {
      font-size: 27px;
      line-height: 38px;
      font-weight: 400;
      margin: 30px auto;
      text-align: center;
      max-width: 1150px;
      padding: 15px; }
      @media (max-width: 991px) {
        .why__characteristic p {
          font-size: 21px;
          line-height: 28px; } }
    .why__characteristic__heading {
      background-image: url("../img/why-characteristic.webp");
      background-position: right center;
      background-repeat: no-repeat;
      max-width: 1600px;
      padding: 15px;
      margin: 100px auto 0;
      border-radius: 15px;
      background-size: cover; }
      @media (max-width: 1199px) {
        .why__characteristic__heading {
          background-position: center;
          margin: 50px auto 0; } }
      @media (max-width: 991px) {
        .why__characteristic__heading {
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .why__characteristic__heading {
          background: #FFFFFF; } }
      .why__characteristic__heading__content {
        margin-right: 0;
        margin-left: auto; }
        .why__characteristic__heading__content::after {
          content: "";
          display: block;
          clear: both; }
      .why__characteristic__heading h1 {
        font-size: 65px;
        line-height: 77px;
        font-weight: 400;
        padding: 7.5% 50px 7.5% 15px;
        color: #223370;
        display: inline-block;
        vertical-align: center;
        text-transform: uppercase;
        float: right; }
        @media (max-width: 1199px) {
          .why__characteristic__heading h1 {
            font-size: 30px;
            line-height: 36px; } }
        @media (max-width: 991px) {
          .why__characteristic__heading h1 {
            font-size: 24px;
            line-height: 30px;
            padding: 7.5% 15px; } }
        .why__characteristic__heading h1 span {
          color: #C30048;
          font-weight: 700; }
    .why__characteristic__list {
      display: flex;
      flex-direction: row;
      gap: 30px;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .why__characteristic__list {
          flex-direction: column; } }
      .why__characteristic__list div {
        padding: 25px 15px;
        display: inline-block;
        background-image: url("../img/why-characteristic-0.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 15px; }
        .why__characteristic__list div h3 {
          font-size: 35px;
          line-height: 42px;
          text-wrap: nowrap;
          text-align: center;
          padding: 15px 15px 0; }
          @media (max-width: 991px) {
            .why__characteristic__list div h3 {
              font-size: 18px;
              line-height: 26px; } }
          .why__characteristic__list div h3 span {
            font-weight: 700;
            color: #C30048; }
    .why__characteristic__table {
      max-width: 1380px;
      margin: 50px auto;
      padding: 5px 15px 50px;
      background: #FFFFFF; }
      .why__characteristic__table img {
        max-width: 792px;
        width: 41.25vw; }
        @media (max-width: 767px) {
          .why__characteristic__table img {
            max-width: 100%;
            width: auto; } }
  .why__indication {
    padding: 15px; }
    .why__indication p {
      font-size: 27px;
      line-height: 38px;
      font-weight: 400;
      margin: 30px auto;
      text-align: left;
      max-width: 1150px;
      padding: 15px;
      color: #223370; }
      @media (max-width: 991px) {
        .why__indication p {
          font-size: 21px;
          line-height: 28px; } }
    .why__indication ul {
      padding: 0 0 0 25px; }
      @media (max-width: 991px) {
        .why__indication ul {
          padding: 0 0 0 20px; } }
      .why__indication ul li {
        color: #C30048;
        font-size: 27px;
        line-height: 38px; }
        @media (max-width: 991px) {
          .why__indication ul li {
            font-size: 21px;
            line-height: 28px; } }
        .why__indication ul li p {
          margin: 0;
          padding: 0;
          text-align: left; }
    .why__indication__heading {
      background-image: url("../img/why-indication.webp");
      background-position: right center;
      background-repeat: no-repeat;
      max-width: 1600px;
      padding: 15px;
      margin: 100px auto 0;
      border-radius: 15px;
      background-size: cover; }
      @media (max-width: 1199px) {
        .why__indication__heading {
          background-position: center;
          margin: 50px auto 0; } }
      @media (max-width: 991px) {
        .why__indication__heading {
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .why__indication__heading {
          background: #FFFFFF; } }
      .why__indication__heading__content {
        margin-right: 0;
        margin-left: auto; }
        .why__indication__heading__content::after {
          content: "";
          display: block;
          clear: both; }
      .why__indication__heading h1 {
        font-size: 65px;
        line-height: 77px;
        font-weight: 400;
        padding: 7.5% 50px 7.5% 15px;
        color: #223370;
        display: inline-block;
        vertical-align: center;
        text-transform: uppercase;
        float: right; }
        @media (max-width: 1199px) {
          .why__indication__heading h1 {
            font-size: 30px;
            line-height: 36px; } }
        @media (max-width: 991px) {
          .why__indication__heading h1 {
            font-size: 24px;
            line-height: 30px;
            padding: 7.5% 15px; } }
        .why__indication__heading h1 span {
          color: #C30048;
          font-weight: 700; }
    .why__indication__list {
      max-width: 830px;
      margin: 75px auto;
      background-image: url("../img/why-indication-list.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 15px 30px; }
      .why__indication__list > p {
        margin: 0 0 5px;
        padding: 10px 0 0;
        font-weight: 700; }
    .why__indication__dosage h2 {
      font-size: 41px;
      line-height: 48px;
      font-weight: 400;
      color: #223370;
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 991px) {
        .why__indication__dosage h2 {
          font-size: 26px;
          line-height: 30px; } }
      .why__indication__dosage h2 span {
        color: #C30048; }
    .why__indication__dosage img {
      max-width: 634px;
      width: 33vw; }
      @media (max-width: 767px) {
        .why__indication__dosage img {
          max-width: 400px;
          width: 100%; } }
  .why__serving {
    padding: 15px; }
    .why__serving p {
      font-size: 27px;
      line-height: 38px;
      font-weight: 400;
      margin: 30px auto;
      text-align: center;
      max-width: 1150px;
      padding: 15px;
      color: #223370; }
      @media (max-width: 991px) {
        .why__serving p {
          font-size: 21px;
          line-height: 28px; } }
    .why__serving__heading {
      background-image: url("../img/why-serving.webp");
      background-position: right center;
      background-repeat: no-repeat;
      max-width: 1600px;
      padding: 15px;
      margin: 100px auto 0;
      border-radius: 15px;
      background-size: cover; }
      @media (max-width: 1199px) {
        .why__serving__heading {
          background-position: center;
          margin: 50px auto 0; } }
      @media (max-width: 991px) {
        .why__serving__heading {
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .why__serving__heading {
          background: #FFFFFF; } }
      .why__serving__heading__content {
        margin-right: 0;
        margin-left: auto; }
        .why__serving__heading__content::after {
          content: "";
          display: block;
          clear: both; }
      .why__serving__heading h1 {
        font-size: 65px;
        line-height: 77px;
        font-weight: 400;
        padding: 7.5% 50px 7.5% 15px;
        color: #223370;
        display: inline-block;
        vertical-align: center;
        text-transform: uppercase;
        float: right; }
        @media (max-width: 1199px) {
          .why__serving__heading h1 {
            font-size: 30px;
            line-height: 36px; } }
        @media (max-width: 991px) {
          .why__serving__heading h1 {
            font-size: 24px;
            line-height: 30px;
            padding: 7.5% 15px; } }
        .why__serving__heading h1 span {
          color: #C30048;
          font-weight: 700; }
    .why__serving__info {
      max-width: 830px;
      margin: 75px auto 30px;
      background-image: url("../img/why-serving-info.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 20px;
      border-radius: 15px; }
      @media (max-width: 767px) {
        .why__serving__info {
          flex-direction: column; } }
      .why__serving__info img {
        flex-shrink: 0;
        margin: 0; }
      .why__serving__info h3 {
        font-size: 35px;
        line-height: 42px;
        font-weight: 400;
        color: #223370; }
        @media (max-width: 767px) {
          .why__serving__info h3 {
            font-size: 24px;
            line-height: 30px;
            text-align: center; } }
        .why__serving__info h3 span {
          color: #C30048;
          font-weight: 700; }
    .why__serving__comparison-table {
      max-width: 1380px;
      margin: 50px auto;
      padding: 75px 50px;
      background: #FFFFFF;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 50px; }
      @media (max-width: 991px) {
        .why__serving__comparison-table {
          podding: 30px 15px; } }
      .why__serving__comparison-table img:first-child {
        max-width: 573px;
        width: 29.8vw; }
      .why__serving__comparison-table img:last {
        max-width: 575px;
        width: 29.9vw; }
      .why__serving__comparison-table img {
        flex-shrink: 0;
        min-width: 45%; }
        @media (max-width: 767px) {
          .why__serving__comparison-table img {
            max-width: 100% !important;
            width: auto !important; } }
    .why__serving__explanation {
      max-width: 645px;
      margin: 50px auto;
      padding: 25px 30px 15px;
      border: 2px solid #223370;
      border-radius: 15px; }
      .why__serving__explanation h4 {
        font-size: 25px;
        line-height: 29px;
        font-weight: 400;
        color: #C30048;
        text-align: center; }
        @media (max-width: 767px) {
          .why__serving__explanation h4 {
            font-size: 21px;
            line-height: 25px; } }
  .why__dosage {
    max-width: 1440px;
    margin: 50px auto;
    padding: 15px; }
    .why__dosage summary {
      list-style: none;
      outline: 0; }
      .why__dosage summary::-webkit-details-marker {
        display: none; }
    .why__dosage__heading {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 20px; }
      @media (max-width: 767px) {
        .why__dosage__heading {
          gap: 10px; } }
      .why__dosage__heading img {
        flex-shrink: 0;
        margin: 0; }
        @media (max-width: 767px) {
          .why__dosage__heading img:first-child {
            max-width: 80px; } }
        .why__dosage__heading img:last-child {
          position: relative;
          top: 7.5px; }
          @media (max-width: 767px) {
            .why__dosage__heading img:last-child {
              max-width: 25px; } }
      .why__dosage__heading h2 {
        font-size: 40px;
        line-height: 47px;
        font-weight: 400;
        color: #C30048;
        position: relative;
        top: 10px; }
        @media (max-width: 767px) {
          .why__dosage__heading h2 {
            font-size: 30px;
            line-height: 37px; } }
    .why__dosage__content__info {
      background-image: url("../img/why-dosage.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px;
      border-radius: 15px;
      max-width: 1170px;
      margin: 30px auto; }
      .why__dosage__content__info p {
        font-size: 27px;
        line-height: 38px;
        font-weight: 400;
        margin: 15px auto;
        color: #223370; }
        @media (max-width: 991px) {
          .why__dosage__content__info p {
            font-size: 21px;
            line-height: 28px; } }
      .why__dosage__content__info ul {
        padding: 0 0 0 25px; }
        @media (max-width: 991px) {
          .why__dosage__content__info ul {
            padding: 0 0 0 20px; } }
        .why__dosage__content__info ul li {
          color: #C30048;
          font-size: 27px;
          line-height: 38px; }
          @media (max-width: 991px) {
            .why__dosage__content__info ul li {
              font-size: 21px;
              line-height: 28px; } }
    .why__dosage__content__table {
      margin: 50px auto; }
      .why__dosage__content__table img {
        max-width: 840px;
        width: 43.75vw; }
        @media (max-width: 991px) {
          .why__dosage__content__table img {
            max-width: none;
            width: 100%; } }
    .why__dosage__content__recommendation {
      text-align: center; }
      .why__dosage__content__recommendation h3 {
        display: inline-block;
        font-size: 27px;
        line-height: 38px;
        background: #223370;
        color: #FFFFFF;
        padding: 7.5px 15px;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .why__dosage__content__recommendation h3 {
            font-size: 21px;
            line-height: 28px; } }
  .why__mechanism {
    margin: 50px;
    background-image: url("../img/why-mechanism-bg-top.webp"), url("../img/why-mechanism-bg-bottom.webp");
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 15px;
    padding: 80px 15px;
    display: flex;
    flex-direction: row;
    gap: 5%;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 1199px) {
      .why__mechanism {
        margin: 20px;
        padding: 15px 15px 50px; } }
    @media (max-width: 991px) {
      .why__mechanism {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .why__mechanism {
        padding: 15px; } }
    .why__mechanism__type {
      max-width: 600px; }
      @media (max-width: 991px) {
        .why__mechanism__type {
          max-width: none; } }
      .why__mechanism__type > img {
        margin: 0; }
        @media (max-width: 991px) {
          .why__mechanism__type > img {
            margin: 0 auto; } }
      .why__mechanism__type__heading {
        display: flex;
        flex-direction: row;
        gap: 15px;
        align-items: center;
        justify-content: center;
        padding: 50px 0; }
        @media (max-width: 767px) {
          .why__mechanism__type__heading {
            padding: 15px 0; } }
        .why__mechanism__type__heading img {
          margin: 0;
          flex-shrink: 0; }
          @media (max-width: 767px) {
            .why__mechanism__type__heading img {
              max-width: 70px; } }
        .why__mechanism__type__heading h4 {
          font-size: 27px;
          line-height: 32px; }
          @media (max-width: 767px) {
            .why__mechanism__type__heading h4 {
              font-size: 21px;
              line-height: 27px; } }
  .why__footnotes {
    max-width: 1440px;
    margin: 15px auto 30px;
    padding: 15px 50px; }
    @media (max-width: 991px) {
      .why__footnotes {
        padding: 15px 20px; } }
    .why__footnotes p {
      font-size: 16px;
      line-height: 19px;
      margin: 0;
      padding: 0; }

/* Knowledge about drop - wiedza o kropli */
.knowledge {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .knowledge {
      padding: 15px 0 0; } }
  .knowledge__heading {
    background-image: url("../img/why-heading.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 15px 30px;
    margin: 0 50px;
    border-radius: 15px; }
    @media (max-width: 1199px) {
      .knowledge__heading {
        margin: 0 20px; } }
    .knowledge__heading h1 {
      text-align: center;
      font-size: 48px;
      line-height: 57px;
      font-weight: 400;
      color: #223370; }
      @media (max-width: 991px) {
        .knowledge__heading h1 {
          font-size: 28px;
          line-height: 36px; } }
      .knowledge__heading h1 span {
        color: #C30048; }
  .knowledge__breadcrumbs {
    max-width: 1410px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 0; }
    .knowledge__breadcrumbs a, .knowledge__breadcrumbs p {
      font-size: 16px;
      line-height: 19px;
      color: #223370;
      padding: 5px; }
      .knowledge__breadcrumbs a span, .knowledge__breadcrumbs p span {
        font-weight: 300; }
    .knowledge__breadcrumbs a:hover {
      text-decoration: underline; }
  .knowledge__intro {
    max-width: 1410px;
    margin: 0 auto;
    padding: 15px; }
    .knowledge__intro__info {
      margin: 0 30px 0 auto;
      max-width: 684px; }
      @media (max-width: 1199px) {
        .knowledge__intro__info {
          margin: 0;
          max-width: none; } }
      .knowledge__intro__info h1 {
        margin: 40px 0 30px;
        font-size: 40px;
        line-height: 47px;
        font-weight: 400;
        color: #223370; }
        @media (max-width: 1199px) {
          .knowledge__intro__info h1 {
            margin: 0 0 20px; } }
        @media (max-width: 991px) {
          .knowledge__intro__info h1 {
            font-size: 24px;
            line-height: 30px; } }
      .knowledge__intro__info h2 {
        font-size: 27px;
        line-height: 32px;
        font-weight: 400;
        color: #223370; }
        @media (max-width: 991px) {
          .knowledge__intro__info h2 {
            font-size: 19px;
            line-height: 22px; } }
        .knowledge__intro__info h2 span {
          position: relative;
          display: inline-block;
          padding: 0 0 30px 0; }
          @media (max-width: 1199px) {
            .knowledge__intro__info h2 span {
              padding: 0 0 10px 0; } }
          .knowledge__intro__info h2 span::after {
            content: "";
            display: block;
            height: 1px;
            border-bottom: 3px solid #223370;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0; }
    .knowledge__intro__details {
      display: flex;
      flex-direction: row;
      gap: 70px;
      justify-content: space-between;
      align-items: flex-end;
      margin: -290px 0 0; }
      @media (max-width: 1199px) {
        .knowledge__intro__details {
          margin: 20px 0 0; } }
      @media (max-width: 991px) {
        .knowledge__intro__details {
          align-items: center;
          gap: 20px; } }
      @media (max-width: 767px) {
        .knowledge__intro__details {
          flex-direction: column; } }
    @media (max-width: 767px) {
      .knowledge__intro__prize {
        max-width: 450px; } }
    .knowledge__intro__prize img {
      margin-bottom: 60px; }
      @media (max-width: 1300px) {
        .knowledge__intro__prize img {
          margin-bottom: 240px; } }
      @media (max-width: 1199px) {
        .knowledge__intro__prize img {
          margin-bottom: 0; } }
    .knowledge__intro__rules {
      max-width: 684px;
      width: 100%;
      position: relative; }
      .knowledge__intro__rules h3 {
        font-size: 23px;
        line-height: 38px;
        font-weight: 400;
        text-align: center;
        padding: 40px 0; }
        @media (max-width: 1199px) {
          .knowledge__intro__rules h3 {
            padding: 20px 0; } }
    .knowledge__intro__list {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      @media (max-width: 991px) {
        .knowledge__intro__list {
          flex-direction: column;
          gap: 10px; } }
      .knowledge__intro__list::before {
        content: "";
        background: #FFFFFF;
        display: block;
        position: absolute;
        left: -150px;
        right: 0;
        top: -100px;
        bottom: -20px;
        border-radius: 15px;
        z-index: -1; }
      .knowledge__intro__list div {
        text-align: center; }
        .knowledge__intro__list div p {
          font-size: 18px;
          line-height: 32px;
          margin: 20px 0 0; }
    .knowledge__intro__button {
      margin-top: 40px;
      text-align: center; }
      @media (max-width: 1399px) {
        .knowledge__intro__button {
          margin-top: 30px; } }
      @media (max-width: 1199px) {
        .knowledge__intro__button {
          margin: 50px 0 30px; } }
      @media (max-width: 767px) {
        .knowledge__intro__button {
          text-align: center; } }
  .knowledge__presentation {
    max-width: 1410px;
    margin: 0 auto;
    padding: 15px; }
    .knowledge__presentation__info {
      margin: 0 auto;
      max-width: 684px; }
      @media (max-width: 1199px) {
        .knowledge__presentation__info {
          margin: 0;
          max-width: none; } }
      .knowledge__presentation__info h2 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 400;
        color: #223370;
        position: relative;
        text-align: center;
        padding: 0 0 20px; }
        @media (max-width: 991px) {
          .knowledge__presentation__info h2 {
            font-size: 23px;
            line-height: 38px; } }
        .knowledge__presentation__info h2::after {
          content: "";
          display: block;
          height: 1px;
          border-bottom: 3px solid #223370;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          width: 250px; }
        .knowledge__presentation__info h2 span {
          color: #B40038;
          font-weight: 800; }
    .knowledge__presentation__material iframe {
      max-width: 1260px;
      width: 100%;
      height: 753px;
      margin: 0 auto;
      display: block; }
      @media (max-width: 991px) {
        .knowledge__presentation__material iframe {
          height: 586px; } }
      @media (max-width: 767px) {
        .knowledge__presentation__material iframe {
          height: 460px; } }
      @media (max-width: 667px) {
        .knowledge__presentation__material iframe {
          height: 403px; } }
      @media (max-width: 600px) {
        .knowledge__presentation__material iframe {
          height: 365px; } }
      @media (max-width: 500px) {
        .knowledge__presentation__material iframe {
          height: 305px; } }
      @media (max-width: 400px) {
        .knowledge__presentation__material iframe {
          height: 250px; } }
      @media (max-width: 350px) {
        .knowledge__presentation__material iframe {
          height: 220px; } }
    .knowledge__presentation__button {
      margin: 30px auto;
      text-align: center; }
  .knowledge__quiz {
    max-width: 1410px;
    margin: 0 auto;
    padding: 15px; }
    .knowledge__quiz .slick-slide {
      opacity: 0; }
      .knowledge__quiz .slick-slide.slick-current.slick-active {
        opacity: 1; }
    .knowledge__quiz__info {
      margin: 0 auto;
      max-width: 684px; }
      @media (max-width: 1199px) {
        .knowledge__quiz__info {
          margin: 0;
          max-width: none; } }
      .knowledge__quiz__info h2 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 400;
        color: #223370;
        position: relative;
        text-align: center;
        padding: 0 0 20px; }
        @media (max-width: 991px) {
          .knowledge__quiz__info h2 {
            font-size: 23px;
            line-height: 38px; } }
        .knowledge__quiz__info h2::after {
          content: "";
          display: block;
          height: 1px;
          border-bottom: 3px solid #223370;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          width: 250px; }
        .knowledge__quiz__info h2 span {
          color: #B40038;
          font-weight: 800; }
  .knowledge__footnotes {
    max-width: 1440px;
    margin: 15px auto 30px;
    padding: 15px 50px; }
    @media (max-width: 991px) {
      .knowledge__footnotes {
        padding: 15px 20px; } }
    .knowledge__footnotes p {
      font-size: 16px;
      line-height: 19px;
      margin: 0;
      padding: 0; }

/* Map Mapa strony */
.map {
  padding: 50px 0 0; }
  @media (max-width: 991px) {
    .map {
      padding: 15px 0 0; } }
  .map__heading {
    background-image: url("../img/map-heading.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 15px 30px;
    margin: 0 50px;
    border-radius: 15px; }
    @media (max-width: 1199px) {
      .map__heading {
        margin: 0 20px; } }
    .map__heading h1 {
      text-align: center;
      font-size: 48px;
      line-height: 57px;
      font-weight: 400;
      color: #223370; }
      @media (max-width: 991px) {
        .map__heading h1 {
          font-size: 28px;
          line-height: 36px; } }
      .map__heading h1 span {
        color: #C30048; }
  .map__breadcrumbs {
    max-width: 1410px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 0; }
    .map__breadcrumbs a, .map__breadcrumbs p {
      font-size: 16px;
      line-height: 19px;
      color: #223370;
      padding: 5px; }
      .map__breadcrumbs a span, .map__breadcrumbs p span {
        font-weight: 300; }
    .map__breadcrumbs a:hover {
      text-decoration: underline; }
  .map__content {
    max-width: 870px;
    margin: 50px auto 150px;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .map__content {
        margin: 15px auto 50px; } }
  .map__list__item {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(34, 51, 112, 0.5); }
    @media (max-width: 767px) {
      .map__list__item {
        padding: 10px 15px; } }
    .map__list__item > p {
      font-size: 23px;
      line-height: 38px;
      color: #223370;
      max-width: 700px;
      margin: 15px 0; }
      @media (max-width: 991px) {
        .map__list__item > p {
          font-size: 18px;
          line-height: 26px; } }
    .map__list__item h2 {
      font-size: 27px;
      line-height: 32px;
      color: #223370;
      font-weight: 400;
      margin: 0; }
      @media (max-width: 991px) {
        .map__list__item h2 {
          font-size: 21px;
          line-height: 26px; } }
    .map__list__item ul {
      padding: 0 0 0 20px;
      margin: 10px 0; }
      .map__list__item ul ul {
        margin: 0;
        padding: 0 0 0 10px; }
        .map__list__item ul ul li::marker {
          content: "-"; }
        .map__list__item ul ul li p {
          text-indent: -5px; }
      .map__list__item ul li {
        font-size: 20px;
        line-height: 38px;
        padding: 0 0 0 15px; }
        @media (max-width: 991px) {
          .map__list__item ul li {
            font-size: 16px;
            line-height: 24px; } }
        .map__list__item ul li p {
          font-size: 20px;
          line-height: 38px;
          padding: 2.5px 0; }
          @media (max-width: 991px) {
            .map__list__item ul li p {
              font-size: 16px;
              line-height: 24px; } }

/* QUIZ THANK YOU */
.quiz-thank-you {
  padding: 50px 15px; }
  @media (max-width: 991px) {
    .quiz-thank-you {
      padding: 15px 0 0; } }
  .quiz-thank-you__heading {
    background-image: url("../img/why-heading.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 15px 30px;
    margin: 0 50px;
    border-radius: 15px; }
    @media (max-width: 1199px) {
      .quiz-thank-you__heading {
        margin: 0 20px; } }
    .quiz-thank-you__heading h1 {
      text-align: center;
      font-size: 48px;
      line-height: 57px;
      font-weight: 400;
      color: #223370; }
      @media (max-width: 991px) {
        .quiz-thank-you__heading h1 {
          font-size: 28px;
          line-height: 36px; } }
      .quiz-thank-you__heading h1 span {
        color: #C30048; }
  .quiz-thank-you__breadcrumbs {
    max-width: 1410px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 0; }
    .quiz-thank-you__breadcrumbs a, .quiz-thank-you__breadcrumbs p {
      font-size: 16px;
      line-height: 19px;
      color: #223370;
      padding: 5px; }
      .quiz-thank-you__breadcrumbs a span, .quiz-thank-you__breadcrumbs p span {
        font-weight: 300; }
    .quiz-thank-you__breadcrumbs a:hover {
      text-decoration: underline; }
  .quiz-thank-you__info {
    text-align: center; }
    .quiz-thank-you__info img {
      margin: 40px auto 30px; }
      @media (max-width: 991px) {
        .quiz-thank-you__info img {
          margin: 50px auto 25px; } }
    .quiz-thank-you__info h2 {
      font-size: 40px;
      line-height: 50px;
      font-weight: 400;
      position: relative;
      margin: 50px auto;
      padding: 0 0 50px 0; }
      @media (max-width: 991px) {
        .quiz-thank-you__info h2 {
          font-size: 25px;
          line-height: 32px;
          margin: 25px auto;
          padding: 0 0 30px 0; } }
      .quiz-thank-you__info h2::after {
        content: "";
        display: block;
        height: 1px;
        border-bottom: 3px solid #223370;
        position: absolute;
        left: 50%;
        right: 0;
        bottom: 10px;
        transform: translateX(-50%);
        max-width: 250px; }
    .quiz-thank-you__info p {
      max-width: 670px;
      margin: 0 auto; }

/* QUIZ INFO */
.quiz-info {
  padding: 50px 15px; }
  @media (max-width: 991px) {
    .quiz-info {
      padding: 15px 0 0; } }
  .quiz-info__heading {
    background-image: url("../img/why-heading.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 15px 30px;
    margin: 0 50px;
    border-radius: 15px; }
    @media (max-width: 1199px) {
      .quiz-info__heading {
        margin: 0 20px; } }
    .quiz-info__heading h1 {
      text-align: center;
      font-size: 48px;
      line-height: 57px;
      font-weight: 400;
      color: #223370; }
      @media (max-width: 991px) {
        .quiz-info__heading h1 {
          font-size: 28px;
          line-height: 36px; } }
      .quiz-info__heading h1 span {
        color: #C30048; }

/* GATE */
.gate {
  padding: 55px 50px 15px; }
  @media (max-width: 767px) {
    .gate {
      padding: 25px 20px; } }
  .gate__logo {
    margin: 0 auto 55px;
    max-width: 330px;
    width: 17.5vw; }
    @media (max-width: 767px) {
      .gate__logo {
        width: auto; } }
  .gate__info h1 {
    font-size: 48px;
    line-height: 57px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 991px) {
      .gate__info h1 {
        font-size: 24px;
        line-height: 32px; } }
    .gate__info h1 span {
      display: block;
      font-weight: 700;
      color: #B40038; }
  .gate__form__bg {
    background-image: url("../img/gate-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px; }
  .gate__form__content {
    max-width: 700px;
    margin: 0 auto;
    padding: 45px; }
    @media (max-width: 767px) {
      .gate__form__content {
        padding: 25px; } }
  .gate__form__professions-list {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 30px; }
    @media (max-width: 767px) {
      .gate__form__professions-list {
        flex-direction: column;
        gap: 20px; } }
    .gate__form__professions-list div {
      flex-shrink: 0; }
    .gate__form__professions-list p {
      font-size: 20px;
      line-height: 26px;
      font-weight: bold;
      color: #FFFFFF; }
  .gate__form__professions-fields {
    margin: 35px 0 25px; }
    .gate__form__professions-fields .input {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 25px; }
      .gate__form__professions-fields .input label {
        width: 55px; }
  .gate__form__submit-button button {
    margin: 0 auto; }

/* HOME HERO */
.home-hero {
  padding: 50px; }
  @media (max-width: 991px) {
    .home-hero {
      padding: 20px; } }
  .home-hero__content {
    background-image: url("../img/home-hero-circles.webp"), url("../img/home-hero-bg.webp");
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
    padding: 50px;
    border-radius: 15px; }
    @media (max-width: 767px) {
      .home-hero__content {
        flex-direction: column;
        padding: 20px; } }
  .home-hero__image {
    flex-shrink: 0; }
    @media (max-width: 1199px) {
      .home-hero__image {
        flex-shrink: 0.5; } }
    @media (max-width: 991px) {
      .home-hero__image {
        flex-shrink: 0.75; } }
    @media (max-width: 767px) {
      .home-hero__image {
        max-width: 300px; } }
    .home-hero__image img {
      max-width: 614px;
      width: 32vw; }
      @media (max-width: 767px) {
        .home-hero__image img {
          width: 100%; } }
  .home-hero__description h1 {
    font-size: 48px;
    line-height: 57px;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .home-hero__description h1 {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .home-hero__description h1 {
        text-align: center;
        margin: 30px 0; } }
    .home-hero__description h1 span {
      display: block;
      font-weight: 700;
      color: #C30048; }
  .home-hero__list__item {
    max-width: 500px;
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 991px) {
      .home-hero__list__item {
        gap: 25px; } }
    @media (max-width: 767px) {
      .home-hero__list__item {
        flex-direction: column; } }
    .home-hero__list__item img {
      flex-shrink: 0;
      max-width: 140px;
      width: 7.3vw;
      margin: 0; }
      @media (max-width: 991px) {
        .home-hero__list__item img {
          flex-shrink: 0.5;
          max-width: 100px;
          width: 100%; } }
    .home-hero__list__item p {
      font-size: 27px;
      line-height: 32px;
      font-weight: 400;
      width: 100%;
      max-width: 250px; }
      @media (max-width: 991px) {
        .home-hero__list__item p {
          font-size: 21px;
          line-height: 26px;
          max-width: none; } }
      @media (max-width: 767px) {
        .home-hero__list__item p {
          text-align: center; } }

/* HOME WHY */
.home-why {
  padding: 0 50px; }
  @media (max-width: 991px) {
    .home-why {
      padding: 0 20px; } }
  .home-why__content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 2.5%;
    padding: 50px;
    border-radius: 15px; }
    @media (max-width: 767px) {
      .home-why__content {
        flex-direction: column;
        padding: 20px; } }
  .home-why__image {
    flex-shrink: 0; }
    @media (max-width: 1399px) {
      .home-why__image {
        flex-shrink: 0.5; } }
    @media (max-width: 991px) {
      .home-why__image {
        flex-shrink: 1; } }
    @media (max-width: 767px) {
      .home-why__image {
        max-width: 300px; } }
    .home-why__image img {
      max-width: 714px;
      width: 37.2vw; }
      @media (max-width: 767px) {
        .home-why__image img {
          width: 100%; } }
  .home-why__description h2 {
    flex-shrink: 0;
    font-size: 40px;
    line-height: 47px;
    font-weight: 400;
    margin: 0 0 30px;
    text-wrap: nowrap; }
    @media (max-width: 991px) {
      .home-why__description h2 {
        font-size: 22px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .home-why__description h2 {
        text-align: center;
        margin: 30px 0; } }
    .home-why__description h2 span {
      display: inline-block;
      color: #C30048;
      position: relative; }
      .home-why__description h2 span::after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        height: 1px;
        border: 2px solid #223370; }
        @media (max-width: 991px) {
          .home-why__description h2 span::after {
            bottom: -15px; } }
  .home-why__description ul {
    margin: 75px 0 50px;
    padding: 0 0 0 25px; }
    @media (max-width: 991px) {
      .home-why__description ul {
        margin: 50px 0 25px;
        padding: 0 0 0 20px; } }
    .home-why__description ul li {
      font-size: 27px;
      line-height: 32px; }
      @media (max-width: 991px) {
        .home-why__description ul li {
          font-size: 18px;
          line-height: 24px; } }
    .home-why__description ul p {
      font-size: 27px;
      line-height: 32px;
      font-weight: 400;
      margin: 30px 0; }
      @media (max-width: 991px) {
        .home-why__description ul p {
          font-size: 18px;
          line-height: 24px;
          margin: 15px 0; } }

/* HOME EXPERT ADVICE */
.home-expert-advice {
  padding: 50px; }
  @media (max-width: 991px) {
    .home-expert-advice {
      padding: 20px; } }
  .home-expert-advice__content {
    background: #FFFFFF;
    padding: 50px 50px 0;
    border-radius: 15px; }
    @media (max-width: 991px) {
      .home-expert-advice__content {
        padding: 20px 20px 0; } }
  .home-expert-advice__carousel {
    max-width: 1220px;
    margin: 0 auto; }
  .home-expert-advice__title {
    flex-shrink: 0;
    font-size: 40px;
    line-height: 47px;
    font-weight: 400;
    text-align: center; }
    .home-expert-advice__title--left {
      text-align: left; }
    @media (max-width: 991px) {
      .home-expert-advice__title {
        font-size: 22px;
        line-height: 28px; } }
    .home-expert-advice__title span {
      color: #C30048; }
  .home-expert-advice__description {
    margin: 20px auto;
    padding: 20px 15px;
    background: #F8FBFE;
    font-size: 27px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    border-radius: 15px;
    max-width: 945px; }
    .home-expert-advice__description--left {
      text-align: left;
      display: inline-block; }
      .home-expert-advice__description--left b {
        display: block; }
    @media (max-width: 991px) {
      .home-expert-advice__description {
        font-size: 22px;
        line-height: 28px; } }
  .home-expert-advice__navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 0 30px; }
    .home-expert-advice__navigation--left {
      justify-content: flex-start; }
    .home-expert-advice__navigation a {
      position: relative;
      display: block;
      margin: 0;
      padding: 15px 20px;
      font-size: 23px;
      line-height: 38px;
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      color: #223370; }
      @media (max-width: 991px) {
        .home-expert-advice__navigation a {
          font-size: 20px;
          line-height: 32px; } }
      .home-expert-advice__navigation a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        border-top: 1px solid #223370;
        border-radius: 15px; }
      .home-expert-advice__navigation a.active {
        font-weight: 700;
        color: #223370; }
        .home-expert-advice__navigation a.active::after {
          border: 3px solid #C30048;
          bottom: -2px; }
  .home-expert-advice__instruction {
    margin: 30px 0;
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 991px) {
      .home-expert-advice__instruction {
        font-size: 18px;
        line-height: 23px; } }
  .home-expert-advice__materials-list {
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    gap: 5%;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .home-expert-advice__materials-list {
        flex-direction: column; } }
    .home-expert-advice__materials-list__item {
      position: relative;
      padding: 35px 0;
      text-align: center; }
      .home-expert-advice__materials-list__item img[alt="Icon"] {
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%); }
      .home-expert-advice__materials-list__item a {
        margin: 30px auto 0;
        width: 336px; }
        @media (max-width: 767px) {
          .home-expert-advice__materials-list__item a {
            width: 240px; } }
  .home-expert-advice__material-type {
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 95px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .home-expert-advice__material-type {
        font-size: 15px;
        line-height: 15px;
        padding: 0 0 0 50px; } }
    .home-expert-advice__material-type::after {
      content: "";
      position: absolute;
      left: 0;
      top: 45%;
      left: 0;
      width: 70px;
      height: 2px;
      border-top: 2px solid #223370;
      border-radius: 15px; }
      @media (max-width: 991px) {
        .home-expert-advice__material-type::after {
          width: 30px; } }
  .home-expert-advice__material-content {
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    gap: 5%;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .home-expert-advice__material-content {
        flex-direction: column; } }
    .home-expert-advice__material-content--column {
      flex-direction: column;
      align-items: flex-start; }
    .home-expert-advice__material-content img {
      flex-shrink: 0; }
      @media (max-width: 1199px) {
        .home-expert-advice__material-content img {
          flex-shrink: 0.75; } }
  .home-expert-advice__material-info p {
    font-size: 18px;
    line-height: 32px; }
    @media (max-width: 991px) {
      .home-expert-advice__material-info p {
        margin: 25px 0; } }
  .home-expert-advice__material-info a {
    margin: 50px 0 0; }
    @media (max-width: 991px) {
      .home-expert-advice__material-info a {
        margin: 0; } }
  .home-expert-advice__material-more p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 32px; }
    .home-expert-advice__material-more p a {
      color: #223370;
      text-decoration: underline;
      cursor: pointer; }
  .home-expert-advice__material-video {
    max-width: 915px;
    margin: 0 auto; }
  .home-expert-advice__material-podcast {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 7.5%; }
  .home-expert-advice__material-image {
    flex-shrink: 0;
    width: 385px;
    object-fit: cover;
    align-content: stretch;
    overflow: hidden;
    border-radius: 15px; }
    @media (max-width: 991px) {
      .home-expert-advice__material-image {
        width: 200px; } }
    @media (max-width: 767px) {
      .home-expert-advice__material-image {
        display: none; } }
    .home-expert-advice__material-image img {
      height: 100%;
      max-width: none; }
  .home-expert-advice__material-multimedia {
    --plyr-color-main: #C30048;
    width: 100%;
    min-width: 50%; }
    .home-expert-advice__material-multimedia--podcast {
      padding: 30px 0 0; }
      .home-expert-advice__material-multimedia--podcast .plyr__controls {
        border-radius: 50px;
        background: #F8FBFE;
        padding: 15px; }
    .home-expert-advice__material-multimedia .plyr__poster {
      background-size: cover !important; }
  .home-expert-advice__material-transcription {
    margin: 30px auto;
    max-width: 768px; }
    .home-expert-advice__material-transcription__heading {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 15px;
      border-bottom: 1px solid #223370;
      padding: 15px 0 25px; }
      .home-expert-advice__material-transcription__heading p {
        color: #223370;
        font-size: 23px;
        line-height: 28px; }
      .home-expert-advice__material-transcription__heading a {
        color: #223370;
        font-size: 18px;
        line-height: 23px;
        cursor: pointer; }
        .home-expert-advice__material-transcription__heading a span {
          font-size: 30px;
          line-height: 30px;
          font-weight: 100;
          position: relative;
          top: 3px; }
    .home-expert-advice__material-transcription__content {
      height: 500px;
      overflow-y: scroll;
      font-size: 18px;
      line-height: 23px;
      margin: 30px 0 0;
      padding-right: 15px; }
      .home-expert-advice__material-transcription__content::-webkit-scrollbar {
        width: 8px; }
      .home-expert-advice__material-transcription__content::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .home-expert-advice__material-transcription__content::-webkit-scrollbar-thumb {
        background: #223370;
        border-radius: 15px; }
      .home-expert-advice__material-transcription__content::-webkit-scrollbar-thumb:hover {
        background: #162149; }
      .home-expert-advice__material-transcription__content span {
        font-weight: 700;
        display: block;
        margin: 30px 0 5px; }
        .home-expert-advice__material-transcription__content span:first-child {
          margin: 0 0 5px; }

/* HOME FOOTENOTES */
.home-footnotes {
  max-width: 1440px;
  margin: 15px auto 30px;
  padding: 15px 50px; }
  @media (max-width: 767px) {
    .home-footnotes {
      padding: 15px 20px; } }
  .home-footnotes p {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0; }

/* HOME KNOWLEDGE */
.home-knowledge {
  margin: 0 0 50px; }
  .home-knowledge__info {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2.5%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .home-knowledge__info {
        flex-direction: column-reverse;
        align-items: center; } }
  @media (max-width: 1199px) {
    .home-knowledge__image {
      flex-shrink: 0.5; } }
  .home-knowledge__image img {
    max-width: 536px;
    width: 27.9vw; }
    @media (max-width: 991px) {
      .home-knowledge__image img {
        max-width: 400px;
        width: 100%; } }
  .home-knowledge__description {
    max-width: 570px; }
    @media (max-width: 991px) {
      .home-knowledge__description {
        max-width: none; } }
    @media (max-width: 767px) {
      .home-knowledge__description {
        text-align: center; } }
    .home-knowledge__description h1 {
      margin: 40px 0 0;
      font-size: 40px;
      line-height: 47px;
      font-weight: 400;
      color: #223370; }
      @media (max-width: 1199px) {
        .home-knowledge__description h1 {
          margin: 0; } }
      @media (max-width: 991px) {
        .home-knowledge__description h1 {
          font-size: 24px;
          line-height: 30px; } }
      .home-knowledge__description h1 span {
        position: relative;
        display: inline-block;
        padding: 0 0 20px 0;
        color: #B40038; }
        .home-knowledge__description h1 span::after {
          content: "";
          display: block;
          height: 1px;
          border-bottom: 3px solid #223370;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 10px; }
    .home-knowledge__description p {
      font-size: 27px;
      line-height: 38px;
      font-weight: 400;
      color: #223370;
      margin: 15px 0; }
      @media (max-width: 991px) {
        .home-knowledge__description p {
          font-size: 19px;
          line-height: 26px; } }
    .home-knowledge__description a {
      margin: 15px 0; }
  .home-knowledge__rules {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 100px 15px 40px;
    margin: -75px 0 0; }
    .home-knowledge__rules h2 {
      font-size: 23px;
      line-height: 38px;
      font-weight: 400;
      text-align: center;
      margin: 0 0 20px; }
  .home-knowledge__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2.5%; }
    @media (max-width: 767px) {
      .home-knowledge__list {
        flex-direction: column;
        gap: 10px; } }
    .home-knowledge__list div {
      text-align: center;
      max-width: 200px; }
      .home-knowledge__list div p {
        font-size: 18px;
        line-height: 32px;
        margin: 20px 0 0; }
