/* Base CSS Reset Below*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
html {
  font-size: 18px;
  font-family: sans-serif;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
body {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #101010;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
#content_wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
/*----------------------------------------*/
/* Admin Bar Hover Styles */
/* Remove After Launch */
/*----------------------------------------*/
#wpadminbar {
  opacity: 0.3;
}
#wpadminbar:hover {
  opacity: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #0B2C53;
  letter-spacing: 0em;
}
h2,
.h2 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #0B2C53;
  text-wrap: pretty;
  letter-spacing: 0em;
  margin-top: 0;
  line-height: 1.15em;
}
h3,
.h3 {
  font-size: 28px;
  font-weight: 500;
  color: #101010;
  margin-bottom: 10px;
}
h4,
.h4 {
  font-size: 25px;
  color: #29ABE1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Bebas Neue", sans-serif;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 900;
  color: #0B2C53;
  text-transform: uppercase;
  letter-spacing: 0em;
}
h6,
.h6 {
  font-size: 20px;
  font-weight: 500;
  color: #29ABE1;
}
h2 span.pretitle {
  font-family: "Bebas Neue", sans-serif;
  color: #29ABE1;
  font-size: 0.75em;
  display: inline-block;
  line-height: 1em;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1290px;
  }
}
.container-xxl {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1700px) {
  .container,
  .container-xxl {
    max-width: 1472px;
  }
}
p {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  text-wrap: pretty;
}
p:empty {
  display: none;
}
.text-center p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #0d47a1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #2674ee;
  text-decoration: none;
}
.nocolor {
  color: inherit;
}
p a:not(.btn) {
  color: #0B2C53;
  text-decoration: underline;
}
p a:not(.btn):hover {
  color: #0B2C53;
}
ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}
ul li,
ol li {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 10px;
}
ul li::marker,
ol li::marker {
  color: #29ABE1;
}
ul li b,
ol li b {
  letter-spacing: normal;
}
.white p {
  font-weight: 500;
}
.white p a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.white p a:not(.btn):hover {
  color: #fff;
}
.white ul li,
.white ol li {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 10px;
}
.white ul li::marker,
.white ol li::marker {
  color: #fff;
}
.white ul li b,
.white ol li b {
  letter-spacing: normal;
}
ol li b {
  letter-spacing: normal;
}
hr {
  border-color: #BCBCC7;
  margin-top: 40px;
  margin-bottom: 40px;
}
sup {
  font-size: 0.8em;
  vertical-align: text-top;
}
h1 sup,
h2 sup {
  font-size: 0.6em;
  vertical-align: initial;
}
/**/
/* Image styles */
/**/
img {
  max-width: 100%;
  height: auto;
}
img.alignleft,
img.alignright,
img.alignnone {
  border-radius: 0;
  border: none;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
  border: none;
  padding: 5px;
}
@media (max-width: 767px) {
  img.alignleft,
  img.alignright,
  img.alignnone,
  img.aligncenter {
    float: none;
  }
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  float: none;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  display: block;
  margin: 10px 0;
  margin-bottom: 35px;
  padding: 0px 65px;
  padding-right: 0;
  position: relative;
  font-weight: 500;
  font-size: 20px;
}
blockquote:before {
  content: '”';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #07111D;
  color: #fff;
  line-height: 50px;
  font-size: 40px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
blockquote::after {
  content: '';
  position: absolute;
  background: #07111D;
  top: 50px;
  left: 17px;
  width: 2px;
  height: calc(100% - 50px);
}
blockquote p {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.4em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote p {
    font-size: 20px;
  }
}
.white {
  color: #fff;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}
iframe {
  max-width: 100%;
}
.card {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
}
.lifted {
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  br.xl-only {
    display: none;
  }
  .single-page p > br {
    display: none;
  }
}
/* Zer0to5ive */
/* ¯\_(ツ)_/¯  */
.overlap-brg .container {
  position: relative;
  z-index: 3;
}
.overlap-brg .overlap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.overlap-brg .overlap-background-short-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-size: cover;
  background-position: center;
}
.overlap-brg .overlap-background-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  background-size: cover;
  background-position: center;
}
.overlap-brg .overlap-background-top-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  background-size: cover;
  background-position: center;
}
#page_top {
  position: relative;
  padding-top: 220px;
  padding-bottom: 100px;
}
#page_top.darkblue {
  background-color: #07111D;
}
#page_top.darkblue .breadcrumbs-outer {
  color: #fff;
}
#page_top.darkblue .page-top-brg-outer::after {
  background-color: #07111D;
}
#page_top.lightblue {
  background-color: #E9F7FD;
}
#page_top.lightblue .page-top-brg-outer::after {
  background-color: #E9F7FD;
}
#page_top.whitebg .page-top-brg-outer::after {
  background-color: #fff;
}
@media (max-width: 998px) {
  #page_top {
    padding-top: 60px;
    padding-bottom: 0px;
    min-height: 0;
  }
}
#page_top .container {
  position: relative;
  z-index: 3;
}
#page_top .page-top-content-holder {
  padding-bottom: 90px;
}
#page_top .page-top-brg-outer {
  position: absolute;
  top: 0;
  left: 0;
  inset: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 50px);
  -webkit-mask: url(../../images/overlap.svg) left calc(100% + 2.1vw), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100%;
  -webkit-mask: url(../../images/overlap.svg) left calc(100% + 2.1vw), linear-gradient(#fff, #fff) 100%;
          mask: url(../../images/overlap.svg) left calc(100% + 2.1vw), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100%;
          mask: url(../../images/overlap.svg) left calc(100% + 2.1vw), linear-gradient(#fff, #fff) 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-size: 50%, 100%;
          mask-size: 50%, 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border-radius: 20px;
}
#page_top .page-top-brg-outer.color-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0b2c53), color-stop(7%, #0b2c53), color-stop(40%, #02577a), color-stop(64%, #277aa8), color-stop(82%, rgba(79, 201, 252, 0.5)), to(rgba(79, 201, 252, 0)));
  background: linear-gradient(90deg, #0b2c53 0%, #0b2c53 7%, #02577a 40%, #277aa8 64%, rgba(79, 201, 252, 0.5) 82%, rgba(79, 201, 252, 0) 100%);
  opacity: 0.65;
  z-index: 2;
}
#page_top .page-top-brg-outer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50%;
  height: 7%;
  -webkit-mask-image: url(../../images/overlap.svg);
  mask-image: url(../../images/overlap.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 2;
}
#page_top .page-top-brg-outer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page_top .page-top-brg-outer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page_top .page-top-brg-outer .featuredMobile {
  display: none;
}
@media (max-width: 767px) {
  #page_top .page-top-brg-outer {
    -webkit-mask-image: none;
            mask-image: none;
    -webkit-mask: none;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  #page_top .page-top-brg-outer::after {
    display: none;
  }
  #page_top .page-top-brg-outer .featuredDesktop {
    display: none;
  }
  #page_top .page-top-brg-outer .featuredMobile {
    display: block;
  }
}
#page_top #page_top_inner_content .pgtp_pre_title {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  color: #29ABE1;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 2.5em;
  letter-spacing: 0.05em;
  line-height: 0em;
}
@media (max-width: 1200px) {
  #page_top #page_top_inner_content .pgtp_pre_title {
    font-size: 2em;
  }
}
#page_top #page_top_inner_content h1 {
  font-size: 5em;
  letter-spacing: 0em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
  padding-right: 10px;
  line-height: 1em;
  font-family: "Bebas Neue", sans-serif;
}
@media (min-width: 992px) {
  #page_top #page_top_inner_content h1 {
    max-width: 65%;
  }
}
#page_top #page_top_inner_content h1 span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 1700px) {
  #page_top #page_top_inner_content h1 {
    font-size: 5em;
  }
}
@media (max-width: 1440px) {
  #page_top #page_top_inner_content h1 {
    font-size: 5em;
  }
}
@media (max-width: 1200px) {
  #page_top #page_top_inner_content h1 {
    font-size: 4.25em;
  }
}
@media (max-width: 998px) {
  #page_top #page_top_inner_content h1 {
    font-size: 5em;
  }
}
#page_top #page_top_inner_content .white h1 {
  color: #fff;
}
#page_top #page_top_inner_content h2 {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 400;
}
#page_top #page_top_inner_content .page_top_sub_content {
  max-width: 650px;
  display: inline-block;
}
#page_top #page_top_inner_content p {
  font-size: 23px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  #page_top #page_top_inner_content p {
    font-size: 20px;
  }
}
#page_top #page_top_inner_content .pgtp_form_holder {
  margin-top: 25px;
  margin-bottom: 25px;
}
#page_top #page_top_inner_content .pgtp_form_holder .pgtp_form_outer .pgtp_form_title {
  padding: 35px;
  width: 100%;
  background-color: #0B2C53;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
#page_top #page_top_inner_content .pgtp_form_holder .pgtp_form_outer .pgtp_form_inner {
  width: 100%;
  background-color: #fff;
  padding: 45px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1200px) {
  #page_top #page_top_inner_content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #page_top #page_top_inner_content {
    min-height: 0;
  }
  #page_top #page_top_inner_content .row {
    padding-top: 15px;
    padding-bottom: 0;
  }
  #page_top #page_top_inner_content h1 {
    font-size: 35px;
  }
  #page_top #page_top_inner_content h2 {
    font-size: 24px;
  }
  #page_top #page_top_inner_content .container {
    padding-bottom: 0px;
  }
  #page_top #page_top_inner_content .page_top_brg {
    background-size: 100% auto!important;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 575px) {
  #page_top #page_top_inner_content {
    min-height: 0;
  }
  #page_top #page_top_inner_content h1 {
    font-size: 35px;
  }
  #page_top #page_top_inner_content h2 {
    font-size: 20px;
  }
}
#page_top .breadcrumbs-outer {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
#page_top .breadcrumbs-outer a {
  color: #29ABE1;
}
@media (max-width: 767px) {
  #page_top .breadcrumbs-outer {
    display: none;
  }
}
#page_top.single-post-pgtp #page_top_inner_content h1 {
  font-size: 2.5em;
  max-width: 70%;
}
#page_top_inner_content.pt-blog {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .featured-image-holder-outer {
    padding-left: 60px;
  }
}
.featured-image-holder {
  position: relative;
  aspect-ratio: 1.6;
}
.featured-image-holder .featuredDesktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 16px rgba(0, 0, 0, 0.26);
          box-shadow: 0 13px 16px rgba(0, 0, 0, 0.26);
}
.featured-image-holder .featuredMobile {
  display: none;
}
@media (max-width: 767px) {
  .featured-image-holder .featuredDesktop {
    display: none;
  }
  .featured-image-holder .featuredMobile {
    display: block;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .col-md-5s {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5s {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
section {
  padding: 70px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section.inset-background-section {
  position: relative;
}
section.inset-background-section .inset-background {
  position: absolute;
  inset: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
section.inset-background-section .container {
  position: relative;
  z-index: 2;
}
.gray-gradient-1 {
  background: #f2f3f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f3f5), color-stop(50%, #ffffff));
  background: linear-gradient(180deg, #f2f3f5 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f3f5", endColorstr="#ffffff", GradientType=1);
}
.overlap-below-50 {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: relative;
  z-index: 3;
}
@media (min-width: 767px) {
  section.overlap-content-1 {
    padding-bottom: 0;
  }
  section.overlap-content-1 .container {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  section.overlap-content-2 {
    padding-bottom: 0;
  }
  section.overlap-content-2 .container {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  section.overlap-content-3 {
    padding-bottom: 0;
  }
  section.overlap-content-3 .container {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  section.overlap-content-4 {
    padding-bottom: 0;
  }
  section.overlap-content-4 .container {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  section.overlap-content-5 {
    padding-bottom: 0;
  }
  section.overlap-content-5 .container {
    -webkit-transform: translateY(125px);
            transform: translateY(125px);
  }
}
.blue-txt p {
  color: #0B2C53;
  font-size: 22px;
  font-weight: 500;
}
.arrow-download {
  color: #0B2C53;
  font-weight: 700;
}
.arrow-download::after {
  content: "\f019";
  display: inline-block;
  color: #0B2C53;
  font: normal normal normal 14px/1 FontAwesome;
}
.arrow-link::after {
  display: inline-block;
  content: "\f061";
  color: #0B2C53;
  font: normal normal normal 14px/1 FontAwesome;
}
.btn {
  display: inline-block;
  position: relative;
  border: 2px solid #29ABE1;
  color: #29ABE1;
  padding: 16px 24px 16px 24px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: normal;
  font-size: 16px;
  margin: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: rgba(218, 244, 255, 0.2);
  backdrop-filter: blur(15px) brightness(120%);
  padding-right: 65px;
}
@media (max-width: 1100px) {
  .btn {
    white-space: normal;
  }
}
.btn.no-arrow {
  padding-right: 24px;
}
.btn .btnarrow {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../../images/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 17px);
  right: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn.arrow-front {
  padding-right: 24px;
  padding-left: 65px;
}
.btn.arrow-front .btnarrow {
  left: 9px;
  right: unset;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn:hover {
  color: #fff;
  background-color: #2AABE1;
}
.btn:hover .btnarrow {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.btn:hover.arrow-front .btnarrow {
  -webkit-transform: rotate(180deg) scale(1.2);
          transform: rotate(180deg) scale(1.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: 15px;
    white-space: normal;
  }
}
.btn.clear {
  background-color: transparent;
  border: 2px solid #6a33cc;
  color: #6a33cc;
}
.btn.clear:hover {
  color: #0E0F52;
  background-color: transparent;
}
.btn.white {
  color: #fff;
}
.btn.knockout {
  background-color: transparent;
  border: 2px solid #6a33cc;
  color: #6a33cc;
}
.btn.knockout:hover {
  color: #fff;
  background-color: #6a33cc;
}
.btn.whiteborder,
.btn.outline {
  border: 2px solid #fff;
}
.btn.whiteborder:hover,
.btn.outline:hover {
  border: 2px solid #fff;
}
.btn.arrow {
  background-color: #fff;
  color: #D84BB7;
  border-color: #fff;
}
.btn.arrow::after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #D84BB7;
  background-color: #D84BB7;
  border-left-color: #B50F8F;
  background-image: url(../../images/angle-arrow.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 70% 30%;
  margin-left: 5px;
}
.btn.arrow:hover {
  color: #B50F8F;
}
.btn.arrow:hover::after {
  background-color: #B50F8F;
  border-color: #D84BB7;
}
.btn:first-of-type {
  margin-left: 0;
}
p + .btn {
  margin-top: 25px;
}
.arrow_btn {
  display: inline-block;
  position: relative;
  color: #2E3037;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.arrow_btn .arrow_btn_arrow {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  background-color: #F0BE2D;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-image: url(../../images/arrow-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  vertical-align: middle;
}
.x-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #F0BE2D;
  border-radius: 100%;
}
.x-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #2E3037;
}
.x-toggle span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2E3037;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-initialized .slick-track .slick-slide {
  height: auto;
}
.slick-initialized .slick-track .slick-slide > div {
  height: 100%;
}
.slick-dots {
  list-style-type: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  border: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.slick-dots .slick-active button {
  background-color: #B12027;
}
.slick-arrow {
  outline: none!important;
}
.slick-arrow:active {
  -webkit-filter: drop-shadow(0 0 3px #0B2C53);
          filter: drop-shadow(0 0 3px #0B2C53);
}
.slick-track {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.slick-slide {
  display: inherit!important;
}
.slick-initialized .slick-track .slick-slide > div {
  width: 100%;
}
.purple-bg {
  background-color: #0E0F52;
}
.gray-1 {
  background: #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(rgba(204, 204, 204, 0)));
  background: linear-gradient(180deg, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc", GradientType=1);
}
.gradient-2 {
  background: #6835cd;
  background: linear-gradient(125deg, #6835cd 0%, #2e61e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6835cd", endColorstr="#2e61e2", GradientType=1);
}
.gradient-3 {
  background: #6835cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#6835cd), to(#2e61e2));
  background: linear-gradient(180deg, #6835cd 0%, #2e61e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6835cd", endColorstr="#2e61e2", GradientType=1);
}
.page-numbers {
  display: inline-block;
  margin: 0 3px;
}
.floating-box {
  border-radius: 15px;
  border: none;
}
.top-acc-holder .acc-titles {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.top-acc-holder .acc-titles .acc-title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  cursor: pointer;
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: transparent;
  text-align: center;
  color: rgba(0, 38, 61, 0.5);
  position: relative;
  font-size: 20px;
  font-weight: 700;
  background-color: #29ABE1;
  padding: 50px;
  opacity: 0.75;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .top-acc-holder .acc-titles .acc-title-holder {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .top-acc-holder .acc-titles .acc-title-holder {
    border-radius: 10px;
  }
}
.top-acc-holder .acc-titles .acc-title-holder.active {
  color: #fff;
  background-color: #0B2C53;
  font-weight: 600;
  opacity: 1;
}
@media (max-width: 767px) {
  .top-acc-holder .acc-titles .acc-title-holder.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.top-acc-holder .acc-mobile-content {
  display: none;
  padding: 15px;
  text-align: left;
  color: #162A3F;
  background: #fff;
}
.top-acc-holder .acc-mobile-content img {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .top-acc-holder .acc-mobile-content.active {
    display: block;
  }
}
.top-acc-holder .acc-content-inner {
  display: none;
}
.top-acc-holder .acc-content-inner.active {
  display: block;
}
.top-acc-holder .acc-inner-holder {
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.top-acc-holder .acc-inner-holder .acc-inner-content {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #162A3F;
}
@media (min-width: 992px) {
  .top-acc-holder .acc-inner-holder .acc-inner-content {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .top-acc-holder .acc-inner-holder .acc-inner-content {
    width: 50%;
  }
}
@media (min-width: 1700px) {
  .top-acc-holder .acc-inner-holder .acc-inner-content {
    width: 40%;
  }
}
.top-acc-holder .acc-inner-holder .acc-inner-content.full-sized {
  width: 100%;
}
.top-acc-holder .acc-inner-holder .acc-inner-content.full-sized .ac-inner-content-holder-box {
  width: 60%;
  padding-right: 35px;
}
.top-acc-holder .acc-inner-holder .acc-inner-content.full-sized .ac-inner-content-holder-box:nth-of-type(2) {
  width: 40%;
}
.qc-outer {
  position: relative;
  z-index: 3;
}
.qc-outer::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-image: url(../../images/quote.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 767px) {
  .qc-outer::after {
    width: 30px;
    height: 30px;
    left: 5px;
    top: 15px;
  }
}
.qc-outer.whitebox.bluebordertop {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .qc-outer.whitebox.bluebordertop {
    padding: 35px 35px;
    padding-bottom: 90px;
  }
}
.qc-outer .qc-single {
  color: #0B2C53;
}
.qc-nav {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 3;
  padding: 0 70px;
}
@media (max-width: 768px) {
  .qc-nav {
    bottom: 5px;
  }
}
.qc-nav .slick-arrow {
  border: 2px solid #29ABE1;
  border-radius: 100%;
  font-size: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .qc-nav .slick-arrow {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.qc-nav .slick-arrow:hover {
  background-color: #29ABE1;
}
.qc-nav .slick-prev {
  background-image: url('../../images/arrow-left.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.qc-nav .slick-next {
  background-image: url('../../images/arrow-right.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.single-arrow-link {
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
.single-arrow-link .single-arrow-link-inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(45, 97, 226, 0.3);
          box-shadow: 0 10px 20px rgba(45, 97, 226, 0.3);
  cursor: pointer;
  height: 100%;
}
.single-arrow-link .single-arrow-link-inner .sal-icon {
  width: 90px;
  margin-right: 15px;
}
@media (min-width: 1700px) {
  .single-arrow-link .single-arrow-link-inner .sal-icon {
    width: 120px;
  }
}
.single-arrow-link .single-arrow-link-inner .sal-icon span {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-color: #6a33cc;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.single-arrow-link .single-arrow-link-inner .sal-icon img {
  max-width: 120px;
}
.single-arrow-link .single-arrow-link-inner .sal-title {
  padding-right: 55px;
}
.single-arrow-link .single-arrow-link-inner .sal-title,
.single-arrow-link .single-arrow-link-inner .sal-title a {
  font-size: 26px;
  color: #193D75;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1700px) {
  .single-arrow-link .single-arrow-link-inner .sal-title,
  .single-arrow-link .single-arrow-link-inner .sal-title a {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .single-arrow-link .single-arrow-link-inner .sal-title,
  .single-arrow-link .single-arrow-link-inner .sal-title a {
    font-size: 19px;
  }
}
.single-arrow-link .single-arrow-link-inner .sal-link {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
@media (max-width: 1700px) {
  .single-arrow-link .single-arrow-link-inner .sal-link {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 1700px) {
  .single-arrow-link .single-arrow-link-inner .arrow-btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.single-arrow-link .single-arrow-link-inner:hover {
  background: #6a33cc;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a33cc), to(#2d61e2));
  background: linear-gradient(180deg, #6a33cc 0%, #2d61e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a33cc", endColorstr="#2d61e2", GradientType=1);
}
.single-arrow-link .single-arrow-link-inner:hover .sal-icon span {
  background-color: #fff;
}
.single-arrow-link .single-arrow-link-inner:hover .sal-title,
.single-arrow-link .single-arrow-link-inner:hover .sal-title a {
  color: #fff;
}
.single-arrow-link .single-arrow-link-inner:hover .arrow-btn {
  background-color: #fff;
}
.single-arrow-link .single-arrow-link-inner:hover .arrow-btn::after {
  background-color: #6a33cc;
}
.single-arrow-link .single-arrow-link-inner.style_2 {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  overflow: hidden;
}
.single-arrow-link .single-arrow-link-inner.style_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.single-arrow-link .single-arrow-link-inner.style_2 .sal-title {
  color: #fff;
  position: relative;
  z-index: 2;
}
.single-arrow-link .single-arrow-link-inner.style_2 .sal-title a {
  color: #fff;
}
.single-arrow-link .single-arrow-link-inner.style_2:hover .sal-title,
.single-arrow-link .single-arrow-link-inner.style_2:hover .sal-title a {
  color: #fff;
}
.single-arrow-link .single-arrow-link-inner.style_2:hover .arrow-btn {
  background-color: #6a33cc;
}
.single-arrow-link .single-arrow-link-inner.style_2:hover .arrow-btn::after {
  background-color: #fff;
}
p + a.arrow_btn {
  margin-top: 10px;
}
.arrow-btn {
  background-color: #F0BE2D;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  position: relative;
  -webkit-box-shadow: ;
          box-shadow: ;
}
.arrow-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-mask-image: url(../../images/arrow-btn.png);
          mask-image: url(../../images/arrow-btn.png);
  -webkit-mask-size: 23px;
          mask-size: 23px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  width: 100%;
  height: 100%;
  background-color: #2E3037;
}
.s-blog-module-post {
  height: 100%;
}
.s-blog-module-post .s-blog-module-inner {
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 2px solid #29ABE1;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-cats {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #29ABE1;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 15px;
  border-bottom-right-radius: 10px;
  z-index: 2;
  text-transform: uppercase;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-fi {
  aspect-ratio: 1.75;
  background-color: #0B2C53;
  position: relative;
  width: 100%;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-fi img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-fi:not(:has(img)) {
  background-image: url(../../images/pfi-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-fi:not(:has(img))::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #0B2C53;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-content {
  position: relative;
  z-index: 3;
  padding: 15px;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-content .s-blog-module-cat {
  color: #29ABE1;
  text-transform: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin-bottom: 10px;
}
.s-blog-module-post .s-blog-module-inner .s-blog-module-content .s-blog-module-title a {
  color: #2E3037;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.s-blog-module-skinny .s-blog-module-inner {
  background-color: #0B2C53;
  border: 2px solid #29ABE1;
  position: relative;
  overflow: hidden;
}
.s-blog-module-skinny .s-blog-module-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(0% + 10px);
  height: 100%;
  background-color: #29ABE1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.s-blog-module-skinny .s-blog-module-inner:hover:before {
  width: 100%;
}
.s-blog-module-skinny .s-blog-module-inner .s-blog-module-content {
  padding: 25px 45px;
}
.s-blog-module-skinny .s-blog-module-inner .s-blog-module-content .s-blog-module-cat {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.s-blog-module-skinny .s-blog-module-inner .s-blog-module-content .s-blog-module-title a {
  color: #fff;
  font-size: 18px;
}
.featured-31-blog {
  min-height: 400px;
}
@media (max-width: 767px) {
  .featured-31-blog {
    min-height: auto;
    margin-bottom: 15px;
  }
}
.featured-31-blog .s-blog-module-inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-top: 70px;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-featured {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #29ABE1;
  color: #fff;
  padding: 15px 25px;
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 767px) {
  .featured-31-blog .s-blog-module-inner .s-blog-module-featured {
    width: 100%;
    text-align: center;
  }
}
.featured-31-blog .s-blog-module-inner .s-blog-module-fi {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-fi::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(138deg, #4FC9FC 0%, #29ABE1 22%, #186593 39%, #155783 50%, #0B2C53 75%, #0B2C53 100%);
  opacity: 0.2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-content {
  padding-top: 45px;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-content .s-blog-module-cat {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-content .s-blog-module-title a {
  color: #fff;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-content .s-blog-arrow {
  margin-top: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: right;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-content .s-blog-arrow a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.featured-31-blog .s-blog-module-inner .s-blog-module-content .s-blog-arrow a span {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-left: 10px;
  border: 2px solid #29ABE1;
  background-image: url(../../images/right-arrow.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.featured-31-blog:hover .s-blog-module-inner .s-blog-module-fi::before {
  opacity: 0.9;
}
.featured-31-blog:hover .s-blog-module-inner .s-blog-module-content .s-blog-arrow span {
  border-color: #fff;
  background-image: url(../../images/right-arrow-white.svg);
}
.blog-search-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 25px;
  font-weight: 800;
}
.page-top-blog {
  position: relative;
  background-color: #0B2C53;
}
.page-top-blog .container {
  position: relative;
  z-index: 2;
}
.page-top-blog .blog-top-brg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../../images/blog-brg.webp);
  background-size: cover;
  background-position: top center;
}
.press-release-blog-content {
  padding: 35px;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  z-index: 5;
}
.header-social-share .soc-title {
  font-weight: 700;
}
.header-social-share .social-icons a span {
  background-color: #29ABE1;
}
.header-social-share .social-icons a span i {
  color: #fff;
}
.header-social-share .social-icons a span i.fa-twitter {
  background-color: #fff;
  color: transparent;
}
.social-share .soc-title {
  font-weight: 700;
  color: #6a33cc;
}
.single-blog-featured {
  overflow: hidden;
  z-index: 5;
}
.featured-blog-inner {
  border: 2px solid #29ABE1;
  border-radius: 10px;
  overflow: hidden;
}
.featured-blog-inner .fblog-img {
  width: min(500px, 50%);
  aspect-ratio: 1.66666667;
  position: relative;
  background-color: #0B2C53;
}
.featured-blog-inner .fblog-img img {
  position: absolute;
  top: 0;
  opacity: 0.5;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-blog-inner .fblog-content {
  padding: 50px;
}
.featured-blog-inner .fblog-meta {
  color: #29ABE1;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: 700;
}
.featured-blog-inner .fblog-title {
  margin-bottom: 25px;
}
.featured-blog-inner .fblog-title a {
  color: #0B2C53;
  font-size: 23px;
  font-weight: 700;
}
.dateMeta {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 70px;
}
.media-coverage-outer {
  height: 100%;
}
.media-coverage-outer .media-coverage-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.media-coverage-outer .mc-logo {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 20px 25px;
}
.media-coverage-outer .mc-logo img {
  width: 250px;
  max-width: 100%;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.media-coverage-outer .mc-background {
  position: relative;
  height: 100%;
}
.media-coverage-outer .mc-background img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  width: 100%;
  height: 100%;
}
.media-coverage-outer .mc-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #000000 100%);
  opacity: 0.8;
  pointer-events: none;
}
.media-coverage-outer .mc-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}
.media-coverage-outer .mc-meta .mc-post-meta {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.media-coverage-outer .mc-meta .mc-post-title a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.media-coverage-outer:hover .mc-meta {
  background-color: #29ABE1;
  color: #fff;
}
.archive .media-coverage-inner {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.linkbox_sc {
  display: block;
  background: rgba(255, 255, 255, 0.13);
  border-left: 1px solid #60A3FF;
  padding: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.linkbox_sc:hover {
  background-color: rgba(255, 255, 255, 0.33);
}
.column_box_outer {
  text-align: center;
  height: 100%;
  padding: 50px;
  font-size: 26px;
  color: #193D75;
  font-weight: 700;
  border-top: 2px solid #60A3FF;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .column_box_outer {
    font-size: 22px;
    padding: 30px 20px;
  }
}
.b-filter-holder {
  min-width: 400px;
  margin: 0 15px;
}
.dd-list {
  display: inline-block;
  position: relative;
}
.dd-list .dd-list-active {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #B5B5B5;
  border-radius: 5px;
  padding: 15px;
  padding-right: 75px;
  color: #6a33cc;
}
.dd-list .dd-list-active .dd-list-toggle {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 45px;
  height: 45px;
  background-color: #6a33cc;
  cursor: pointer;
  border-radius: 100%;
}
.dd-list .dd-list-active .dd-list-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
.dd-list .dd-list-active .dd-list-toggle:hover {
  background-color: #0E0F52;
}
.dd-list .dd-list-hidden {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: calc(100% - 55px);
  background-color: #fff;
  border: 2px solid #B5B5B5;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
  max-height: 350px;
  z-index: 9;
}
.dd-list .dd-list-hidden ul {
  list-style-type: none;
  padding: 0;
}
.dd-list .dd-list-hidden ul li {
  margin: 0;
}
.dd-list .dd-list-hidden ul li a {
  color: #6a33cc;
  display: block;
  padding: 15px;
  font-weight: 700;
}
.dd-list .dd-list-hidden ul li a:hover {
  background-color: #F3F4F6;
}
.dd-list.active .dd-list-hidden {
  display: block;
}
.dd-list.active .dd-list-active .dd-list-toggle span {
  -webkit-transform: translate(-50%, -40%) rotate(-135deg);
          transform: translate(-50%, -40%) rotate(-135deg);
}
@media (max-width: 767px) {
  .dd-list {
    margin-bottom: 15px;
  }
}
.whitebox {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 16px rgba(0, 0, 0, 0.26);
          box-shadow: 0 13px 16px rgba(0, 0, 0, 0.26);
}
.whitebox.bluebordertop {
  position: relative;
  overflow: hidden;
  padding: 55px 65px;
}
.whitebox.bluebordertop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #29ABE1;
}
#Single-Post-Page {
  background-color: #fff;
}
.srp-outer {
  height: 100%;
}
.srp-outer .srp-inner {
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}
.srp-outer .srp-inner .srp-image {
  position: relative;
}
.srp-outer .srp-inner .srp-image img {
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  width: 100%;
}
.srp-outer .srp-inner .srp-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #000000 100%);
  opacity: 0.8;
  pointer-events: none;
}
.srp-outer .srp-inner .srp-content-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: transparent;
}
.srp-outer .srp-inner .srp-post-meta {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 10px;
}
.srp-outer .srp-inner .srp-post-title {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: 50px;
}
.srp-outer .srp-inner .srp-post-title a {
  color: #fff;
}
.srp-outer .srp-inner .srp-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.srp-outer .srp-inner .srp-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  display: block;
  padding-right: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0;
  color: transparent;
}
.srp-outer .srp-inner .srp-link a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: 22px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
  opacity: 1;
  background-image: url(../../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.srp-outer .srp-inner:hover .srp-content-holder {
  background-color: #29ABE1;
}
.srp-outer .srp-inner:hover .srp-content-holder .srp-title {
  color: #fff;
}
.srp-outer .srp-inner:hover .srp-content-holder .srp-content {
  color: #fff;
}
.srp-outer .srp-inner:hover .srp-content-holder .srp-link {
  opacity: 1;
}
.post-type-archive .srp-outer .srp-inner {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.refp-meta {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.refp-title {
  font-size: 45px;
  color: #fff;
  margin-bottom: 15px;
}
.refp-title a {
  color: #fff;
}
.mcg-table {
  border: 2px solid #29ABE1;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mcg-table thead {
  border: none;
  background-color: #D4F0FC;
  border-bottom: 1px solid #29ABE1;
  display: table;
}
.mcg-table thead th {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  color: #07111D;
  border-bottom: none;
  border-right: 1px solid #29ABE1;
}
.mcg-table thead th:last-of-type {
  border-right: none;
}
.mcg-table tbody {
  display: table;
}
.mcg-table tr {
  border-bottom: 1px solid #29ABE1;
}
.mcg-table tr:last-of-type {
  border-bottom: none;
}
.mcg-table tr td {
  border-bottom: none;
  border-top: none;
  border-right: 1px solid #29ABE1;
}
.mcg-table tr td:last-of-type {
  border-right: none;
}
.mcg-table th {
  border-top: none;
}
.mcg-table.clear {
  background-color: transparent;
  border-color: rgba(41, 171, 255, 0.45);
}
.mcg-table.clear thead {
  background-color: transparent;
  border-color: rgba(41, 171, 255, 0.45);
}
.mcg-table.clear thead th {
  border-color: rgba(41, 171, 255, 0.45);
  color: #fff;
}
.mcg-table.clear tbody {
  border-color: rgba(41, 171, 255, 0.45);
}
.mcg-table.clear tbody tr {
  border-color: rgba(41, 171, 255, 0.45);
}
.mcg-table.clear tbody td {
  border-color: rgba(41, 171, 255, 0.45);
}
/*Comment Output*/
#comments {
  max-width: 1130px;
  display: block;
  margin: auto;
}
#comments-list .vcard {
  font-size: 20px;
  font-weight: bold;
}
#comments-list .commentmetadata {
  font-size: 12px;
  margin-bottom: 5px;
}
#comments-list .comment {
  padding: 10px 0 10px 10px;
  border-left: 2px solid #ccc;
  margin-bottom: 15px;
}
#comments-list .comment-author img {
  display: none;
}
#comments-list .says {
  display: none;
}
#comments-list ul {
  padding: 15px;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.comment-respond label {
  display: block;
}
.gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body {
  position: relative;
  z-index: 2;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.half {
  width: 50%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.third {
  width: 33%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.quarter {
  width: 25%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.end {
  padding-left: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding: 5px 15px;
  }
  .gform_wrapper .gform_body ul.gform_fields li.gfield.half,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.third,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.quarter,
  .gform_wrapper .gform_body ul.gform_fields li.gfield .end {
    width: 100%;
    padding: 5px 15px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input {
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 16px!important;
  font-weight: 300;
  color: #000;
  margin: 0!important;
  text-transform: normal;
  padding: 5px 10px!important;
  border-radius: 0px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 16px!important;
  font-weight: 300;
  color: #000;
  margin: 0!important;
  text-transform: normal;
  padding: 5px 10px!important;
  border-radius: 0px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div .small,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .medium,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .large {
  width: 100%;
}
.gform_wrapper .gform_footer {
  text-align: right;
  margin-top: 25px!important;
  padding-top: 0px!important;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  position: relative;
  border: 3px solid #D84BB7;
  border-left-color: #B50F8F;
  background-color: #D84BB7;
  color: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: normal;
  font-size: 17px;
  margin: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #fff;
  color: #D84BB7;
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Group_11223' data-name='Group 11223' transform='translate(-650.968 -1450.472)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='40' height='40' rx='5' transform='translate(650.968 1450.472)' fill='%23d84bb7'/%3E%3Cg id='Group_8737' data-name='Group 8737' transform='translate(428.115 162.847)'%3E%3Cpath id='Line_78' data-name='Line 78' d='M0,12.705a1,1,0,0,1-.707-.293A1,1,0,0,1-.707,11L11-.707a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414L.707,12.412A1,1,0,0,1,0,12.705Z' transform='translate(236.5 1302.5)' fill='%23fff'/%3E%3Cpath id='Line_79' data-name='Line 79' d='M9.577,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H9.577a1,1,0,0,1,1,1A1,1,0,0,1,9.577,1Z' transform='translate(238.628 1302.5)' fill='%23fff'/%3E%3Cpath id='Line_80' data-name='Line 80' d='M9.577,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H9.577a1,1,0,0,1,1,1A1,1,0,0,1,9.577,1Z' transform='translate(248.205 1302.5) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3Crect id='Rectangle_4-2' data-name='Rectangle 4' width='1.998' height='33.228' rx='0.999' transform='translate(650.968 1453.955)' fill='%23b50f8f'/%3E%3C/g%3E%3C/svg%3E");
  padding-right: 55px !important;
  background-position: right;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_footer .gform_button:hover {
  color: #B50F8F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Group_11223' data-name='Group 11223' transform='translate(-650.968 -1450.472)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='40' height='40' rx='5' transform='translate(650.968 1450.472)' fill='%23d84bb7'/%3E%3Crect id='Rectangle_4-2' data-name='Rectangle 4' width='34.998' height='33.228' rx='5' transform='translate(653.966 1453.955)' fill='%23b50f8f'/%3E%3Cg id='Group_8755' data-name='Group 8755' transform='translate(428.115 162.847)'%3E%3Cpath id='Line_78' data-name='Line 78' d='M0,12.705a1,1,0,0,1-.707-.293A1,1,0,0,1-.707,11L11-.707a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414L.707,12.412A1,1,0,0,1,0,12.705Z' transform='translate(236.5 1302.5)' fill='%23fff'/%3E%3Cpath id='Line_79' data-name='Line 79' d='M9.577,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H9.577a1,1,0,0,1,1,1A1,1,0,0,1,9.577,1Z' transform='translate(238.628 1302.5)' fill='%23fff'/%3E%3Cpath id='Line_80' data-name='Line 80' d='M9.577,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H9.577a1,1,0,0,1,1,1A1,1,0,0,1,9.577,1Z' transform='translate(248.205 1302.5) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .gform_wrapper .gform_footer {
    padding: 16px 20px 10px!important;
  }
}
.gfield_description {
  padding-top: 0px!important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400!important;
  color: #162A3F;
}
input {
  border: 1px solid #BCBCC7;
  background-color: #fff;
  font-size: 20px!important;
  font-weight: 300;
  text-transform: normal;
  color: #000;
  margin: 0!important;
  padding: 8px 10px!important;
  border-radius: 0px;
}
input[type="submit"] {
  display: inline-block;
  position: relative;
  background-color: #F0BE2D;
  color: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: normal;
  font-size: 17px;
  margin: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #fff;
  color: #D84BB7;
  border-color: #fff;
}
input[type="submit"]::after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #D84BB7;
  background-color: #D84BB7;
  border-left-color: #B50F8F;
  background-image: url(../../images/angle-arrow.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 70% 30%;
  margin-left: 5px;
}
input[type="submit"]:hover {
  color: #B50F8F;
}
input[type="submit"]:hover::after {
  background-color: #B50F8F;
  border-color: #D84BB7;
}
textarea {
  border: 2px solid #fff;
  background-color: #E9F3F5;
  font-size: 20px!important;
  text-transform: normal;
  font-weight: 400;
  color: #000;
  margin: 0!important;
  padding: 8px 10px!important;
  border-radius: 0px;
}
select {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
}
select option {
  color: #000;
}
.mc4wp-form-fields input {
  width: 100%;
}
.mc4wp-form-fields input[type="submit"] {
  width: auto;
}
.resources_form_wrapper .gform_heading .gform_required_legend {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
#searchsubmit {
  background-color: #29ABE1;
  color: transparent;
  background-image: url(../../images/arrow-right.png);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  height: 42px;
  font-size: 0 !important;
  vertical-align: top;
  border: none;
  top: 0;
  left: -6px;
  border-radius: 0;
}
/*  Header Styles */
/*----------------------------------------*/
header {
  z-index: 10;
  position: absolute;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
}
header.home-page {
  padding-top: 30px;
}
@media (max-width: 767px) {
  header.home-page {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 0;
  }
}
#header-container {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 500px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 1400px) {
  #header-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #header-container {
    border-radius: 0;
  }
}
#header_clear {
  display: none;
  height: 87px;
}
#header_clear.home-page {
  display: none;
}
@media (max-width: 767px) {
  #header_clear {
    height: 56px;
  }
}
@media (max-width: 992px) {
  #header_clear {
    display: block;
  }
  #header_clear.home-page {
    display: block;
  }
}
#header_clear.scrolled {
  display: block;
}
#header_clear.scrolled.home-page {
  display: block;
}
#white_logo {
  display: inline-block;
}
#dark_logo {
  display: none;
}
header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.scrolled #white_logo {
  display: none;
}
header.scrolled #dark_logo {
  display: block;
}
#header_container {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 552px) {
  #header_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#navholder {
  position: relative;
}
.nav-holder {
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-holder .nav,
.nav-holder .menu {
  text-align: right;
}
#main-logo {
  padding-top: 0px;
  margin-bottom: 0px;
  position: relative;
  top: 2px;
}
#main-logo a {
  display: inline-block;
}
#main-logo img {
  position: relative;
  width: 120px;
}
@media (max-width: 767px) {
  #main-logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #main-logo img {
    width: 120px;
  }
}
.alert-band {
  background-color: red;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.alert-band img {
  display: inline-block;
  max-width: 75px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.alert-band p:last-of-type {
  margin-bottom: 0;
}
.alert-band a {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 960px) {
  .alert-band {
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
  }
}
.alert-band .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.alert-band .alert-close span {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert-band .alert-close span::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#header.scrolled .alert-band {
  display: none;
}
#main-nav {
  position: static;
}
nav ul,
.nav ul {
  font-size: 0.85rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li,
.nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav ul li::before,
.nav ul li::before {
  display: none;
}
nav ul li a,
.nav ul li a {
  display: block;
}
.main-desktop-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Aux_nav {
  margin-top: 0!important;
  position: relative;
  text-align: right;
  top: 0px;
}
#Aux_nav ul {
  text-align: right;
}
#Aux_nav ul li {
  margin: 3px 8px;
}
#Aux_nav ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 1300px) {
  #Aux_nav ul li {
    margin: 3px 2px;
  }
}
#Aux_nav ul li a {
  display: inline-block;
  font-weight: 600;
  color: #07111D;
  padding: 2px 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
}
@media (max-width: 1300px) {
  #Aux_nav ul li a {
    font-size: 13px;
  }
}
#Aux_nav ul li:hover a {
  color: #07111D;
}
#Aux_nav ul li.btn {
  padding: 2px 5px;
}
@media (max-width: 1300px) {
  #Aux_nav ul li.btn {
    margin: 3px 2px;
  }
}
#Aux_nav ul li.btn a {
  font-size: 14px;
  color: #2E3037;
}
@media (max-width: 1300px) {
  #Aux_nav ul li.btn a {
    font-size: 13px;
  }
}
#Aux_nav ul li.btn a:hover {
  color: #fff;
}
#Main_nav {
  padding-top: 0;
}
#Main_nav ul {
  text-align: right;
  margin-top: 10px;
  color: #07111D;
}
#Main_nav ul > li {
  position: relative;
}
#Main_nav ul > li:last-of-type {
  margin-right: 0;
}
#Main_nav ul > li:last-of-type ul.sub-menu {
  left: auto;
  right: 0!important;
}
#Main_nav ul > li > a {
  color: #07111D;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 20px;
  padding: 0;
}
#Main_nav ul > li > a:hover {
  color: #F0BE2D;
}
#Main_nav ul > li {
  display: inline-block;
  margin: 0 13px;
  padding-bottom: 5px;
}
#Main_nav ul > li.btn {
  padding: 0;
  vertical-align: bottom;
}
#Main_nav ul > li.btn::after {
  display: none;
}
#Main_nav ul > li.btn:hover {
  background-color: #45c4ed;
  color: #fff;
}
#Main_nav ul > li.btn a {
  padding: 5px 8px;
  color: #fff;
  font-weight: 400;
}
#Main_nav ul > li > ul {
  margin-top: 0;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 330px;
  text-align: left;
  padding: 30px;
  padding-right: 0;
  background-color: #fff;
  left: 0;
  scrollbar-width: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#Main_nav ul > li > ul::-webkit-scrollbar {
  display: none;
}
#Main_nav ul > li > ul li:not(.ubermenu-item) {
  display: block;
  margin: 0;
  padding-bottom: 0;
}
#Main_nav ul > li > ul li:not(.ubermenu-item) a {
  padding: 10px 0;
  color: #2E3037;
  font-size: 18px;
  font-weight: 500;
  padding-right: 30px;
}
#Main_nav ul > li > ul li:not(.ubermenu-item).current-menu-item > a {
  color: #0B2C53;
}
#Main_nav ul > li > ul li:not(.ubermenu-item) ul.sub-menu {
  display: block;
  width: 100%;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  padding-left: 30px;
}
#Main_nav ul > li > ul li:not(.ubermenu-item) ul.sub-menu li {
  display: block;
  width: 100%;
}
#Main_nav ul > li > ul li:not(.ubermenu-item) ul.sub-menu li:last-of-type {
  padding-bottom: 15px;
}
#Main_nav ul > li > ul li:not(.ubermenu-item) ul.sub-menu li a {
  font-size: 15px;
  padding: 5px;
  padding-left: 15px;
}
#Main_nav ul > li > ul li.menu-item-has-children > a {
  padding-bottom: 5px;
}
#Main_nav ul > li > ul li.SubTitle {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  background-color: #29ABE1;
  padding-top: 10px;
  margin-bottom: 15px;
}
#Main_nav ul > li > ul li.SubTitle a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 10px!important;
  padding-left: 30px;
}
#Main_nav ul > li > ul > li a {
  color: #000;
}
#Main_nav ul > li > ul > li:first-of-type a {
  padding-top: 0;
}
#Main_nav ul > li > ul > li:last-of-type a {
  padding-bottom: 0;
}
#Main_nav ul > li.mega-menu > ul {
  padding: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 0;
  left: -100%;
}
#Main_nav ul > li.mega-menu > ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
#Main_nav ul > li.mega-menu > ul li a {
  padding-left: 30px;
}
#Main_nav ul > li.mega-menu > ul li:last-of-type {
  padding-bottom: 25px;
}
#Main_nav ul > li.mega-menu > ul li ul {
  padding-left: 35px!important;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
#Main_nav ul > li.mega-menu > ul li ul li:last-of-type {
  padding-bottom: 10px!important;
}
#Main_nav ul > li.mega-menu > ul li ul li a {
  position: relative;
}
#Main_nav ul > li.mega-menu > ul li ul li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #29ABE1;
}
#Main_nav ul > li:nth-last-child(2) > ul,
#Main_nav ul > li:last-of-type > ul {
  left: unset;
  right: 0;
}
#Main_nav ul > li:hover ul {
  display: block;
}
#Main_nav ul > li.current-menu-item > a,
#Main_nav ul > li.current_page_parent > a {
  color: #F0BE2D;
}
#Main_nav ul > li.current-menu-item.btn > a,
#Main_nav ul > li.current_page_parent.btn > a {
  color: #fff;
}
@media (max-width: 960px) {
  #Main_nav ul {
    font-size: 16px;
  }
  #Main_nav ul li {
    margin: 0 7px;
  }
}
.ubermenu-tabs-group {
  border-right: 2px solid #90B4FA !important;
}
.ubermenu-tabs-group .ubermenu-tab a span.ubermenu-target-text {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  font-weight: 500;
}
.ubermenu-tabs-group .ubermenu-tab a:hover span.ubermenu-target-text {
  border-bottom: 2px solid #0B2C53;
  font-weight: 600;
}
.ubermenu .ubermenu-custom-content {
  font-weight: 400;
  font-size: 16px;
}
#Main_nav .ubermenu.ubermenu-main .ubermenu-tabs-group .ubermenu-item-header > .ubermenu-target {
  color: #0B2C53 !important;
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
  top: 110px;
}
.ubermenu-has-submenu-mega > a {
  position: relative;
}
.ubermenu-has-submenu-mega > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.ubermenu-has-submenu-mega.ubermenu-active > a::after {
  display: block;
  opacity: 1;
  bottom: -56px;
  -webkit-transition: 0.45s 0.45s opacity;
  transition: 0.45s 0.45s opacity;
}
.scrolled #Main_nav ul.sub-menu li {
  margin-top: 0px;
}
@media (max-width: 960px) {
  nav ul li {
    margin: 0 6px;
  }
}
#aux-nav {
  position: absolute;
  top: 0;
  right: 0;
}
#aux-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
#aux-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#aux-nav ul li a {
  color: #00263D;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 12px 16px;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#aux-nav ul li.btn a:hover {
  color: #fff;
}
@media (max-width: 960px) {
  #aux-nav {
    display: none;
  }
}
#mobile--nav {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  overflow: scroll;
  max-height: calc(100vh - 85px);
  z-index: 99999;
  border-top: 5px solid #0B2C53;
  background-color: #0B2C53;
  font-size: 18px;
  padding-bottom: 15px;
}
#mobile--nav ul {
  padding: 0;
  padding: 0 15px;
  list-style-type: none;
}
#mobile--nav ul.sub-menu {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 5px;
}
#mobile--nav ul li {
  display: block;
  padding: 0px;
  font-size: 17px;
}
#mobile--nav ul li.btn {
  padding: 0 15px;
  display: inline-block;
}
#mobile--nav ul li.btn a {
  color: #fff;
}
#mobile--nav ul li a {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 7px 0;
  font-size: 17px;
}
#mobile--nav ul li a:hover {
  color: #29ABE1;
  text-decoration: underline;
}
#mobile--nav ul li a span.ubermenu-target-text {
  padding: 0;
}
#mobile-nav {
  display: none;
  background-color: transparent;
  height: 50px;
  position: relative;
}
#mobile-logo {
  position: absolute;
  top: 12px;
  left: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 15px;
  text-align: center;
}
#mobile-logo #mobile_light_logo {
  display: none;
}
#mobile-logo #mobile_dark_logo {
  display: block;
}
#mobile-logo img {
  max-width: 160px;
  margin-top: 3px;
}
.scrolled #mobile-logo #mobile_light_logo,
.inside-page #mobile-logo #mobile_light_logo {
  display: none;
}
.scrolled #mobile-logo #mobile_dark_logo,
.inside-page #mobile-logo #mobile_dark_logo {
  display: block;
}
#mobile-toggle {
  display: none;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 40px;
  height: 30px;
}
#mobile-toggle span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #29ABE1;
  top: 14px;
  left: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #29ABE1;
  left: 0;
  top: -10px;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #29ABE1;
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle.active span {
  background-color: transparent;
}
#mobile-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.active span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  header {
    height: auto;
    padding-top: 0;
    border-bottom: none;
  }
  .main-desktop-nav {
    display: none;
  }
  #mobile-toggle {
    display: block;
  }
  #navholder {
    display: none!important;
  }
  #mobile-nav {
    display: block;
  }
  #mobile--toggle {
    display: block;
    width: 40px;
    height: 50px;
    margin-top: 15px;
    margin-right: 30px;
    position: relative;
  }
}
/*  Footer Styles */
/*----------------------------------------*/
footer {
  background: #0B2C53;
  background-size: cover;
  background-position: top center;
  font-size: 14px;
  text-align: left;
  padding: 45px 0;
}
footer .nav {
  margin-bottom: 25px;
}
footer .nav li {
  margin: 0 5px;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-left: 2px solid #fff;
}
footer .nav li a {
  color: #fff;
}
footer .nav li:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
footer .footer-aux {
  width: 100%;
  text-align: right;
}
footer .footer-aux li {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
footer .footer-aux li a {
  color: #fff;
}
.footer-logo {
  margin-bottom: 45px;
}
.footer-logo img {
  max-width: 180px;
}
.footer-social {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 45px;
}
.social-icons a {
  color: #fff;
  display: inline-block;
  margin: 3px 5px;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 55px;
  position: relative;
  vertical-align: middle;
}
.social-icons a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 44px;
  background: #fff;
}
.social-icons a span i {
  font-size: 22px;
  color: #0B2C53;
}
.social-icons a span i.fa-twitter {
  background-color: #0B2C53;
  width: 25px;
  height: 25px;
  background-color: #fff;
  -webkit-mask-image: url(../../images/twitter-x.png);
          mask-image: url(../../images/twitter-x.png);
  -webkit-mask-size: 42px;
          mask-size: 42px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.social-icons a span i.fa-twitter::after {
  display: none;
}
.footer-privacy {
  font-size: 15px;
}
.footer-privacy li {
  margin: 0!important;
  border-right: 1px solid #101215;
}
.footer-privacy li:last-of-type {
  border-right: none;
}
.footer-privacy li a {
  padding: 0 10px;
  padding-left: 5px;
  color: #101215;
  font-weight: 400;
  font-size: 14px;
}
.footer_copyright {
  font-size: 13px;
}
.footer_copyright a {
  color: #0B2C53;
  font-weight: 600;
}
.footer-bottom-content {
  text-align: left;
}
.footer-bottom-content img {
  max-height: 40px;
  width: auto;
  display: inline-block;
}
.footer-aux-nav {
  text-align: center;
}
.footer-aux-nav .menu {
  width: 100%;
}
.footer-aux-nav ul {
  width: 100%;
  text-align: center;
}
.footer-aux-nav ul li {
  display: inline-block;
}
.footer-aux-nav ul li a {
  color: #0B2C53;
  font-size: 14px;
}
.footer-aux-nav ul li a::after {
  content: '|';
  display: inline-block;
  padding-left: 10px;
}
.footer-aux-nav ul li:last-of-type a::after {
  display: none;
}
/*  Home Page Styles */
/*----------------------------------------*/
#home-wrap section {
  position: relative;
}
#home_hero {
  padding-top: 50px;
  background-size: cover;
  background-position: top center;
  background-color: #fff;
  position: relative;
}
#home_hero .background-video {
  position: absolute;
  inset: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-mask: url(../../images/arrow-mask-down.svg) center calc(100% + 33px), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100%;
  -webkit-mask: url(../../images/arrow-mask-down.svg) center calc(100% + 33px), linear-gradient(#fff, #fff) 100%;
          mask: url(../../images/arrow-mask-down.svg) center calc(100% + 33px), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100%;
          mask: url(../../images/arrow-mask-down.svg) center calc(100% + 33px), linear-gradient(#fff, #fff) 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 200px, 100%;
          mask-size: 200px, 100%;
}
#home_hero .background-video::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0b2c53), color-stop(7%, #0b2c53), color-stop(40%, #02577a), color-stop(64%, #277aa8), color-stop(82%, rgba(79, 201, 252, 0.5)), to(rgba(79, 201, 252, 0)));
  background: linear-gradient(90deg, #0b2c53 0%, #0b2c53 7%, #02577a 40%, #277aa8 64%, rgba(79, 201, 252, 0.5) 82%, rgba(79, 201, 252, 0) 100%);
  opacity: 0.65;
  z-index: 2;
}
@media (max-width: 767px) {
  #home_hero .background-video::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2c53), color-stop(7%, #0b2c53), color-stop(40%, #02577a), color-stop(64%, #277aa8), color-stop(82%, rgba(79, 201, 252, 0.5)), to(rgba(79, 201, 252, 0)));
    background: linear-gradient(180deg, #0b2c53 0%, #0b2c53 7%, #02577a 40%, #277aa8 64%, rgba(79, 201, 252, 0.5) 82%, rgba(79, 201, 252, 0) 100%);
  }
}
#home_hero .background-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home_hero .container {
  position: relative;
  z-index: 5;
  min-height: 600px;
  padding-top: 200px;
}
@media (max-width: 767px) {
  #home_hero .container {
    padding: 35px;
    min-height: 0;
  }
}
#home_hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.7em;
  line-height: 0.9em;
  color: #29ABE1;
}
@media (max-width: 1200px) {
  #home_hero h1 {
    font-size: 4.7em;
  }
}
@media (max-width: 552px) {
  #home_hero h1 {
    font-size: 3.7em;
  }
}
#home_hero p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
#home_hero .scroll-arrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  text-align: center;
  z-index: 3;
}
#home_hero .scroll-arrow .scroll-arrow-down {
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(../../images/down-arrow.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.home-cta {
  min-height: 650px;
}
@media (max-width: 767px) {
  .home-cta {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .home-cta .container {
    padding: 35px;
    padding-top: 50px;
  }
}
.home-cta .inset-background {
  -webkit-mask: url(../../images/arrow-mask-up.svg) center calc(0% - 33px), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100%;
  -webkit-mask: url(../../images/arrow-mask-up.svg) center calc(0% - 33px), linear-gradient(#fff, #fff) 100%;
          mask: url(../../images/arrow-mask-up.svg) center calc(0% - 33px), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100%;
          mask: url(../../images/arrow-mask-up.svg) center calc(0% - 33px), linear-gradient(#fff, #fff) 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 200px, 100%;
          mask-size: 200px, 100%;
}
.home-cta .scroll-up-arrow {
  position: absolute;
  top: 5px;
  left: calc(50% - 20px);
  text-align: center;
  z-index: 3;
}
.home-cta .scroll-up-arrow .scroll-arrow-up {
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(../../images/up-arrow.svg);
  background-size: 21px;
  background-position: center;
  background-repeat: no-repeat;
}
.home-cta h2 {
  font-size: 3.75em;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .home-cta h2 {
    font-size: 1.75em;
  }
}
/* Single Page Styles */
/*----------------------------------------*/
.single-page p {
  text-wrap: pretty;
  margin-bottom: 20px;
}
.single-page b,
.single-page strong {
  font-weight: 800;
}
.zr_mod_row {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .zr_mod_row {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1700px) {
  .zr_mod_row.overlay-large {
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(8%, rgba(255, 255, 255, 0.75)), color-stop(93%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 8%, rgba(255, 255, 255, 0.75) 93%, rgba(255, 255, 255, 0) 100%);
  }
}
.zr_mod_row.bg-fit-top-left {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.zr_mod_row.boxed-container .container {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  padding: 45px;
  border-radius: 35px;
}
.zr_mod_row.purple-blue-brg {
  background: #6835cd;
  background: linear-gradient(125deg, #6835cd 0%, #2e61e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6835cd", endColorstr="#2e61e2", GradientType=1);
}
.zr_mod_row.purple-blue-brg-2 {
  background: #6835cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#6835cd), to(#2e61e2));
  background: linear-gradient(180deg, #6835cd 0%, #2e61e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6835cd", endColorstr="#2e61e2", GradientType=1);
}
.zr_mod_row.gray-brg {
  background-color: #F4F5F6;
}
.zr_mod_row.light-blue-brg {
  background-color: #E9F7FD;
}
.zr_mod_row.light-blue-brg.fade-brg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #0B2C53;
  background: radial-gradient(ellipse, #ffffff 0%, rgba(255, 255, 255, 0.3) 64%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.zr_mod_row.light-blue-brg.fade-brg.top:before {
  height: 400px;
}
.zr_mod_row.light-blue-brg.fade-brg.bottom:before {
  top: auto;
  bottom: 0;
  height: 400px;
}
.zr_mod_row.light-blue-brg.fade-brg .container {
  position: relative;
  z-index: 2;
}
.zr_mod_row.light-fade-down-brg {
  background: #E9F7FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f7fd), to(#ffffff));
  background: linear-gradient(180deg, #e9f7fd 0%, #ffffff 100%);
}
.zr_mod_row.blue-brg {
  background-color: #0B2C53;
}
.zr_mod_row.dark-blue-brg {
  background-color: #07111D;
}
.zr_mod_row.dark-blue-brg.fade-brg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #0B2C53;
  background: radial-gradient(ellipse, #0b2c53 0%, #07111D 64%, rgba(7, 17, 29, 0) 100%);
  z-index: 1;
}
.zr_mod_row.dark-blue-brg.fade-brg.top:before {
  height: 400px;
}
.zr_mod_row.dark-blue-brg.fade-brg.bottom:before {
  top: auto;
  bottom: 0;
  height: 400px;
}
.zr_mod_row.dark-blue-brg.fade-brg .container {
  position: relative;
  z-index: 2;
}
.zr_mod_row.gray-gradient-brg {
  background: #FFF;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f4 25%, #bcbcc7 100%);
}
.zr_mod_row.gray-gradient-reverse-brg {
  background: #DBE8EE;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbe8ee), to(#ffffff));
  background: linear-gradient(0deg, #dbe8ee 0%, #ffffff 100%);
}
.zr_mod_row.half-blue-brg {
  background: -webkit-gradient(linear, left top, left bottom, from(#45C4ED), to(#2f94fd));
  background: linear-gradient(180deg, #45C4ED 0%, #2f94fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45C4ED", endColorstr="#2f94fd", GradientType=1);
  position: relative;
}
.zr_mod_row.half-blue-brg .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 767px) {
  .zr_mod_row.half-blue-brg {
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .zr_mod_row.half-blue-brg::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    aspect-ratio: 1;
    background-image: url(../../images/background-bubbles.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-10vw);
            transform: translateY(-10vw);
  }
}
.zr_mod_row.mr_bucket {
  background-position: top center;
}
.zr_mod_row.mr_bucket section {
  z-index: 2;
}
.zr_mod_row.mr_team .container {
  position: static!important;
}
.zr_mod_row.mr_columns ul li ul li {
  position: relative;
}
.zr_mod_row.mr_columns ul li ul li::marker {
  display: none;
  color: transparent;
}
.zr_mod_row.mr_columns ul li ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -23px;
  height: 3px;
  width: 11px;
  background-color: #00A5EB;
}
@media (max-width: 767px) {
  .zr_mod_row.mr_image .modDefaultContent {
    padding-top: 20px;
  }
}
.zr_mod_row.mr_overlap_brg.overlap_right {
  background-size: 60%;
  background-position: top left;
}
.zr_mod_row.mr_overlap_brg.overlap_left {
  background-size: 60%;
  background-position: top right;
}
.zr_mod_row.mr_overlap_brg .mod_row_background_overlap_image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 0;
}
.zr_mod_row.mr_overlap_brg.overlap_left .mod_row_background_overlap_image {
  left: 40%;
}
.zr_mod_row.mr_overlap_brg .mod_row_background_overlap {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.zr_mod_row.mr_overlap_brg .mod_row_background_overlap.gray-brg {
  background-color: #F4F5F6;
}
.zr_mod_row.mr_overlap_brg .mod_row_background_overlap.lt-blue-brg {
  background-color: #043F72;
}
.zr_mod_row.mr_overlap_brg .mod_row_background_overlap.blue-brg {
  background-color: #0B2C53;
}
.zr_mod_row.mr_overlap_brg .mod_row_background_overlap.white-brg {
  background-color: #fff;
}
.zr_mod_row.mr_overlap_brg.overlap_right .mod_row_background_overlap {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(25%, #000000), to(#000000));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, #000000 25%, #000000 100%);
  mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(52%, #000000), to(#000000));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, #000000 52%, #000000 100%);
}
.zr_mod_row.mr_overlap_brg.overlap_left .mod_row_background_overlap {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(52%, #000000), to(#000000));
  -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, #000000 52%, #000000 100%);
  mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(52%, #000000), to(#000000));
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, #000000 52%, #000000 100%);
}
@media (max-width: 767px) {
  .zr_mod_row.mr_overlap_brg.overlap_right .mod_row_background_overlap,
  .zr_mod_row.mr_overlap_brg.overlap_left .mod_row_background_overlap {
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 0.85;
  }
  .zr_mod_row.mr_overlap_brg.overlap_right .mod_row_background_overlap_image {
    width: 100%;
  }
  .zr_mod_row.mr_overlap_brg.overlap_left .mod_row_background_overlap_image {
    left: 0%;
    width: 100%;
  }
}
.zr_mod_row.mr_overlap_brg .container {
  position: relative;
  z-index: 3;
}
.zr_mod_row .boxed-background {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .zr_mod_row .boxed-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.zr_mod_row .boxed-background.gray-brg {
  background-color: #F4F5F6;
}
.zr_mod_row .boxed-background.light-blue-brg {
  background-color: #E9F7FD;
}
.zr_mod_row .boxed-background.light-fade-down-brg {
  background: #E9F7FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f7fd), to(#ffffff));
  background: linear-gradient(180deg, #e9f7fd 0%, #ffffff 100%);
}
.zr_mod_row .boxed-background.blue-brg {
  background-color: #0B2C53;
}
.zr_mod_row .boxed-background.dark-blue-brg {
  background-color: #07111D;
}
.zr_mod_row .boxed-background.gray-gradient-brg {
  background: #FFF;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f4 25%, #bcbcc7 100%);
}
.zr_mod_row .boxed-background.gray-gradient-reverse-brg {
  background: #DBE8EE;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbe8ee), to(#ffffff));
  background: linear-gradient(0deg, #dbe8ee 0%, #ffffff 100%);
}
.zr_mod_row .mod_video_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.zr_mod_row .mod_video_background_holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.zr_mod_row .mod-video-background-section .container {
  position: relative;
  z-index: 1;
}
.zr_mod_row .mod-video-background-section .mod_video_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.zr_mod_row .mod-video-background-section .mod_video_background_holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.zr_mod_row.fade-brg .boxed-background.dark-blue-brg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #0B2C53;
  background: radial-gradient(ellipse, #0b2c53 0%, #07111D 64%, rgba(7, 17, 29, 0) 100%);
  z-index: 1;
}
.zr_mod_row.fade-brg .boxed-background.light-blue-brg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #0B2C53;
  background: radial-gradient(ellipse, #ffffff 0%, rgba(255, 255, 255, 0.3) 64%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.zr_mod_row.fade-brg.top .boxed-background.dark-blue-brg:before,
.zr_mod_row.fade-brg.top .boxed-background.light-blue-brg:before {
  height: 400px;
}
.zr_mod_row.fade-brg.bottom .boxed-background.dark-blue-brg:before,
.zr_mod_row.fade-brg.bottom .boxed-background.light-blue-brg:before {
  top: auto;
  bottom: 0;
  height: 400px;
}
@media (min-width: 767px) {
  .zr_mod_row.overlay-above {
    padding-bottom: 0;
    padding-top: 0;
  }
  .zr_mod_row.overlay-above .blueboxed-content {
    position: relative;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    z-index: 3;
  }
  .zr_mod_row.overlay-below {
    padding-top: 200px;
  }
}
.zr_mod_row.cta-band h2 {
  margin-bottom: 30px;
  font-size: 50px;
}
@media (max-width: 767px) {
  .zr_mod_row.cta-band h2 {
    font-size: 28px;
  }
}
@media (min-width: 767px) {
  .zr_mod_row.cta-band {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 767px) {
  .zr_mod_row.brg-band {
    min-height: 800px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .zr_mod_row.brg-band {
    position: relative;
  }
  .zr_mod_row.brg-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 1;
  }
  .zr_mod_row.brg-band .container {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 767px) {
  .zr_mod_row.pt-extra {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .zr_mod_row.mobile-overlay-dark {
    position: relative;
  }
  .zr_mod_row.mobile-overlay-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 1;
  }
  .zr_mod_row.mobile-overlay-dark .container {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .zr_mod_row.mobile-overlay-light {
    position: relative;
  }
  .zr_mod_row.mobile-overlay-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 1;
  }
  .zr_mod_row.mobile-overlay-light .container {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .zr_mod_row.extra-padding {
    padding: 120px 0;
  }
}
@media (min-width: 767px) {
  #Modular-Page section.zr_mod_row.mr_default:first-of-type {
    padding-top: 140px;
  }
}
.align-items-none .whitebox {
  height: 100%;
}
.mod_image_accent {
  position: relative;
}
.mod_image_accent img {
  height: calc(100% + 50px);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}
section:has(.container.image-accent-row) {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  section:has(.container.image-accent-row) {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  section:has(.container.image-accent-row) .image-accent-row .modDefaultContent {
    padding-bottom: 100px;
  }
}
@media (min-width: 767px) {
  section:has(.container.image-accent-row) .mod_image_accent {
    position: relative;
    height: calc(100% + 50px);
  }
  section:has(.container.image-accent-row) .mod_image_accent img {
    position: absolute;
    height: calc(100% + 50px);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  section:has(.container.image-accent-row) .mod_image_accent::after {
    display: none;
  }
}
@media (min-width: 767px) {
  section:has(.container.image-accent-row) + section {
    padding-top: 150px;
  }
}
.fluidImgHolder .mod_image_accent {
  position: static;
}
.fluidImgHolder .mod_image_accent::after {
  display: none;
}
#search_top {
  background-size: cover;
  background-position: center;
  background: #0B2C53;
  position: relative;
  min-height: 450px;
  padding-top: 150px;
  padding-bottom: 80px;
}
.mod-after-content {
  position: relative;
  z-index: 2;
}
.mod-circle-image-holder {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
@supports not (aspect-ratio:1/1) {
  .mod-circle-image-holder::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .mod-circle-image-holder::after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (max-width: 768px) {
  .mod-circle-image-holder {
    width: 70%;
    margin-bottom: 25px;
  }
}
.mod-circle-image-holder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  aspect-ratio: 677/604;
  background-image: url(../../images/circle-img-brg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  isolation: isolate;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports not (aspect-ratio:1/1) {
  .mod-circle-image-holder::after {
    padding-bottom: 100%;
  }
}
.mod-circle-image-holder.left::after {
  -webkit-transform: scaleX(-1) translate(50%, -50%);
          transform: scaleX(-1) translate(50%, -50%);
}
.mod-circle-image-holder img {
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.s-trigger-box-holder {
  cursor: pointer;
}
.icon-col-outer {
  margin-bottom: 35px;
}
.icon-col-outer .icon-col-inner {
  text-align: center;
  width: 100%;
  height: 100%;
}
.icon-col-outer .icon-col-inner .icon-col-image {
  text-align: center;
  margin-bottom: 15px;
  min-height: 100px;
}
.icon-col-outer .icon-col-inner .icon-col-image img {
  display: inline-block;
}
.icon-col-outer .icon-col-inner .icon-col-title {
  color: #29ABE1;
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-weight: 500!important;
}
.icon-col-outer .icon-col-inner .icon-col-content p {
  font-weight: 500;
}
.icon-col-outer .icon-col-inner.standard-icon-col {
  padding: 25px;
  width: 100%;
  height: 100%;
  border: 2px solid #29ABE1;
  border-radius: 25px;
}
.icon-col-outer .icon-col-inner.standard-icon-col .icon-col-title {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.icon-col-outer .icon-col-inner.standard-icon-col .icon-col-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-col-outer .icon-col-inner.standard-icon-col .icon-col-image img {
  max-width: 100px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.icon-col-outer .icon-col-inner.numbered-icon-col {
  padding: 35px;
  border-radius: 25px;
  background: #E9F7FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f7fd), to(#ffffff));
  background: linear-gradient(180deg, #e9f7fd 0%, #ffffff 100%);
  position: relative;
}
.icon-col-outer .icon-col-inner.numbered-icon-col .icon-col-number {
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  width: 40px;
  HEIGHT: 40px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 26px;
  line-height: 39px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
  color: #29ABE1;
  border: 2px solid #29ABE1;
  -webkit-box-shadow: 0 0 0 10px rgba(41, 170, 225, 0.25);
          box-shadow: 0 0 0 10px rgba(41, 170, 225, 0.25);
}
.icon-col-outer .icon-col-inner.numbered-icon-col .icon-col-title {
  color: #0C2C53;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}
.icon-col-outer .icon-col-inner.arrow-icon-col {
  padding: 25px;
  width: 100%;
  height: 100%;
  background-color: #E9F7FD;
  border: 2px solid #29ABE1;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.icon-col-outer .icon-col-inner.arrow-icon-col .icon-col-image {
  padding: 0 15px;
  margin-bottom: 10px;
}
.icon-col-outer .icon-col-inner.arrow-icon-col .icon-col-title {
  color: #29ABE1;
  font-size: 22px;
  margin-bottom: 15px;
}
.icon-col-outer .icon-col-inner.arrow-icon-col .icon-col-content {
  margin-bottom: 15px;
}
.icon-col-outer .icon-col-inner.arrow-icon-col .icon-col-content p {
  font-weight: 500;
}
.icon-col-outer .icon-col-inner.arrow-icon-col .icon-column-arrow {
  margin-top: auto;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: right;
}
.icon-col-outer .icon-col-inner.arrow-icon-col .icon-column-arrow a {
  color: #fff;
  font-weight: 600;
}
.icon-col-outer .icon-col-inner.arrow-icon-col .icon-column-arrow a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #29ABE1;
  background-image: url(../../images/right-arrow.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.circle-col-outer {
  margin-bottom: 30px;
}
.circle-col-outer .circle-col-inner {
  text-align: center;
  height: 100%;
}
.circle-col-outer .circle-col-inner .circle-col-image {
  position: relative;
  width: min(150px, 100%);
  padding-bottom: min(150px, 100%);
  margin: auto;
  margin-bottom: 25px;
  margin-top: 0;
}
.circle-col-outer .circle-col-inner .circle-col-image img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.circle-col-outer .circle-col-inner .circle-col-title {
  color: #0B2C53;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.circle-col-outer .circle-col-inner .circle-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 125px);
  width: 250px;
  height: 4px;
  background-color: #29ABE1;
}
.circle-col-outer .circle-col-inner .circle-col-content {
  font-size: 1em;
}
@media (max-width: 767px) {
  .circle-col-outer .circle-col-inner .circle-col-content {
    max-width: 275px;
    margin: auto;
  }
}
.active .circle-col-toggle .x-toggle span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.white .circle-col-outer .circle-col-inner .circle-col-title {
  color: #fff;
}
.fluid_second_image {
  position: absolute;
  width: 250px;
  height: 250px;
  padding: 15px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  border-radius: 100%;
  overflow: hidden;
  top: calc(50% - 125px);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fluid_second_image img {
  opacity: 1!important;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .fluid_second_image {
    width: 150px;
    height: 150px;
    top: auto;
    bottom: -75px;
  }
}
.left .fluid_second_image {
  right: 55px;
}
@media (max-width: 767px) {
  .left .fluid_second_image {
    right: calc(50% - 75px);
  }
}
.right .fluid_second_image {
  left: 55px;
}
@media (max-width: 767px) {
  .right .fluid_second_image {
    left: calc(50% - 75px);
  }
}
.fluidImgHolder {
  min-height: 400px;
}
@media (max-width: 767px) {
  .fluidImgHolder {
    min-height: auto;
    margin-bottom: 50px;
  }
}
.fluidImgHolder.left .fl-hi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .fluidImgHolder.left .fl-hi {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: calc((((100vw - 720px) - 100px) / 2) + 100%);
    left: calc(((720px - 100vw) / 2));
  }
}
@media (min-width: 992px) {
  .fluidImgHolder.left .fl-hi {
    width: calc((((100vw - 960px) - 100px) / 2) + 100%);
    left: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .fluidImgHolder.left .fl-hi {
    width: calc((((100vw - 1140px) - 100px) / 2) + 100%);
    left: calc(((1140px - 100vw) / 2));
  }
}
@media (min-width: 1700px) {
  .fluidImgHolder.left .fl-hi {
    width: calc((((100vw - 1472px) - 100px) / 2) + 100%);
    left: calc(((1472px - 100vw) / 2));
  }
}
.fluidImgHolder.left img {
  display: block;
  opacity: 0;
}
.fluidImgHolder.right .fl-hi {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .fluidImgHolder.right .fl-hi {
    width: calc((((100vw - 720px) - 100px) / 2) + 100%);
    right: calc(((720px - 100vw) / 2));
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
}
@media (min-width: 992px) {
  .fluidImgHolder.right .fl-hi {
    width: calc((((100vw - 960px) - 100px) / 2) + 100%);
    right: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .fluidImgHolder.right .fl-hi {
    width: calc((((100vw - 1140px) - 100px) / 2) + 100%);
    right: calc(((1140px - 100vw) / 2));
  }
}
@media (min-width: 1700px) {
  .fluidImgHolder.right .fl-hi {
    width: calc((((100vw - 1472px) - 100px) / 2) + 100%);
    right: calc(((1472px - 100vw) / 2));
  }
}
.fluidImgHolder.right img {
  display: block;
  opacity: 0;
}
@media (max-width: 767px) {
  .fluidImgHolder img {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .fluidImgHolder .fl-hi {
    display: none;
  }
  .fluidImgHolder.right img {
    opacity: 1;
  }
  .fluidImgHolder.left img {
    opacity: 1;
  }
}
.ir_image_caption {
  font-size: 20px;
  font-weight: 300;
}
.fluidImgHolder .ir_image_caption {
  display: none;
}
.single-team-outer {
  padding: 0 35px;
}
.single-team-outer .single-team-inner {
  margin-bottom: 45px;
}
.single-team-outer .single-team-inner:hover .single-team-photo .stp-hover {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-team-outer .single-team-inner .single-team-meta {
  padding-top: 10px;
  text-align: center;
}
.single-team-outer .single-team-inner .single-team-meta .sti-name {
  font-size: 24px;
  font-weight: 300;
  color: #0B2C53;
  margin-bottom: 8px;
}
.single-team-outer .single-team-inner .single-team-meta .sti-desc {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #0B2C53;
}
.single-team-outer.col-lg-5s .single-team-inner .single-team-meta .sti-name {
  font-size: 20px;
}
.sti-hidden {
  display: none;
}
.sti-hidden.active {
  display: block;
}
.sti-hidden .sti-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .sti-hidden .sti-photo {
    width: 30%;
  }
}
.sti-hidden .sti-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sti-hidden .sti-popup {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 13, 48, 0.55);
  position: fixed;
}
.sti-hidden .sti-popup-inner {
  border-radius: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(71, 123, 185, 0.25);
          box-shadow: 0 0 5px rgba(71, 123, 185, 0.25);
  position: relative;
  padding: 35px;
}
.sti-hidden .sti-popup-inner .sti-name {
  font-size: 25px;
  font-weight: 500;
  color: #2f94fd;
  margin-bottom: 15px;
}
.sti-hidden .sti-popup-inner .sti-desc {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0B2C53;
}
.sti-hidden .sti-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
}
.sti-hidden .sti-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2f94fb), color-stop(15%, #3196f6), color-stop(55%, #50afb1), color-stop(88%, #77c051), to(#7bc148));
  background: linear-gradient(90deg, #2f94fb 0%, #3196f6 15%, #50afb1 55%, #77c051 88%, #7bc148 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transiton: 0.25s;
}
.sti-hidden .sti-close span {
  color: transparent;
  font-size: 0;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 7px;
  border-radius: 5px;
  background-color: #0B2C53;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sti-hidden .sti-close span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: darkblue;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sti-hidden .sti-popup-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sti-hidden .sti-linkedin {
  display: inline-block;
  position: relative;
  padding: 7px;
  line-height: 5px;
  color: #2f94fd;
}
.sti-hidden .sti-linkedin i {
  color: #2f94fd;
}
.sti-hidden .sti-linkedin::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2f94fb), color-stop(15%, #3196f6), color-stop(55%, #50afb1), color-stop(88%, #77c051), to(#7bc148));
  background: linear-gradient(90deg, #2f94fb 0%, #3196f6 15%, #50afb1 55%, #77c051 88%, #7bc148 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transiton: 0.25s;
}
.sti-hidden .sti-popup-description {
  max-height: 375px;
  overflow: scroll;
  font-size: 300;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sti-hidden .sti-popup-description p {
  font-weight: 300;
  font-size: 20px;
}
.sti-hidden .sti-popup-description::-webkit-scrollbar {
  display: none;
}
.mr_team .mod-slick-team-nav {
  text-align: center;
}
.mr_team .mod-slick-team-nav .slick-prev {
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 45px;
  height: 25px;
  -webkit-mask-image: url(../../images/arrow-left.png);
          mask-image: url(../../images/arrow-left.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #B12027;
  position: relative;
}
.mr_team .mod-slick-team-nav .slick-next {
  margin-left: 55px;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 45px;
  height: 25px;
  -webkit-mask-image: url(../../images/arrow-right.png);
          mask-image: url(../../images/arrow-right.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #B12027;
  position: relative;
}
.popup-all-holder {
  width: 100%;
  padding: 15px;
  display: none;
  position: relative;
}
.popup-all-holder::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background-color: #29ABE1;
}
.popup-all-holder .popup-info-holder {
  position: relative;
  z-index: 2;
  background-color: #29ABE1;
  border-radius: 15px;
  padding: 50px;
}
.popup-all-holder .popup-info-holder .stm_pop_name {
  color: #193D75;
  font-size: 26px;
  font-weight: 700;
}
.popup-all-holder .popup-info-holder .stm_pop_title {
  color: #193D75;
  font-style: italic;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.popup-all-holder .popup-info-holder .stm_pop_bio {
  max-width: 800px;
}
.popup-all-holder .popup-info-holder .stm_pop_social .sti-linkedin {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #6a33cc;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 17px;
}
.popup-all-holder.active {
  display: block;
  margin-bottom: 50px;
}
.stp-outer {
  height: 100%;
}
.stp-outer .stp-inner {
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}
.stp-outer .stp-inner .stp-image {
  position: relative;
}
.stp-outer .stp-inner .stp-image img {
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  width: 100%;
}
.stp-outer .stp-inner .stp-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #000000 100%);
  opacity: 0.8;
  pointer-events: none;
}
.stp-outer .stp-inner .stp-content-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: transparent;
}
.stp-outer .stp-inner .stp-name {
  padding: 25px 15px;
  padding-bottom: 0;
  padding-right: 15px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}
.stp-outer .stp-inner .stp-title {
  padding: 0px 50px 20px 15px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.stp-outer .stp-inner .stp-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.stp-outer .stp-inner .stp-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  display: block;
  padding-right: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0;
  color: transparent;
}
.stp-outer .stp-inner .stp-link a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: 22px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
  opacity: 1;
  background-image: url(../../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.stp-outer .stp-inner:hover .stp-content-holder {
  background-color: #29ABE1;
}
.stp-outer .stp-inner:hover .stp-content-holder .stp-title {
  color: #fff;
}
.stp-outer .stp-inner:hover .stp-content-holder .stp-content {
  color: #fff;
}
.stp-outer .stp-inner:hover .stp-content-holder .stp-link {
  opacity: 1;
}
.single-team-group-holder {
  display: none;
}
.single-team-group-holder.active {
  display: block;
}
.stgh-toggle.active {
  background-color: #29ABE1;
  color: #fff;
}
/* single team profile row */
.single-team-profile-photo {
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}
.single-team-profile-photo img {
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  width: 100%;
}
.single-team-profile-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #000000 100%);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.single-team-profile-photo .stpp-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: transparent;
  z-index: 2;
}
.single-team-profile-photo .stpp-name {
  padding: 25px 15px;
  padding-bottom: 0;
  padding-right: 15px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}
.single-team-profile-photo .stpp-title {
  padding: 0px 50px 20px 15px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.stpp-li .fa {
  color: #fff;
  height: 35px;
  width: 35px;
  background: #29ABE1;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
}
.stp-pop-desc {
  font-size: 18px;
  padding-right: 55px;
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
@media (max-width: 767px) {
  .stp-pop-desc {
    max-height: calc(100vh - 50px);
  }
}
.stp-pop-desc::-webkit-scrollbar {
  display: none;
}
.lity {
  background-color: rgba(4, 63, 114, 0.7);
}
.lity .container {
  border-radius: 5px;
  padding: 25px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dce8ee));
  background: linear-gradient(180deg, #ffffff 0%, #dce8ee 100%);
}
.lity .stp-outer {
  height: auto;
}
@media (max-width: 767px) {
  .lity .stp-outer {
    display: none;
  }
}
.lity .stp-outer:hover .stp-inner {
  -webkit-transform: none;
          transform: none;
}
.lity .lity-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #D84BB7;
  border: 2px solid #D84BB7;
  border-left-color: #B50F8F;
  border-radius: 5px;
  line-height: 0;
  text-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.mrnavs-outer-container {
  padding-top: 35px;
}
.mod-nav-outer {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .mod-nav-outer {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .mod-nav-outer:after {
    content: '';
    position: absolute;
    top: 12px;
    right: -5px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
  }
  .mod-nav-outer:last-of-type:after {
    display: none;
  }
}
.mod-nav-outer .mod-nav-inner {
  width: 100%;
  text-align: center;
  height: 100%;
}
.mod-nav-outer .mod-nav-inner .mod-nav-icon {
  margin: auto;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}
.mod-nav-outer .mod-nav-inner .mod-nav-icon span {
  width: 60%;
  height: 60%;
  display: block;
  position: absolute;
  top: 20%;
  left: 20%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #0B2C53;
}
.mod-nav-outer .mod-nav-inner .mod-nav-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #0B2C53;
}
.white .mod-nav-outer .mod-nav-inner .mod-nav-title {
  color: #fff;
}
.slick-logo-caro .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-logo-caro .slick-slide {
  padding: 0px;
}
.slick-logo-caro .slick-slide > div {
  margin: 0 5px;
}
.slick-logo-caro .lc-single {
  width: 100%;
  height: 100%;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border: 2px solid #29ABE1;
  border-radius: 10px;
  background-color: #fff;
}
.slick-logo-caro .lc-single img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.slc-nav {
  margin-top: 45px;
  position: relative;
  display: inline-block;
}
.slc-nav .slick-arrow {
  position: absolute;
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: none;
  border-top: none;
  top: calc(50% - 15px);
  background-color: transparent;
  font-size: 0;
}
.slc-nav .slick-prev {
  left: -30px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.slc-nav .slick-next {
  right: -50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-box {
  position: relative;
}
@media (max-width: 992px) {
  .contact-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.contact-box .contact-box-inner {
  position: relative;
  z-index: 2;
  padding: 0;
  max-width: 570px;
}
.contact-half-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .contact-half-image {
    display: none;
  }
}
@media (min-width: 992px) {
  .faq-nav-holder {
    border-right: 2px solid #b5b5b5;
  }
}
.faq-nav-holder .faq-nav-s {
  color: #0B2C53;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  cursor: pointer;
}
.faq-nav-holder .faq-nav-s.active {
  font-weight: 600;
}
.faq-content-outer {
  display: none;
}
.faq-content-outer.active {
  display: block;
}
.s-faq-item {
  margin-bottom: 45px;
}
.s-faq-item .s-faq-item-inner {
  position: relative;
  padding: 10px;
}
.s-faq-item .s-faq-item-inner .s-faq-title {
  position: relative;
  padding-right: 35px;
  color: #0B2C53;
  font-size: 23px;
  font-weight: 500;
  cursor: pointer;
}
.s-faq-item .s-faq-item-inner .s-faq-title .s-faq-toggle {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 0;
}
.s-faq-item .s-faq-item-inner .s-faq-title .s-faq-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #0B2C53;
}
.s-faq-item .s-faq-item-inner .s-faq-title .s-faq-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 20px;
  height: 2px;
  background-color: #0B2C53;
}
.s-faq-item .s-faq-item-inner .s-faq-content {
  padding-top: 15px;
  display: none;
}
.s-faq-item .s-faq-item-inner.active .s-faq-title .s-faq-toggle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.s-faq-item .s-faq-item-inner.active .s-faq-content {
  display: block;
}
.mr_single_accordion {
  margin-bottom: 15px;
}
.mr_single_accordion .mr_single_accordion_inner {
  width: 100%;
  padding: 35px;
  padding-right: 45px;
  border: 2px solid #29ABE1;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.mr_single_accordion .mr_single_accordion_inner .s-accordion-toggle {
  position: absolute;
  bottom: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid #29ABE1;
  border-radius: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mr_single_accordion .mr_single_accordion_inner .s-accordion-toggle span {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 16px;
  height: 2px;
  background-color: #29ABE1;
}
.mr_single_accordion .mr_single_accordion_inner .s-accordion-toggle span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29ABE1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mr_single_accordion .mr_single_accordion_inner .s-accordion-title {
  font-size: 25px;
  padding: 0px 45px 0px 0;
  cursor: pointer;
  color: #101010;
}
@media (max-width: 992px) {
  .mr_single_accordion .mr_single_accordion_inner .s-accordion-title {
    font-size: 18px;
  }
}
.mr_single_accordion .mr_single_accordion_inner .s-accordion-content {
  display: none;
}
.mr_single_accordion.active .s-accordion-title .s-accordion-toggle,
.mr_single_accordion.always-open .s-accordion-title .s-accordion-toggle {
  bottom: 25px;
}
.mr_single_accordion.active .s-accordion-title .s-accordion-toggle span,
.mr_single_accordion.always-open .s-accordion-title .s-accordion-toggle span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mr_single_accordion.active .s-accordion-content .s-accordion-content-inner,
.mr_single_accordion.always-open .s-accordion-content .s-accordion-content-inner {
  padding-top: 15px;
}
.mr_single_accordion.always-open .s-accordion-toggle {
  display: none;
}
.mr_single_accordion.always-open .s-accordion-content {
  display: block;
}
.SideAccOuter {
  background-color: #fff;
  padding: 35px;
  border-radius: 20px;
}
.SideAccOuter .SaD-inner .SaD-list-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single {
  background-color: #07111D;
  border: 2px solid #29ABE1;
  padding: 25px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16);
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #29ABE1;
  z-index: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single:hover::before {
  width: 100%;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single.active {
  background-color: #29ABE1;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single.active span {
  color: #fff;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single span {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single {
  width: 100%;
  display: none;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single.active {
  display: block;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-content {
  padding: 75px;
  padding-left: 50px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-content .sadc-content-inner {
  max-width: 650px;
  width: 100%;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-content .sadc-content-inner .sadc-title {
  border-left: 10px solid #29ABE1;
  padding-left: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #29ABE1;
  margin-bottom: 20px;
}
.SideAccOuter .SaM-single .SaM-single-inner {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 35px;
}
.SideAccOuter .SaM-single .SaM-image {
  width: 100%;
  aspect-ratio: 5/3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.SideAccOuter .SaM-single .SaM-content {
  display: none;
}
.SideAccOuter .SaM-single .SaM-title {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
  color: #29ABE1;
  background-color: #fff;
  border: 2px solid #29ABE1;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
}
.SideAccOuter .SaM-single .SaM-title .SaM-toggle {
  display: block;
  margin: auto;
  margin-top: 15px;
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.SideAccOuter .SaM-single .SaM-title .SaM-toggle::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0px;
  width: 25px;
  height: 3px;
  background-color: #0B2C53;
  border-radius: 5px;
}
.SideAccOuter .SaM-single .SaM-title .SaM-toggle::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0px;
  width: 25px;
  height: 3px;
  background-color: #0B2C53;
  border-radius: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.SideAccOuter .SaM-single.active .SaM-title {
  background-color: #29ABE1;
  color: #fff;
}
.SideAccOuter .SaM-single.active .SaM-toggle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.SideAccOuter .SaM-single.active .SaM-toggle::before,
.SideAccOuter .SaM-single.active .SaM-toggle::after {
  background-color: #fff;
}
.single-post-outer {
  height: 100%;
}
.single-post-outer .single-post-inner {
  height: 100%;
  width: 100%;
  aspect-ratio: 10/13;
  position: relative;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.single-post-outer .single-post-inner::before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: 2;
}
.single-post-outer .single-post-inner .sp-featured {
  z-index: 3;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #0B2C53;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.single-post-outer .single-post-inner .sp-featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  isolation: isolate;
}
.single-post-outer .single-post-inner .sp-featured .sp-hov-read-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.single-post-outer .single-post-inner .sp-featured .sp-hov-read-more a {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  border: 2px solid #fff;
}
.single-post-outer .single-post-inner .sp-content {
  position: relative;
  z-index: 3;
  padding: 30px;
  padding-bottom: 35px;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.single-post-outer .single-post-inner .sp-content .sp-cat {
  font-size: 15px;
  color: #0B2C53;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.single-post-outer .single-post-inner .sp-content .sp-cat a {
  font-size: 15px;
  font-weight: 700;
  color: #0B2C53;
  text-transform: uppercase;
}
.single-post-outer .single-post-inner .sp-content .sp-title {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
}
.single-post-outer .single-post-inner .sp-content .sp-title a {
  color: #000;
  font-weight: 300;
}
.single-post-outer .single-post-inner:hover::after {
  opacity: 1;
}
.single-post-outer .single-post-inner:hover .sp-featured .sp-hov-read-more {
  opacity: 1;
}
.single-blog-post {
  margin-bottom: 15px;
}
.single-blog-post .sbp-inner {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.single-blog-post .sbp-inner .sbp-meta {
  color: #29ABE1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 30px;
  padding-bottom: 0;
}
.single-blog-post .sbp-inner .sbp-image {
  background-color: #ccc;
}
.single-blog-post .sbp-inner .sbp-image img {
  aspect-ratio: 1.3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
@media (max-width: 767px) {
  .single-blog-post .sbp-inner .sbp-image img {
    aspect-ratio: 1.6;
  }
}
.single-blog-post .sbp-inner .sbp-title {
  padding: 25px 30px;
  padding-top: 15px;
  padding-right: 70px;
  font-size: 18px;
  font-weight: 700;
}
.single-blog-post .sbp-inner .sbp-title a {
  color: #2E3037;
}
.single-blog-post .sbp-inner .sbp-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.single-blog-post .sbp-inner .sbp-link .arrow-btn {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.single-blog-post .sbp-inner:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.single-blog-post .sbp-inner:hover .sbp-link {
  opacity: 1;
}
.stack-boxes-outer {
  border: 2px solid #29ABE1;
  margin-bottom: 35px;
}
.stack-boxes-logo {
  padding: 25px;
  text-align: center;
}
.stack-boxes-logo img {
  max-width: 300px;
}
.stack-boxes-content {
  padding: 35px;
  padding-top: 10px;
}
.hoverbox-outer {
  margin-bottom: 15px;
}
.hoverbox-outer .hoverbox-inner {
  position: relative;
  height: 100%;
  min-height: 150px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(45, 97, 226, 0.3);
          box-shadow: 0 10px 20px rgba(45, 97, 226, 0.3);
  overflow: hidden;
  cursor: pointer;
}
.hoverbox-outer .hoverbox-inner .hoverbox-static {
  height: 100%;
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hoverbox-outer .hoverbox-inner .hoverbox-static .hoverbox-icon {
  width: 110px;
  margin-right: 5px;
}
.hoverbox-outer .hoverbox-inner .hoverbox-static .hoverbox-icon img {
  display: block;
}
.hoverbox-outer .hoverbox-inner .hoverbox-static .hoverbox-title {
  font-size: 26px;
  color: #193D75;
  font-weight: 700;
  text-decoration: none;
  padding-right: 35px;
  text-wrap: balance;
  width: calc(100% - 115px);
}
.hoverbox-outer .hoverbox-inner .hoverbox-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  z-index: 2;
  padding: 30px;
  padding-right: 65px;
  visibility: hidden;
  font-size: 18px;
  background: #6a33cc;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a33cc), to(#2d61e2));
  background: linear-gradient(180deg, #6a33cc 0%, #2d61e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a33cc", endColorstr="#2d61e2", GradientType=1);
  overflow-y: scroll;
  scrollbar-width: none;
  text-wrap: pretty;
}
.hoverbox-outer .hoverbox-inner .hoverbox-hover::-webkit-scrollbar {
  display: none;
}
.hoverbox-outer .hoverbox-inner .hoverbox-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: #6a33cc;
  border-radius: 100%;
  z-index: 3;
}
.hoverbox-outer .hoverbox-inner .hoverbox-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hoverbox-outer .hoverbox-inner .hoverbox-toggle span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hoverbox-outer.active .hoverbox-inner {
  position: relative;
}
.hoverbox-outer.active .hoverbox-inner .hoverbox-toggle {
  background-color: #fff;
}
.hoverbox-outer.active .hoverbox-inner .hoverbox-toggle span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #6a33cc;
}
.hoverbox-outer.active .hoverbox-inner .hoverbox-toggle span::after {
  background: #6a33cc;
}
.hoverbox-outer.active .hoverbox-inner .hoverbox-hover {
  opacity: 1;
  visibility: visible;
}
.hoverbox-outer.active .hoverbox-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #6a33cc;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a33cc), to(#2d61e2));
  background: linear-gradient(180deg, #6a33cc 0%, #2d61e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a33cc", endColorstr="#2d61e2", GradientType=1);
  -webkit-mask-image: -webkit-gradient(linear, left 70%, left 95%, from(rgba(0, 0, 0, 0)), to(#000000));
  mask-image: -webkit-gradient(linear, left 70%, left 95%, from(rgba(0, 0, 0, 0)), to(#000000));
  z-index: 3;
}
.box-content-holder {
  padding: 50px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
.box-content-holder h2::after {
  content: '';
  display: block;
  margin: auto;
  width: 100px;
  height: 2px;
  background-color: #01A36A;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .box-content-holder {
    padding: 20px;
  }
}
.box-content-holder .boxed_content_inner {
  padding: 50px;
  background-color: #ffffff;
  position: relative;
  border-radius: 10px;
}
.box-content-holder .boxed_content_inner::before {
  position: absolute;
  display: block;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  opacity: 0.9;
  z-index: 1;
  --s: 40px;
  /* the size on the corner */
  border: 2px solid #fff;
  /* the thickness and color */
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box;
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}
.box-content-holder .boxed_content_inner .inner_boxed_content {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 750px;
}
.box-content-holder .boxed_content_inner .inner_boxed_content p {
  max-width: 650px;
}
@media (max-width: 767px) {
  .box-content-holder .boxed_content_inner {
    padding: 15px;
  }
}
.hba-container {
  margin-bottom: 30px;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .hba-container {
    margin-bottom: 10px;
  }
}
.hover-box-arrow {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
.hover-box-arrow .hba-image {
  position: relative;
}
.hover-box-arrow .hba-image::before {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 90%;
  background: #001F47;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 31, 71, 0)), to(#001f47));
  background: linear-gradient(180deg, rgba(0, 31, 71, 0) 0%, #001f47 100%);
  z-index: 2;
}
.hover-box-arrow .hba-image img {
  aspect-ratio: 1.42;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .hover-box-arrow .hba-image img {
    aspect-ratio: 2.5;
  }
}
.hover-box-arrow .hba-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  background-color: transparent;
  z-index: 3;
}
.hover-box-arrow .hba-title a {
  position: relative;
  color: #fff;
  display: block;
  padding-right: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hover-box-arrow .hba-title a::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 50px;
  width: 30px;
  height: 30px;
  background-size: 22px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
  opacity: 0;
  background-image: url(../../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.hover-box-arrow:hover .hba-image img {
  opacity: 0.8;
}
.hover-box-arrow:hover .hba-title {
  background-color: #29ABE1;
}
.hover-box-arrow:hover .hba-title a {
  color: #fff;
}
.hover-box-arrow:hover .hba-title a::after {
  opacity: 1;
  right: 0;
}
.ihoverbox-outer {
  margin-bottom: 30px;
}
.ihoverbox {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.ihoverbox .ihoverbox-inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.ihoverbox .ihoverbox-inner .ihoverbox-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ihoverbox .ihoverbox-inner .ihoverbox-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ihoverbox .ihoverbox-inner .ihoverbox-hover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-top: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.ihoverbox .ihoverbox-inner .ihoverbox-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(138deg, #4FC9FC 0%, #29ABE1 22%, #186593 39%, #155783 50%, #0B2C53 75%, #0B2C53 100%);
  opacity: 0.85;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.ihoverbox .ihoverbox-inner .ihoverbox-hover .ihoverbox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 15px;
  position: relative;
  z-index: 2;
  font-family: "Bebas Neue", sans-serif;
}
.ihoverbox .ihoverbox-inner .ihoverbox-hover .ihoverbox-desc {
  color: #fff;
  position: relative;
  z-index: 2;
}
.ihoverbox .ihoverbox-inner .ihoverbox-hover .ihoverbox-cta {
  margin-top: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: right;
}
.ihoverbox .ihoverbox-inner .ihoverbox-hover .ihoverbox-cta a {
  color: #fff;
  font-weight: 600;
}
.ihoverbox .ihoverbox-inner .ihoverbox-hover .ihoverbox-cta a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #29ABE1;
  background-image: url(../../images/right-arrow.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.ihoverbox:hover .ihoverbox-inner .ihoverbox-hover {
  top: 0;
}
.ihoverbox:hover .ihoverbox-inner .ihoverbox-hover::before {
  opacity: 1;
}
.ihoverbox:hover .ihoverbox-inner .ihoverbox-hover .ihoverbox-title {
  color: #fff;
}
.ihoverbox:hover .ihoverbox-inner .ihoverbox-hover .ihoverbox-desc,
.ihoverbox:hover .ihoverbox-inner .ihoverbox-hover .ihoverbox-cta {
  opacity: 1;
}
.ihoverbox:hover .ihoverbox-inner .ihoverbox-hover .ihoverbox-cta a::after {
  background-color: #fff;
}
.hover-square {
  margin-bottom: 30px;
}
.hover-square .hover-square-inner {
  position: relative;
  text-align: center;
  padding: 25px;
}
.hover-square .hover-square-inner::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  --s: 20px;
  /* the size on the corner */
  border: 2px solid #fff;
  /* the thickness and color */
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box;
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}
.hover-square .hover-square-inner .hsi-icon {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  margin-bottom: 15px;
}
.hover-square .hover-square-inner .hsi-icon img {
  opacity: 0;
  width: 100px;
}
.hover-square .hover-square-inner .hsi-title {
  position: relative;
  z-index: 2;
}
.icol-content-holder {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .icol-content-holder {
    padding: 0 50px;
  }
}
.mibx-inner {
  padding: 25px;
  padding-right: 75px;
  position: relative;
  border: 2px solid #29ABE1;
  border-radius: 25px;
  height: 100%;
}
.mibx-inner .mibx_icon {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
}
.mibx-inner .mibx_icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}
.mibx-inner .mibx_content h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  line-height: normal;
  letter-spacing: normal;
}
.col-accent {
  position: relative;
  display: inline-block;
}
.col-accent::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  opacity: 0.3;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  --s: 20px;
  /* the size on the corner */
  border: 2px solid #0B2C53;
  /* the thickness and color */
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box;
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}
.accent-holder {
  position: relative;
}
.accent-holder::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  opacity: 0.3;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  --s: 20px;
  /* the size on the corner */
  border: 2px solid #fff;
  /* the thickness and color */
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box;
  -webkit-mask: conic-gradient(at var(--s) var(--s),#0000 75%,#000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}
.accent-holder.blue::before {
  border-color: blue;
}
.accent-holder .accent_content {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .sidebar-menu {
    padding-right: 55px;
  }
}
.sidebar-menu ul {
  padding: 0;
  list-style-type: none;
}
.sidebar-menu ul li {
  border-bottom: 2px solid #ccc;
}
.sidebar-menu ul li a {
  display: block;
  padding: 15px 0;
  padding-right: 25px;
  color: #B12027;
  font-weight: 500;
}
.sidebar-menu ul li.current_page_item a {
  font-weight: 600;
}
.sidebar-menu ul li:last-of-type {
  border-bottom: none;
}
.sidebar-menu .sidebar-widget {
  margin-top: 35px;
  background-color: #B12027;
  background: #b12027;
  background: linear-gradient(110deg, #b12027 0%, #400204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b12027", endColorstr="#400204", GradientType=1);
  padding: 35px;
}
.sidebar-menu .sidebar-widget b,
.sidebar-menu .sidebar-widget strong {
  font-weight: 600;
}
.sidebar-menu .sidebar-widget a {
  color: #fff;
  text-decoration: underline;
}
.number-boxes {
  text-align: center;
  margin-bottom: 15px;
}
.number-boxes .number-box-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
.number-boxes .number-box-inner .number-box-number {
  font-family: "Montserrat", sans-serif;
  color: #0B2C53;
  font-size: 65px;
  letter-spacing: 0;
  font-weight: 800;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (min-width: 1500px) {
  .number-boxes .number-box-inner .number-box-number {
    font-size: 85px;
  }
}
.number-boxes .number-box-inner .number-box-number::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);;
  width: 100px;
  height: 2px;
  background-color: #01A36A;
}
.number-boxes .number-box-inner .number-box-title {
  color: #0B2C53;
}
.serv-box {
  margin-bottom: 15px;
}
.serv-box .serv-box-inner {
  height: 100%;
  position: relative;
  background-size: cover;
  border-radius: 5px;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  overflow: hidden;
}
@media (min-width: 992px) {
  .serv-box .serv-box-inner {
    min-height: 400px;
  }
}
.serv-box .serv-box-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #043F72;
  background: -webkit-gradient(linear, left bottom, left top, from(#043f72), color-stop(52%, rgba(4, 63, 114, 0.82)), to(rgba(4, 63, 114, 0)));
  background: linear-gradient(0deg, #043f72 0%, rgba(4, 63, 114, 0.82) 52%, rgba(4, 63, 114, 0) 100%);
}
.serv-box .serv-box-inner .serv-box-content {
  padding: 25px;
  position: relative;
  z-index: 3;
  font-size: 20px;
  padding-bottom: 55px;
}
.serv-box .serv-box-inner .serv-box-content p {
  font-size: 20px;
}
.serv-box .serv-box-inner .arrow-btn {
  z-index: 4;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.title-box-holder {
  background-color: #b6d2dc;
  border-radius: 10px;
  overflow: hidden;
}
.title-box-holder.light {
  background-color: rgba(213, 238, 255, 0.75);
  backdrop-filter: blur(60px);
}
.title-box-holder .title-box-title {
  background-color: #3986A1;
  padding: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.title-box-holder .title-box-content {
  padding: 25px;
}
.mcg-map-outer .map-desktop {
  position: relative;
}
.mcg-map-outer .map-desktop .map-background {
  display: block;
  width: 100%;
}
.mcg-map-outer .map-desktop .map-point {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(41, 171, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(41, 171, 255, 0.3);
  background-image: url('../../images/map-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mcg-map-outer .map-desktop .map-point .map-point-hover {
  display: none;
  position: absolute;
  top: -100%;
  background-color: #fff;
  color: #29ABE1;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  min-width: 50px;
  padding: 2px 5px;
  z-index: 10;
}
.mcg-map-outer .map-desktop .map-point .map-point-hover span {
  display: block;
  position: relative;
  z-index: 2;
}
.mcg-map-outer .map-desktop .map-point .map-point-hover::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.mcg-map-outer .map-desktop .map-point:hover .map-point-hover {
  display: block;
}
.mod-number-outer {
  margin-bottom: 15px;
}
.mod-number-outer .mod-number-inner {
  text-align: center;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.mod-number-outer .mod-number-inner.boxed-numbers {
  border: 2px solid rgba(41, 171, 225, 0.4);
  border-radius: 15px;
}
.mod-number-outer .mod-number-inner .cup-number {
  font-family: "Bebas Neue", sans-serif;
  color: #29ABE1;
  font-size: 4.5em;
}
.mod-number-outer .mod-number-inner .cup-desc {
  margin: 0 auto;
  max-width: 350px;
  color: #fff;
}
.mod-number-outer .mod-number-inner .cup-desc p {
  font-weight: 600;
}
.mod-number-outer .mod-number-inner .ap_plus {
  opacity: 0.4;
}
.zr_mod_row.mr_scrollflip {
  padding-top: 0px;
  padding-bottom: 80px;
}
.scroll_flip_outer {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .scroll_flip_outer {
    padding-top: 80px;
  }
  .scroll_flip_outer .scroll_flip_inner {
    position: static!important;
  }
}
.scroll_flip_outer .flip_content {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #29ABE1;
  border-radius: 25px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px;
  text-align: center;
}
.scroll_flip_outer .flip_content.active {
  opacity: 1;
  position: static;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
}
@media (max-width: 992px) {
  .scroll_flip_outer .flip_content {
    opacity: 1;
    position: static;
    margin-bottom: 45px;
  }
}
.scroll_flip_outer.sfs_2 {
  height: 300vh;
}
.scroll_flip_outer.sfs_3 {
  height: 300vh;
}
.scroll_flip_outer.sfs_4 {
  height: 400vh;
}
.scroll_flip_outer.sfs_5 {
  height: 500vh;
}
@media (max-width: 992px) {
  .scroll_flip_outer.sfs_2 {
    height: auto;
  }
  .scroll_flip_outer.sfs_3 {
    height: auto;
  }
  .scroll_flip_outer.sfs_4 {
    height: auto;
  }
  .scroll_flip_outer.sfs_5 {
    height: auto;
  }
}
.scroll_flip_outer .scroll_flip_inner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .scroll_flip_outer .scroll_flip_inner {
    height: auto;
    position: relative;
  }
}
.hookedON {
  position: fixed;
  top: 150px;
}
.hookedUP {
  position: absolute;
}
.bordered-accent {
  width: 100%;
  height: 100%;
  border: 2px solid #29ABE1;
  border-radius: 20px;
  padding: 35px;
}
.accent-white .bordered-accent {
  background-color: #fff;
  border: none;
  color: #101010;
}
.accent-white .bordered-accent ul li::marker,
.accent-white .bordered-accent ol li::marker {
  color: #29ABE1;
}
.accent-white .bordered-accent h2,
.accent-white .bordered-accent h3,
.accent-white .bordered-accent h4,
.accent-white .bordered-accent h5 {
  color: #29ABE1;
}
.zr_mod_row.mr_columns.light-blue-brg .bordered-accent {
  background-color: #FFF;
}
.mr_sideboxes .sideboxes-inner {
  height: 100%;
  border: 2px solid rgba(41, 171, 225, 0.45);
  padding: 25px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.mr_sideboxes .sideboxes-inner h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 0;
}
.sbs-outer {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .sbs-left {
    padding-right: 60px;
  }
}
.sbs-right {
  position: relative;
  border-radius: 20px;
  background: #E9F7FD;
  background: -webkit-gradient(linear, left top, right top, from(#e9f7fd), to(#ffffff));
  background: linear-gradient(90deg, #e9f7fd 0%, #ffffff 100%);
  padding: 25px;
}
.sbs-right ul li {
  margin-bottom: 15px;
}
.sbs-right .sbs-right-inner.has-image {
  padding-right: 30%;
}
.sbs-right .sbs-right-image {
  position: absolute;
  bottom: -10px;
  right: -25%;
  aspect-ratio: 1.2;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #29ABE1;
  width: 50%;
}
.sbs-right .sbs-right-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sbr-inner {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #E9F7FD;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 55px 25px;
}
.sbr-inner p {
  max-width: 500px;
}
