html {
  scroll-behavior: smooth;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul,
body a {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body p {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.custom-cont {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .custom-cont {
    max-width: 1180px;
  }
}

.heder-top {
  background-color: #fff;
  padding: 24px 0;
  width: 100%;
  position: fixed;
  z-index: 999999999999;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.heder-top .navbar-custom {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.heder-top .navbar-custom .btn-download {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background: #2764E2;
  border-radius: 32px;
  padding: 12px 32px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.heder-top .navbar-custom .btn-download:hover {
  opacity: 0.8;
}

.heder-top .navbar-custom .btn-download:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 480px) {
  .heder-top .navbar-custom .btn-download {
    padding: 8px 22px;
  }
}

.heder-top .navbar-custom .body-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 991.98px) {
  .heder-top .navbar-custom .body-custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.heder-top .navbar-custom .body-custom .modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

@media screen and (max-width: 991.98px) {
  .heder-top .navbar-custom .body-custom .modal-card {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.heder-top .navbar-custom .body-custom .modal-card:last-child {
  margin-right: 0;
}

.heder-top .navbar-custom .body-custom .modal-card img {
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 575.98px) {
  .heder-top .navbar-custom .body-custom .modal-card img {
    width: 65px;
    height: 65px;
  }
}

.heder-top .navbar-custom .body-custom .modal-card .modal-link {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: #2764E2;
  padding: 8px 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}

@media screen and (max-width: 575.98px) {
  .heder-top .navbar-custom .body-custom .modal-card .modal-link {
    margin-top: 16px;
  }
}

.heder-top .navbar-custom .body-custom .modal-card .modal-link:hover {
  opacity: 0.8;
}

.heder-top .navbar-custom .body-custom .modal-card .modal-link i {
  margin-left: 16px;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section .banner-bg-wrap::before {
  content: "";
  background-image: url(../imgs/banner-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -100px;
}

@media screen and (min-width: 1919.94px) {
  section .banner-bg-wrap::before {
    top: -10px;
  }
}

section .banner-bg-wrap .main-text-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .banner-bg-wrap .main-text-wrap .hero-title {
  max-width: 805px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #0F263C;
  margin-top: 160px;
}

@media screen and (max-width: 991px) {
  section .banner-bg-wrap .main-text-wrap .hero-title {
    margin-top: 140px;
    font-size: 30px;
    line-height: 32px;
  }
}

section .banner-bg-wrap .main-text-wrap .btn-trial {
  margin-top: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #2764E2;
  background: #F4F9FC;
  border: 1px solid #aec9ff;
  padding: 12px 32px;
  border-radius: 32px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  section .banner-bg-wrap .main-text-wrap .btn-trial {
    margin-top: 24px;
  }
}

section .banner-bg-wrap .main-text-wrap .btn-trial:hover {
  color: #fff;
  background: #2764E2;
}

section .onbanner-img {
  text-align: center;
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 1439.94px) {
  section .onbanner-img {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  section .onbanner-img {
    padding-top: 30px;
  }
}

section .onbanner-img img {
  width: 100%;
}

section .range-wrapper {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #F4F9FC;
  position: relative;
  overflow: hidden;
}

section .range-wrapper::before {
  content: "";
  background-image: url(../imgs/range-card-img.png);
  position: absolute;
  width: 18%;
  height: 526px;
  right: 0;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991.98px) {
  section .range-wrapper::before {
    content: "";
    width: 160px;
    height: 415px;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    background-size: contain;
    bottom: -170px;
  }
}

@media screen and (max-width: 480px) {
  section .range-wrapper {
    padding: 30px 0;
    margin-top: 30px;
  }
}

section .range-wrapper .wrapper-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}

section .range-wrapper .wrapper-left .range-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
  color: #0F263C;
}

@media screen and (max-width: 991px) {
  section .range-wrapper .wrapper-left .range-title {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  section .range-wrapper .wrapper-left .range-title {
    font-size: 26px;
    line-height: 32px;
  }
}

section .range-wrapper .wrapper-left .text-maxrange {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #0F263C;
}

section .range-wrapper .wrapper-left .btn-range {
  margin-top: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #2764E2;
  background: #F4F9FC;
  border: 1px solid #aec9ff;
  padding: 12px 32px;
  border-radius: 32px;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  section .range-wrapper .wrapper-left .btn-range {
    margin-top: 24px;
    padding: 7px 18px;
    font-size: 16px;
    line-height: 24px;
  }
}

section .range-wrapper .wrapper-left .btn-range:hover {
  background: #2764E2;
  color: #fff;
}

section .range-wrapper .wrapper-left .rSlider {
  position: relative;
}

section .range-wrapper .wrapper-left .rSlider .slide {
  background: #2764E2;
  height: 5px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50px;
  z-index: 1;
}

section .range-wrapper .wrapper-left .rSlider input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #aec9ff;
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 8px;
}

section .range-wrapper .wrapper-left .rSlider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #2764E2;
  cursor: pointer;
  z-index: 4;
}

section .range-wrapper .wrapper-left .rSlider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #2764E2;
  cursor: pointer;
  z-index: 2;
}

section .range-wrapper .wrapper-left .detail-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0F263C;
  margin-top: 16px;
}

section .range-wrapper .range-card-wrapper {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  section .range-wrapper .range-card-wrapper {
    width: 220px;
  }
}

section .range-wrapper .range-card-wrapper .range-card {
  width: 320px;
  max-width: 100%;
  height: 100%;
  padding: 48px 48px 48px 78px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(8, 70, 152, 0.15);
          box-shadow: 0px 0px 20px rgba(8, 70, 152, 0.15);
  border-radius: 8px;
}

@media screen and (max-width: 480px) {
  section .range-wrapper .range-card-wrapper .range-card {
    padding: 28px 28px 28px 58px;
  }
}

section .range-wrapper .range-card-wrapper .range-card .driven-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #0F263C;
  opacity: 0.7;
  position: relative;
}

@media screen and (max-width: 480px) {
  section .range-wrapper .range-card-wrapper .range-card .driven-text {
    font-size: 16px;
    line-height: 27px;
    color: #0f263c;
  }
}

section .range-wrapper .range-card-wrapper .range-card .driven-text:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: -30px;
  background: linear-gradient(192.12deg, #ff9900 43.63%, #ffb800 91.16%);
  z-index: 99999999;
  border-radius: 100%;
}

@media screen and (max-width: 480px) {
  section .range-wrapper .range-card-wrapper .range-card .driven-text:before {
    top: 4px;
  }
}

section .range-wrapper .range-card-wrapper .range-card .driven-number {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #0F263C;
}

@media screen and (max-width: 480px) {
  section .range-wrapper .range-card-wrapper .range-card .driven-number {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 4px;
  }
}

section .range-wrapper .range-card-wrapper .range-card .saving-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #0F263C;
  opacity: 0.7;
  position: relative;
}

@media screen and (max-width: 480px) {
  section .range-wrapper .range-card-wrapper .range-card .saving-text {
    font-size: 16px;
    line-height: 27px;
    color: #0f263c;
  }
}

section .range-wrapper .range-card-wrapper .range-card .saving-text:before {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: -30px;
  background: #2764E2;
  z-index: 99999999;
  content: "";
  border-radius: 100%;
}

section .range-wrapper .range-card-wrapper .range-card .saving-number {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #0F263C;
}

@media screen and (max-width: 480px) {
  section .range-wrapper .range-card-wrapper .range-card .saving-number {
    font-size: 22px;
    line-height: 28px;
  }
}

section .textimage-section {
  margin-top: 100px;
}

section .textimage-section .img-fluid {
  width: 100%;
}

@media screen and (max-width: 767px) {
  section .textimage-section {
    margin-top: 70px;
  }
}

section .textimage-section .sectiontext-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #0F263C;
}

@media screen and (max-width: 767.98px) {
  section .textimage-section .sectiontext-title {
    font-size: 22px;
    line-height: 28px;
  }
}

section .textimage-section .sectiontext-text {
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #0F263C;
}

@media screen and (max-width: 767.98px) {
  section .textimage-section .sectiontext-text {
    font-size: 16px;
    line-height: 20px;
  }
}

section .slider-title-wrapper {
  margin-bottom: 40px;
}

section .slider-title-wrapper .before-slider-title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #0F263C;
}

@media screen and (max-width: 767.98px) {
  section .slider-title-wrapper .before-slider-title {
    font-size: 32px;
    line-height: 40px;
  }
}

section .slider-wrapper {
  position: relative;
  margin-top: 90px;
  padding: 70px 0;
  background: #F4F9FC;
}

@media screen and (max-width: 991.98px) {
  section .slider-wrapper {
    padding: 56px 0;
  }
}

@media screen and (max-width: 767.98px) {
  section .slider-wrapper {
    padding: 40px 0;
  }
}

section .slider-wrapper .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  section .slider-wrapper .swiper-container {
    padding-bottom: 30px;
  }
}

section .slider-wrapper .swiper-slide {
  padding-bottom: 40px;
}

section .slider-wrapper .swiper-slide .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: start;
  height: 100%;
}

section .slider-wrapper .swiper-slide .slide-text .slide-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #0F263C;
  text-align: start;
}

@media screen and (max-width: 767.98px) {
  section .slider-wrapper .swiper-slide .slide-text .slide-title {
    font-size: 22px;
    line-height: 26px;
  }
}

section .slider-wrapper .swiper-slide .slide-text .slide-content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #657285;
  text-align: start;
  margin-top: 24px;
}

@media screen and (max-width: 767.98px) {
  section .slider-wrapper .swiper-slide .slide-text .slide-content {
    margin-top: 14px;
  }
}

section .slider-wrapper .swiper-slide .slide-text .slide-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: #2764E2;
  border-radius: 32px;
  padding: 12px 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 24px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 767.98px) {
  section .slider-wrapper .swiper-slide .slide-text .slide-link {
    padding: 10px 22px;
  }
}

section .slider-wrapper .swiper-slide .slide-text .slide-link:hover {
  opacity: 0.8;
}

section .slider-wrapper .swiper-slide .slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  section .slider-wrapper .swiper-slide .slide-image {
    margin-top: 30px;
  }
}

section .slider-wrapper .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
}

section .slider-wrapper .custom-pagination {
  bottom: 0;
}

section .slider-wrapper .custom-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 9px;
}

section .slider-wrapper .custom-pagination .swiper-pagination-bullet-active {
  width: 70px;
  height: 4px;
  border-radius: 9px;
}

section .video-section {
  position: relative;
  height: 568px;
}

@media screen and (max-width: 991.98px) {
  section .video-section {
    height: auto;
  }
}

section .video-section video {
  position: relative;
}

section .video-section video::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section .video-section video:focus {
  outline: none;
}

section .textbox {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../imgs/left-background-cards.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  section .textbox {
    padding: 70px 24px;
  }
}

section .textbox .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 823px;
}

section .textbox .text-content .text-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #0F263C;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section .textbox .text-content .text-title {
    font-size: 25px;
    line-height: 35px;
  }
}

section .textbox .text-content .text-title span {
  background: -webkit-linear-gradient(#29d3da, #29d3da, #0077ff, #084698);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section .textbox .text-content .text-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #0F263C;
  text-align: center;
  margin-top: 24px;
}

section .textbox .text-content .text-link {
  padding: 12px 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background: #2764E2;
  border-radius: 32px;
  margin-top: 24px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section .textbox .text-content .text-link:hover {
  opacity: 0.8;
}

section .testimonials {
  margin-top: 100px;
}

section .testimonials .text-testim {
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 56px;
}

section .testimonials .text-testim .testim-title {
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  line-height: 40px;
  color: #0F263C;
  text-align: center;
}

section .testimonials .text-testim .testim-body {
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #0F263C;
  text-align: center;
}

section .testimonials .container-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991.98px) {
  section .testimonials .container-msg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section .testimonials .container-msg .bubble {
  margin-right: 32px;
  width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 0 16px 16px 16px;
  position: relative;
  border: 1px solid rgba(101, 114, 133, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 991.98px) {
  section .testimonials .container-msg .bubble {
    margin-right: 0;
    margin-top: 32px;
  }
}

section .testimonials .container-msg .bubble .txt {
  padding: 32px;
  width: 100%;
}

section .testimonials .container-msg .bubble .txt .subject-text {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0F263C;
}

section .testimonials .container-msg .bubble .txt .message {
  font-size: 14px;
  font-weight: 500;
  margin: auto;
  color: #0F263C;
  display: table;
}

section .testimonials .container-msg .bubble .author {
  padding: 16px 32px 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .testimonials .container-msg .bubble .author img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

section .testimonials .container-msg .bubble .author h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0F263C;
  margin-left: 15px;
  text-transform: uppercase;
}

section .testimonials .container-msg .bubble .author span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #0F263C;
  opacity: 0.7;
  display: block;
  text-transform: capitalize;
}

section .testimonials .container-msg .bubble:last-child {
  margin-right: 0;
}

section .testimonials .container-msg .bubble:hover {
  -webkit-box-shadow: 4px 4px 20px rgba(85, 120, 210, 0.3);
          box-shadow: 4px 4px 20px rgba(85, 120, 210, 0.3);
  border-radius: 8px;
}

section .testimonials .container-msg .bubble:hover::before {
  content: "";
  position: absolute;
  background-color: #2764E2;
  width: 100%;
  height: 8px;
  z-index: 1;
  border-radius: 8px 8px 0px 0px;
}

section .text-img-wrapper {
  margin-top: 100px;
}

section .text-img-wrapper .text-img {
  position: relative;
}

section .text-img-wrapper .text-img::before {
  content: "";
  background: linear-gradient(314.01deg, #657285 12.94%, rgba(101, 114, 133, 0.36) 61.12%);
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section .text-img-wrapper .text-img .textimg-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 136px 0 136px 106px;
}

@media screen and (max-width: 767px) {
  section .text-img-wrapper .text-img .textimg-left {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section .text-img-wrapper .text-img .textimg-left {
    padding: 80px;
  }
}

section .text-img-wrapper .text-img .textimg-left .textimg-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #0F263C;
}

section .text-img-wrapper .text-img .textimg-left .textimg-title span {
  background: -webkit-linear-gradient(#29d3da, #29d3da, #0077ff, #084698);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section .text-img-wrapper .text-img .textimg-left .textimg-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #0F263C;
  margin-top: 24px;
}

section .text-img-wrapper .text-img .textimg-left .textimg-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background: #2764E2;
  border-radius: 32px;
  margin-top: 24px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section .text-img-wrapper .text-img .textimg-left .textimg-link:hover {
  opacity: 0.8;
}

section .text-img-wrapper .text-img .imac-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 40px 40px 40px 0;
}

@media screen and (max-width: 991px) {
  section .text-img-wrapper .text-img .imac-img {
    padding: 40px;
  }
}

section .text-img-wrapper .text-img .imac-img img {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.footer {
  margin-top: 100px;
  background-color: #0F263C;
  padding: 95px 0;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 70px;
    padding: 40px 0;
  }
}

.footer .footer-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #657285;
  margin-top: 24px;
}

.footer .social-btns {
  margin-top: 24px;
}

.footer .social-btns a {
  margin-right: 24px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer .social-btns a:last-child {
  margin-right: 0;
}

.footer .social-btns a:hover {
  opacity: 0.5;
}

.footer .list-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.footer .footer-list {
  list-style: none;
  padding: 0;
}

.footer .footer-list a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer .footer-list a:hover {
  opacity: 0.8;
}

.modal.download-btn--modal .modal-dialog {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  overflow: auto;
}

.modal.download-btn--modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}

.modal.download-btn--modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.modal.download-btn--modal .modal-dialog .modal-content .modal-header .close {
  margin-right: 10px;
  margin-top: 0;
}

@media screen and (max-width: 991.98px) {
  .modal.download-btn--modal .modal-dialog .modal-content .modal-header .close {
    padding: 0;
  }
}

.modal.download-btn--modal .modal-dialog .modal-content h5.modal--title {
  display: block;
  text-align: center;
  margin: 0px 30px 75px;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 991.98px) {
  .modal.download-btn--modal .modal-dialog .modal-content h5.modal--title {
    margin-bottom: 30px;
  }
}

.modal.download-btn--modal .modal-dialog .modal-content .body-custom {
  padding-bottom: 80px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 991.98px) {
  .modal.download-btn--modal .modal-dialog .modal-content .body-custom {
    padding-bottom: 16px;
  }
}

.modal.download-btn--modal .modal-dialog .modal-content .body-custom .modal-card .modal-link {
  border-radius: 50px;
  border: 1px solid #2764e2;
  color: #2764e2;
  background-color: transparent;
}

.modal.download-btn--modal .modal-dialog .modal-content .body-custom .modal-card .modal-link img {
  width: 18px;
  height: 18px;
}

.modal-backdrop {
  display: none !important;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.modal.download-btn--modal.show {
  padding: 0 16px !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
}

@media screen and (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  right: calc((100vw - 1240px) / 2.5);
}

@media screen and (max-width: 1260px) {
  .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-prev {
  left: calc((100vw - 1240px) / 2.5);
}

@media screen and (max-width: 1260px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 32px;
}

.swiper-button-prev::focus,
.swiper-button-next::focus {
  outline: none !important;
}

.modal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}

.video-section {
  position: relative;
}

.video-section .video {
  width: 100%;
  cursor: pointer;
}

.video-section .playpause {
  background-image: url(/assets/imgs/overlay-poster.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.sec-spacing {
  padding: 120px 32px;
}

.sec-spacing h1 {
  margin: 70px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #2764e2;
  color: #fff;
  padding: 20px 42px 20px 20px;
  position: relative;
  white-space: pre-wrap;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #F4F9FC;
  color: #222;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
  color: #2764e2;
}

#main #faq .card .collapsing {
  background: #f4f9fc;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #f4f9fc;
  line-height: 30px;
  color: #222;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/*# sourceMappingURL=custom.css.map */