/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  min-height: 893px;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p {
  color: #FFFFFF;
}
#hero h1 {
  margin-bottom: 0;
}
#hero p.h3 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#hero .main-title {
  font-weight: 900;
  font-style: italic;
}
#hero .main-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 893px;
  padding-top: 35px;
}
#hero picture.main-image {
  max-width: 100% !important;
  width: 100% !important;
  z-index: -1;
}
#hero picture.main-image img {
  object-fit: cover;
  top: 0;
  width: 100% !important;
  min-height: 893px;
}
#hero p.h3 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: 900;
}
#hero p.h4 {
  max-width: 674px;
}
#hero .container-icons {
  position: absolute;
  bottom: 36px;
  right: 0;
  gap: 20px;
}
#hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
#hero .btn-blue {
  margin-top: 48px;
}
#hero .btn-transparent {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 100vh;
  }
  #hero p.h3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #hero .container-buttons {
    margin-top: 26px;
  }
  #hero .main-content {
    min-height: 100vh;
  }
  #hero .main-title {
    display: block;
  }
  #hero picture.main-image img {
    height: 100vh;
  }
  #hero .btn-blue {
    margin-top: 0;
  }
  #hero .container-icons {
    position: absolute;
    bottom: 56px;
    right: 0;
    gap: 38px;
  }
}
@media screen and (max-width: 1025px) {
  #hero .btn-transparent {
    padding: 0;
    min-height: unset;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
  }
}
@media screen and (max-width: 390px) {
  #hero .btn-transparent {
    border-bottom: 0;
  }
}

#decades {
  background: #F4F4F4;
  padding-top: 4em;
  padding-bottom: 5em;
}
#decades h2 {
  margin-bottom: 0;
}
#decades p.h4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#decades .container-contact {
  margin-top: 32px;
  margin-bottom: 28px;
}
#decades picture.main-image {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
}
#decades picture.main-image img {
  width: 100% !important;
}
#decades .container-content-image {
  background: #040541;
  padding: 42px;
}
#decades .container-content-image p.h4 {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 900;
}
#decades .container-content-image p {
  color: #FFFFFF;
}
#decades .main-content p.h4 {
  font-weight: 700;
  max-width: 674px;
}
#decades .container-contact {
  display: flex;
  flex-direction: column;
}
#decades .container-contact a {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
}
#decades .container-image {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  #decades {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  #decades .container-image {
    margin-left: 1.5em;
    margin-top: 0;
  }
  #decades .container-content-image {
    padding: 25px;
  }
  #decades p.h4 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #decades .container-contact {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1361px) {
  #decades .container-content-image {
    padding: 40px 76px;
  }
}
@media screen and (min-width: 1500px) {
  #decades .container-contact {
    flex-direction: row;
  }
  #decades .container-contact a {
    display: inline-block;
    width: fit-content;
    margin-bottom: 0;
  }
  #decades .container-contact a:nth-of-type(1),
  #decades .container-contact a:nth-of-type(2) {
    padding-right: 8px;
    border-right: 2px solid #000000;
  }
  #decades .container-contact a:nth-of-type(2),
  #decades .container-contact a:nth-of-type(3) {
    padding-left: 8px;
  }
}

/*Comprehensive*/
#comprehensive {
  margin-top: 4em;
  margin-bottom: 4em;
}
#comprehensive .top-content {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#comprehensive .main-content-container p.h4 {
  margin-bottom: 10px;
  margin-top: 32px;
}
#comprehensive .main-container-out {
  max-width: 1226px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  #comprehensive {
    margin-top: 8em;
    margin-bottom: 8em;
  }
  #comprehensive .top-content {
    text-align: center;
  }
}
@media screen and (max-width: 1025px) {
  #comprehensive h3 {
    margin-bottom: 0;
  }
}

/*Coverage*/
#coverage {
  background: #F4F4F4;
  padding-top: 4em;
}
#coverage .content-top {
  text-align: center;
}
#coverage .container-content-coverage .item {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
}
#coverage .container-content-coverage img {
  max-width: 65px;
  max-height: 65px;
}
#coverage .owl-dots {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 2em;
}
#coverage .owl-nav {
  display: none;
}
#coverage .owl-dot {
  min-width: 17px;
  min-height: 17px;
  border-radius: 17px;
  background: #DDDDDD;
}
#coverage .owl-dot.active {
  background: #A4A4C6;
}
#coverage .btn-blue-black-hv:not(.active) {
  background: transparent;
  border: 1px solid #040166;
  color: #1C1C1C !important;
}
#coverage .btn-blue-black-hv:not(.active):hover {
  background: #040541;
  color: #FFFFFF !important;
}
#coverage select {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  min-height: 67px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #000166;
  font-weight: 900;
  font-family: "Lato", "sans-serif";
  border: 0;
  outline: 0;
  border-radius: 0;
  padding-left: 20px;
  margin-top: 24px;
  min-width: 300px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 18px 18px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
#coverage select option {
  background: #FFFFFF;
  color: #000000;
  font-weight: 400;
}
#coverage .owl-item {
  display: flex !important;
  justify-content: center !important;
}
@media screen and (min-width: 1025px) {
  #coverage {
    padding-top: 8em;
    padding-bottom: 3.5em;
  }
  #coverage .owl-dots {
    gap: 24px;
    margin-top: 3em;
  }
  #coverage .owl-dot {
    width: 23px;
    height: 23px;
  }
  #coverage .container-content-coverage .item {
    width: 112px;
    height: 112px;
  }
  #coverage .container-content-coverage img {
    max-width: 112px;
    max-height: 112px;
  }
}

/*Line Divider*/
#divider {
  background: #F4F4F4;
}
#divider .line-divider {
  width: 100%;
  height: 1px;
  background: #C3C3C3;
  margin-top: 45px;
  margin-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  #divider .line-divider {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*Why Choose*/
#why_choose {
  background: #F4F4F4;
  padding-bottom: 6em;
}
#why_choose p.h4 {
  font-weight: 900;
  margin-top: 16px;
  margin-bottom: 16px;
}
#why_choose h2 {
  margin-bottom: 0;
}
#why_choose ul {
  margin-bottom: 24px;
}
#why_choose ul li {
  margin-bottom: 12px;
}
#why_choose ul li:last-of-type {
  margin-bottom: 0;
}
#why_choose ul {
  list-style: none;
}
#why_choose ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
#why_choose ul li::before {
  font-family: "standard-icons" !important;
  content: "\e901";
  position: absolute;
  left: 0;
  color: #000166;
}
#why_choose picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#why_choose picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#why_choose .btn-blue-black-hv {
  margin-top: 48px;
}
@media screen and (min-width: 1025px) {
  #why_choose {
    padding-top: 6em;
    padding-bottom: 11em;
  }
  #why_choose p.h4 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #why_choose .btn-blue-black-hv {
    margin-top: 28px;
  }
}

/*Equipment*/
#equipment {
  background: #040541;
}
#equipment h2, #equipment h3, #equipment h4, #equipment h5, #equipment h6, #equipment p {
  color: #FFFFFF;
}
#equipment h2 {
  margin-bottom: 0;
}
#equipment p.h4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#equipment p {
  max-width: 674px;
}
#equipment .container-content {
  height: 100%;
}
#equipment picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#equipment picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: right;
}
@media screen and (min-width: 1025px) {
  #equipment p.h4 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

/*Testimonials*/
#testimonials {
  background: #F4F4F4;
  padding-top: 4em;
}
#testimonials .testimonial-item {
  background: #FFFFFF;
  padding: 70px 20px;
}
#testimonials .font-italic {
  font-style: italic;
}
#testimonials .testimonial-text p {
  font-size: clamp(1.125rem, 18px + (20 - 18) * (100vw - 640px) / 1280, 1.25rem);
  line-height: clamp(29 / 16 * 1rem, 29px + (32 - 29) * (100vw - 640px) / 1280, 32 / 16 * 1rem);
}
#testimonials .icon-icons_star {
  font-size: 24px;
  color: #FFCE00;
}
#testimonials .author {
  text-transform: capitalize;
}
#testimonials h2 {
  margin-bottom: 0;
}
#testimonials .container-stars {
  margin-top: 25px;
  margin-bottom: 25px;
}
#testimonials .owl-dots {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 2em;
}
#testimonials .owl-nav {
  display: none;
}
#testimonials .owl-dot {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background: #DDDDDD;
}
#testimonials .owl-dot.active {
  background: #A4A4C6;
}
@media screen and (min-width: 1025px) {
  #testimonials {
    padding-top: 8em;
    padding-bottom: 12em;
  }
  #testimonials .icon-icons_star {
    font-size: 32px;
  }
  #testimonials .testimonial-item {
    padding: 7em 11em 8em 11em;
  }
  #testimonials .owl-dots {
    gap: 24px;
    margin-top: 3em;
  }
  #testimonials .owl-dot {
    width: 23px;
    height: 23px;
  }
}

/*FAQ*/
#faq {
  background: #F4F4F4;
  padding-top: 4em;
  padding-bottom: 4em;
}
#faq .container-icon-faq {
  background: #FFFFFF;
  padding: 15px;
  cursor: pointer;
}
#faq .container-icon-faq:hover {
  background: #000166;
}
#faq .container-icon-faq:hover .question {
  color: #FFFFFF;
}
#faq .container-icon-faq:hover .container-icon {
  background: #FFFFFF;
}
#faq .container-icon {
  background: #EAEAF2;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq .answer {
  background: #FFFFFF;
  display: none;
  padding: 15px;
}
#faq .icon-icons_plus,
#faq .icon-icon_minus {
  color: #040166;
  font-size: 13px;
}
#faq .container-contact {
  margin-top: 34px;
  margin-bottom: 48px;
}
#faq .container-contact a {
  width: fit-content;
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  #faq {
    padding-bottom: 9em;
    padding-top: 0;
  }
  #faq .icon-icons_plus,
  #faq .icon-icon_minus {
    font-size: 20px;
  }
  #faq .container-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1025px) {
  #faq .question {
    font: normal normal normal 16px/27px "Lato", "sans-serif" !important;
  }
}