#landingPageRodo {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
#landingPageRodo h1 {
  top: -27px;
  font-size: 76px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}
#landingPageRodo h2 {
  font-size: 48px;
  line-height: 1.31;
  font-weight: 600;
}
#landingPageRodo hr {
  width: 400px;
  max-width: 40%;
  height: 15px;
  background-color: #ffc000;
}
#landingPageRodo .color-blue2 {
  color: #116171;
}
#landingPageRodo .color-blue {
  color: #1f889f;
}
#landingPageRodo .color-blue-lighter {
  color: #4fe0ff;
}
#landingPageRodo .bg-color-blue {
  background-color: #1f889f;
}
#landingPageRodo .bg-color-gold {
  background-color: #ffc000;
}
#landingPageRodo .container {
  max-width: 1360px;
}
#landingPageRodo ol li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
#landingPageRodo ol li:before {
  content: "";
  background-image: url("../img/check.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 34px;
}
#landingPageRodo .btn-primary {
  color: black;
  font-weight: 600;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.76);
  width: 300px;
  line-height: 50px !important;
  height: 50px;
}
#landingPageRodo .s01 {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  color: white;
  padding-top: 50px;
  padding-bottom: 80px;
}
#landingPageRodo .s01 .container {
  max-width: 1060px;
}
#landingPageRodo .s01 header {
  letter-spacing: -1px;
}
#landingPageRodo .s01 header span {
  font-size: 95px;
}
#landingPageRodo .s01 header p {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
  position: relative;
  top: -15px;
}
#landingPageRodo .s01 .bx-video > iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
}
#landingPageRodo .s02 .bx-cut {
  padding: 70px 20px;
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 21%);
  color: black;
  height: 100%;
}
#landingPageRodo .s02 .bx-cut p {
  padding: 0 30px;
  font-weight: 600;
}
#landingPageRodo .s02 .bx-cut .i-number {
  font-size: 90px;
  color: white;
  font-weight: 700;
}
#landingPageRodo .s02 .bx-cut.v1 {
  background-color: #1f889f;
}
#landingPageRodo .s02 .bx-cut.v3 {
  background-color: #ffc000;
}
#landingPageRodo .s02 .bx-cut.v2 {
  background-image: url("../img/s02p02.jpg");
  background-size: cover;
  color: #1f889f !important;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 2px 2px 2px #FFFFFF, 2px 2px 11px #FFFFFF;
}
#landingPageRodo .s02 .bx-cut.v2 .i-number {
  font-size: 99px;
  color: #1f889f;
}
#landingPageRodo .s03 {
  color: white;
  background-color: #1f1f1f;
  padding-top: 60px;
  padding-bottom: 100px;
}
#landingPageRodo .s03 .container {
  max-width: 1337px;
}
#landingPageRodo .s03 p {
  line-height: 2;
}
#landingPageRodo .s04 {
  padding-top: 70px;
  padding-bottom: 40px;
}
#landingPageRodo .s04 .bx-box {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#landingPageRodo .s04 .bx-box p {
  padding: 20px;
}
#landingPageRodo .s04 .bx-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#landingPageRodo .s05 .btn {
  margin-left: 35px;
}

@media all and (max-width: 991px) {
  #landingPageRodo {
    font-size: 16px;
  }
  #landingPageRodo h1 {
    font-size: 30px !important;
  }
  #landingPageRodo h2 {
    font-size: 24px;
    line-height: 1.31;
    font-weight: 600;
  }
  #landingPageRodo hr {
    height: 5px !important;
  }
  #landingPageRodo .s01 header span {
    font-size: 50px !important;
  }
  #landingPageRodo .s01 header p {
    font-size: 20px !important;
  }
  #landingPageRodo .s01 .bx-video > iframe {
    aspect-ratio: 16/9;
    max-width: 100%;
  }
  #landingPageRodo .s02 .bx-cut .i-number {
    font-size: 55px !important;
    margin-bottom: 10px;
  }
  #landingPageRodo .s03 p {
    line-height: 1.3;
  }
  #landingPageRodo ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  #landingPageRodo ol li:before {
    width: 20px !important;
    height: 33px !important;
    background-size: cover;
    top: -5px !important;
  }
}
@media all and (max-width: 576px) {
  .reverse-mobile {
    flex-direction: row-reverse;
  }
}

/*# sourceMappingURL=landing-page.css.map */
