.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fhRe20Xh/01_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color:transparent;background-image:none;width:60rem;height:40.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { position:absolute;display:block;z-index:15000;background-color:#00cbec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:34.6875rem;width:33.125rem;top:3.375rem;left:0rem;display:block; }
#HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:11.375rem;left:2.15625rem;height:9.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.875rem;left:1.6875rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gwy1q4ePrPcLEref9UUMwCFf6tgNB6ER { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:8.4375rem;top:4.0625rem;left:0.9375rem;overflow:hidden;display:block; }
#s66rVd2yXRNRavgBzbUlzC7cq6UVqUp5 { background-color:#064771;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.75rem;left:6.84375rem;display:block; }
#bT4lNI7yPab8al9EpTzccZTfg1ct39Vz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { background-color: transparent; background-image: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { border-width: 0; border-radius: 0; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container {  }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { position:absolute;display:block;z-index:15007;background-color:#00cbec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { background-color: transparent; background-image: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { border-width: 0; border-radius: 0; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container {  }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { color:#04253a;display:block;width:33.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.8125rem;left:1.5625rem;height:6rem;font-style:normal;display:block; }
#hi26IrvOE9i13o1pF68vhENoQZaEQa4V { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.3125rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.0625rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#B9HL1pHmpsaauuvpVmu9ZZLesx2GQxXW { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.3125rem;left:40.1875rem;display:block; }
#CZUZtmr50QlpyTe5U025rAeCxwyXJ7Kh { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.0625rem;left:40.1875rem;display:block; }
#PiolEbRCrwV9uTiQWHRxWr7uAvhTEZhh { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.0625rem;left:40.1875rem;display:block; }
#Til3kmupJIT8HkXXroPSTgeVGfD3uS93 { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.4375rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#E9s5VzaSnJo2Ihl1ExGOnbpAkT9Dob0e { box-sizing:content-box;color:#0083d5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.4375rem;left:40.1875rem;display:block; }
#TKmRi926OpUwHZdsxaZtF8ozhXnBWmFT { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.40625rem;left:43.125001907349rem;height:1.5rem;font-style:normal;display:block; }
#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { background-color: transparent; background-image: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { border-width: 0; border-radius: 0; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container {  }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#Xihr903VMxeStSFOWD3iVNFDl9Is31ND { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { position:absolute;display:block;z-index:15007;background-color:#00cbec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { background-color: transparent; background-image: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container > .video-iframe-container { display: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container { display: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { border-width: 0; border-radius: 0; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container {  }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6812515258787rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:9.4375019073488rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.6812515258787rem;left:21.562501907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koLX1GeqwTbL5DTib2LakUr0aua2DPzw { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:9.4375rem;left:21.562501907349rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.6812515258787rem;left:41.562501907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9.4375rem;left:41.562501907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ig13Fu96JJaWAXJ5h48TvMDWBeX6lwLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.0554695129394rem;left:8.03125rem; }
#fabZ12pkql7Fow9Xl1wA30mqcPF0AVnf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.0554695129394rem;left:48.030469894409rem; }
#xSymICDNUT3y3rh13CCfKtgBWhgsZ864 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.4617195129394rem;left:27.39999961853rem; }
#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { border-width: 0; border-radius: 0; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container {  }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { position:absolute;display:block;z-index:15007;background-color:#00cbec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { border-width: 0; border-radius: 0; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container {  }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/npxXWgQ33ZQ/unsplash/glenn-carstens-peters-npxXWgQ33ZQ-photo-1486312338219-ce68d2c6f44d.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.adaptive-delivery-prevent-bg, #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.lazyload, #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.lazyloading { background-image: none; }
#vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.875rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:20.362501144409rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/FlPc9_VocJ4/unsplash/john-schnobrich-FlPc9_VocJ4-photo-1516321318423-f06f85e504b3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.adaptive-delivery-prevent-bg, #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.lazyload, #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.lazyloading { background-image: none; }
#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.000001907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:20.46249961853rem;left:21.562501907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suH279cM4V2f2gz8HNThweDmtAVvGh8A { position:absolute;display:block;z-index:15006;background-color:#03314e;background-image:url("https://images.assets-landingi.com/JaoVGh5aJ3E/unsplash/amy-hirschi-JaoVGh5aJ3E-photo-1551836022-d5d88e9218df.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.5625rem;width:13.5625rem;top:1.25rem;left:43.125rem;display:block; }#suH279cM4V2f2gz8HNThweDmtAVvGh8A.adaptive-delivery-prevent-bg, #suH279cM4V2f2gz8HNThweDmtAVvGh8A.lazyload, #suH279cM4V2f2gz8HNThweDmtAVvGh8A.lazyloading { background-image: none; }
#XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.5625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.362501144409rem;left:41.562501907349rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { background-color: transparent; background-image: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { border-width: 0; border-radius: 0; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container {  }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { position:absolute;display:block;z-index:15007;background-color:#00cbec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { background-color: transparent; background-image: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { border-width: 0; border-radius: 0; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container {  }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { position:absolute;display:block;z-index:15000;background-color:#00cbec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
#k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.5rem;left:1.5625rem;display:block; }
#BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.905469417572rem;left:2.5625rem;height:18rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { position:absolute;display:block;z-index:15001;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:20rem;top:1.0625rem;left:20rem;display:block; }
#dNGRZTKC5PWa8HuupENM7KbX6TJfGFxK { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:2.5rem;left:21.5625rem;display:block; }
#fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:5.125rem;left:21.562501907349rem;height:13.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { position:absolute;display:block;z-index:15002;background-color:#064771;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:20rem;top:1.0625rem;left:40rem;display:block; }
#kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5rem;left:41.5625rem;display:block; }
#qMl4cuMuo6KFqmVxbL48UzQUT0H2Ubgn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:5.125rem;left:41.562501907349rem;height:16.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container { background-color: transparent; background-image: none; }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container > .video-iframe-container { display: none; }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row > .video-iframe-container { display: none; }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container { border-width: 0; border-radius: 0; }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row > .video-iframe-container {  }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#AMlThScyUk3hZml3Ev54E0MXzSP1vwVF { color:#04253a;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.046875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container { background-color: transparent; background-image: none; }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container > .video-iframe-container { display: none; }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row > .video-iframe-container { display: none; }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container { border-width: 0; border-radius: 0; }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row > .video-iframe-container {  }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#XHOL80dU5eHzDVW0APW9dvbH9kDGXlAG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KiGEgiO2/42632dcdcd01601060ed3baa989029bb.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:11.5rem;width:12rem;top:3.5625rem;left:2.65625rem;display:block; }#XHOL80dU5eHzDVW0APW9dvbH9kDGXlAG.adaptive-delivery-prevent-bg, #XHOL80dU5eHzDVW0APW9dvbH9kDGXlAG.lazyload, #XHOL80dU5eHzDVW0APW9dvbH9kDGXlAG.lazyloading { background-image: none; }
#gk9mPGIq4tcbEoBsiACHGaMOVIrQ97iK { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/P8XM8ugw/4fa31124b35165a2484073e42b381110.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:11.5rem;width:12rem;top:21.75rem;left:2.75rem;display:block; }#gk9mPGIq4tcbEoBsiACHGaMOVIrQ97iK.adaptive-delivery-prevent-bg, #gk9mPGIq4tcbEoBsiACHGaMOVIrQ97iK.lazyload, #gk9mPGIq4tcbEoBsiACHGaMOVIrQ97iK.lazyloading { background-image: none; }
#UdEBPJfUmTACNhlvlcmSpqM06kZcSMi0 { color:#04253a;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.59375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nuxEsPbzpnH1siGzbmCX3eic7ia6a4dT { color:#04253a;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.375rem;left:0.6875rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#gW9AdRkSRGn23Em4zMitwFzptbBcHcyV { color:#04253a;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:4.03125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#q7XoQbN4iyp0asQPpZSdfN6NJCTGDeLe { color:#04253a;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:35.6875rem;left:1.09375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FEMVtQH6ntIJRzHIkhTx2gSFhKVnE4by { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5125007629394rem;left:16.25rem;height:;display:block; }#FEMVtQH6ntIJRzHIkhTx2gSFhKVnE4by li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FEMVtQH6ntIJRzHIkhTx2gSFhKVnE4by li:before{  }
#sC9mko3qSNP5Bkbr40oUTWm8HQqq9Ip4 { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.749207496643rem;left:16.843751907349rem;height:13.2625rem;display:block; }#sC9mko3qSNP5Bkbr40oUTWm8HQqq9Ip4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sC9mko3qSNP5Bkbr40oUTWm8HQqq9Ip4 li:before{  }
#H6SVK5rAbCgFIHlI67ZqGdwcbARcq52y { position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:58.5rem;top:1.625rem;left:0.75rem;display:block; }
#W9uAWx1XzEWB5wUBead0urTvZUC6Zy5T { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:58.5rem;top:20.74374961853rem;left:0.75rem;display:block; }
#E2ukriAMrBDkEUkwKltMThTmNrdaFcG2 { color:#04253a;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:37.0625rem;left:4.03125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container { background-color: transparent; background-image: none; }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container > .video-iframe-container { display: none; }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row > .video-iframe-container { display: none; }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container { border-width: 0; border-radius: 0; }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row > .video-iframe-container {  }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container { font-size:0.875rem;font-family:arial;height:76.875rem;width:60rem;position:relative;display:block; }#ZiXqEcZnRRls8R4cmDt0wQQlHFJUP5dD { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7noZJ_4nhU8/unsplash/kevin-delvecchio-7noZJ_4nhU8-photo-1496275068113-fff8c90750d1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:14.3125rem;width:14.3125rem;top:27.374996185302rem;left:0rem;display:block; }#ZiXqEcZnRRls8R4cmDt0wQQlHFJUP5dD.adaptive-delivery-prevent-bg, #ZiXqEcZnRRls8R4cmDt0wQQlHFJUP5dD.lazyload, #ZiXqEcZnRRls8R4cmDt0wQQlHFJUP5dD.lazyloading { background-image: none; }
#Pz78A8slSOPhvhruqnxlRC81sOSlwBM7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:54.506240844726rem;left:16.437501907349rem;height:2.1125rem;font-style:normal;display:block; }
#CMZS44iQfCJJ9QyBZVPLvELduzObQgRn { position:absolute;display:block;z-index:15026;background-color:#a6afb3;background-image:url("https://images.assets-landingi.com/WhqokQoz-g4/unsplash/studio-michael-fran-a-WhqokQoz-g4-photo-1642050918046-630bf9a3e89a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:14.3125rem;width:14.3125rem;top:26.625rem;left:30rem;display:block; }#CMZS44iQfCJJ9QyBZVPLvELduzObQgRn.adaptive-delivery-prevent-bg, #CMZS44iQfCJJ9QyBZVPLvELduzObQgRn.lazyload, #CMZS44iQfCJJ9QyBZVPLvELduzObQgRn.lazyloading { background-image: none; }
#ikzJdFZ26qrEt31qD2TTd6wRT7vixZvy { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OgvqXGL7XO4/unsplash/hal-gatewood-OgvqXGL7XO4-photo-1507413245164-6160d8298b31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:14.3125rem;width:14.3125rem;top:10rem;left:0rem;display:block; }#ikzJdFZ26qrEt31qD2TTd6wRT7vixZvy.adaptive-delivery-prevent-bg, #ikzJdFZ26qrEt31qD2TTd6wRT7vixZvy.lazyload, #ikzJdFZ26qrEt31qD2TTd6wRT7vixZvy.lazyloading { background-image: none; }
#OkZPJMTibZOr6lOFUTZbMZLcuNsfCL91 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:16.4375rem;height:2.1125rem;font-style:normal;display:block; }
#UyhQeZh8LBVTrE0JBZMzeoe2EF9lf4oG { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S1v7hVUiCg0/unsplash/julia-zyablova-S1v7hVUiCg0-photo-1603398938378-e54eab446dde.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:14.3125rem;width:14.3125rem;top:10rem;left:30.0625rem;display:block; }#UyhQeZh8LBVTrE0JBZMzeoe2EF9lf4oG.adaptive-delivery-prevent-bg, #UyhQeZh8LBVTrE0JBZMzeoe2EF9lf4oG.lazyload, #UyhQeZh8LBVTrE0JBZMzeoe2EF9lf4oG.lazyloading { background-image: none; }
#wyb0qHHFiDWZsLsmSQ2oVmLSETuiWhgz { color:#000000;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.0625rem;left:46.375rem;height:2.1125rem;font-style:normal;display:block; }
#nwWP4Ksqud1rt9TTwXA02mAhGroOaxqM { color:#000000;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#ZVf0cGqw60nqeEr1hFm7uBCveu9DJ39v { color:#000000;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:52.617969512939rem;left:0rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GTqvt9bcf5ZtGc5zltIJJIqAUZ1Agxt7 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/E285pJbC4uE/unsplash/jafar-ahmed-E285pJbC4uE-photo-1551190822-a9333d879b1f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:14.3125rem;width:14.3125rem;top:47.187483787537rem;left:0rem;display:block; }#GTqvt9bcf5ZtGc5zltIJJIqAUZ1Agxt7.adaptive-delivery-prevent-bg, #GTqvt9bcf5ZtGc5zltIJJIqAUZ1Agxt7.lazyload, #GTqvt9bcf5ZtGc5zltIJJIqAUZ1Agxt7.lazyloading { background-image: none; }
#eHpJharx51POaTwzPEQ5SDvC96KGMwuG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.924215316772rem;left:16.437501907349rem;height:2.1125rem;font-style:normal;display:block; }
#se3NR0EWCRglTpT7ozf6iRZK2W1JsTqU { color:#000000;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:34.0625rem;left:46.375rem;height:2.1125rem;font-style:normal;display:block; }
#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6AbocAfa/03_02.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.adaptive-delivery-prevent-bg, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyload, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyloading { background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { border-width: 0; border-radius: 0; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container {  }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { color:#04253a;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.8101568222046rem;left:0.6875rem;height:12.6rem;font-style:normal;display:block; }
#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { color:#04253a;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.373438835144rem;left:0rem;height:;font-style:normal;display:block; }#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qdMvS3dX/noun_check_1635228_3AE211.png); }
#koAHFBnZ1FZARo5T3KATUTBXunhJ18wM { background-color:#064771;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.499988555908rem;left:0.6875rem;display:block; }
#yKzSDRuexp0iX88f6WQZQQq50MeAfED2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT { background-color:#00cbec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container { background-color: transparent; background-image: none; }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container > .video-iframe-container { display: none; }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row > .video-iframe-container { display: none; }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container { border-width: 0; border-radius: 0; }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row > .video-iframe-container {  }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#NQ5DIRiJKwGQgg7csfQdCvUyw7zHE63M { color:#f9f9f9;display:block;width:4.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4343795776367rem;left:38.555467605591rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e1x7coLXg39MUOzgKQbkBQxvfK3rENvT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:7.875rem;top:1.03125rem;left:1.5rem;overflow:hidden;display:block; }
#O4TatyKn4wTvhwihc5InTJ0uHUMn5TCc { color:#f9f9f9;display:block;width:3.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4343757629394rem;left:16.992189407349rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XwyWTqqBW3bzXE4PmTzrPK7PeIRQRDXy { color:#f9f9f9;display:block;width:4.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4343757629394rem;left:22.617189407349rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cLnQcIPtR3CUc2JQTK3BvBK3aLJNDd8Q { color:#f3f8f8;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4750022888184rem;left:43.055467605591rem;height:1.3rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:33.125rem;height:34.6875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwy1q4ePrPcLEref9UUMwCFf6tgNB6ER { top:4.0625rem;left:0rem;width:8.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s66rVd2yXRNRavgBzbUlzC7cq6UVqUp5 { width:17.5rem;height:3.4375rem;top:32.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4lNI7yPab8al9EpTzccZTfg1ct39Vz { display:block; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi26IrvOE9i13o1pF68vhENoQZaEQa4V { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #B9HL1pHmpsaauuvpVmu9ZZLesx2GQxXW { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUZtmr50QlpyTe5U025rAeCxwyXJ7Kh { width:2.1875rem;height:2.1875rem;top:3.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiolEbRCrwV9uTiQWHRxWr7uAvhTEZhh { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Til3kmupJIT8HkXXroPSTgeVGfD3uS93 { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #E9s5VzaSnJo2Ihl1ExGOnbpAkT9Dob0e { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKmRi926OpUwHZdsxaZtF8ozhXnBWmFT { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { width:16.875rem;height:1.9375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { width:16.875rem;height:4.5rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { width:16.875rem;height:1.9375rem;top:6.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koLX1GeqwTbL5DTib2LakUr0aua2DPzw { width:16.875rem;height:4.5rem;top:9.4375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { width:16.875rem;height:1.9375rem;top:6.625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { width:16.875rem;height:3rem;top:9.4375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig13Fu96JJaWAXJ5h48TvMDWBeX6lwLx { top:2rem;left:5.96875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabZ12pkql7Fow9Xl1wA30mqcPF0AVnf { top:2rem;left:37.717969894409rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSymICDNUT3y3rh13CCfKtgBWhgsZ864 { top:2.4375rem;left:21.21249961853rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:1.9375rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:4.5rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:20rem;height:1.8125rem;top:15.875rem;left:11.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { width:16.875rem;height:2.75rem;top:20.4375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suH279cM4V2f2gz8HNThweDmtAVvGh8A { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { width:16.875rem;height:3.875rem;top:15.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { width:16.875rem;height:4.5rem;top:20.3125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { width:2.625rem;height:2.625rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGRZTKC5PWa8HuupENM7KbX6TJfGFxK { width:2.625rem;height:2.625rem;top:2.5rem;left:15.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { width:2.625rem;height:2.625rem;top:2.5rem;left:31.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMl4cuMuo6KFqmVxbL48UzQUT0H2Ubgn { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdW0ItaHSnH4OmLLsoExDcFX73HCqdki { display:block; }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMlThScyUk3hZml3Ev54E0MXzSP1vwVF { width:47.75rem;height:3.25rem;top:1rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb { display:block; }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHOL80dU5eHzDVW0APW9dvbH9kDGXlAG { width:12rem;height:11.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk9mPGIq4tcbEoBsiACHGaMOVIrQ97iK { width:12rem;height:11.5rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdEBPJfUmTACNhlvlcmSpqM06kZcSMi0 { width:16.25rem;height:2.4375rem;top:15.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuxEsPbzpnH1siGzbmCX3eic7ia6a4dT { width:16.25rem;height:2.3125rem;top:33.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW9AdRkSRGn23Em4zMitwFzptbBcHcyV { width:9.375rem;height:1.25rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7XoQbN4iyp0asQPpZSdfN6NJCTGDeLe { width:15.25rem;height:1.25rem;top:35.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEMVtQH6ntIJRzHIkhTx2gSFhKVnE4by { top:4.5rem;left:6.1875rem;width:41.5625rem;height:;font-size:1rem;display:block; }#FEMVtQH6ntIJRzHIkhTx2gSFhKVnE4by li:before{  }
 }@media only screen and (max-width: 763px) { #sC9mko3qSNP5Bkbr40oUTWm8HQqq9Ip4 { top:21.6875rem;left:6.1875rem;width:41.5625rem;height:15.8125rem;font-size:1rem;display:block; }#sC9mko3qSNP5Bkbr40oUTWm8HQqq9Ip4 li:before{  }
 }@media only screen and (max-width: 763px) { #H6SVK5rAbCgFIHlI67ZqGdwcbARcq52y { top:1.625rem;left:0rem;width:47.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uAWx1XzEWB5wUBead0urTvZUC6Zy5T { top:20.6875rem;left:0rem;width:47.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ukriAMrBDkEUkwKltMThTmNrdaFcG2 { width:9.375rem;height:1.25rem;top:37.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV { display:block; }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiXqEcZnRRls8R4cmDt0wQQlHFJUP5dD { top:27.3125rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz78A8slSOPhvhruqnxlRC81sOSlwBM7 { top:54.5rem;left:11.375rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMZS44iQfCJJ9QyBZVPLvELduzObQgRn { top:26.625rem;left:23.875rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikzJdFZ26qrEt31qD2TTd6wRT7vixZvy { top:10rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkZPJMTibZOr6lOFUTZbMZLcuNsfCL91 { top:15.0625rem;left:11.375rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyhQeZh8LBVTrE0JBZMzeoe2EF9lf4oG { top:10rem;left:23.875rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyb0qHHFiDWZsLsmSQ2oVmLSETuiWhgz { top:15.0625rem;left:34.125rem;width:13.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwWP4Ksqud1rt9TTwXA02mAhGroOaxqM { top:2.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVf0cGqw60nqeEr1hFm7uBCveu9DJ39v { top:52.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqvt9bcf5ZtGc5zltIJJIqAUZ1Agxt7 { top:47.125rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpJharx51POaTwzPEQ5SDvC96KGMwuG { top:34.875rem;left:11.375rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #se3NR0EWCRglTpT7ozf6iRZK2W1JsTqU { top:34.0625rem;left:34.125rem;width:13.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:27.8125rem;height:12.5625rem;top:1.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:27.8125rem;height:;top:18.3125rem;left:0rem;font-size:1rem;display:block; }#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qdMvS3dX/noun_check_1635228_3AE211.png); }
 }@media only screen and (max-width: 763px) { #koAHFBnZ1FZARo5T3KATUTBXunhJ18wM { width:17.5rem;height:3.4375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzSDRuexp0iX88f6WQZQQq50MeAfED2 { display:block; }
 }@media only screen and (max-width: 763px) { #LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT { display:block; }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ5DIRiJKwGQgg7csfQdCvUyw7zHE63M { width:4.5rem;height:1.375rem;top:2.375rem;left:32.430467605591rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1x7coLXg39MUOzgKQbkBQxvfK3rENvT { top:1rem;left:0rem;width:7.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TatyKn4wTvhwihc5InTJ0uHUMn5TCc { width:3.125rem;height:2.75rem;top:2.375rem;left:10.867189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwyWTqqBW3bzXE4PmTzrPK7PeIRQRDXy { width:4.5rem;height:2.75rem;top:2.375rem;left:16.492189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLnQcIPtR3CUc2JQTK3BvBK3aLJNDd8Q { top:2.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:20rem;height:18.75rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:17.5rem;height:9.3rem;top:6.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:17.5rem;height:4.3875rem;top:17.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwy1q4ePrPcLEref9UUMwCFf6tgNB6ER { width:5.6875rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s66rVd2yXRNRavgBzbUlzC7cq6UVqUp5 { width:17.5rem;height:3.4375rem;top:25.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4lNI7yPab8al9EpTzccZTfg1ct39Vz { display:block; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:4.1875004768372rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:18.75rem;height:9.5625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hi26IrvOE9i13o1pF68vhENoQZaEQa4V { width:16.875rem;height:1.5rem;top:13.1875rem;left:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { width:16.875rem;height:1.5rem;top:18rem;left:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9HL1pHmpsaauuvpVmu9ZZLesx2GQxXW { width:2.1875rem;height:2.1875rem;top:12.84375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUZtmr50QlpyTe5U025rAeCxwyXJ7Kh { width:2.1875rem;height:2.1875rem;top:18rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiolEbRCrwV9uTiQWHRxWr7uAvhTEZhh { width:2.1875rem;height:2.1875rem;top:22.09375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Til3kmupJIT8HkXXroPSTgeVGfD3uS93 { width:16.875rem;height:1.5rem;top:26.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9s5VzaSnJo2Ihl1ExGOnbpAkT9Dob0e { width:2.1875rem;height:2.1875rem;top:26.40625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKmRi926OpUwHZdsxaZtF8ozhXnBWmFT { width:15.4375rem;height:1.5rem;top:22.4375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:20rem;height:5.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { width:16.875rem;height:1.3rem;top:6.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { width:16.875rem;height:4.5rem;top:7.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { width:16.875rem;height:1.3rem;top:18.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koLX1GeqwTbL5DTib2LakUr0aua2DPzw { width:16.875rem;height:4.5rem;top:19.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { width:16.875rem;height:1.3rem;top:31.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { width:16.875rem;height:3rem;top:32.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig13Fu96JJaWAXJ5h48TvMDWBeX6lwLx { width:3.9375rem;height:3.9375rem;top:1.1851615905762rem;left:8.0312503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabZ12pkql7Fow9Xl1wA30mqcPF0AVnf { width:3.9375rem;height:3.9375rem;top:25.749217033386rem;left:8.0312503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSymICDNUT3y3rh13CCfKtgBWhgsZ864 { width:3.9375rem;height:3.9375rem;top:13.687499046326rem;left:8.0312503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:20rem;height:6.5rem;top:7.62939453125E-6rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:20rem;height:0.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { width:13.625rem;height:13.625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:1.3rem;top:15.5rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:4.5rem;top:17.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { width:13.625rem;height:13.625rem;top:22.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:16.875rem;height:1.3rem;top:36.5625rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { width:16.875rem;height:2.8rem;top:38.737503051757rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suH279cM4V2f2gz8HNThweDmtAVvGh8A { width:13.625rem;height:13.625rem;top:42.937504291534rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { width:16.875rem;height:1.3rem;top:57.374994277954rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { width:16.875rem;height:4.5rem;top:60.687501907349rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:20rem;height:0.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:5.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:20rem;height:19.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { width:2.625rem;height:2.625rem;top:2.125rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:16.875rem;height:15rem;top:4.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:20rem;height:19.6875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGRZTKC5PWa8HuupENM7KbX6TJfGFxK { width:2.625rem;height:2.625rem;top:23.625rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:16.875rem;height:13.5rem;top:25.90625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:20rem;height:19.6875rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { width:2.625rem;height:2.625rem;top:44.3125rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMl4cuMuo6KFqmVxbL48UzQUT0H2Ubgn { width:16.875rem;height:15rem;top:46.937506198883rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdW0ItaHSnH4OmLLsoExDcFX73HCqdki { display:block; }#CdW0ItaHSnH4OmLLsoExDcFX73HCqdki > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMlThScyUk3hZml3Ev54E0MXzSP1vwVF { width:20rem;height:2.4375rem;top:1.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb { display:block; }#LZ2ffaBpQANXvFLkvOqomTxARfnDDlgb > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHOL80dU5eHzDVW0APW9dvbH9kDGXlAG { width:12rem;height:11.5rem;top:3.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk9mPGIq4tcbEoBsiACHGaMOVIrQ97iK { width:12rem;height:11.5rem;top:46.6875rem;left:3.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdEBPJfUmTACNhlvlcmSpqM06kZcSMi0 { width:16.25rem;height:2.1125rem;top:15.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuxEsPbzpnH1siGzbmCX3eic7ia6a4dT { width:16.25rem;height:2.1125rem;top:59.125rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW9AdRkSRGn23Em4zMitwFzptbBcHcyV { width:9.375rem;height:1.3rem;top:17.125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7XoQbN4iyp0asQPpZSdfN6NJCTGDeLe { width:15.9375rem;height:1.3rem;top:61.950000762939rem;left:2.0312501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEMVtQH6ntIJRzHIkhTx2gSFhKVnE4by { width:20rem;height:18.825rem;top:20.937494277954rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#FEMVtQH6ntIJRzHIkhTx2gSFhKVnE4by li:before{  }
 }@media only screen and (max-width: 763px) { #sC9mko3qSNP5Bkbr40oUTWm8HQqq9Ip4 { width:20rem;height:28.8625rem;top:67.500003054738rem;left:0rem;font-size:1rem;display:block; }#sC9mko3qSNP5Bkbr40oUTWm8HQqq9Ip4 li:before{  }
 }@media only screen and (max-width: 763px) { #H6SVK5rAbCgFIHlI67ZqGdwcbARcq52y { width:20rem;height:39.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uAWx1XzEWB5wUBead0urTvZUC6Zy5T { width:20rem;height:54.4375rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ukriAMrBDkEUkwKltMThTmNrdaFcG2 { width:9.375rem;height:1.3rem;top:63.8125rem;left:5.3124998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV { display:block; }#EQ5dXC34w1FdxUEpKbJ7nV1EVINCzRIV > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiXqEcZnRRls8R4cmDt0wQQlHFJUP5dD { width:10rem;height:10rem;top:19.84375667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz78A8slSOPhvhruqnxlRC81sOSlwBM7 { width:8.125rem;height:1.625rem;top:62.974218368531rem;left:11.875000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMZS44iQfCJJ9QyBZVPLvELduzObQgRn { width:10rem;height:10rem;top:45.906249523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikzJdFZ26qrEt31qD2TTd6wRT7vixZvy { width:10rem;height:10rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkZPJMTibZOr6lOFUTZbMZLcuNsfCL91 { width:8.125rem;height:1.625rem;top:10.25rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyhQeZh8LBVTrE0JBZMzeoe2EF9lf4oG { width:10rem;height:10rem;top:32.999999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyb0qHHFiDWZsLsmSQ2oVmLSETuiWhgz { width:8.125rem;height:3.25rem;top:37.187501430511rem;left:11.875000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwWP4Ksqud1rt9TTwXA02mAhGroOaxqM { width:20rem;height:2.19375rem;top:1.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVf0cGqw60nqeEr1hFm7uBCveu9DJ39v { width:20rem;height:2.19375rem;top:72.030468940738rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTqvt9bcf5ZtGc5zltIJJIqAUZ1Agxt7 { width:10rem;height:10rem;top:58.786722183228rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpJharx51POaTwzPEQ5SDvC96KGMwuG { width:7.875rem;height:3.25rem;top:23.218744277954rem;left:11.437500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #se3NR0EWCRglTpT7ozf6iRZK2W1JsTqU { width:8.6875rem;height:3.25rem;top:50.343749046326rem;left:11.312500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6AbocAfa/03_02.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.adaptive-delivery-prevent-bg, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyload, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyloading { background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:20rem;height:9.35rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:20rem;height:6.1375rem;top:13.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qdMvS3dX/noun_check_1635228_3AE211.png); }
 }@media only screen and (max-width: 763px) { #koAHFBnZ1FZARo5T3KATUTBXunhJ18wM { width:17.5rem;height:3.4375rem;top:20.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzSDRuexp0iX88f6WQZQQq50MeAfED2 { display:block; }
 }@media only screen and (max-width: 763px) { #LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT { display:block; }#LDAgyntNbkuVtFHtpJymlUKIZOyhEMaT > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ5DIRiJKwGQgg7csfQdCvUyw7zHE63M { width:4.5rem;height:1.625rem;top:1.4992189407349rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1x7coLXg39MUOzgKQbkBQxvfK3rENvT { width:7.875rem;height:4.1875rem;top:5.4250001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TatyKn4wTvhwihc5InTJ0uHUMn5TCc { width:3.125rem;height:2.6rem;top:7.07421875rem;left:9.7500003576281rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwyWTqqBW3bzXE4PmTzrPK7PeIRQRDXy { width:4.5rem;height:2.6rem;top:7.074999809265rem;left:14.187500357628rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLnQcIPtR3CUc2JQTK3BvBK3aLJNDd8Q { width:12.5rem;height:1.625rem;top:1.4992189407349rem;left:6.9374998807906rem;font-size:1.25rem;display:block; }
 }