@keyframes scrollIcon {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 75px;
  }
  100% {
    bottom: 50px;
  }
}
main #banner .jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../content/images/banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main #banner .jumbotron .container img {
  height: 100px;
  margin-bottom: 15px;
}
main #banner .jumbotron .container h1 {
  color: #f5f5f5;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 30px;
}
main #banner .jumbotron .container h2 {
  color: #f5f5f5;
  font-size: 16px;
  margin-bottom: 30px;
}
main #banner .jumbotron .container .ctaBtn {
  background: linear-gradient(to bottom right, #ff9900, #e27335);
  display: inline-block;
  color: #f5f5f5;
  margin-top: 10px;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 10px;
}
main #banner .jumbotron .container .ctaBtn.active {
  display: none;
}
main #banner .jumbotron .container .ctaBtn img {
  height: 16px;
  margin-bottom: 0;
}
main #banner .jumbotron .scrollDown {
  display: none;
}
main #about .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
main #about .container-fluid .row .col-12 h2 {
  font-size: 24px;
  color: #ff9900;
  font-weight: 800;
  margin-bottom: 30px;
}
main #about .container-fluid .row .col-12 p {
  color: #787878;
  font-weight: 600;
}
main #about .container-fluid .row .col-12 picture source {
  width: 100%;
}
main #about .container-fluid .row .col-12 picture source::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
main #about .container-fluid .row .col-12 picture img {
  width: 100%;
}
main #benefits .container-fluid {
  padding-top: 30px;
  padding-bottom: 50px;
}
main #benefits .container-fluid h2 {
  color: #172388;
  font-weight: 800;
  font-size: 24px;
}
main #benefits .container-fluid .benefitBx {
  border-radius: 25px;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 20px 0;
  overflow: hidden;
}
main #benefits .container-fluid .benefitBx:hover {
  background: linear-gradient(to bottom right, rgba(3, 10, 68, 0.9), rgba(23, 35, 136, 0.9)), url(../content/images/ctaBackground.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main #benefits .container-fluid .benefitBx:hover .textBx h3 {
  color: #f5f5f5;
}
main #benefits .container-fluid .benefitBx:hover .textBx p {
  color: #f5f5f5;
}
main #benefits .container-fluid .benefitBx .textBx h3 {
  color: #172388;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
main #benefits .container-fluid .benefitBx .textBx p {
  color: #787878;
  font-weight: 600;
}
main #benefits .container-fluid .benefitBx img {
  position: relative;
  width: 100%;
  transform: translateY(30px);
}
main #quality {
  background: linear-gradient(to bottom right, #030a44, #172388);
  position: relative;
}
main #quality .certificationBadge {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
main #quality .container .row .col-12 {
  padding-top: 100px;
  padding-bottom: 30px;
}
main #quality .container .row .col-12 h2 {
  color: #f5f5f5;
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 24px;
}
main #quality .container .row .col-12 p {
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 50px;
}
main #quality .container .row .imgBx {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-direction: column;
}
main #quality .container .row .imgBx a {
  margin-bottom: 30px;
}
main #quality .container .row .imgBx a img {
  width: 200px;
}
main #howTo {
  padding: 100px 20px;
  text-align: center;
}
main #howTo h2 {
  color: #172388;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 24px;
}
main #howTo .content {
  flex-direction: row;
}
main #howTo .content .stepBx {
  padding: 40px 20px;
  color: #787878;
  max-width: 340px;
  margin: 10px;
  text-align: center;
}
main #howTo .content .stepBx img {
  height: 80px;
  margin-bottom: 15px;
}
main #howTo .content .stepBx h3 {
  font-size: 20px;
  font-weight: 700;
  color: #172388;
  margin-bottom: 15px;
}
main #howTo .content .stepBx p {
  font-weight: 600;
  color: #787878;
}
main #complain .container {
  padding: 15px;
}
main #complain .container h2 {
  color: #172388;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 24px;
}
main #complain .container p {
  color: #787878;
  font-weight: 600;
}
main #complain .container .complainBtn {
  background: linear-gradient(to bottom right, #030a44, #172388);
  display: inline-block;
  color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 10px;
}
main #cta .container-fluid {
  background: linear-gradient(to bottom right, #ff9900, #e27335);
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
}
main #cta .container-fluid .ctaImg {
  width: 200%;
  margin-bottom: 15px;
}
main #cta .container-fluid .contentBx h2 {
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 800;
}
main #cta .container-fluid .contentBx .ctaBtn {
  background: linear-gradient(to bottom right, #030a44, #172388);
  display: inline-block;
  color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 10px;
}
main #cta .container-fluid .contentBx .ctaBtn.active {
  display: none;
}
main #cta .container-fluid .contentBx .ctaBtn img {
  height: 16px;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  main #banner .jumbotron .container img {
    height: 150px;
  }
  main #banner .jumbotron .container h1 {
    font-size: 48px;
    margin-bottom: 15px;
  }
  main #banner .jumbotron .scrollDown {
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    display: inline;
    animation: 5s scrollIcon infinite linear;
  }
  main #about .container .row .col-12 picture img {
    width: 100%;
  }
  main #benefits .container-fluid {
    padding: 100px;
  }
  main #benefits .container-fluid h2 {
    margin-bottom: 50px;
  }
  main #benefits .container-fluid .benefitBx {
    flex-direction: row;
    justify-content: flex-start;
    height: 200px;
    position: relative;
    overflow: visible;
    margin-bottom: 50px;
  }
  main #benefits .container-fluid .benefitBx:nth-child(3) {
    justify-content: flex-end;
  }
  main #benefits .container-fluid .benefitBx:nth-child(3) img {
    left: 30px;
    right: auto;
    width: 200px;
  }
  main #benefits .container-fluid .benefitBx .textBx {
    width: 60%;
  }
  main #benefits .container-fluid .benefitBx img {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 250px;
    transform: translateY(0);
  }
  main #quality .certificationBadge {
    width: 200px;
  }
  main #quality .container {
    padding: 50px;
  }
  main #quality .container .row .imgBx {
    flex-direction: row;
  }
  main #quality .container .row .imgBx a {
    margin: 0 15px;
  }
  main #howTo {
    padding: 100px 50px;
  }
  main #howTo .content {
    margin: 20px;
  }
  main #cta .container-fluid {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
  }
  main #cta .container-fluid .ctaImg {
    width: 50%;
  }
  main #cta .container-fluid .contentBx {
    padding: 0 100px;
  }
}/*# sourceMappingURL=index.css.map */