body {
  padding-top: 77.91px;
}

.tariff.header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: var(--lsi-background-image-mobile);
  height: 100%;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .tariff.header {
    background-image: var(--lsi-background-image);
  }
}
.tariff.header .d-none {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tariff.header .d-none {
    display: block;
  }
}
.tariff.header .d-block {
  display: block;
}
@media only screen and (min-width: 992px) {
  .tariff.header .d-block {
    display: none;
  }
}
.tariff.header .d-lg-none {
  display: block;
}
@media only screen and (min-width: 992px) {
  .tariff.header .d-lg-none {
    display: none;
  }
}
.tariff.header .d-lg-block {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tariff.header .d-lg-block {
    display: block;
  }
}
.tariff.header .highlight-theme {
  color: #00C4FA;
}
.tariff.header .header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}
@media only screen and (min-width: 992px) {
  .tariff.header .header-content {
    height: 400px;
    margin-block-start: 0;
    margin-block-end: 4rem;
  }
}
.tariff.header .header-content .main-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #333234;
  margin-block-end: 2rem;
  text-wrap: pretty;
}
.tariff.header .header-content .sub-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #333234;
  text-wrap: pretty;
}
.tariff.header .header-content .right-image-mobile {
  margin-block-start: 2rem;
}
.tariff.header .main-content {
  max-width: 650px;
  margin-block-end: 3rem;
}
@media only screen and (min-width: 992px) {
  .tariff.header .main-content {
    margin-block-end: 4rem;
  }
}
.tariff.header .main-content h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #333234;
  margin-block-end: 2rem;
}
.tariff.header .main-content h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  color: #333234;
  margin-block-end: 2rem;
}
.tariff.header .main-content p,
.tariff.header .main-content li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #333234;
  margin-block-end: 1.5rem;
}
.tariff.header .main-content ul {
  list-style: none;
}
.tariff.header .main-content ul li {
  position: relative;
  margin-bottom: 1.5em;
}
.tariff.header .main-content ul li::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 0;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300C4FA' stroke='none'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M7 13l3 3 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.tariff.header .main-content .cta {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #333234;
  border: 2px solid #00aad5;
  background-color: transparent;
  padding-block: 1rem;
  padding-inline: 2rem;
  margin-block: 30px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 25px;
}
.tariff.header .main-content .cta:hover {
  color: #fff;
  background-color: #00C4FA;
  border-color: #00C4FA;
}
@media only screen and (min-width: 992px) {
  .tariff.header .sticky {
    position: sticky;
    top: 100px;
  }
}

.tariff.reports {
  background-color: #F0F3F5;
  padding-block: 4rem;
}
.tariff.reports .main-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #333234;
  margin-block-end: 2rem;
}
@media screen and (max-width: 768px) {
  .tariff.reports .swiper-button-prev {
    left: 0;
  }
  .tariff.reports .swiper-button-next {
    right: 0;
  }
}
.tariff.reports .swiper-button-prev:hover::after,
.tariff.reports .swiper-button-next:hover::after {
  color: #00aad5;
  opacity: 1;
}
.tariff.reports .swiper-button-prev::after,
.tariff.reports .swiper-button-next::after {
  color: #000;
  opacity: 0.5;
}
.tariff.reports .swiper-button-disabled {
  opacity: 1;
}
.tariff.reports .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background-color: #000;
}
.tariff.reports .swiper-pagination-bullet-active {
  background-color: #00aad5;
}

.tariff .image-container {
  width: 360px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.tariff .image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.tariff .image-container .image-2 {
  opacity: 0;
}
.tariff .image-container:hover .image-1 {
  opacity: 0;
}
.tariff .image-container:hover .image-2 {
  opacity: 1;
}

/*# sourceMappingURL=template-sourcing_trends.css.map */
