body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
}
body.locked {
  overflow: hidden;
}
main {
  margin-top: 108px;
}
sup {
  font-size: 40%;
  font-weight: normal;
  margin-left: 3px;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1266px;
  margin: 0 auto;
  padding: 0 30px;
  clear: both;
  position: relative;
}
.btn, .gform_button {
  opacity: 1;
  height: 24px;
  display: inline-flex;
  padding: 10px 15px;
  min-width: 98px;
  background: #31A3D6;
  border: 1px solid #FF9600;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: 1s all;
}
.btn svg, .gform_button svg {
  fill: #033063;
  margin-left: 10px;
  transition: 1s all;
}
.btn:hover, .gform_button:hover {
  background: #033063;
  color: #fff;
  border: 1px solid #033063;
}
.btn:hover svg, .gform_button:hover svg {
  fill: #fff;
}
.btn.hollow, .gform_button.hollow {
  background: #033063;
  color: #FF9600;
  min-width: 146px;
  padding: 10px 15px;
}
.btn.hollow:hover, .gform_button.hollow:hover {
  color: #033063;
  background: #FF9600;
}
.btn.white-hollow, .gform_button.white-hollow {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-width: 180px;
}
.btn.white-hollow:hover, .gform_button.white-hollow:hover {
  background: #fff;
  color: #033063;
}
.btn.orange-hollow, .gform_button.orange-hollow {
  background: transparent;
  color: #FF9600;
  border: 1px solid #FF9600;
  min-width: 80px;
}
.btn.orange-hollow:hover, .gform_button.orange-hollow:hover {
  background: #fff;
  color: #033063;
  border: 1px solid #033063;
}
.headline {
  font-size: 38px;
  text-align: center;
  margin: 0 0 35px;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (max-width: 750px) {
  .headline > div {
    display: inline;
  }
}
@media only screen and (max-width: 550px) {
  .headline {
    font-size: 28px;
  }
}
.post a {
  color: #4489cd;
  text-decoration: none;
  font-weight: bold;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}
header .top {
  background: #033063;
  position: relative;
  z-index: 1;
}
header .top:after {
  content: "";
  background: #0582F2;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 1;
}
header .top .top-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 2400px;
  position: relative;
  z-index: 3;
  height: 40px;
  background: #033063;
}
@media screen and (max-width: 991px) {
  header .top .top-inner {
    justify-content: space-between;
  }
  header .top .top-inner .container {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  header .top .top-inner {
    flex-direction: column;
    height: auto;
  }
}
header .top .top-inner .promo-bar {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 700px) {
  header .top .top-inner .promo-bar {
    text-align: center;
  }
}
header .top .top-inner .promo-bar a {
  color: #fff;
}
header .top .top-inner .promo-bar p {
  margin: 0;
}
header .top .top-inner .phone-wrap {
  background: #0582F2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  header .top .top-inner .phone-wrap {
    position: relative;
    margin-left: 30px;
  }
}
@media screen and (max-width: 700px) {
  header .top .top-inner .phone-wrap {
    margin-left: auto;
  }
}
header .top .top-inner .phone-wrap:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 43px 40px 0;
  border-color: transparent #0582F2 transparent transparent;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  top: 0;
  left: -41px;
  bottom: 0;
}
header .top .top-inner .phone-wrap a {
  color: #fff;
  text-decoration: none;
}
header .top .top-inner .phone-wrap a:hover {
  text-decoration: underline;
}
header .bottom {
  padding: 10px 0;
  background: #fff;
}
header .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 15px;
}
header .bottom .logo-outer {
  position: relative;
  z-index: 40;
}
header .bottom .logo-outer .logo-inner {
  max-width: 125px;
}
header .bottom .logo-outer .logo-inner a {
  display: flex;
  align-items: center;
}
header .bottom .mag-wrap {
  height: 24px;
  width: 24px;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .bottom .mag-wrap {
    height: 35px;
    width: 35px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  header .bottom .mag-wrap {
    margin-right: 0;
    margin-left: 20px;
  }
}
header .bottom .mag-wrap svg {
  fill: #033063;
  stroke-width: 1px;
  stroke: #033063;
}
header .bottom .nav-items {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  height: 48px;
}
@media only screen and (max-width: 550px) {
  header .bottom .nav-items .cta {
    display: none;
  }
}
header .bottom nav.nav {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  header .bottom nav.nav {
    transform: rotate3d(1, 1, 1, 120deg);
    width: 0;
  }
}
header .bottom nav.nav ul#menu-primary {
  display: flex;
  list-style: none;
  margin: 0 40px;
  padding: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 1100px) {
  header .bottom nav.nav ul#menu-primary {
    margin: 0 20px;
  }
}
header .bottom nav.nav ul#menu-primary li {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul#menu-primary li.devices {
    display: none;
  }
}
header .bottom nav.nav ul#menu-primary li.open {
  flex-direction: column;
  align-items: flex-start;
}
header .bottom nav.nav ul#menu-primary li a {
  font-size: 19px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: 0.5s color;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul#menu-primary li a:hover {
    color: #697080;
  }
}
header .bottom nav.nav ul#menu-primary li.menu-item.current-menu-item a {
  color: #24A3D8;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 100;
    padding: 36px 0 0;
    display: block;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #697080 transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    bottom: -49px;
    content: "";
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu:after {
    right: 0;
    left: 50px;
    bottom: -49px;
    height: 50px;
    background: #697080;
    content: "";
    position: absolute;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li {
    background: #697080;
    padding: 10px 24px;
    width: 264px;
    display: block;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li:last-of-type {
    padding: 10px 24px 30px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li:first-of-type {
    padding: 40px 24px 10px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li a {
    color: #fff;
    font-weight: 500;
    transition: 0.5s color;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li a:hover {
    color: #FF9600;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu ul.dropdown-menu {
    display: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu {
    display: block;
    position: relative;
    padding-top: 0;
    margin: 0;
    top: 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu:before {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu:after {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li {
    background: transparent;
    display: block;
    padding: 1px 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li:first-of-type {
    padding: 15px 0 1px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li:last-of-type {
    padding: 1px 0 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 2px 10px 2px 35px;
    margin-left: -24px;
    position: relative;
    transition: 0.5s color;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li a:hover {
    color: #FF9600;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li a:hover {
    /*
                          &:before {
                            content: '';
                            position: absolute;
                            left: 4px;
                            height: 20px;
                            top: 3px;
                            bottom: 2px;
                            background: url(/wp-content/uploads/2023/08/logo-element.svg);
                            background-size: cover;
                            width: 20px;
                          }
                          */
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li ul {
    display: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu {
    display: block;
    position: relative;
    padding-top: 0;
    margin: 0;
    top: 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu:before {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu:after {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li {
    background: transparent;
    display: block;
    padding: 1px 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li:first-of-type {
    padding: 15px 0 1px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li:last-of-type {
    padding: 1px 0 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 2px 10px 2px 35px;
    margin-left: -24px;
    position: relative;
    transition: 0.5s color;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li a:hover {
    color: #FF9600;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li a.level-3 {
    margin-left: -5px !important;
    font-size: 14px !important;
    max-width: 175px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li ul {
    display: none;
  }
}
header .bottom nav.nav span.caret {
  display: inline-flex;
  height: 10px;
  width: 10px;
  padding: 5px 5px 5px 10px;
  margin-bottom: -2px;
}
header .bottom nav.nav span.caret.back {
  display: block !important;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  margin: 0 0 20px;
}
header .bottom nav.nav span.caret svg {
  fill: #033063;
  width: 100%;
  height: 100%;
}
header .bottom nav.nav ul.dropdown-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul.dropdown-menu span.caret svg {
    fill: #fff;
  }
}
header .bottom .hamburger-wrap {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .bottom .hamburger-wrap {
    display: block;
    margin-left: 15px;
    height: 40px;
    position: relative;
    z-index: 40;
  }
}
@media screen and (max-width: 450px) {
  header .bottom .hamburger-wrap {
    margin-left: 0;
  }
}
header nav.nav.is-active {
  display: block;
  position: fixed;
  z-index: 30;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 175px 30px 75px;
  transform: rotate3d(1, 1, 1, 0);
  width: auto;
  overflow: scroll;
}
header nav.nav.is-active span.caret {
  display: inline-flex;
  height: 20px;
  width: 20px;
  padding: 5px;
  margin-bottom: -2px;
  transform: rotate(270deg);
  margin-left: 100px;
}
header nav.nav.is-active ul#menu-primary {
  display: block;
  text-align: center;
  list-style: none;
  margin: 0;
}
header nav.nav.is-active ul#menu-primary li {
  align-items: flex-start;
}
header nav.nav.is-active ul#menu-primary li a {
  font-size: 20px;
  color: #4489cd;
  margin-bottom: 30px;
  max-width: unset;
  text-align: left;
}
header nav.nav.is-active ul.dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
}
.hamburger {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #B3B3B3;
}
.hamburger-box {
  width: 60px;
  height: 40px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 60px;
  height: 7px;
  background-color: #4489cd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 16px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 32px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner::after {
  top: 20px;
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
footer {
  background: #323946;
  color: #B1B1B1;
  padding: 85px 0;
}
footer a {
  color: #B1B1B1;
  text-decoration: none;
}
@media only screen and (max-width: 614px) {
  footer {
    padding: 25px 0;
  }
}
footer ul {
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 490px) {
  footer ul {
    margin: 0;
  }
}
footer .logo-wrap {
  max-width: 175px;
}
footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  footer .top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 490px) {
  footer .top {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
footer .top .menu {
  min-width: 160px;
}
@media only screen and (max-width: 850px) {
  footer .top .menu {
    order: 3;
    width: 50%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 490px) {
  footer .top .menu {
    width: 100%;
    text-align: center;
  }
}
footer .top .menu ul#menu-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 700px) {
  footer .top .menu ul#menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
footer .top .menu ul#menu-footer li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 614px) {
  footer .top .menu ul#menu-footer li {
    width: 33%;
    text-align: center;
  }
}
footer .top .menu ul#menu-footer a {
  color: #fff;
}
footer .top .menu ul#menu-footer .current_page_item a {
  color: #4489cd;
}
footer .top .contact {
  min-width: 230px;
}
@media only screen and (max-width: 700px) {
  footer .top .contact {
    min-width: unset;
    margin-right: 0;
    max-width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  footer .top .contact {
    max-width: 100%;
  }
}
footer .top .contact .label {
  font-size: 16px;
  margin-bottom: 15px;
}
footer .top .contact .batch {
  margin-bottom: 15px;
  line-height: 1.6;
  max-width: 270px;
}
footer .top .form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 300px;
}
@media only screen and (max-width: 850px) {
  footer .top .form {
    order: 4;
    width: calc(50% - 30px);
  }
}
footer .top .form .logos {
  width: 100%;
  display: flex;
  max-width: 300px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
}
@media only screen and (max-width: 490px) {
  footer .top .form .logos {
    justify-content: center;
  }
}
footer .top .form .logos .logo {
  padding: 0 10px;
}
@media only screen and (max-width: 490px) {
  footer .top .form {
    width: 100%;
    justify-content: center;
  }
}
footer .top .form div#gform_1_validation_container {
  color: red;
}
footer .top .form div#gform_1_validation_container h2 {
  font-size: 16px;
}
footer .top .form div#gform_wrapper_1 {
  max-width: 265px;
  line-height: 1.5;
}
@media only screen and (max-width: 614px) {
  footer .top .form div#gform_wrapper_1 {
    max-width: 100%;
  }
}
footer .top .form div#gform_wrapper_1 div#gform_fields_1 {
  position: relative;
}
footer .top .form div#gform_wrapper_1 div#field_submit {
  position: absolute;
  right: 0;
  bottom: 5px;
  max-width: 20px;
}
footer .top .form div#gform_wrapper_1 div#field_submit input {
  max-width: 25px;
}
footer .top .form div#gform_wrapper_1 div#field_1_1 {
  margin-bottom: 25px;
}
footer .top .form div#gform_wrapper_1 div#field_1_3 label {
  display: none;
}
footer .top .form div#gform_wrapper_1 div#field_1_3 input#input_1_3 {
  color: #fff;
  height: 40px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #656565;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 16px;
}
footer .top .form div#gform_wrapper_1 div#field_1_3 ::placeholder {
  color: #fff;
}
footer .top .form div#gform_wrapper_1 div#field_1_3.gfield_error div#validation_message_1_3 {
  display: none;
}
footer .top .form div#gform_wrapper_1 div#field_1_3.gfield_error input#input_1_3 {
  color: #fff;
  height: 40px;
  background: #c221217a;
  border: none;
  border-bottom: 1px solid #656565;
  width: calc(100% - 10px);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 16px;
  padding: 0 10px;
}
footer .bottom {
  display: flex;
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #656565;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .bottom {
    display: block;
  }
}
@media only screen and (max-width: 490px) {
  footer .bottom {
    margin-top: 20px;
  }
}
footer .bottom > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  footer .bottom > div {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  footer .bottom > div .copy {
    width: 100%;
    margin-top: 20px;
  }
}
footer .bottom .logo-wrap {
  margin-right: 20px;
}
footer .bottom .socials {
  flex: unset;
}
@media only screen and (max-width: 768px) {
  footer .bottom .socials {
    margin: 30px auto 0;
  }
}
footer .bottom .socials a {
  margin: 0 10px;
}
footer .bottom .socials a:first-of-type {
  margin-top: -3px;
}
footer .bottom .socials svg {
  fill: #B9B9B9;
  transform: scale(0.75);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  background: transparent;
  border: 2px solid #777777;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.slick-arrow svg {
  fill: #fff;
  width: 20px;
  transition: all 1s;
}
.slick-arrow:hover {
  border: 1px solid #FF9600;
}
.slick-arrow:hover svg {
  fill: #fff;
}
ul.slick-dots {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}
ul.slick-dots li button {
  height: 20px;
  width: 20px;
  border: 1px solid #B3B3B3;
  background: transparent;
  margin: 0 10px;
  border-radius: 500px;
  font-size: 0;
}
ul.slick-dots li.slick-active button {
  border: 1px solid #702F8A;
}
section.hero-new {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
section.hero-new .container {
  height: 400px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  section.hero-new .container {
    height: unset;
    display: block;
    padding: 0 40px;
  }
}
section.hero-new .container .hero-content {
  color: #fff;
  position: relative;
  z-index: 40;
}
section.hero-new .container .hero-content h1 {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.15px;
  margin: 0 0 30px;
}
section.hero-new .container .hero-content h1 > div:first-of-type {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media screen and (max-width: 550px) {
  section.hero-new .container .hero-content h1 {
    font-size: 50px;
    letter-spacing: -0.88px;
    position: relative;
    z-index: 35;
  }
  section.hero-new .container .hero-content h1 > div:first-of-type {
    font-size: 30px;
    display: block;
  }
  section.hero-new .container .hero-content h1 > div {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  section.hero-new .container .hero-content .cta-wrap {
    display: none;
  }
}
section.hero-new .container .hero-content .cta-wrap .big-green {
  background: #78BE20;
  color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  border-radius: 27px;
  font-size: 25px;
  text-decoration: none;
  font-weight: 100;
  font-family: "bebas-neue";
  line-height: 1;
  letter-spacing: 0.8px;
  cursor: pointer;
  padding: 0 10px;
}
section.hero-new .container .hero-content .cta-wrap .big-green a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 550px) {
  section.hero-new .container .hero-content .mobile-hero {
    height: 350px;
    width: calc(100vw - 80px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    padding: 60px 40px;
    overflow: hidden;
    border-radius: 0 0 70px 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  section.hero-new .container .hero-content .mobile-hero:before {
    content: "";
    background: #0087CD;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0.6;
  }
  section.hero-new .container .hero-content .mobile-hero:after {
    content: "";
    opacity: 0.8;
    background-image: linear-gradient(270deg, white 0%, #00297e 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    mix-blend-mode: multiply;
  }
}
section.hero-new .container .hero-content .mobile-hero .cta-wrap {
  display: none;
}
@media screen and (max-width: 550px) {
  section.hero-new .container .hero-content .mobile-hero .cta-wrap {
    display: block;
    margin-top: 10px;
    position: relative;
    z-index: 35;
  }
}
section.hero-new .container .hero-content .wysiwyg {
  max-width: 530px;
}
@media screen and (max-width: 550px) {
  section.hero-new .container .hero-content .wysiwyg {
    max-width: unset;
    color: #333536;
    margin-top: 40px;
  }
}
section.hero-new .container .hero-content .wysiwyg p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.35px;
  line-height: 1.3;
}
section.hero-new .container .hero-content .wysiwyg ul {
  list-style-type: square;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.4;
  margin: 30px 0 40px;
  padding-left: 20px;
}
section.hero-new .container .hero-content .wysiwyg ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}
section.hero-new .img-wrap {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  section.hero-new .img-wrap {
    display: none;
  }
}
section.hero-new .img-wrap img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
section.hero-new .img-wrap .shader {
  opacity: 0.8;
  background-image: linear-gradient(270deg, white 0%, #00297e 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  mix-blend-mode: multiply;
}
section.side-by-sides {
  background: #e5f3fa;
  padding: 80px 0;
}
section.side-by-sides .container {
  max-width: 1264px;
}
section.side-by-sides .headline {
  font-size: 35px;
  line-height: 1;
  color: #4489cd;
  text-align: center;
  font-weight: 400;
  margin: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 650px) {
  section.side-by-sides .headline {
    margin-bottom: 40px;
  }
  section.side-by-sides .headline > div {
    display: inline;
  }
}
section.side-by-sides .closing-statement {
  margin: 40px auto 0;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
section.side-by-sides .closing-statement span {
  font-weight: bold;
}
section.side-by-sides .sbs-entry {
  display: flex;
  margin-top: 60px;
  gap: 84px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  section.side-by-sides .sbs-entry {
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  section.side-by-sides .sbs-entry {
    margin-top: 35px;
  }
}
section.side-by-sides .sbs-entry:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  section.side-by-sides .sbs-entry {
    gap: 50px;
  }
}
@media screen and (max-width: 750px) {
  section.side-by-sides .sbs-entry {
    flex-direction: column;
  }
}
section.side-by-sides .sbs-entry .media {
  width: 560px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  section.side-by-sides .sbs-entry .media {
    width: 420px;
    height: 375px;
  }
}
@media screen and (max-width: 800px) {
  section.side-by-sides .sbs-entry .media {
    width: 350px;
  }
}
@media screen and (max-width: 750px) {
  section.side-by-sides .sbs-entry .media {
    width: 420px;
  }
}
@media screen and (max-width: 500px) {
  section.side-by-sides .sbs-entry .media {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  section.side-by-sides .sbs-entry .media {
    height: 300px;
  }
}
section.side-by-sides .sbs-entry .media img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
section.side-by-sides .sbs-entry .content {
  flex: 1;
  padding: 0 50px;
}
@media screen and (max-width: 1200px) {
  section.side-by-sides .sbs-entry .content {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  section.side-by-sides .sbs-entry .content {
    padding: 0 35px;
  }
}
@media screen and (max-width: 400px) {
  section.side-by-sides .sbs-entry .content {
    padding: 0;
  }
}
section.side-by-sides .sbs-entry .content .icon {
  width: 90px;
  height: 90px;
  display: block;
}
section.side-by-sides .sbs-entry .content .icon img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
section.side-by-sides .sbs-entry .content .headline {
  font-size: 24px;
  font-weight: 600;
  color: #27251F;
  text-align: left;
  line-height: 1.3;
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  section.side-by-sides .sbs-entry .content .headline {
    margin-top: 0;
  }
}
section.side-by-sides .sbs-entry .content .wysiwyg {
  color: #333536;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  max-width: 415px;
}
@media screen and (max-width: 1024px) {
  section.side-by-sides .sbs-entry .content .wysiwyg {
    max-width: unset;
  }
}
section.side-by-sides .sbs-entry .content .wysiwyg ul {
  list-style-type: square;
  margin: 20px 0;
  padding-left: 20px;
}
section.side-by-sides .sbs-entry .content .wysiwyg ul li {
  margin-bottom: 15px;
  padding-left: 15px;
}
section.side-by-sides .sbs-entry .content .cta-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  section.side-by-sides .sbs-entry .content .cta-wrap {
    display: flex;
    justify-content: center;
  }
}
section.side-by-sides .sbs-entry .content a.small-blue {
  border: 1px solid #0087CD;
  color: #0087CD;
  border-radius: 27px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.8px;
  min-width: 140px;
  font-family: "bebas-neue";
  line-height: 1;
}
section.side-by-sides .sbs-entry .content a.small-blue:hover {
  background: #0087CD;
  color: #fff;
}
@media screen and (max-width: 550px) {
  section.side-by-sides .sbs-entry .content a.small-blue {
    min-width: 200px;
  }
}
@media screen and (min-width: 751px) {
  section.side-by-sides .sbs-entry.reverse {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  section.side-by-sides .sbs-entry.reverse .media {
    margin-right: 55px;
  }
  section.side-by-sides .sbs-entry.reverse .content {
    padding: 0;
    max-width: 395px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  section.side-by-sides .sbs-entry.reverse .media {
    margin-right: 0;
  }
}
section.side-by-sides .cta-wrap {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  section.side-by-sides .cta-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  section.side-by-sides .cta-wrap {
    margin-top: 60px;
  }
}
section.side-by-sides .cta-wrap .big-green {
  background: #78BE20;
  color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  border-radius: 27px;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  font-family: "bebas-neue";
  line-height: 1;
  letter-spacing: 0.8px;
  cursor: pointer;
  padding: 0 30px;
}
section.side-by-sides .cta-wrap .big-green a {
  text-decoration: none;
  color: #fff;
}
section.side-by-sides.alt .sbs-entry {
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  section.side-by-sides.alt .sbs-entry {
    gap: 100px;
  }
}
section.side-by-sides.alt .sbs-entry .content {
  max-width: 472px;
}
@media screen and (min-width: 1025px) {
  section.side-by-sides.alt .sbs-entry .media {
    width: 420px;
    height: 375px;
  }
}
.testimonials {
  padding: 80px 0;
  color: #fff;
  /*
  background: linear-gradient(to bottom, rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%);
  */
  background: #31A3D6;
}
@media screen and (max-width: 550px) {
  .testimonials {
    padding: 40px 0;
  }
}
.testimonials .slick-initialized .slick-slide {
  display: block;
  height: inherit !important;
}
.testimonials .slick-track {
  display: flex !important;
}
@media screen and (max-width: 550px) {
  .testimonials .container {
    padding: 0;
  }
}
.testimonials .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 950px) {
  .testimonials .slick-arrow {
    top: unset;
    bottom: 0;
  }
}
.testimonials button.prev.slick-arrow {
  right: 90px;
}
@media screen and (max-width: 950px) {
  .testimonials button.prev.slick-arrow {
    right: unset;
    left: 30px;
  }
}
.testimonials button.next.slick-arrow {
  right: 20px;
}
@media screen and (max-width: 950px) {
  .testimonials button.next.slick-arrow {
    right: unset;
    left: 100px;
  }
}
.testimonials .slick-slider {
  position: unset;
}
.testimonials .headline {
  font-size: 40px;
  letter-spacing: -0.21px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .testimonials .headline {
    padding: 0 30px;
  }
}
.testimonials .testimonial-outer {
  padding: 25px 40px 0 0;
}
@media screen and (max-width: 950px) {
  .testimonials .testimonial-outer {
    padding: 25px 0 70px;
  }
}
.testimonials .testimonial-inner {
  background: rgba(0, 0, 0, 0.18);
  padding: 55px 80px 55px 30px;
  max-width: 548px;
  display: flex;
  border-radius: 7px;
  position: relative;
  height: calc(100% - 110px);
}
@media screen and (max-width: 950px) {
  .testimonials .testimonial-inner {
    max-width: unset;
  }
}
@media screen and (max-width: 380px) {
  .testimonials .testimonial-inner {
    padding: 30px;
    height: auto;
  }
}
.testimonials .testimonial-inner .icon {
  width: 60px;
  margin-right: 15px;
  height: 45px;
}
@media screen and (max-width: 380px) {
  .testimonials .testimonial-inner .icon {
    display: none;
  }
}
.testimonials .testimonial-inner .icon svg {
  width: 100%;
  fill: #fff;
  height: 100%;
}
.testimonials .testimonial-inner .content {
  flex: 1;
  position: relative;
}
.testimonials .testimonial-inner .content .quote {
  font-size: 16px;
  font-weight: 200;
}
.testimonials .testimonial-inner .content .quotee {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
}
.testimonials .testimonial-inner .content .quotee span {
  font-weight: 700;
}
section.headline-list {
  padding: 60px 0;
}
section.headline-list .cta-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
section.headline-list ul.list_items {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
section.headline-list ul.list_items li {
  background-image: linear-gradient(268deg, rgba(251, 251, 251, 0) 17%, #F6F6F6 82%);
  margin: 8px 0 17px;
  padding: 15px;
  border-left: 2px solid #31A3D6;
  font-weight: 500;
  font-size: 16px;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 20px;
}
section.headline-list ul.list_items li span {
  font-weight: 600;
}
section.headline-wysiwyg {
  padding: 40px 0;
}
section.headline-wysiwyg .headline {
  margin: 0 0 45px;
}
section.headline-wysiwyg ul {
  padding-left: 20px;
}
section.headline-wysiwyg ul li {
  margin-bottom: 5px;
}
section.headline-wysiwyg ol {
  padding-left: 20px;
}
section.headline-wysiwyg ol li {
  margin-bottom: 10px;
}
section.headline-wysiwyg a {
  color: #4489cd;
  text-decoration: none;
}
section.headline-wysiwyg a:hover {
  text-decoration: underline;
}
section.headline-wysiwyg + .expanders-grid {
  padding-top: 0;
}
section.expanders-grid {
  padding: 80px 0;
  overflow: hidden;
}
section.expanders-grid .grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
section.expanders-grid .grid .expander {
  width: calc(300% + 60px);
  position: relative;
  display: none;
  justify-content: center;
  background: linear-gradient(to bottom, #b3dced 0%, #29b8e5 50%, #bce0ee 100%);
  background: #31A3D6;
  border-radius: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .expander {
    width: calc(200% + 30px);
  }
}
@media only screen and (max-width: 550px) {
  section.expanders-grid .grid .expander {
    width: 100%;
    transform: unset !important;
  }
}
section.expanders-grid .grid .expander.open {
  display: flex;
}
section.expanders-grid .grid .expander ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin: 20px 10px;
  padding: 0 20px 0 30px;
  font-weight: bold;
}
section.expanders-grid .grid .expander ul li {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 480px) {
  section.expanders-grid .grid .expander ul li {
    width: 100%;
  }
}
section.expanders-grid .grid .grid-item {
  width: calc(33.3% - 20px);
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 550px) {
  section.expanders-grid .grid .grid-item {
    width: 100%;
  }
}
section.expanders-grid .grid .grid-item:nth-of-type(2) .expander {
  transform: translateX(calc(-33% - 15px));
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item:nth-of-type(2) .expander {
    transform: translateX(calc(-50% - 15px));
  }
}
section.expanders-grid .grid .grid-item:nth-of-type(3) .expander {
  transform: translateX(calc(-66% - 30px));
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item:nth-of-type(3) .expander {
    transform: unset;
  }
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item:nth-of-type(4) .expander {
    transform: translateX(calc(-50% - 15px));
  }
}
section.expanders-grid .grid .grid-item:nth-of-type(5) .expander {
  transform: translateX(calc(-33% - 15px));
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item:nth-of-type(5) .expander {
    transform: unset;
  }
}
section.expanders-grid .grid .grid-item:nth-of-type(6) .expander {
  transform: translateX(calc(-66% - 30px));
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item:nth-of-type(6) .expander {
    transform: translateX(calc(-50% - 15px));
  }
}
section.expanders-grid .grid .grid-item:nth-of-type(8) .expander {
  transform: translateX(calc(-33% - 15px));
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item:nth-of-type(8) .expander {
    transform: translateX(calc(-50% - 15px));
  }
}
section.expanders-grid .grid .grid-item:nth-of-type(9) .expander {
  transform: translateX(calc(-66% - 30px));
}
@media only screen and (max-width: 800px) {
  section.expanders-grid .grid .grid-item:nth-of-type(9) .expander {
    transform: unset;
  }
}
section.expanders-grid .grid .grid-item-inner {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
  cursor: pointer;
}
section.expanders-grid .grid .grid-item-inner.open .icon.closed {
  display: none;
}
section.expanders-grid .grid .grid-item-inner.open .icon.open {
  display: flex !important;
}
section.expanders-grid .grid .grid-item-inner .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(1) brightness(0.75);
}
section.expanders-grid .grid .grid-item-inner .img-wrap img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.expanders-grid .grid .grid-item-inner:hover .img-wrap {
  filter: brightness(0.75);
}
section.expanders-grid .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  filter: drop-shadow(2px 2px 2px black);
}
section.expanders-grid .icon {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
}
.clients-searches section#section_3 {
  background: #24A3D8;
}
