:root {
  --main-blue: #132c55;
  --light-blue: #498BF9;
}

body#static-header {
  margin-top: 46px;
}

.title-wrapper {
  padding-top: 0;
}

.d-flex {
  flex-wrap: nowrap;
}

.prep-hero {
  background-color: var(--main-blue);
  overflow-x: hidden;
  padding: 85px 0 45px;
}
.prep-hero .hero-columns {
  display: flex;
  align-items: center;
  border-bottom: rgba(73, 139, 249, 0.2) 1px solid;
}
.prep-hero .text-part {
  color: #ECF3FD;
}
.prep-hero .title-item {
  font-size: 48px;
  font-weight: 700;
  font-family: "IBM Plex Serif";
}
.prep-hero .description-wrapper {
  margin: 22px 0;
  font-size: 22px;
  line-height: 32px;
}
.prep-hero .description-wrapper p {
  color: #ECF3FD;
}
.prep-hero .image-part {
  max-width: 669px;
}
.prep-hero .image-part .image-item {
  display: flex;
}
.prep-hero .cta-wrapper {
  margin-bottom: 50px;
}
.prep-hero .cta-wrapper .cta-item {
  margin-top: 30px;
}
.prep-hero .cta-wrapper .btn {
  text-decoration: none;
  --padding-x: 25px;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.prep-hero .date-wrapper {
  font-weight: 500;
  letter-spacing: 0.2px;
}
.prep-hero .date-wrapper .date-value {
  color: #FEEAA5;
}

.prep-steps {
  background-color: var(--main-blue);
  padding: 0 0 66px;
  color: #fff;
}
.prep-steps .title-wrapper {
  margin-bottom: 37px;
}
.prep-steps .title-wrapper .title-item {
  color: #fff;
}
.prep-steps .steps-wrapper {
  position: relative;
}
.prep-steps .arrow-item {
  background-size: 100% 100%;
  position: absolute;
  height: 76.61px;
  left: 88px;
  width: 76%;
  top: 32px;
}
.prep-steps .arrow-item img {
  width: 100%;
}
.prep-steps .step-item {
  flex: 1;
}
.prep-steps .step-item .text-wrapper {
  max-width: 175px;
  margin-left: 31px;
  padding-top: 20px;
  line-height: 22.4px;
}
.prep-steps .step-item .text-wrapper p {
  color: #fff;
}
.prep-steps .step-item .text-wrapper a {
  font-weight: 700;
  color: var(--light-blue);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .prep-steps .step-item:nth-child(2) {
    margin-top: 21px;
    margin-left: 14px;
  }
  .prep-steps .step-item:nth-child(3) {
    margin-left: 13px;
  }
  .prep-steps .step-item:nth-child(3) .text-wrapper {
    max-width: 190px;
  }
  .prep-steps .step-item:nth-child(4) {
    margin-top: 30px;
    margin-left: 11px;
  }
  .prep-steps .step-item:nth-child(5) .step-number {
    margin-left: 43px;
  }
  .prep-steps .step-item:nth-child(5) .text-wrapper {
    margin-left: 42px;
  }
}
.prep-steps .step-number {
  background-color: var(--light-blue);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin: 31px;
  z-index: 2;
}
.prep-steps .step-number:before {
  content: "";
  inset: -31px;
  background-color: rgba(73, 139, 249, 0.1490196078);
  position: absolute;
  border-radius: 50%;
}

.text-image {
  padding: 61px 0 30px;
}
.text-image .texts-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-image .texts-part .title-item {
  font-size: 36px;
  margin: 24px 0 42px;
}
.text-image .texts-part .text-wrapper {
  font-size: 22px;
  line-height: 32px;
}
.text-image .texts-part .text-wrapper .text-item, .text-image .texts-part .text-wrapper .text-item p {
  color: #333;
}
.text-image .texts-part .cta-wrapper a {
  background-color: var(--light-blue);
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  border: unset;
  max-width: fit-content;
}
.text-image .texts-part .cta-wrapper a:hover {
  background-color: #629DFF;
}
.text-image .text-images-wrapper:not(.first-image-left) .text-image-item:nth-child(2n) .image-part {
  order: 1;
}
.text-image .text-images-wrapper:not(.first-image-left) .text-image-item:nth-child(2n) .texts-part {
  order: 2;
}
.text-image .text-images-wrapper.first-image-left .text-image-item:nth-child(2n-1) .image-part {
  order: 1;
}
.text-image .text-images-wrapper.first-image-left .text-image-item:nth-child(2n-1) .texts-part {
  order: 2;
}
.text-image.plural {
  padding: 120px 0 52px;
}
.text-image.plural .text-image-item {
  column-gap: 97px;
  margin-bottom: 73px;
}
.text-image.plural .text-image-item .title-item {
  max-width: 480px;
  margin: 0;
  line-height: 48px;
}
.text-image.plural .text-image-item .text-wrapper {
  margin: 36px 0 16px;
}
.text-image.plural .text-image-item:nth-child(2n) {
  column-gap: 25px;
}
.text-image.plural .text-image-item:nth-child(2n) .image-part {
  flex: 1;
}
.text-image.plural .text-image-item:nth-child(2n) .image-part img {
  max-width: 100%;
}
.text-image.plural .text-image-item:nth-child(2n) .texts-part {
  flex: unset;
  width: 657px;
  max-width: calc(100% - 450px);
}
.text-image.plural .text-image-item .texts-part {
  flex: 1;
}

.prep-message {
  padding: 37px 0 40px;
  background: url("../svg/message-background.svg") no-repeat center;
  margin-bottom: 195px;
}
.prep-message .message-wrapper {
  padding: 60px 0 57px;
  text-align: center;
  border: 2px solid #FEEAA5;
  border-radius: 32px;
  margin: 0 90px 0 52px;
  box-shadow: -24px 52px 0px 0px #FEEAA5;
}
.prep-message .title-item {
  font-size: 36px;
  font-weight: 700;
  font-family: "IBM Plex Serif";
  line-height: 46px;
  margin-bottom: 33px;
}
.prep-message .message-item {
  color: #646464;
  max-width: 884px;
  margin: 0 auto 25px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.1px;
}
.prep-message .message-item p {
  color: #646464;
}
.prep-message .message-item a {
  color: var(--light-blue);
}

.prep-social_banner {
  position: relative;
  padding: 50px 0 70px;
}
.prep-social_banner:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background-color: rgb(238, 245, 255);
  z-index: -1;
}
.prep-social_banner .banner-item {
  align-items: center;
  color: #fff;
  border-radius: 32px;
  background: url("../svg/social_banner_background.svg") no-repeat right var(--light-blue);
  background-position: calc(100% - 45px) 35px;
}
.prep-social_banner .image-item {
  margin: -80px 40px -64px 12px;
}
.prep-social_banner .title-item {
  font-size: 36px;
  line-height: 46px;
  color: white;
}
.prep-social_banner .texts-wrapper {
  max-width: 377px;
  margin: 25px 0 30px;
}
.prep-social_banner .texts-wrapper .text-item {
  font-size: 22px;
  line-height: 32px;
  margin: 27px 0 26px;
}
.prep-social_banner .texts-wrapper .text-item, .prep-social_banner .texts-wrapper .text-item p {
  color: #fff;
}
.prep-social_banner .texts-wrapper .text-item strong {
  color: #FEEAA5;
}

@media screen and (max-width: 1192px) {
  .container {
    max-width: calc(100% - 60px);
  }
  .prep-hero .text-part {
    flex: 1 0 450px;
  }
  .prep-hero .image-part {
    flex: 1 1 550px;
  }
  .prep-hero .image-part img {
    max-width: 100%;
  }
  .prep-hero .hero-columns {
    align-items: flex-end;
  }
  .text-image .text-image-item .texts-part {
    flex: 1;
  }
  .text-image .text-image-item .image-part {
    flex: 1;
  }
  .text-image .text-image-item .image-part img {
    max-width: 100%;
  }
  .prep-social_banner .banner-item {
    flex-direction: column;
    width: fit-content;
    max-width: 345px;
    margin: 0 auto;
    background: unset;
  }
  .prep-social_banner .banner-item .texts-wrapper {
    background: url("../svg/social_banner_mobile.svg") bottom no-repeat var(--light-blue);
    background-position: center calc(100% - 20px);
    border-radius: 24px;
    padding: 88px 16px 74px;
    margin: 0;
  }
  .prep-social_banner .banner-item .image-item {
    position: relative;
    z-index: 1;
    margin-bottom: -115px;
    max-width: 100vw;
  }
  .prep-social_banner .banner-item .image-item img {
    max-width: 100%;
  }
  .prep-social_banner .banner-item .title-item {
    font-size: 24px;
    line-height: 38px;
  }
  .prep-social_banner .banner-item .text-item {
    font-size: 18px;
    line-height: 26px;
    margin: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .prep-hero .hero-columns {
    flex-direction: column;
    border-bottom: 0;
  }
  .prep-hero .text-part {
    order: 2;
    flex: unset;
    text-align: center;
  }
  .prep-hero .text-part .title-item {
    font-size: 36px;
    line-height: 46px;
  }
  .prep-hero .text-part .text-item {
    font-size: 16px;
    line-height: 22px;
  }
  .prep-hero .text-part .cta-wrapper a {
    max-width: fit-content;
  }
  .prep-hero .image-part {
    flex: unset;
    order: 1;
    border-bottom: 1px solid var(--light-blue);
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
  .prep-steps .title-wrapper {
    text-align: center;
  }
  .prep-steps .steps-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .prep-steps .steps-wrapper .arrow-item {
    display: none;
  }
  .prep-steps .steps-wrapper .step-item {
    display: flex;
    align-items: center;
  }
  .prep-steps .steps-wrapper .step-number {
    margin: 0;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .prep-steps .steps-wrapper .step-number:before {
    content: unset;
  }
  .prep-steps .steps-wrapper .text-wrapper {
    padding-top: 0;
    width: auto;
    max-width: unset;
    flex: 1;
  }
  .text-image.plural .text-image-item:nth-child(2n) .texts-part {
    max-width: 100%;
  }
  .text-image .text-image-item {
    flex-direction: column;
  }
  .text-image .text-image-item .image-part {
    order: 1;
    max-height: 338px;
    display: flex;
  }
  .text-image .text-image-item .image-part .image-item {
    width: 100%;
    text-align: center;
  }
  .text-image .text-image-item .image-part img {
    max-height: 100%;
  }
  .text-image .text-image-item .texts-part {
    order: 2;
  }
  .text-image .text-image-item .texts-part .title-item {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .text-image .text-image-item .texts-part .text-item {
    font-size: 16px;
    line-height: 22px;
  }
  .prep-message {
    margin-bottom: 100px;
  }
  .prep-message .message-wrapper {
    margin: 0;
    box-shadow: -8px 28px 0px 0px #FEEAA5;
    position: relative;
  }
  .prep-message .message-wrapper:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 82px;
    right: 22px;
    top: -10px;
    background: url("../svg/message_mobile.svg") no-repeat;
  }
  .prep-message .message-wrapper .title-item {
    font-size: 24px;
    line-height: 34px;
    max-width: 229px;
    margin: 0 auto 16px;
  }
  .prep-message .message-wrapper .message-item {
    font-size: 16px;
    line-height: 22px;
  }
}
.swal2-popup {
  width: 970px !important;
}