@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir/Avenir-Roman.eot");
  src: url("fonts/avenir/Avenir-Roman.woff") format("woff"), url("fonts/avenir/Avenir-Roman.ttf") format("truetype"), url("fonts/avenir/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.v-spacer-60 {
  height: 60px;
  width: 100%;
}

.lottie-player {
  width: 100%;
}

.v-spacer-40 {
  height: 40px;
  width: 100%;
}

.v-spacer-30 {
  height: 30px;
  width: 100%;
}

.v-spacer-20 {
  height: 20px;
  width: 100%;
}

.v-spacer-10 {
  height: 10px;
  width: 100%;
}

.v-spacer-5 {
  height: 5px;
  width: 100%;
}

.h-spacer-60 {
  height: 100%;
  width: 60px;
}

.h-spacer-30 {
  height: 100%;
  width: 30px;
}

.h-spacer-20 {
  height: 100%;
  width: 20px;
}

.h-spacer-10 {
  height: 100%;
  width: 10px;
}

.h-spacer-5 {
  height: 100%;
  width: 5px;
}

.logoblue {
  color: #222222;
}

.vcenter {
  margin: auto;
}

.bounce-to-right {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hero-cta-button-filled {
  border: 1px solid #fc5e02;
}

.hero-cta-button-filled:hover {
  background-color: #ffffff;
  color: #fc5e02;
  cursor: pointer;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.hero-tile-action {
 position:relative;
 width:fit-content;
 font-family:Manrope;
 font-style:normal;
 text-align:center;
 font-weight:500;
 font-size:14px;
 line-height:18px;
 align-items:center;
 letter-spacing:.005em;
 color:#291e30;
 margin:auto;
 cursor:pointer;
 padding-bottom:.4rem;
 margin:0
}
.hero-tile-action:after {
 content:"";
 position:absolute;
 width:0;
 height:2px;
 bottom:0;
 left:0;
 background-color:#143f93;
 visibility:hidden;
 transition:all .3s ease-in-out
}
.hero-tile-action:before {
 content:"";
 position:absolute;
 display:block;
 width:100%;
 height:2px;
 background-color:#ededf1;
 bottom:0;
 left:0
}
.hero-tile-action.light-blue:before {
 background-color:#b6cfff
}
.hero-tile-action:hover:after {
 visibility:visible;
 width:100%
}
.pl-30 {
  padding-left: 30px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 !important;
}

.click-data-url, .click-data-url-nt {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px;
  font-size: revert;
}

.slick-slide {
  height: min-content !important;
}

a {
  text-decoration: none;
  color: unset;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
/*# sourceMappingURL=helper.css.map */