@keyframes input {
  0% {
    transform: translate(-100%, 100%);
  }
  25% {
    transform: translate(-90%, 50%);
  }
  50% {
    transform: translate(-80%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
body main {
  overflow-x: hidden;
}
body main section.hero {
  background-color: #03063F;
  padding: 170px 0 0;
  margin-bottom: 200px;
  overflow: unset;
}
body main section.hero .obj {
  margin-bottom: -200px;
  height: auto;
  width: 576px;
}
body main section.section-1 {
  padding: 60px 0;
}
body main section.section-2 {
  padding: 60px 0;
}
body main section.section-2 .video_wrapper:has(img.obj) {
  padding-right: 77.5px;
  padding-bottom: 77.5px;
  border-radius: 0;
}
body main section.section-2 .video_wrapper:has(img.obj) img.obj {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 155px;
  z-index: -1;
}
body main section.section-3 {
  padding: 60px 0;
}
body main section.section-3:before {
  content: "";
  background-color: #EDF1F7;
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.cta {
  padding: 0 0 60px;
}
body main section.cta .content_wrapper {
  background: rgb(0, 162, 226);
  background: -moz-linear-gradient(135deg, #03063f 0%, #28a9e0 100%);
  background: -webkit-linear-gradient(135deg, #03063f 0%, #28a9e0 100%);
  background: linear-gradient(135deg, #03063f 0%, #28a9e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  border-radius: 16px;
  padding: 24px;
}
body main section.reviews {
  padding: 80px 0;
}
body main section.reviews iframe {
  width: 100%;
}
body main section.reviews .video_wrapper {
  padding: 6px;
}
body main section.reviews .video_wrapper .btn_play {
  height: 84px;
  width: 84px;
}
body main section.reviews .video_wrapper .btn_play img {
  height: 38px;
  width: 33px;
}
body main section.reviews .card {
  border-radius: 12px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
}
body main section.reviews .card .card-body {
  padding: 16px;
}
body main section.reviews .card .card-body .card-title {
  font-size: 22px;
  font-weight: 500;
}
body main section.reviews .card .card-body .card-text {
  font-size: 14px;
}
body main section.reviews .card .card-body .author-title {
  font-size: 18px;
}
body main section.reviews .clutch_reviews {
  padding: 0;
}
body main section.reviews .clutch_reviews .slick-list {
  overflow: visible;
  -webkit-backface-visibility: hidden;
}
body main section.reviews .clutch_reviews .slick-list .slick-track {
  display: flex;
  align-items: center;
  height: 534px;
  -webkit-backface-visibility: hidden;
}
body main section.reviews .clutch_reviews .slick-slide {
  width: 655px;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  transition: 0.2s;
  height: unset;
}
body main section.reviews .clutch_reviews .slick-slide img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
body main section.reviews .clutch_reviews .slick-slide.slick-active {
  transform: translateX(40%);
}
body main section.reviews .clutch_reviews .slick-slide.slick-current {
  position: relative;
  width: 938px;
  opacity: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transform: translateX(0);
}
body main section.reviews .clutch_reviews .slick-slide.slick-current + .slick-slide {
  transform: translateX(-40%);
}
body main section.reviews .clutch_reviews .slick-arrow {
  z-index: 3;
  background-color: rgba(13, 17, 62, 0.66);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #28A9E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.reviews .clutch_reviews .slick-arrow:before {
  display: none;
}
body main section.reviews .clutch_reviews .slick-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #28A9E0;
}
body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
  left: 50%;
  transform: translate(calc(-50% - 524px), -50%);
}
body main section.reviews .clutch_reviews .slick-prev.slick-arrow:after {
  transform: scale(-1);
}
body main section.reviews .clutch_reviews .slick-next.slick-arrow {
  right: 50%;
  transform: translate(calc(-50% + 584px), -50%);
}

@media (max-width: 1580px) {
  body main section.hero {
    margin-bottom: 120px;
  }
  body main section.hero .obj {
    margin-bottom: -120px;
    width: 400px;
  }
}
@media (max-width: 1380px) {
  body main section.section-2 .video_wrapper:has(img.obj) {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  body main section.section-2 .video_wrapper:has(img.obj) img.obj {
    width: 100px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 400px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 650px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 384px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 444px), -50%);
  }
}
@media (max-width: 1180px) {
  body main section.reviews .card .card-body .card-title {
    font-size: 18px;
  }
  body main section.reviews .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.reviews .card .card-body .author-title {
    font-size: 14px;
  }
  body main section.reviews .card .card-body .stars-group {
    width: 80px;
  }
  body main section.reviews .news_logos img {
    height: 60px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 313px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 340px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 550px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 324px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 384px), -50%);
  }
}
@media (max-width: 992px) {
  body main section.hero {
    padding: 140px 0 0;
    margin-bottom: 100px;
  }
  body main section.hero .obj {
    margin-bottom: -100px;
    width: 300px;
  }
  body main section.section-1 {
    padding: 40px 0;
  }
  body main section.section-2 {
    padding: 40px 0;
  }
  body main section.section-3 {
    padding: 40px 0;
  }
  body main section.reviews {
    padding: 60px 0;
  }
  body main section.reviews .news_logos img {
    height: 40px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 256px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 280px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 450px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 284px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 344px), -50%);
  }
}
@media (max-width: 767px) {
  body main section.hero {
    margin-bottom: 80px;
  }
  body main section.hero .obj {
    margin-bottom: -80px;
    width: 240px;
  }
  body main section.reviews {
    padding: 40px 0;
  }
  body main section.reviews .reviews_slider {
    margin: 0;
  }
  body main section.reviews .reviews_slider .slick-slide {
    margin: 10px;
  }
  body main section.reviews .clutch_reviews {
    padding-bottom: 50px;
  }
  body main section.reviews .clutch_reviews .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #26ABE2 !important;
    top: auto;
    bottom: 0;
  }
  body main section.reviews .clutch_reviews .slick-arrow.slick-prev {
    transform: translate(-50%, 0);
    margin-left: -25px;
  }
  body main section.reviews .clutch_reviews .slick-arrow.slick-next {
    transform: translate(50%, 0);
    margin-right: -25px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 256px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 280px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-active {
    transform: translateX(70%);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 450px;
    transform: translateX(0);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current + .slick-slide {
    transform: translateX(-70%);
  }
}
@media (max-width: 567px) {
  body main section.hero {
    padding: 100px 0 0;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 200px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 250px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-active {
    transform: translateX(90%);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 350px;
    transform: translateX(0);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current + .slick-slide {
    transform: translateX(-90%);
  }
}

/*# sourceMappingURL=thank-you.css.map */
