@charset "UTF-8";
.quiz-timer-container {
  padding: 30px 25px 25px;
  display: flex;
  gap: 10px;
  background-image: url("../../img/bar-timer-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 30px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  z-index: 1000;
  color: #111A3A;
  width: 215px;
  margin: 0 0 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.quiz-timer-container p {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.quiz-timer-container span {
  font-size: 30px;
  line-height: 10px;
  font-weight: bold;
}

.s1 {
  background-image: url("../../img/training-xylorin/img4.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.s1 .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #92DBFF;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  position: absolute;
  bottom: -39px;
  left: calc(50% - 325px);
  transition: 0.3s;
  cursor: pointer;
  z-index: 999;
}
.s1 .arrow svg {
  transition: 0.3s;
}
.s1 .arrow:before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  border: 2px solid rgba(146, 219, 255, 0.7);
  animation-name: arrowAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@keyframes arrowAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.78);
  }
  100% {
    transform: scale(1);
  }
}
.s1 .arrow:hover {
  background-color: rgb(120.5, 210.5779816514, 255);
}
.s1 .arrow:hover svg {
  transform: translateY(3px);
}
.s1 .w1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
  -moz-column-gap: 100px;
       column-gap: 100px;
  position: relative;
  padding-left: 50px;
}
.s1 .w1 .line {
  display: block;
  width: 3px;
  height: 0;
  background-color: white;
  position: absolute;
  left: 25px;
  top: -70px;
  transition: 1.2s;
}
.s1 .w1 .line.active {
  height: 250px;
}
.s1 .w1 .b1 .img1 {
  margin-bottom: 30px;
}
.s1 .w1 .b1 .p1 {
  font-size: calc(30px * var(--qahwcag_base-font-size));
  line-height: 39px;
  margin-bottom: 40px;
  font-weight: 700;
  max-width: 405px;
}
.s1 .w1 .b1 .b3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.s1 .w1 .b1 .b3 .p2 {
  font-size: calc(22px * var(--qahwcag_base-font-size));
  line-height: 26px;
  margin: 0;
  max-width: 241px;
  width: 100%;
}
.s1 .w1 .b1 .b3 .img2 {
  pointer-events: all;
  transition: 0.3s;
}
.s1 .w1 .b1 .b3 .img2:hover {
  transform: rotateZ(6deg);
}
.s1 .w1 .b2 {
  padding-top: 3px;
}
.s1 .w1 .b2 .p3 {
  font-size: calc(22px * var(--qahwcag_base-font-size));
  line-height: 26px;
  margin-bottom: 35px;
}
.s1 .w1 .b2 .b4 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 40px;
}
.s1 .w1 .b2 .b4 .b5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.s1 .w1 .b2 .b4 .b5 .p4 {
  font-size: calc(22px * var(--qahwcag_base-font-size));
  line-height: 26px;
  margin: 0;
}
.s1 .w1 .b2 .b4 .b5 .p4 b {
  font-weight: 700;
}
.s1 .w1 .b2 .p5 {
  font-size: calc(12px * var(--qahwcag_base-font-size));
  line-height: 15px;
  opacity: 0.7;
  margin: 0;
  max-width: 420px;
}
@media only screen and (max-width: 1399px) {
  .s1 .w1 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .s1 .w1 .b1 .b3 .p2 {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .s1 {
    padding: 70px 0 100px;
  }
  .s1 .arrow {
    left: calc(50% - 39px);
  }
  .s1 .w1 {
    flex-direction: column;
  }
  .s1 .w1 .b1 .b3 .p2 {
    max-width: 245px;
  }
  .s1 .w1 .b2 {
    padding-top: 60px;
  }
  .s1 .w1 .b2 .b4 {
    row-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .s1 {
    padding: 50px 0 80px;
  }
  .s1 .w1 {
    padding-left: 0;
  }
  .s1 .w1 .line {
    display: none;
  }
  .s1 .w1 .b2 {
    padding-top: 45px;
  }
  .s1 .w1 .b2 .p3 {
    margin-bottom: 30px;
  }
  .s1 .w1 .b2 .b4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .s1 {
    padding: 40px 0 70px;
  }
  .s1 .w1 .b1 .img1 {
    max-width: 90%;
  }
  .s1 .w1 .b1 .p1 {
    font-size: calc(24px * var(--qahwcag_base-font-size));
    line-height: 30px;
    margin-bottom: 30px;
  }
  .s1 .w1 .b1 .b3 {
    flex-direction: column;
  }
  .s1 .w1 .b1 .b3 .p2 {
    font-size: calc(18px * var(--qahwcag_base-font-size));
    line-height: 20px;
    max-width: 230px;
    margin-bottom: 20px;
  }
  .s1 .w1 .b2 {
    padding-top: 40px;
  }
  .s1 .w1 .b2 .p3 {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 24px;
    margin-bottom: 25px;
  }
  .s1 .w1 .b2 .b4 .b5 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .s1 .w1 .b2 .b4 .b5 .p4 {
    font-size: calc(18px * var(--qahwcag_base-font-size));
    line-height: 22px;
  }
  .s1 .w1 .b2 .p5 {
    font-size: calc(10px * var(--qahwcag_base-font-size));
    line-height: 14px;
  }
}

.solpadeine-title {
  position: relative;
  color: #BA0C05;
  font-size: calc(32px * var(--qahwcag_base-font-size));
  line-height: 40px;
  display: inline-block;
  padding: 0 0 10px 0;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
.solpadeine-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #FFD300;
}
.solpadeine-orangetitle {
  font-size: calc(40px * var(--qahwcag_base-font-size));
  line-height: 54px;
  text-align: center;
  font-weight: 700;
  width: 1200px;
  max-width: 100%;
}
.solpadeine-orangetitle-container {
  display: flex;
  justify-content: center;
  background: #FFD300;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .solpadeine-orangetitle-container {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .solpadeine-orangetitle-container {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .solpadeine-orangetitle {
    font-size: calc(32px * var(--qahwcag_base-font-size));
    line-height: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .solpadeine-orangetitle {
    font-size: calc(28px * var(--qahwcag_base-font-size));
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .solpadeine-orangetitle {
    font-size: calc(24px * var(--qahwcag_base-font-size));
    line-height: 34px;
  }
}
.solpadeine-slider-section {
  padding: 100px 0;
}
.solpadeine-slider-item {
  background-image: url("../../img/training-solpadeine-2/slider-item-bg.webp");
  background-size: cover;
  aspect-ratio: 425/579;
  margin: 0 auto;
  max-width: 390px;
}
.solpadeine-slider-item-container {
  margin: 0 20px;
}
@media only screen and (max-width: 420px) {
  .solpadeine-slider-item-container {
    margin: 0 10px;
  }
}
.solpadeine-slider-item figure {
  padding-top: 14%;
  aspect-ratio: 425/301;
}
.solpadeine-slider-item figure img {
  margin-left: auto;
  margin-right: auto;
}
.solpadeine-slider-item-box {
  padding: 0 15px;
}
.solpadeine-slider-item-box p {
  text-align: center;
  color: #FFD300;
  font-size: calc(20px * var(--qahwcag_base-font-size));
  font-weight: 400;
}
@media only screen and (max-width: 420px) {
  .solpadeine-slider-item-box p {
    font-size: calc(15px * var(--qahwcag_base-font-size));
  }
}
.solpadeine-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #FFD300;
  cursor: pointer;
  z-index: 2;
}
.solpadeine-slider-arrow:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  aspect-ratio: 7/12;
  background-image: url("../../img/training-solpadeine-2/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.solpadeine-slider-arrow--prev {
  left: 15px;
}
.solpadeine-slider-arrow--prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.solpadeine-slider-arrow--next {
  right: 15px;
}
@media only screen and (max-width: 575px) {
  .solpadeine-slider-arrow {
    width: 30px;
    height: 30px;
  }
  .solpadeine-slider-arrow:before {
    width: 12px;
  }
}
.solpadeine-bgone-section {
  margin-top: 50px;
  padding: 0 0 50px 0;
  background-image: url("../../img/training-solpadeine-2/section-bg.webp");
  background-size: cover;
  background-position: center;
}
.solpadeine-bgone-img {
  box-shadow: 0px 0px 21px 0px rgba(186, 12, 5, 0.81);
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.solpadeine-bgone-box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 30px 30px 30px 100px;
  margin-left: -70px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .solpadeine-bgone-box {
    padding: 30px 15px 30px 65px;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 575px) {
  .solpadeine-bgone-box {
    margin-left: 0;
    margin-top: -25px;
    padding: 55px 15px 30px 15px;
  }
  .solpadeine-bgone-box p {
    text-align: center;
  }
}
.solpadeine-bgone-box p {
  font-size: calc(20px * var(--qahwcag_base-font-size));
  line-height: 29px;
  color: #BA0C05;
  font-weight: 400;
  margin: 0;
}
.solpadeine-bgtwo-section {
  padding: 100px 0 60px 0;
  background-image: url("../../img/training-solpadeine-2/section-bg-two.svg");
  background-size: cover;
}
.solpadeine-bgtwo-box {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 30px 120px 30px 30px;
  margin-right: 70px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.55);
  min-height: 120px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .solpadeine-bgtwo-box {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: -30px !important;
    padding: 40px 15px 30px 15px !important;
  }
  .solpadeine-bgtwo-box p {
    text-align: center !important;
  }
}
.solpadeine-bgtwo-box p {
  font-size: calc(20px * var(--qahwcag_base-font-size));
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  width: 100%;
  text-align: right;
}
.solpadeine-bgtwo-box-container {
  position: relative;
  width: 870px;
  max-width: 100%;
}
.solpadeine-bgtwo-box-container--reverse .solpadeine-bgtwo-box {
  padding: 30px 30px 30px 120px;
  margin-left: 70px;
  margin-right: 0;
}
.solpadeine-bgtwo-box-container--reverse .solpadeine-bgtwo-box p {
  text-align: left;
}
.solpadeine-bgtwo-box-container--reverse .solpadeine-bgtwo-img-container {
  right: unset;
  left: 0;
}
.solpadeine-bgtwo-img {
  box-shadow: 0px 0px 21px 0px rgba(186, 12, 5, 0.81);
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.solpadeine-bgtwo-img-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .solpadeine-bgtwo-img-container {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
  }
  .solpadeine-bgtwo-img-container img {
    margin: 0 auto;
  }
}
.solpadeine-text {
  text-align: center;
  font-size: calc(20px * var(--qahwcag_base-font-size));
  font-weight: 700;
}
.solpadeine-titlebig {
  font-size: calc(40px * var(--qahwcag_base-font-size));
  font-weight: 700;
  text-align: center;
  color: #FFD300;
}
@media only screen and (max-width: 575px) {
  .solpadeine-titlebig {
    font-size: calc(30px * var(--qahwcag_base-font-size));
  }
}
.solpadeine-list {
  list-style: none;
  padding: 0;
}
.solpadeine-list li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: calc(30px * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 40px;
}
.solpadeine-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #FFD300;
}
@media only screen and (max-width: 991px) {
  .solpadeine-list li {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    text-align: left;
    display: block;
  }
  .solpadeine-list li:before {
    width: 18px;
    height: 18px;
    top: 7px;
  }
}

.s2 * {
  font-family: "din-2014", sans-serif;
}
.s2 .p1 {
  font-size: calc(39px * var(--qahwcag_base-font-size));
  line-height: 39px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.s2 .p2 {
  font-size: calc(22px * var(--qahwcag_base-font-size));
  line-height: 26px;
  font-weight: 700;
  margin: 0 auto 55px;
  color: #E10419;
  text-align: center;
  max-width: 530px;
}
@media only screen and (max-width: 575px) {
  .s2 .p1 {
    font-size: calc(30px * var(--qahwcag_base-font-size));
    line-height: 32px;
    margin-bottom: 15px;
  }
  .s2 .p2 {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 26px;
    margin: 0 auto 40px;
  }
}
.s2 .bar {
  display: inline-block;
  background-image: url("../../img/training-solpadeine/bar-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 30px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  z-index: 1000;
  transition: all 1s ease 0s;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .s2 .bar {
    width: 95%;
  }
}
.s2 .bar--fixed {
  transition: all 1s ease 0s;
  position: fixed;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .s2 .bar--fixed {
    bottom: 15px;
  }
}
.s2 .bar__wrapper {
  padding: 200px 15px 100px;
  position: relative;
}
.s2 .bar__content {
  padding: 15px 15px 15px 35px;
}
@media (max-width: 767px) {
  .s2 .bar__content {
    padding: 15px;
  }
}
.s2 .bar__content div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}
@media (max-width: 767px) {
  .s2 .bar__content div {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.s2 .bar__content--info {
  padding: 35px 105px 35px 55px;
}
@media (max-width: 767px) {
  .s2 .bar__content--info {
    padding: 15px;
  }
}
.s2 .bar__content--start {
  display: none;
}
.s2 .bar__content--start::before {
  content: "Czas ma znaczenie!";
  text-align: center;
  background: white;
  color: #D51326;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  padding: 10px;
}
@media (max-width: 992px) {
  .s2 .bar__content--start::before {
    top: -70px;
  }
}
@media (max-width: 786px) {
  .s2 .bar__content--start::before {
    top: -100px;
  }
}
@media (max-width: 500px) {
  .s2 .bar__content--start::before {
    font-size: 18px;
  }
}
.s2 .bar__content--start::after {
  content: "Na końcowy wynik ma wpływ poprawność oraz czas udzielonych odpowiedzi.";
  text-align: center;
  background: white;
  color: #003581;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  padding: 10px;
}
@media (max-width: 992px) {
  .s2 .bar__content--start::after {
    top: -40px;
  }
}
@media (max-width: 786px) {
  .s2 .bar__content--start::after {
    top: -70px;
  }
}
@media (max-width: 500px) {
  .s2 .bar__content--start::after {
    font-size: 18px;
  }
}
.s2 .bar p {
  font-size: calc(22px * var(--qahwcag_base-font-size));
  line-height: 26px;
  font-weight: 800;
  margin: 0;
  color: #003581;
  text-wrap: nowrap;
}
@media (max-width: 991px) {
  .s2 .bar p {
    text-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .s2 .bar p {
    font-size: calc(16px * var(--qahwcag_base-font-size));
    line-height: 20px;
  }
}
.s2 .title {
  padding: 5% 15px 2.5%;
  text-align: center;
}
@media (max-width: 992px) {
  .s2 .title {
    padding: 75px 15px 2.5%;
  }
}
.s2 .title h1 {
  font-size: calc(30px * var(--qahwcag_base-font-size));
  line-height: 40px;
  font-weight: bold;
  color: #E10419;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .title h1 {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 25px;
  }
}
.s2 .title img {
  margin: 10px 0;
}
.s2 .title h2 {
  font-size: calc(35px * var(--qahwcag_base-font-size));
  line-height: 45px;
  font-weight: bold;
  color: #E10419;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .title h2 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .symptoms {
  background-image: url("../../img/training-solpadeine-4/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 15px;
}
.s2 .symptoms h1 {
  font-size: calc(35px * var(--qahwcag_base-font-size));
  line-height: 42px;
  font-weight: bold;
  color: #FFD300;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .symptoms h1 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .symptoms h2 {
  font-size: calc(52px * var(--qahwcag_base-font-size));
  line-height: 63px;
  font-weight: bold;
  color: #FFD300;
  font-family: "Inter", sans-serif;
}
.s2 .symptoms h2 img {
  display: inline-block;
}
@media (max-width: 992px) {
  .s2 .symptoms h2 img {
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .s2 .symptoms h2 img {
    margin: 15px 0;
  }
}
@media (max-width: 992px) {
  .s2 .symptoms h2 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .symptoms h3 {
  font-size: calc(30px * var(--qahwcag_base-font-size));
  line-height: 36px;
  font-weight: bold;
  color: #FFD300;
  font-family: "Inter", sans-serif;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .s2 .symptoms h3 {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 25px;
  }
}
.s2 .symptoms h4 {
  font-size: calc(34px * var(--qahwcag_base-font-size));
  line-height: 52px;
  font-weight: 400;
  color: #000000;
  font-family: "Inter", sans-serif;
  text-align: center;
}
@media (max-width: 992px) {
  .s2 .symptoms h4 {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 25px;
  }
}
.s2 .symptoms__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px auto 0;
  max-width: 1250px;
}
@media (max-width: 992px) {
  .s2 .symptoms__list {
    gap: 0;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .s2 .symptoms__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.s2 .symptoms__list div {
  max-width: 350px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .s2 .symptoms__list div {
    flex-direction: column;
    text-align: center;
    max-width: none;
    width: auto;
  }
}
.s2 .symptoms__list div img {
  flex-shrink: 0;
}
.s2 .symptoms__list div p {
  font-size: calc(30px * var(--qahwcag_base-font-size));
  line-height: 34px;
  font-weight: 100;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  margin: 0;
}
@media (max-width: 992px) {
  .s2 .symptoms__list div p {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 25px;
  }
}
.s2 .symptoms__remedy {
  border: 3px solid #FFD300;
  border-radius: 6px;
  max-width: 935px;
  margin: 70px auto;
  padding: 40px 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .s2 .symptoms__remedy {
    max-width: 768px;
    padding: 20px 30px;
    margin: 50px auto;
  }
}
.s2 .symptoms__summary {
  max-width: 1170px;
  margin: 50px auto -250px;
  padding: 50px 35px;
  background: #FFD300;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .s2 .symptoms__summary {
    margin: 50px auto -150px;
    padding: 30px;
  }
}
.s2 .ladder {
  background-image: url("../../img/training-solpadeine-4/section-bg-no-red.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 250px 15px 5%;
}
@media (max-width: 992px) {
  .s2 .ladder {
    padding: 175px 15px 5%;
  }
}
.s2 .ladder h1 {
  font-size: calc(45px * var(--qahwcag_base-font-size));
  line-height: 51px;
  font-weight: bold;
  color: #E10419;
  margin: auto;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .ladder h1 {
    font-size: calc(30px * var(--qahwcag_base-font-size));
    line-height: 40px;
  }
}
.s2 .ladder__list {
  margin: 50px auto;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.s2 .ladder__list__item {
  width: 100%;
  max-width: 1010px;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  background: #FFD300;
}
@media (max-width: 992px) {
  .s2 .ladder__list__item {
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .s2 .ladder__list__item {
    flex-direction: column;
  }
}
.s2 .ladder__list__item:nth-child(1) {
  align-self: flex-end;
}
.s2 .ladder__list__item:nth-child(3) {
  align-self: flex-start;
}
.s2 .ladder__list__item div:nth-child(1) {
  background: #E10419;
  padding: 45px;
}
@media (max-width: 992px) {
  .s2 .ladder__list__item div:nth-child(1) {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .s2 .ladder__list__item div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}
.s2 .ladder__list__item div:nth-child(2) {
  padding: 15px 35px;
}
@media (max-width: 992px) {
  .s2 .ladder__list__item div:nth-child(2) {
    padding: 10px 25px;
  }
}
@media (max-width: 768px) {
  .s2 .ladder__list__item div:nth-child(2) p {
    text-align: center;
  }
}
.s2 .ladder__list__item div h3 {
  font-size: calc(35px * var(--qahwcag_base-font-size));
  line-height: 35px;
  font-weight: bold;
  color: #FFD300;
  text-align: center;
  margin: 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .ladder__list__item div h3 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 25px;
  }
}
.s2 .ladder__list__item div h2 {
  font-size: calc(66px * var(--qahwcag_base-font-size));
  line-height: 66px;
  font-weight: bold;
  color: #FFD300;
  text-align: center;
  margin: 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .ladder__list__item div h2 {
    font-size: calc(40px * var(--qahwcag_base-font-size));
    line-height: 40px;
  }
}
.s2 .ladder__list__item div p {
  font-size: calc(35px * var(--qahwcag_base-font-size));
  line-height: 51px;
  color: #000000;
  margin: 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .ladder__list__item div p {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 35px;
  }
}
.s2 .portfolio {
  background-image: url("../../img/training-solpadeine-4/section-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  margin: 50px 0 0;
  padding: 0 15px;
}
.s2 .portfolio__packshots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -75px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .s2 .portfolio__packshots img {
    max-width: 80%;
  }
}
.s2 .portfolio h1 {
  font-size: calc(35px * var(--qahwcag_base-font-size));
  line-height: 42px;
  font-weight: bold;
  color: #FFD300;
  text-align: center;
  max-width: 1500px;
  padding: 15px 15px 5%;
  position: relative;
  margin: -60px auto 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .portfolio h1 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .portfolio h1::after {
  content: "";
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  border: 1px solid #FFFFFF;
}
.s2 .portfolio__arguments {
  max-width: 950px;
  margin: 0 auto;
  background-image: url("../../img/training-solpadeine-4/section-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  bottom: -120px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .s2 .portfolio__arguments {
    bottom: -60px;
  }
}
.s2 .portfolio__arguments h2 {
  font-size: calc(40px * var(--qahwcag_base-font-size));
  line-height: 52px;
  font-weight: bold;
  color: #E10419;
  background: #FFD300;
  padding: 50px 15px;
  text-align: center;
  border-radius: 24px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .portfolio__arguments h2 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .portfolio__arguments ul {
  margin: 0;
  padding: 45px 5%;
  list-style: none;
}
@media (max-width: 992px) {
  .s2 .portfolio__arguments ul {
    padding: 20px 5%;
  }
}
.s2 .portfolio__arguments ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 60px;
}
@media (max-width: 992px) {
  .s2 .portfolio__arguments ul li {
    padding: 0 0 0 45px;
  }
}
.s2 .portfolio__arguments ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../img/training-solpadeine-4/img6.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 60px;
}
@media (max-width: 992px) {
  .s2 .portfolio__arguments ul li::before {
    width: 25px;
    height: 40px;
  }
}
.s2 .portfolio__arguments ul li p {
  font-size: calc(32px * var(--qahwcag_base-font-size));
  line-height: 54px;
  color: #FFD300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .portfolio__arguments ul li p {
    font-size: calc(22px * var(--qahwcag_base-font-size));
    line-height: 28px;
  }
}
.s2 .efficacy {
  padding: 200px 15px 5%;
  text-align: center;
}
@media (max-width: 992px) {
  .s2 .efficacy {
    padding: 125px 15px 5%;
  }
}
.s2 .efficacy h1 {
  font-size: calc(42px * var(--qahwcag_base-font-size));
  line-height: 51px;
  font-weight: bold;
  color: #E10419;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .efficacy h1 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .efficacy img {
  margin: 45px auto 30px;
}
@media (max-width: 992px) {
  .s2 .efficacy img {
    max-width: 90%;
    margin: 30px auto 15px;
  }
}
.s2 .efficacy p {
  font-size: calc(30px * var(--qahwcag_base-font-size));
  line-height: 36px;
  color: #E10419;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .efficacy p {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 25px;
  }
}
.s2 .effectiveness {
  background-image: url("../../img/training-solpadeine-4/section-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 75px 15px 0;
  margin: 0 0 100px;
}
.s2 .effectiveness h1 {
  font-size: calc(42px * var(--qahwcag_base-font-size));
  line-height: 51px;
  font-weight: bold;
  color: #FFD300;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .effectiveness h1 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .effectiveness h2 {
  font-size: calc(42px * var(--qahwcag_base-font-size));
  line-height: 51px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin: 40px auto;
}
@media (max-width: 992px) {
  .s2 .effectiveness h2 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 30px;
  }
}
.s2 .effectiveness ul {
  max-width: 920px;
  margin: 40px auto 0;
  padding: 15px;
  list-style: none;
}
@media (max-width: 992px) {
  .s2 .effectiveness ul {
    padding: 20px 5%;
  }
}
.s2 .effectiveness ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 60px;
}
@media (max-width: 992px) {
  .s2 .effectiveness ul li {
    padding: 0 0 0 45px;
  }
}
.s2 .effectiveness ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../img/training-solpadeine-4/img6.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 60px;
}
@media (max-width: 992px) {
  .s2 .effectiveness ul li::before {
    width: 25px;
    height: 40px;
  }
}
.s2 .effectiveness ul li p {
  font-size: calc(32px * var(--qahwcag_base-font-size));
  line-height: 54px;
  color: #FFD300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .effectiveness ul li p {
    font-size: calc(22px * var(--qahwcag_base-font-size));
    line-height: 28px;
  }
}
.s2 .effectiveness__argument {
  background: #FFD300;
  padding: 50px 10%;
  max-width: 980px;
  position: relative;
  bottom: -75px;
  margin: 0 auto;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .s2 .effectiveness__argument {
    bottom: -30px;
  }
}
.s2 .effectiveness__argument p {
  font-size: calc(32px * var(--qahwcag_base-font-size));
  line-height: 40px;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (max-width: 992px) {
  .s2 .effectiveness__argument p {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 26px;
  }
}
.s2 .action-time {
  margin: 250px 0 0;
  background-image: url("../../img/training-solpadeine-4/section-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 15px;
}
@media (max-width: 992px) {
  .s2 .action-time {
    margin: 175px 0 0;
  }
}
.s2 .action-time__content {
  position: relative;
  top: -100px;
}
@media (max-width: 992px) {
  .s2 .action-time__content {
    top: -75px;
  }
}
.s2 .action-time__packshots {
  text-align: center;
}
@media (max-width: 992px) {
  .s2 .action-time__packshots img {
    max-width: 90%;
  }
}
.s2 .action-time h1 {
  font-size: calc(42px * var(--qahwcag_base-font-size));
  line-height: 51px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 992px) {
  .s2 .action-time h1 {
    font-size: calc(25px * var(--qahwcag_base-font-size));
    line-height: 32px;
  }
}
.s2 .action-time h1 span {
  color: #FFD300;
}
.s2 .efficiency {
  background-image: url("../../img/training-solpadeine-4/section-bg-no-red.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 5% 15px;
}
.s2 .efficiency h1 {
  font-size: calc(45px * var(--qahwcag_base-font-size));
  line-height: 51px;
  font-weight: bold;
  color: #E10419;
  margin: auto;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .efficiency h1 {
    font-size: calc(30px * var(--qahwcag_base-font-size));
    line-height: 40px;
  }
}
.s2 .efficiency ul {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 15px;
  list-style: none;
}
@media (max-width: 992px) {
  .s2 .efficiency ul {
    padding: 20px 5%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.s2 .efficiency ul li {
  position: relative;
  margin: 20px 0;
  padding: 25px 0 30px 120px;
}
@media (max-width: 992px) {
  .s2 .efficiency ul li {
    padding: 0 0 0 55px;
  }
}
.s2 .efficiency ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../img/training-solpadeine-4/img9.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97px;
  height: 97px;
}
@media (max-width: 992px) {
  .s2 .efficiency ul li::before {
    width: 40px;
    height: 40px;
  }
}
.s2 .efficiency ul li p {
  font-size: calc(28px * var(--qahwcag_base-font-size));
  line-height: 42px;
  color: #000000;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .s2 .efficiency ul li p {
    font-size: calc(22px * var(--qahwcag_base-font-size));
    line-height: 28px;
  }
}
.s2 .footnotes {
  max-width: 1300px;
  margin: 50px auto 0;
  padding: 15px;
}
.s2 .footnotes p {
  font-size: calc(13px * var(--qahwcag_base-font-size));
  line-height: 17px;
  margin: 0;
}

.s2-ty {
  margin: 200px 0;
}
.s2-ty .p2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .s2-ty {
    margin: 150px 0;
  }
}
@media only screen and (max-width: 575px) {
  .s2-ty {
    margin: 100px 0;
  }
}

.quiz-box {
  margin-top: 100px;
  color: #111A3A;
}
.quiz-box .carousel {
  max-width: 580px;
}
.quiz-box .carousel .slide {
  height: auto !important;
}
.quiz-box .quiz-form {
  max-width: 992px;
  margin: 0 auto;
}
.quiz-box .quiz-title {
  font-size: calc(39px * var(--qahwcag_base-font-size));
  line-height: 39px;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 410px;
}
.quiz-box .quiz-subtitle {
  font-size: calc(22px * var(--qahwcag_base-font-size));
  line-height: 26px;
  font-weight: 700;
  margin: 0 auto 50px;
  text-align: center;
  color: #E10419;
}
.quiz-box .carousel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.quiz-box .carousel-wrapper .info .b1 {
  background-color: #E10419;
  border-radius: 0 30px 0 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 140px;
  text-align: center;
  font-size: calc(22px * var(--qahwcag_base-font-size));
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 70px;
}
.quiz-box .carousel-wrapper .info .b1 b {
  font-size: calc(65px * var(--qahwcag_base-font-size));
  line-height: 60px;
}
.quiz-box .carousel-wrapper .info .img1 {
  margin-bottom: 40px;
}
.quiz-box .carousel-wrapper .info .p2 {
  font-size: calc(20px * var(--qahwcag_base-font-size));
  line-height: 24px;
  color: #111A3A;
  width: 320px;
  margin: 0;
}
.quiz-box .carousel-wrapper .info .p2 b {
  font-weight: 700;
}
.quiz-box .question-wrapper .qid {
  font-size: calc(26px * var(--qahwcag_base-font-size));
  line-height: 31px;
  margin-bottom: 35px;
  font-weight: 700;
}
.quiz-box .question-wrapper .question {
  font-size: calc(26px * var(--qahwcag_base-font-size));
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 40px;
}
.quiz-box .options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 30px;
}
.quiz-box .options .custom-control {
  padding-left: 35px;
  position: relative;
}
.quiz-box .options .custom-control .custom-control-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #111A3A;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
.quiz-box .options .custom-control .custom-control-input:checked:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #111A3A;
  border-radius: 50%;
  display: block;
}
.quiz-box .options .custom-control .custom-control-label {
  font-size: calc(20px * var(--qahwcag_base-font-size));
  line-height: 24px;
  margin: 0;
}
.quiz-box .options .custom-control .custom-control-input:checked ~ .custom-control-label {
  font-weight: 700;
}
.quiz-box .quiz-next {
  margin-top: 55px;
}
@media only screen and (max-width: 1199px) {
  .quiz-box .carousel-wrapper {
    flex-direction: column;
  }
  .quiz-box .carousel-wrapper .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 40px;
  }
  .quiz-box .carousel-wrapper .info .b1 {
    transform: translateY(-20px);
    margin-bottom: 0;
  }
  .quiz-box .carousel-wrapper .info .img1 {
    margin-bottom: 15px;
  }
  .quiz-box .question-wrapper .qid {
    margin-bottom: 25px;
  }
  .quiz-box .question-wrapper .question {
    margin-bottom: 30px;
  }
  .quiz-box .options {
    row-gap: 20px;
  }
  .quiz-box .quiz-next {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .quiz-box .carousel-wrapper .carousel {
    max-width: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .quiz-box .quiz-title {
    font-size: calc(28px * var(--qahwcag_base-font-size));
    line-height: 36px;
  }
  .quiz-box .quiz-subtitle {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 24px;
    margin: 0 auto 30px;
  }
  .quiz-box .carousel-wrapper .info {
    flex-direction: column;
  }
  .quiz-box .carousel-wrapper .info .b1 {
    transform: none;
    margin: 0 auto 30px;
  }
  .quiz-box .carousel-wrapper .info .img1 {
    width: 220px;
  }
  .quiz-box .carousel-wrapper .info .p2 {
    font-size: calc(18px * var(--qahwcag_base-font-size));
    line-height: 23px;
  }
  .quiz-box .question-wrapper .qid {
    font-size: calc(20px * var(--qahwcag_base-font-size));
    line-height: 26px;
    margin-bottom: 15px;
  }
  .quiz-box .question-wrapper .question {
    font-size: calc(22px * var(--qahwcag_base-font-size));
    line-height: 26px;
    margin-bottom: 25px;
  }
  .quiz-box .options {
    row-gap: 15px;
  }
  .quiz-box .options .custom-control {
    padding-left: 30px;
  }
  .quiz-box .options .custom-control .custom-control-label {
    font-size: calc(18px * var(--qahwcag_base-font-size));
    line-height: 22px;
  }
  .quiz-box .quiz-next {
    margin-top: 30px;
  }
}

.oh {
  overflow-x: hidden;
}

.pad-section-4 {
  padding: 40px 0;
}

.mat-minus-50 {
  margin-top: -50px;
}
.mat-3 {
  margin-top: 30px;
}

.mab-1 {
  margin-bottom: 10px;
}
.mab-2 {
  margin-bottom: 20px;
}
.mab-3 {
  margin-bottom: 30px;
}
.mab-4 {
  margin-bottom: 40px;
}
.mab-5 {
  margin-bottom: 50px;
}
.mab-6 {
  margin-bottom: 60px;
}
.mab-7 {
  margin-bottom: 70px;
}
.mab-8 {
  margin-bottom: 80px;
}
.mab-9 {
  margin-bottom: 90px;
}
.mab-10 {
  margin-bottom: 100px;
}

.container-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.relative {
  position: relative;
}