/* GENERAL */
main.wbrc section {
  position: relative;
  padding: 0;
}
main.wbrc section h2 {
  font-size: 48px;
  line-height: 104%;
  text-align: center;
  font-weight: 400;
  font-weight: 400;
}
.the-container {
  max-width: 1440px;
  margin: auto;
}
.cta-btn,
.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
  width: 100%;
  max-width: 462.89px;
  height: 62.8px;
  padding: 0 1em;
  background: #036eb5;
  border-radius: 6px;
  color: #ffffff;
  font-size: 22px;
  line-height: 118%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
p a {
  color: #036eb5;
  text-decoration: underline;
}

/* S1 */
.s1 .hero {
  position: relative;
}
.s1 .hero img {
  width: 100%;
  height: auto;
}
.s1 .heading-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.s1 h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 146%;
  padding: 1.7rem 0;
  font-weight: 400;
}
.s1 h1 i {
  font-style: normal;
  color: #57c1e8;
}
.s1 h1 span {
  color: #76bc21;
}
.s1 h1 br:first-child {
  display: none;
}
.s1 .menu {
  display: flex;
  align-items: center;
  background: #4c9c2e;
  min-height: 60px;
}
.s1 .menu.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.s1 .menu .container {
  display: flex;
}
.s1 .menu ul,
.s1 .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s1 .menu ul {
  display: flex;
  gap: 42px;
}
.s1 .menu a {
  font-size: 22px;
  line-height: 150%;
  color: #ffffff;
}

/* S2 */
.s2 {
  margin: 8rem 0;
  text-align: center;
}
.s2 .container {
  max-width: 1030px;
}
.s2 p {
  font-weight: 500;
  font-size: 22px;
  line-height: 159%;
  color: #5c676e;
  text-align: center;
}
/* S3 */
.s3 {
  overflow: initial;
  margin: 100px 0 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.s3 .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 159%;
  text-align: center;
  text-transform: uppercase;
  color: #5c676e;
}
.timeline {
  position: relative;
  overflow: visible !important;
  width: fit-content;
}
.timeline .swiper-slide {
  max-width: 208px;
}
.timeline .swiper-slide .item {
  position: relative;
  width: 208px;
  height: 86px;
  background-image: url(images/step.svg);
  background-repeat: no-repeat;
  margin-left: -10px;
  cursor: pointer;
}
.timeline .swiper-slide .item:hover {
  background-image: url(images/step-active.svg);
}
.timeline .swiper-slide.first .item {
  background-image: url(images/step-first.svg);
}
.timeline .swiper-slide.first .item:hover {
  background-image: url(images/step-first-active.svg);
}
.timeline .swiper-slide.last .item {
  background-image: url(images/step-last.svg);
}
.timeline .swiper-slide.last .item:hover {
  background-image: url(images/step-last-active.svg);
}
.timeline .text {
  height: 100%;
  text-align: center;
  font-size: 18.5448px;
  line-height: 127%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000000;
}
.timeline .last .text {
  padding-left: 18px;
}
.timeline .bubble {
  position: absolute;
  left: -23px;
  z-index: 50;
  background: #dadada;
  filter: drop-shadow(4px 6px 10px rgba(0, 0, 0, 0.25));
  width: 250px;
  min-height: 100px;
  border-radius: 4px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px;

  font-weight: 500;
  font-size: 15.4307px;
  line-height: 127%;
  color: #000000;
}
.timeline .bubble::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #dadada;
  transform: rotate(-45deg);
  left: calc(50% - 20px);
}
.timeline .item:hover .bubble {
  display: flex;
}
.timeline .bubble.top::before {
  bottom: -14px;
}
.timeline .bubble.bottom::before {
  top: -14px;
}
.timeline .bubble.bottom {
  top: 120px;
}
.timeline .bubble.top {
  bottom: 118px;
}
.timeline .bubble.p-40 {
  padding-left: 30px;
  padding-right: 30px;
}
.timeline .bubble ul {
  margin: 0;
  padding: 0 0 0 1em;
  text-align: left;
}
img.pulse {
  position: absolute;
  top: -137px;
  left: 60px;
  width: 79px;
  height: auto;
}
.timeline .slide-4 .bubble {
  width: 290px;
  left: -46px;
}

/* Timeline Mobile */
.timeline.mobile {
  display: none;
  overflow: visible !important;
}
.timeline.mobile .timeline-wrapper > * {
  max-width: 100%;
}
.timeline.mobile .item {
  position: relative;
  width: 292px;
  height: 114px;
  background-image: url(images/step-mobile.svg);
  background-repeat: no-repeat;
  margin-top: -12px;
  cursor: pointer;
}
.timeline.mobile .item:hover {
  background-image: url(images/step-mobile-active.svg);
}
.timeline.mobile .first .item {
  background-image: url(images/step-first-mobile.svg);
}
.timeline.mobile .first .item:hover {
  background-image: url(images/step-first-mobile-active.svg);
}
.timeline.mobile .last .item {
  background-image: url(images/step-last-mobile.svg);
}
.timeline.mobile .last .item:hover {
  background-image: url(images/step-last-mobile-active.svg);
}
.timeline.mobile .text {
  height: 110%;
}
.timeline.mobile .last .text {
  position: relative;
  top: -8px;
}
.timeline.mobile img.pulse {
  position: absolute;
  top: -68px;
  left: 187px;
  width: 76px;
  transform: rotate(14deg);
}
.timeline.mobile .bubble {
  left: 21px;
}
.timeline.mobile .bubble.top {
  bottom: unset;
}
.timeline.mobile .bubble.top::before {
  top: -14px;
  bottom: unset;
}
.timeline.mobile .slide-4 .bubble {
  width: 280px;
  left: 5px;
}

/* S4 : FAQ */
.faq .item {
  padding-top: 80px;
  margin-bottom: 35px;
  clear: both;
}
.faq,
.faq .item {
  margin-top: -80px;
}
.faq .item .heading h2 {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
  font-weight: 400;
}
.faq .item .heading h2:hover {
  opacity: 1;
}
.faq .item.active .heading h2 {
  opacity: 1;
}
.faq .item .content {
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1013px;
  font-size: 20px;
  line-height: 150%;
  color: #585858;
  padding-top: 36px;
}
.faq .item:not(:first-child) .content {
  display: none;
}
.faq .item .content img.cif {
  margin: 40px auto;
  display: block;
}
.faq .item .content .p:not(:last-child) {
  margin-bottom: 30px;
}
.faq .item .content p {
  margin: 0;
}
.faq .item .content ul {
  margin: 0;
  padding-left: 1.6em;
}
.faq .item .content ul li {
  margin: 0;
  /*list-style: disc;*/
  list-style-type: none;
}
.faq .item .content ul li:before {
  content: "\00b7";
  font-size: 50px;
  line-height: 0;
  top: 9px;
  left: -6px;
  position: relative;
}
.faq .item a {
  text-decoration: underline;
  font-weight: 500;
}
/* S5: Contact */
#contact {
  background: #76bc21;
  text-align: center;
  padding: 50px 8vw 25px 8vw;
}
#contact h2 {
  font-size: 42px;
  line-height: 119%;
  color: #ffffff;
  padding: 1rem 0;
  font-weight: 400;
}
#contact p {
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}
#contact p a {
  color: #000000;
  text-decoration: none;
}
#contact .button-wrapper {
  display: flex;
  justify-content: center;
}

/* TIPS */
.tips-container {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tips {
  position: fixed;
  z-index: 10;
  right: 3vw;
  bottom: 3vw;
  width: 175px;
  height: 210px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.tips .bubble {
  display: block;
  position: absolute;
  top: 17px;
  left: -46px;
  transition: all 0.2s ease-in-out;
  transform: scale(0.1);
  opacity: 0;
}
.tips:hover .bubble {
  transform: scale(1);
  opacity: 1;
  top: -108px;
  left: -185px;
}
.pin {
  width: 131px;
}
.tips .bubble .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips .bubble .text p {
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #000102;
  max-width: 184px;
}
.tips .bubble .text a {
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1400px) {
  main.wbrc section h2 {
    font-size: 28px;
  }
  .cta-btn,
  .cta-btn:hover,
  .cta-btn:active,
  .cta-btn:focus {
    height: 48px;
    font-size: 18px;
  }
  .s1 .hero {
    height: 390px;
  }
  .s1 .hero img {
    object-fit: cover;
    object-position: right;
    height: 100%;
  }
  .s1 .menu {
    display: none;
  }
  .faq {
    padding: 0 8vw;
  }
  .faq .item .content {
    font-size: 16px;
  }
  .faq .item .content ul li:before {
    font-size: 42px;
    top: 8px;
    left: -2px;
  }
  .s2 p {
    font-size: 18px;
  }
  #contact h2 {
    font-size: 28px;
  }
  #contact p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .s3 {
    margin: 88px 0;
    gap: 100px;
  }
  .s3 .title {
    font-size: 20px;
    max-width: 63%;
  }
  .timeline {
    display: none;
  }

  /* Timeline Mobile */
  .timeline.mobile {
    display: flex;
    justify-content: center;
  }

  /* Tips */
  .tips {
    right: 1vw;
    bottom: 1vw;
  }
  .tips .pin {
    width: 90px;
  }
  .tips .bubble,
  .tips:hover .bubble {
    top: -22px;
    left: -86px;
    width: 180px;
  }
  .tips .bubble .text p {
    font-size: 16px;
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .tips {
    display: none;
  }
  .s1 h1 {
    font-size: 32px;
  }
  .s1 h1 br:first-child {
    display: unset;
  }
  .s2 h2 span {
    display: block;
  }
}

@media (max-width: 375px) {
  .s1 .hero img {
    object-position: -980px 0;
  }
}