@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: 146px 0 80px;
  min-height: calc(100vh - 143px);
  direction: rtl;
}
body main section.hero .form_wrapper {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 24px 32px;
  border-radius: 20px;
}
body main section.hero .form_wrapper form {
  display: flex;
  flex-direction: column;
}
body main section.hero .form_wrapper form .field_wrapper {
  position: relative;
}
body main section.hero .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]),
body main section.hero .form_wrapper form .field_wrapper textarea {
  background-color: #F6F6F6;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 10px 18px;
  font-size: 20px;
  color: #03063F;
  box-shadow: none;
  height: unset;
}
body main section.hero .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox])[type=tel],
body main section.hero .form_wrapper form .field_wrapper textarea[type=tel] {
  padding-right: 70px;
  text-align: right;
}
body main section.hero .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox])::placeholder,
body main section.hero .form_wrapper form .field_wrapper textarea::placeholder {
  color: rgba(3, 6, 63, 0.6);
}
body main section.hero .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]).invalid,
body main section.hero .form_wrapper form .field_wrapper textarea.invalid {
  border-color: #EE4C4C;
}
body main section.hero .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]).invalid ~ label,
body main section.hero .form_wrapper form .field_wrapper textarea.invalid ~ label {
  color: #EE4C4C;
}
body main section.hero .form_wrapper form .field_wrapper:has(input[type=tel]) .iti {
  width: 100%;
}
body main section.hero .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container {
  left: unset;
  right: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
body main section.hero .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container .iti__selected-flag {
  padding: 10px 8px;
  height: unset;
  background: white;
  gap: 8px;
  border-radius: 6px;
  margin: auto 0;
}
body main section.hero .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container .iti__selected-flag .iti__arrow {
  margin: 0;
}
body main section.hero .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container .iti__country-list {
  top: 100%;
}
body main section.hero .form_wrapper form .form-check {
  padding-right: 32px;
  margin: 0;
  min-height: unset;
  user-select: none;
}
body main section.hero .form_wrapper form .form-check input {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  margin: 0 -32px 0 0;
  box-shadow: none !important;
  background-color: transparent !important;
  cursor: pointer;
  float: right;
}
body main section.hero .form_wrapper form .form-check input:checked {
  border-color: #28A9E0;
  background: url("../../img/webp/check.webp") no-repeat center center/18px;
}
body main section.hero .form_wrapper form .form-check input.invalid {
  border-color: #EE4C4C;
}
body main section.hero .form_wrapper form .form-check label {
  line-height: 24px;
  cursor: pointer;
  display: block;
}
body main section.hero .content-wrapper .btn {
  min-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 200px 200px 0 0;
  padding: 35px 40px 10px;
  max-width: max-content;
  margin: 0 auto;
}
body main section.hero .content-wrapper .btn img {
  transform: rotate(90deg);
}
body main section.hero .btn_wrapper {
  max-width: max-content;
  position: absolute;
  bottom: 0;
  left: 75%;
  transform: translate(-50%, 0);
  z-index: 0;
}
body main section.hero .btn_wrapper .btn {
  min-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 200px 200px 0 0;
  padding: 35px 40px 10px;
}
body main section.hero .btn_wrapper .btn img {
  transform: rotate(90deg);
}
body main section.hero img.obj {
  animation: lion_floating 5s ease infinite;
}
body main section.hero .btn {
  direction: ltr;
}
@keyframes lion_floating {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(10px, -45px);
  }
  100% {
    transform: translate(0, 0);
  }
}
body main section.featured-in {
  background-color: #03063F;
  padding: 30px 0;
}
body main section.video {
  padding: 240px 0 60px;
}
body main section.video .video_wrapper {
  box-shadow: 0 2px 30px -6px rgba(0, 0, 0, 0.4);
}
body main section.video .img_wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: -1;
}
body main section.video .img_wrapper .obj_1 {
  --imageWidth: 6725px;
  background: url("../../img/webp/img-horizontal-1.webp") repeat-x left center/auto 100%;
  height: 240px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll 60s linear infinite;
}
body main section.video .img_wrapper .obj_2 {
  --imageWidth: 6725px;
  background: url("../../img/webp/img-horizontal-2.webp") repeat-x left center/auto 100%;
  height: 240px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll_inverse 60s linear infinite;
}
body main section.video .img_wrapper .obj_3 {
  --imageWidth: 6725px;
  background: url("../../img/webp/img-horizontal-3.webp") repeat-x left center/auto 100%;
  height: 240px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll 60s linear infinite;
}
@keyframes horizontal_infinite_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--imageWidth)));
  }
}
@keyframes horizontal_infinite_scroll_inverse {
  0% {
    transform: translateX(calc(-1 * var(--imageWidth)));
  }
  100% {
    transform: translateX(calc(0 * var(--imageWidth)));
  }
}
body main section.cards {
  padding: 80px 0;
}
body main section.cards .card {
  padding: 24px;
  border: none;
  border-radius: 12px;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.05);
}
body main section.cards .card .card-body {
  padding: 0;
  direction: rtl;
}
body main section.cards .card .card-body img.card-img {
  height: auto;
  width: 64px;
}
body main section.cards .card-s2 {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 0;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section.cards .card-s2 .card-body {
  padding: 24px;
  overflow: hidden;
  direction: rtl;
}
body main section.cards .card-s2 .card-body img.card-img {
  width: 74px;
}
body main section.cards .card-s2:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgb(255, 204, 2) 0%, rgba(255, 204, 2, 0) 32%, rgba(255, 204, 2, 0) 66%, rgb(255, 204, 2) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
body main section.cards .card-s3 {
  background: transparent;
  border-right: 4px solid #28A9E0;
  padding: 0;
}
body main section.cards .card-s3 .card-body {
  background: -moz-linear-gradient(270deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
  background: linear-gradient(270deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  padding: 16px 16px 16px 0;
  direction: rtl;
}
body main section.cards .card-s3:after {
  display: none;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(2) .card-s2:after {
  background: linear-gradient(135deg, rgb(236, 62, 60) 0%, rgba(236, 62, 60, 0) 32%, rgba(236, 62, 60, 0) 66%, rgb(236, 62, 60) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(3) .card-s2:after {
  background: linear-gradient(135deg, rgb(96, 191, 153) 0%, rgba(96, 191, 153, 0) 32%, rgba(96, 191, 153, 0) 66%, rgb(96, 191, 153) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(4) .card-s2:after {
  background: linear-gradient(135deg, rgb(0, 162, 226) 0%, rgba(0, 162, 226, 0) 32%, rgba(0, 162, 226, 0) 66%, rgb(0, 162, 226) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(6) .card-s2:after {
  background: linear-gradient(135deg, rgb(236, 62, 60) 0%, rgba(236, 62, 60, 0) 32%, rgba(236, 62, 60, 0) 66%, rgb(236, 62, 60) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(7) .card-s2:after {
  background: linear-gradient(135deg, rgb(96, 191, 153) 0%, rgba(96, 191, 153, 0) 32%, rgba(96, 191, 153, 0) 66%, rgb(96, 191, 153) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(8) .card-s2:after {
  background: linear-gradient(135deg, rgb(0, 162, 226) 0%, rgba(0, 162, 226, 0) 32%, rgba(0, 162, 226, 0) 66%, rgb(0, 162, 226) 100%) border-box;
}
body main section.cards div[class*=col-]:nth-child(6) .card-s3, body main section.cards div[class*=col-]:nth-child(7) .card-s3, body main section.cards div[class*=col-]:nth-child(8) .card-s3, body main section.cards div[class*=col-]:nth-child(9) .card-s3, body main section.cards div[class*=col-]:nth-child(10) .card-s3 {
  border-left: 4px solid #28A9E0;
  border-right: none;
}
body main section.cards div[class*=col-]:nth-child(6) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(7) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(8) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(9) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(10) .card-s3 .card-body {
  background: -moz-linear-gradient(90deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
  background: linear-gradient(90deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  padding: 16px 0 16px 16px;
}
body main section.cards .flip-container {
  perspective: 1000px;
  width: 432px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main section.cards .flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  display: flex;
  justify-content: center;
}
body main section.cards .flip-container .flipper .front,
body main section.cards .flip-container .flipper .back {
  backface-visibility: hidden;
}
body main section.cards .flip-container .flipper .front img,
body main section.cards .flip-container .flipper .back img {
  width: 100%;
}
body main section.cards .flip-container .flipper .front {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotateY(180deg) translate(50%, 0);
  z-index: 2;
}
body main section.cards .flip-container .flipper .back {
  transform: rotateY(0deg);
}
body main section.cards .flip-container .flipper:nth-child(2) {
  margin: -20px 9.72% 0;
  z-index: -1;
}
body main section.cards .flip-container .flipper:nth-child(3) {
  margin: -20px 17.36% 0;
  z-index: -2;
}
body main section.cards .flip-container .flipper:nth-child(4) {
  margin: -20px 23.61% 0;
  z-index: -3;
}
body main section.cards .flip-container div.aos-animate .flipper {
  animation: flip-funnle 0.4s ease-in-out forwards;
}
body main section.cards .flip-container div.aos-animate .flipper:nth-child(2) {
  animation-delay: 0.2s;
}
body main section.cards .flip-container div.aos-animate .flipper:nth-child(3) {
  animation-delay: 0.4s;
}
body main section.cards .flip-container div.aos-animate .flipper:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes flip-funnle {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
body main section.section-1 {
  padding: 110px 0;
  counter-reset: section;
}
body main section.section-1 .card {
  background: rgb(109, 0, 226);
  background: -moz-linear-gradient(135deg, rgb(109, 0, 226) 0%, rgb(86, 200, 155) 36%, rgb(236, 62, 60) 70%, rgb(255, 204, 2) 100%);
  background: -webkit-linear-gradient(135deg, rgb(109, 0, 226) 0%, rgb(86, 200, 155) 36%, rgb(236, 62, 60) 70%, rgb(255, 204, 2) 100%);
  background: linear-gradient(135deg, rgb(109, 0, 226) 0%, rgb(86, 200, 155) 36%, rgb(236, 62, 60) 70%, rgb(255, 204, 2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d00e2",endColorstr="#ffcc02",GradientType=1);
  padding: 1px;
  border: none;
  border-radius: 12px;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.05);
}
body main section.section-1 .card .card-body {
  background-color: #ffffff;
  padding: 0 24px 24px;
  border-radius: 11px;
  direction: rtl;
}
body main section.section-1 .card .card-body img.card-img {
  height: 54px;
  width: auto;
  transform: translateY(-40%);
}
body main section.section-1 .first_row {
  margin-bottom: 40px;
}
body main section.section-1 .first_row > div:last-child .card {
  margin-bottom: -40px;
}
body main section.section-1 .second_row {
  margin-top: -8px;
}
body main section.section-1 .second_row > div:last-child .card {
  margin-top: 40px;
}
body main section.section-1 .obj {
  position: absolute;
  height: auto;
  width: 100%;
  max-width: max-content;
  z-index: -1;
}
body main section.section-1 img.obj-right {
  top: 0;
  right: 0;
}
body main section.section-1 img.obj-left {
  bottom: 0;
  left: 0;
}
body main section.section-2 {
  padding: 60px 0;
}
body main section.section-2 .content-wrapper {
  background: rgb(0, 162, 226);
  background: -moz-linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  background: -webkit-linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  background: linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  border-radius: 16px;
  padding: 1px;
  overflow: hidden;
}
body main section.section-2 .content-wrapper .content {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 15px;
}
body main section.section-2 .video_wrapper .video_iframe_wrapper {
  background-color: #000000;
  width: 100%;
  display: flex;
}
body main section.section-2 .video_wrapper .video_iframe_wrapper iframe {
  width: 100%;
}
body main section.section-3 {
  padding: 80px 0 40px;
}
body main section.section-3 .card {
  background: rgba(237, 241, 247, 0.8);
  border-radius: 8px;
  padding: 0;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: solid 1px #EDF1F7;
}
body main section.section-3 .card .card-header {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding: 24px 24px 10px;
}
body main section.section-3 .card .card-header img.card-img {
  height: auto;
  width: 32px;
}
body main section.section-3 .card .card-body {
  padding: 0 24px 24px;
}
body main section.section-4 {
  padding: 60px 0;
}
body main section.section-4 .banner {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 40px 80px;
  display: flex;
  align-items: center;
}
body main section.section-4 .banner img.brand {
  height: auto;
  width: 150px;
}
body main section.section-4 .banner .main-title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
body main section.section-4 .banner .main-title:after {
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 6px;
  width: 100%;
  display: block;
}
body main section.section-4 .banner > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  user-select: none;
}
body main section.section-4 .nav-tabs {
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 16px;
  max-width: max-content;
  margin: 0 auto;
}
body main section.section-4 .nav-tabs .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: 500;
  border-radius: 100px;
  padding: 7px 24px;
  border: solid 1px transparent;
  transition: all 0.3s linear;
}
body main section.section-4 .nav-tabs .nav-item .nav-link.active {
  color: rgba(0, 0, 0, 0.8);
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
body main section.section-4 .nav-tabs .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
body main section.section-4 .content-wrapper {
  position: relative;
}
body main section.section-4 .content-wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  margin: 0 -12px;
}
body main section.section-4 .content-wrapper .gallery img {
  width: 100%;
  max-width: 20%;
  padding: 0 12px;
}
body main section.section-4 .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}
body main section.section-4 .content-wrapper .title-wrapper:after {
  content: "";
  background: rgb(13, 18, 61);
  background: -moz-linear-gradient(90deg, rgb(13, 18, 61) 0%, rgba(13, 18, 61, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(13, 18, 61) 0%, rgba(13, 18, 61, 0) 100%);
  background: linear-gradient(90deg, rgb(13, 18, 61) 0%, rgba(13, 18, 61, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d123d",endColorstr="#0d123d",GradientType=1);
  height: 6px;
  width: 100%;
  display: block;
}
body main section.section-4 .content-wrapper.no-border:after {
  display: none;
}
body main section.section-4 .content-wrapper:after {
  content: "";
  background: rgb(40, 169, 224);
  background: -moz-linear-gradient(90deg, rgb(40, 169, 224) 0%, rgba(40, 169, 224, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(40, 169, 224) 0%, rgba(40, 169, 224, 0) 100%);
  background: linear-gradient(90deg, rgb(40, 169, 224) 0%, rgba(40, 169, 224, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28a9e0",endColorstr="#28a9e0",GradientType=1);
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
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%);
}
body main section.slider {
  padding: 60px 0;
}
body main section.slider .form_wrapper {
  background-color: #ffffff;
  padding: 64px;
  box-shadow: 0 2px 30px -6px rgba(0, 0, 0, 0.4);
  border: solid 8px #ffffff;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body main section.slider .form_wrapper form label {
  color: #ffffff;
  margin: 0 0 4px;
}
body main section.slider .form_wrapper form input:not([type=radio], [type=checkbox]) {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  padding: 10px 18px;
  font-size: 20px;
  color: #000000;
  box-shadow: none;
}
body main section.slider .form_wrapper form input:not([type=radio], [type=checkbox])::-webkit-outer-spin-button, body main section.slider .form_wrapper form input:not([type=radio], [type=checkbox])::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body main section.slider .form_wrapper form input:not([type=radio], [type=checkbox])::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
body main section.slider .form_wrapper form input[type=number] {
  -moz-appearance: textfield;
}
body main section.slider .form_wrapper form input.invalid:not([type=radio], [type=checkbox]) {
  border: solid 1px #EE4C4C;
}
body main section.slider .form_wrapper form fieldset .form-check {
  padding: 0;
  display: flex;
  align-items: start;
}
body main section.slider .form_wrapper form fieldset .form-check label {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
}
body main section.slider .form_wrapper form fieldset .form-check input[type=radio] {
  background-color: #ffffff;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: solid 2px rgba(0, 0, 0, 0.05);
  margin: 0 8px 0 0;
  box-shadow: none;
  cursor: pointer;
}
body main section.slider .form_wrapper form fieldset .form-check input[type=radio]:checked {
  background: #ffffff url("../../img/webp/circle.webp") no-repeat center/calc(100% - 8px);
  border: solid 2px #28A9E0;
}
body main section.slider .form_wrapper form fieldset .form-check input[type=checkbox] {
  background-color: #ffffff;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: solid 2px rgba(0, 0, 0, 0.05);
  margin: 0 8px 0 0;
  box-shadow: none;
  cursor: pointer;
}
body main section.slider .form_wrapper form fieldset .form-check input[type=checkbox]:checked {
  background: #ffffff url("../../img/webp/check.webp") no-repeat center/calc(100% - 5px);
  border: solid 2px #28A9E0;
}
body main section.slider .form_wrapper form fieldset .form-check input.invalid[type=checkbox] {
  border: solid 2px #EE4C4C;
}
body main section.slider .form_wrapper form fieldset .d-flex {
  column-gap: 20px;
  flex-wrap: wrap;
}
body main section.slider .form_wrapper > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.slider .img_wrapper .obj_1 {
  --imageWidth: 4256px;
  background: url("../../img/webp/img-horizontal-s2-1.webp") repeat-x left center/auto 100%;
  height: 148px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll 60s linear infinite;
}
body main section.slider .img_wrapper .obj_2 {
  --imageWidth: 4256px;
  background: url("../../img/webp/img-horizontal-s2-2.webp") repeat-x left center/auto 100%;
  height: 148px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll_inverse 60s linear infinite;
}
body main section.slider .img_wrapper .obj_3 {
  --imageWidth: 4256px;
  background: url("../../img/webp/img-horizontal-s2-3.webp") repeat-x left center/auto 100%;
  height: 148px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll 60s linear infinite;
}
body main section.slider .img_wrapper .obj_4 {
  --imageWidth: 4256px;
  background: url("../../img/webp/img-horizontal-s2-4.webp") repeat-x left center/auto 100%;
  height: 148px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll_inverse 60s linear infinite;
}
@keyframes horizontal_infinite_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--imageWidth)));
  }
}
@keyframes horizontal_infinite_scroll_inverse {
  0% {
    transform: translateX(calc(-1 * var(--imageWidth)));
  }
  100% {
    transform: translateX(calc(0 * var(--imageWidth)));
  }
}

@media (max-width: 1780px) {
  body main section.section-1 img.obj-right {
    max-width: 640px;
  }
  body main section.section-1 img.obj-left {
    max-width: 640px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 455px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 520px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 800px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 454px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 514px), -50%);
  }
}
@media (max-width: 1580px) {
  body main section.hero {
    padding: 138px 0 80px;
  }
  body main section.video {
    padding: 220px 0 60px;
  }
  body main section.video .img_wrapper .obj_1 {
    --imageWidth: 5600px;
    height: 200px;
  }
  body main section.video .img_wrapper .obj_2 {
    --imageWidth: 5600px;
    height: 200px;
  }
  body main section.video .img_wrapper .obj_3 {
    --imageWidth: 5600px;
    height: 200px;
  }
  body main section.section-1 .card .card-body {
    padding: 0 20px 20px;
  }
  body main section.section-1 .card .card-body img.card-img {
    height: 44px;
  }
  body main section.section-1 img.obj-right {
    max-width: 600px;
  }
  body main section.section-1 img.obj-left {
    max-width: 600px;
  }
}
@media (max-width: 1380px) {
  body main section.hero {
    min-height: calc(100vh - 125px);
  }
  body main section.hero .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]),
  body main section.hero .form_wrapper form .field_wrapper textarea {
    font-size: 16px;
  }
  body main section.hero .form_wrapper form .form-check input {
    height: 20px;
    width: 20px;
  }
  body main section.featured-in img {
    max-width: 150px;
  }
  body main section.video {
    padding: 180px 0 60px;
  }
  body main section.video .img_wrapper .obj_1 {
    --imageWidth: 4200px;
    height: 150px;
  }
  body main section.video .img_wrapper .obj_2 {
    --imageWidth: 4200px;
    height: 150px;
  }
  body main section.video .img_wrapper .obj_3 {
    --imageWidth: 4200px;
    height: 150px;
  }
  body main section.cards .card .card-body img.card-img {
    width: 54px;
  }
  body main section.cards .card-s2 {
    padding: 0;
  }
  body main section.cards .card-s2 .card-body {
    padding: 20px;
  }
  body main section.cards .card-s2 .card-body img.card-img {
    width: 74px;
  }
  body main section.cards .card-s3 {
    padding: 0;
  }
  body main section.cards .card-s3 .card-body {
    padding: 10px 10px 10px 0;
  }
  body main section.cards .card-s3 .card-body .f-20 {
    font-size: 16px;
  }
  body main section.cards .card-s3 .card-body ul li {
    font-size: 14px;
  }
  body main section.cards .card-s3 .card-body p {
    font-size: 14px;
  }
  body main section.cards div[class*=col-]:nth-child(6) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(7) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(8) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(9) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(10) .card-s3 .card-body {
    padding: 10px 0 10px 10px;
  }
  body main section.cards .flip-container {
    width: 300px;
  }
  body main section.cards .flip-container .flipper:nth-child(2) {
    margin: -16px 9.72% 0;
  }
  body main section.cards .flip-container .flipper:nth-child(3) {
    margin: -16px 17.36% 0;
  }
  body main section.cards .flip-container .flipper:nth-child(4) {
    margin: -16px 23.61% 0;
  }
  body main section.section-1 img.obj-right {
    max-width: 500px;
  }
  body main section.section-1 img.obj-left {
    max-width: 500px;
  }
  body main section.section-4 .banner {
    padding: 30px 60px;
  }
  body main section.section-4 .banner img.brand {
    width: 120px;
  }
  body main section.section-4 .banner .main-title {
    gap: 20px;
  }
  body main section.section-4 .nav-tabs {
    padding: 12px;
  }
  body main section.section-4 .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding: 5px 20px;
  }
  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.video {
    padding: 160px 0 60px;
  }
  body main section.video .img_wrapper .obj_1 {
    --imageWidth: 3920px;
    height: 140px;
  }
  body main section.video .img_wrapper .obj_2 {
    --imageWidth: 3920px;
    height: 140px;
  }
  body main section.video .img_wrapper .obj_3 {
    --imageWidth: 3920px;
    height: 140px;
  }
  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 {
    min-height: unset;
    padding: 116px 0 0;
  }
  body main section.hero > .container-fluid > .row > div:has([class*=col]) {
    position: relative;
  }
  body main section.hero > .container-fluid > .row > div:has([class*=col]):first-child img.bg {
    height: calc(100% + 116px);
    top: unset;
  }
  body main section.hero .form_wrapper {
    padding: 32px 20px;
  }
  body main section.hero img.bg {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    pointer-events: none;
    user-select: none;
  }
  body main section.hero .btn_wrapper {
    max-width: 100%;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
  }
  @keyframes lion_floating {
    0% {
      transform: translate(0, 15px);
    }
    30% {
      transform: translate(10px, -15px);
    }
    100% {
      transform: translate(0, 15px);
    }
  }
  body main section.featured-in img {
    max-width: 100px;
  }
  body main section.cards {
    padding: 60px 0;
  }
  body main section.cards .flip-container {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin: 0 auto;
  }
  body main section.section-1 .card .card-body {
    padding: 0 20px 20px;
  }
  body main section.section-1 .card .card-body img.card-img {
    height: 44px;
  }
  body main section.section-1 img.obj-right {
    max-width: 40%;
  }
  body main section.section-1 img.obj-left {
    max-width: 40%;
  }
  body main section.section-2 {
    padding: 40px 0;
  }
  body main section.section-3 {
    padding: 60px 0 40px;
  }
  body main section.section-3 .card .card-header {
    padding: 16px 16px 10px;
  }
  body main section.section-3 .card .card-header img.card-img {
    width: 24px;
  }
  body main section.section-3 .card .card-body {
    padding: 0 16px 16px;
  }
  body main section.section-4 {
    padding: 40px 0;
  }
  body main section.section-4 .banner {
    padding: 30px 40px;
    border-radius: 16px;
  }
  body main section.section-4 .banner img.brand {
    width: 80px;
  }
  body main section.section-4 .banner .main-title {
    gap: 16px;
  }
  body main section.section-4 .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  body main section.section-4 .content-wrapper .gallery img {
    max-width: 25%;
  }
  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.video {
    padding: 140px 0 40px;
  }
  body main section.video .img_wrapper .obj_1 {
    --imageWidth: 2800px;
    height: 100px;
  }
  body main section.video .img_wrapper .obj_2 {
    --imageWidth: 2800px;
    height: 100px;
  }
  body main section.video .img_wrapper .obj_3 {
    --imageWidth: 2800px;
    height: 100px;
  }
  body main section.cards .card-s2 .card-body {
    padding: 16px;
  }
  body main section.cards .card-s3 {
    padding: 0;
  }
  body main section.cards .card-s3 .card-body {
    padding: 10px 10px 10px 0;
  }
  body main section.cards .card-s3 .card-body .f-20 {
    font-size: 16px;
  }
  body main section.cards .card-s3 .card-body ul li {
    font-size: 14px;
  }
  body main section.cards .card-s3 .card-body p {
    font-size: 14px;
  }
  body main section.cards div[class*=col-]:nth-child(6) .card-s3, body main section.cards div[class*=col-]:nth-child(7) .card-s3, body main section.cards div[class*=col-]:nth-child(8) .card-s3, body main section.cards div[class*=col-]:nth-child(9) .card-s3, body main section.cards div[class*=col-]:nth-child(10) .card-s3 {
    border-left: none;
    border-right: 4px solid #28A9E0;
  }
  body main section.cards div[class*=col-]:nth-child(6) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(7) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(8) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(9) .card-s3 .card-body, body main section.cards div[class*=col-]:nth-child(10) .card-s3 .card-body {
    background: -moz-linear-gradient(270deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
    background: linear-gradient(270deg, rgba(40, 169, 224, 0.2) 0%, rgba(3, 6, 63, 0) 100%);
    padding: 10px 10px 10px 0;
  }
  body main section.slider .img_wrapper {
    top: 40px;
  }
  body main section.slider .img_wrapper .obj_1 {
    --imageWidth: 2876px;
    height: 100px;
  }
  body main section.slider .img_wrapper .obj_2 {
    --imageWidth: 2876px;
    height: 100px;
  }
  body main section.slider .img_wrapper .obj_3 {
    --imageWidth: 2876px;
    height: 100px;
  }
  body main section.slider .img_wrapper .obj_4 {
    --imageWidth: 2876px;
    height: 100px;
  }
  body main section.section-2 {
    padding: 40px 0;
  }
  body main section.section-4 .nav-tabs {
    border: none;
    padding: 0;
    max-width: 320px;
  }
  body main section.section-4 .nav-tabs .nav-item {
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: center;
  }
  body main section.section-4 .nav-tabs .nav-item .nav-link {
    padding: 5px 10px;
  }
  body main section.section-4 .content-wrapper .gallery img {
    max-width: 33.333%;
  }
  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.video {
    padding: 100px 0 40px;
  }
  body main section.video .img_wrapper {
    top: 40px;
  }
  body main section.video .img_wrapper .obj_1 {
    --imageWidth: 1848px;
    height: 66px;
  }
  body main section.video .img_wrapper .obj_2 {
    --imageWidth: 1848px;
    height: 66px;
  }
  body main section.video .img_wrapper .obj_3 {
    --imageWidth: 1848px;
    height: 66px;
  }
  body main section.cards {
    padding: 40px 0;
  }
  body main section.section-1 {
    padding: 60px 0;
  }
  body main section.section-1 .card .card-body {
    padding: 0 20px 20px;
  }
  body main section.section-1 .card .card-body img.card-img {
    height: 44px;
  }
  body main section.section-1 .first_row {
    margin-bottom: 0;
  }
  body main section.section-1 .first_row > div {
    margin-bottom: 40px;
  }
  body main section.section-1 .first_row > div:last-child .card {
    margin-bottom: 0;
  }
  body main section.section-1 .second_row {
    margin-top: 0;
  }
  body main section.section-1 .second_row > div {
    margin-bottom: 40px;
  }
  body main section.section-1 .second_row > div:last-child {
    margin-bottom: 0;
  }
  body main section.section-1 .second_row > div:last-child .card {
    margin-top: 0;
  }
  body main section.section-1 img.obj-right {
    max-width: 40%;
  }
  body main section.section-1 img.obj-left {
    max-width: 40%;
  }
  body main section.section-2 {
    padding: 40px 0;
  }
  body main section.section-4 .banner {
    padding: 20px;
  }
  body main section.section-4 .banner img.brand {
    width: 60px;
  }
  body main section.section-4 .banner .main-title {
    gap: 10px;
  }
  body main section.section-4 .content-wrapper .gallery img {
    max-width: 50%;
  }
  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=home.css.map */
