.template-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.template-content > :first-of-type {
  padding-top: 139px;
}
@media (min-width: 767px) {
  .template-content > :first-of-type {
    padding-top: calc(6.94444vw + 140px);
  }
}
.template-content .section-container {
  width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1985px) {
  .template-content .section-container {
    width: 100%;
    margin: 0;
    padding: 0 4.51389vw;
  }
}
.template-content .section-container::after {
  content: "";
  clear: both;
  display: table;
}
.template-content.fade-in {
  opacity: 1;
}

.section-hero__mobile-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.section-hero__mobile-video iframe,
.section-hero__mobile-video object,
.section-hero__mobile-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-hero__mobile-video, .section-hero__button, .section-hero__text p:first-of-type {
  margin-bottom: 20px;
}

.section-hero__button {
  border-radius: 4rem;
  font-family: "Chainalysis", system-ui, sans-serif;
  display: inline-block;
  background-color: #ff5300;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
  padding: 1rem 2rem;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-hero__button:hover {
  color: #293972;
}
.section-hero__button:hover::before {
  left: 0;
}
.section-hero__button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.section-hero {
  padding: 140px 0 100px 0;
  background-color: #293972;
  overflow-x: hidden;
}
@media (max-width: 1129px) {
  .section-hero {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding: 50px 0 10px 0;
  }
}
.section-hero__text {
  width: 48%;
  float: left;
  color: #fff;
}
@media (max-width: 767px) {
  .section-hero__text {
    width: 100%;
    padding-bottom: 0;
    float: none;
  }
}
.section-hero__text h1,
.section-hero__text h2,
.section-hero__text h3,
.section-hero__text h4,
.section-hero__text h5,
.section-hero__text h6 {
  margin-bottom: 30px;
  padding-right: 7%;
}
@media (max-width: 767px) {
  .section-hero__text h1,
  .section-hero__text h2,
  .section-hero__text h3,
  .section-hero__text h4,
  .section-hero__text h5,
  .section-hero__text h6 {
    padding-right: 0;
  }
}
.section-hero__text p:first-of-type {
  padding-right: 10%;
}
@media (min-width: 767px) {
  .section-hero__text > :last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-hero__button {
    display: none;
  }
}
.section-hero__thumbnail {
  width: 40%;
  float: left;
  position: relative;
  margin-left: 2%;
}
@media (max-width: 1919px) {
  .section-hero__thumbnail {
    width: 45%;
  }
}
@media (max-width: 1129px) {
  .section-hero__thumbnail {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .section-hero__thumbnail {
    width: 100%;
    margin-left: 0;
    display: none;
  }
}
.section-hero__thumbnail .thumbnail-wrapper {
  position: relative;
}
.section-hero__thumbnail .thumbnail-wrapper::before {
  content: "";
  width: 185px;
  height: 125px;
  background-image: url(../../static/images/decoration-blue-1.png);
  position: absolute;
  top: -75px;
  left: 120px;
}
@media (max-width: 1129px) {
  .section-hero__thumbnail .thumbnail-wrapper::before {
    display: none;
  }
}
.section-hero__thumbnail .thumbnail-wrapper::after {
  content: "";
  width: 137px;
  height: 101px;
  background-image: url(../../static/images/decoration-blue-2.png);
  position: absolute;
  bottom: -55px;
  right: -65px;
}
@media (max-width: 1129px) {
  .section-hero__thumbnail .thumbnail-wrapper::after {
    display: none;
  }
}
.section-hero__thumbnail .thumbnail-wrapper .thumbnail-inner {
  position: relative;
}
.section-hero__thumbnail .thumbnail-wrapper .thumbnail-inner img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-hero__play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ff5300;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.1s ease-in-out;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-hero__play-button {
    transform: scale(0.7);
    top: 27%;
  }
}
.section-hero__play-button:hover {
  transform: scale(1.3);
}
@media (max-width: 767px) {
  .section-hero__play-button:hover {
    transform: scale(1);
  }
}
.section-hero__arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-hero__mobile-video {
  display: block;
}
@media (min-width: 767px) {
  .section-hero__mobile-video {
    display: none;
  }
}

.section-gray {
  background-color: #f7f7f7;
  padding: 6% 0;
}
@media (max-width: 767px) {
  .section-gray {
    padding: 10% 0;
  }
}
.section-gray .section-container {
  display: grid;
}
.section-gray__gallery {
  display: flex;
  flex-wrap: wrap;
  --columngap: 24px;
  gap: 30px var(--columngap);
  place-content: center;
  place-items: center;
  place-self: center;
  max-width: 720px;
}
@media (min-width: 767px) {
  .section-gray__gallery {
    --columngap: 40px;
  }
}
.section-gray__gallery .logo-container {
  flex-basis: calc(25% - 0.75 * var(--columngap));
  display: flex;
  justify-content: center;
}
@media (min-width: 767px) {
  .section-gray__gallery .logo-container {
    flex-basis: calc(20% - 0.8 * var(--columngap));
  }
}

.section-white {
  background-color: #fff;
  padding: 6% 0;
}
@media (max-width: 767px) {
  .section-white {
    padding: 10% 0;
  }
}

.cta-section {
  background-color: #ff5300;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}
@media (min-width: 1129px) {
  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cta-section::before {
  content: "";
  width: 225px;
  height: 166px;
  background-image: url(../../static/images/decoration-half-circle.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .cta-section::before {
    display: none;
  }
}
.cta-section::after {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #ff8146;
  position: absolute;
  top: 30px;
  right: 60px;
}
@media (max-width: 768px) {
  .cta-section::after {
    display: none;
  }
}
.cta-section .content-container {
  position: relative;
  color: #fff;
  text-align: center;
}
.cta-section .button--bookdemo {
  background-color: #293972;
  border-radius: 4rem;
  color: #fff;
  border: none;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
}
.cta-section .button--bookdemo:hover {
  color: #293972;
}
.cta-section .button--bookdemo:hover::before {
  left: 0;
}
.cta-section .button--bookdemo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #293972;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.customers-testimonials h2 {
  margin-bottom: 20px;
}

.customers-select__select {
  background-color: #fff;
  border: 1px solid rgba(118, 138, 172, 0.5);
  height: 50px;
  padding-left: 20px;
}

.select2 {
  outline: none;
  border: none;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0px !important;
  border: 1px solid rgba(118, 138, 172, 0.5) !important;
  height: 50px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 10px;
  padding-left: 20px !important;
  font-size: 14px;
  color: #293972 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #293972 transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 0.6rem;
  margin-right: 0.5rem;
  margin-left: 27px;
}

.select2-search__field {
  display: none;
}

.select2-dropdown {
  border-radius: 0px !important;
  border: 1px solid rgba(118, 138, 172, 0.5);
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-results__option {
  padding: 15px 20px !important;
  font-size: 14px;
  color: #293972;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f7f7f7 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #293972 !important;
  background-color: #f7f7f7 !important;
}

.customers-story {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  grid-gap: 0 3.5%;
}
@media (max-width: 768px) {
  .customers-story {
    display: block;
  }
}
@media (max-width: 1200px) {
  .customers-story {
    grid-template-columns: 1fr 1fr;
  }
}
.customers-story__single {
  margin-bottom: 48px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .customers-story__single {
    width: 100%;
  }
}
.customers-story__single > a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.customers-story__single > a .title {
  font-weight: 700;
  transition: color 0.2s ease-in-out;
}
.customers-story__single > a .logo {
  display: block;
  margin-bottom: 25px;
}
.customers-story__single > a .logo img {
  height: 24px;
  width: auto;
}
.customers-story__single > a .content {
  padding: 8%;
  overflow: hidden;
}
.customers-story__single > a .thumbnail {
  height: 250px;
  overflow: hidden;
}
.customers-story__single > a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.2s ease-in-out;
}
.customers-story__single:hover .thumbnail img {
  transform: scale(1.1);
}
.customers-story__single:hover .title {
  color: #ff5300;
}

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