.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl { position:relative;display:block; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl { background-color: transparent; background-image: none; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container > .video-iframe-container { display: none; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row > .video-iframe-container { display: none; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .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); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl { border-width: 0; border-radius: 0; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container > .video-iframe-container { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.05);background-image:url("https://images.assets-landingi.com/uc/853e8d5e-ff6f-4726-b904-90a3a23f812e/landingpagedesktopcopy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;position:relative;display:block; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container.adaptive-delivery-prevent-bg, #BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container.lazyload, #BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container.lazyloading { background-image: none; }#QUptBUckeBoADlD2FRMTlWANA37SLJvm { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:16.5rem;left:3.4375rem;height:7.125rem;display:block; }
#sEUzkrGJTWyDCpWgilXAs9MWv92tK1QR { background-color:#177fa4;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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.875rem;left:3.4375rem;display:block; }
#zWgQDMdaAakpZT3cNN83FxGImwrGuWn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MdG0TxApz7WxaHg2lFUiwQfT0fTWWPDh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:24.25rem;top:6.5rem;left:1.1875rem;overflow:hidden;display:block; }
#P5yF7lvAPZa5bb107USzpzv7t0AenbbE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:10rem;top:2.375rem;left:3.4375rem;overflow:hidden;display:block; }
#VzxW8IdhG0QcscIpN5fOFWuAecpHoHTd { background-color:#ffffff;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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#177fa4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.875rem;left:14.5625rem;display:block; }
#r02Atta34vXCKrATVTlvmDHudmh2Ms2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row .container { background-color: transparent; background-image: none; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row .container > .video-iframe-container { display: none; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row > .video-iframe-container { display: none; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .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); }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row .container { border-width: 0; border-radius: 0; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#S2tDE6A23XlUiAfDQPNLKOuoZ5FqW3Eq { color:#003a4d;display:block;width:50rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:1.5rem;left:5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR9QIBQk1iTSrxsuGZaxUuHmohUw8OgV { color:#323637;display:block;width:39.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:6.09375rem;left:10.09375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky { position:relative;display:block; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky { background-color: transparent; background-image: none; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row .container > .video-iframe-container { display: none; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row > .video-iframe-container { display: none; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .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); }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky { border-width: 0; border-radius: 0; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CJ8wih6aGEUcdBhpUmfWtOm2yH0NUWJk { color:#003a4d;display:block;width:58.125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:2.125rem;left:0.9375rem;height:2.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i2peu4mNPDa6ATRN9bSUpJNJDpxy38bE { box-sizing:content-box;height:31.6875rem;width:19.375rem;position:absolute;display:block;z-index:15007;background-color:#e6f4fd;background-image:none;top:6.625rem;left:40.625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#QnynDh8NVKT1cUyTOwMrObsb47isBzhn { color:#323637;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.9375rem;left:42.5rem;height:24rem;text-align:left;text-align-last:left;display:block; }
#DJ20rWgSD2U9QayzODTNc7xWoyoyEWzv { box-sizing:content-box;height:31.6875rem;width:19.375rem;position:absolute;display:block;z-index:15006;background-color:#e6f4fd;background-image:none;top:6.625rem;left:20.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#MbzT3gHPuACilE4h6oCDUIwhWcgfvFzM { color:#323637;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.6875rem;left:22.1875rem;height:24rem;text-align:left;text-align-last:left;display:block; }
#zXx3XMalszxSz7CkyqJongWlevMFQT0o { box-sizing:content-box;height:31.5625rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#e6f4fd;background-image:none;top:6.625rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#VSlLF9XKJasM4f1Wo9ni3KFHiveC1X6H { color:#323637;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.6875rem;left:1.875rem;height:24rem;text-align:left;text-align-last:left;display:block; }
#h8RFO2TBNP7INEzKNC3WHrmso81TvtzT { color:#003a4d;display:block;width:15.8115rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:1.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B7yaJ7ONB4XtVXgPDqV699V3wnU3OZXT { color:#003a4d;display:block;width:15.8115rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.1875rem;left:22.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KW3B9tChsmdpocIdDFSA9b9ypV9SVHoh { color:#003a4d;display:block;width:15.8115rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:7.9375rem;left:42.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EwznJsbVyXHWV68vvzW4kSVXGqx10ccM { color:#323637;display:block;width:39.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:40.875rem;left:10.09375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f4fd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row .container { background-color: transparent; background-image: none; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row .container > .video-iframe-container { display: none; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row > .video-iframe-container { display: none; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .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); }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row .container { border-width: 0; border-radius: 0; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#l44JcfvOI4DXUIBX33Twbgk2HwxTXyM4 { box-sizing:content-box;height:8.1875rem;width:27.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:7.125rem;left:2.5rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#vHEESU8fVOmlhKvlRzVqT4XObCmIKhZ2 { box-sizing:content-box;height:10.125rem;width:27.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:17.812500476837rem;left:2.5rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#z3pTAC3FzOW96Rh5bfaMcd8mi8ILoALp { box-sizing:content-box;height:10.125rem;width:27.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:30.125001430511rem;left:2.5rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#wCcLpLxbe8ehxXbvrkmzAKhzusyfkTlT { color:#323637;display:block;width:23.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.125000953674rem;left:4.40625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#e2GpMMVkT0mfURxlB19T0oBnVbMtOqeS { color:#323637;display:block;width:15.811625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.5625rem;left:4.25rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CB5qSG7uHvfeWhnpigLy0D4ybwmfWK5y { color:#323637;display:block;width:15.811625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:19.375000476837rem;left:4.25rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VTfCKwBnL3UAA5bZJDyFUkMxhEARvKBF { color:#323637;display:block;width:23.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.875001430511rem;left:4.3125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#aO0IBU1H9r37UfQSTaxo4MVH4HKGabHB { color:#323637;display:block;width:15.811625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:31.500001430511rem;left:4.25rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vqmUF4zE6kv2CSDQCLmMFcOSITugpfq8 { color:#323637;display:block;width:23.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:34.000001430511rem;left:4.3125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#TJDBIGMTvXMvmkyFcDa3OEEl5TvJ6dkW { color:#003a4d;display:block;width:27.375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:2.125rem;left:2.5rem;height:2.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iEgVcqTFf4dDbDTTIAmN7qEtlx5lBsNQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.875rem;width:27.25rem;top:2.125rem;left:31.250001907349rem;overflow:hidden;display:block; }
#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f4fd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row .container { background-color: transparent; background-image: none; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row .container > .video-iframe-container { display: none; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row > .video-iframe-container { display: none; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .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); }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row .container { border-width: 0; border-radius: 0; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#BL2Wd7JS4CQyxMv0pnpa2k6yX11ZdobX { color:#003a4d;display:block;width:29.4375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:3.6875rem;left:27.1875rem;height:2.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMmMaXIT3a2p13SAlylm1Z5z7tqnh9hH { color:#323637;display:block;width:30rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:7.625rem;left:27.1875rem;height:21rem;font-style:normal;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; }
#v16ovIMCb6qpoadqMUcuJ364wq4sy5PQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.375rem;width:17.5rem;top:3.6875rem;left:5.0625rem;overflow:hidden;display:block; }
#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container { background-color: transparent; background-image: none; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container > .video-iframe-container { display: none; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row > .video-iframe-container { display: none; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .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); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container { border-width: 0; border-radius: 0; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#BCEIPuTGUfAsOIyE5yD83TTNB6eOf43x { background-color:#e6f4fd;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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#177fa4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.25rem;left:32.4375rem;display:block; }
#QBdlgCOvnr2NodIwCTK2RItT8g6x9KKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3M0iN0CXqN3EKPzdSX6EH2GPFEyMyww { color:#323637;display:block;width:34.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:12.8125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mr8rvudow1ANSNVsoOLx7xiy0o9CO1uo { color:#003a4d;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4KM17WAA1MlbaL3QqhQzU4PfAKgSEor { background-color:#177fa4;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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.25rem;left:12.8125rem;display:block; }
#xxuy2Kks1zDzrW0NkctOaBoKRHromdB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB { position:relative;display:block; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB { background-color: transparent; background-image: none; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row .container > .video-iframe-container { display: none; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row > .video-iframe-container { display: none; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .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); }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB { border-width: 0; border-radius: 0; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ksHcy38lkPECh5Xmk9SaXBmEN2UdGRgf { position:absolute;display:block;z-index:15000;height:4.25rem;width:38.75rem;top:6.5rem;left:10.625rem;display:block; }
#L8i5xMTwHUb4tdNsOAozPkH3HcOfxX0w { color:#323637;display:block;width:38.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:2rem;left:10.65625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f4fd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row .container { background-color: transparent; background-image: none; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row .container > .video-iframe-container { display: none; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row > .video-iframe-container { display: none; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .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); }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row .container { border-width: 0; border-radius: 0; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:60rem;position:relative;display:block; }#TLkmPBTAVh10Z5D6TTwO3zMZyfNPFxPW { color:#003a4d;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nM2TePv0fheIbFN3VyI8cvtkms3GQkUP { position:absolute;display:block;z-index:15005;background-color:#ffffff;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;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.375rem;width:29.0625rem;top:52.9375rem;left:30.5625rem;display:block; }
#JNZAvJoEzOdNhOUeLg46vifD8M1yGlhk { color:#323637;display:block;width:24rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:67.5rem;left:32.9375rem;height:1.69986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mwq4nTHeQd1qFATlnkRVLv0rPD7tWUi6 { color:#323637;display:block;width:24.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:33.4375rem;left:32.9375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4wuuovTmHVS5hww3R1tTeEa0hlkIDWu { position:absolute;display:block;z-index:15001;background-color:#ffffff;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;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.375rem;width:29.0625rem;top:27.9375rem;left:0rem;display:block; }
#XmT8mfuNdrxzbiy1zlIiJluCOQwg0BRL { color:#323637;display:block;width:24.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:33.4375rem;left:2.375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kDQ0zcgXfvzguLcNFTzU9zkkhiwErKoM { color:#323637;display:block;width:24.5625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:42.4375rem;left:2.375rem;height:1.69986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VayiUtMM4MABTW86EGTJB57ZcJ9JenSo { position:absolute;display:block;z-index:15005;background-color:#ffffff;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;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.375rem;width:29.0625rem;top:27.9375rem;left:30.75rem;display:block; }
#z51zdg6lDws7qhE1F10COPqgz2CiGAXS { color:#323637;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:42.4375rem;left:33rem;height:1.69986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCqxlN8nAKRhpsNNX4XHx16BzMi1JNxK { color:#323637;display:block;width:24.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:59.125rem;left:32.9375rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZdezXu1l2SxxPWBvO2yhUqBSGlF2bl1H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:49.5rem;left:33.125rem;overflow:hidden;display:block; }
#leWQruPVVFM1IvRgnyN0GtMmUGtG0tQP { position:absolute;display:block;z-index:15009;background-color:#ffffff;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;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.375rem;width:29.0625rem;top:53rem;left:0rem;display:block; }
#Llqw2eZqo9yc81pDXiVqeO4E6GyTSJcQ { color:#323637;display:block;width:21.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:67.5rem;left:2.375rem;height:1.69986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nSuIC7mRR2wAgRACrsIE8cZdAAtBAmgN { color:#323637;display:block;width:24.4375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:59.125rem;left:2.3125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aX8kKhP3HDR01aBy2nO10iTt4oXIvcmE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.4375rem;left:2.375rem;overflow:hidden;display:block; }
#BwNlKGhQHtWsrQkumTkgrIshlNBwoZyx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:24.4375rem;left:32.9375rem;overflow:hidden;display:block; }
#awO6OAe99T4Hv5QVCUWwa4JwFcUkCVcc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:49.5rem;left:2.375rem;overflow:hidden;display:block; }
#qFP1TehTiAeRIFKigpCTAxq3QLzXGNbg { color:#323637;display:block;width:36.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.1875rem;left:11.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSFtHvoQ2TQgBIIkBdhPEMSe6xn29Tco { color:#177fa4;display:block;width:15.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.5625rem;left:5.75rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wd4FoMtcXTeAIy3NaGmeJUgHFPQATHSU { color:#177fa4;display:block;width:14.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:18.5625rem;left:23.5rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8CcaZvaz0zq0x0CqE7z4OskvV0JQcT3 { color:#177fa4;display:block;width:14.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:18.5625rem;left:40rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8UE52wqLobvSFynkrt3V31vQlaVZTqs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.9375rem;left:11.5rem;overflow:hidden;display:block; }
#DdlTClWUezQWMPNIhkuHRiio0aovzgPa { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.9375rem;left:28.4375rem;overflow:hidden;display:block; }
#kdCbq5RLeMgpeJqNO1cnVALTrMXcbU3C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.9375rem;left:45.5625rem;overflow:hidden;display:block; }
#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f4fd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row .container { background-color: transparent; background-image: none; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row .container > .video-iframe-container { display: none; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row > .video-iframe-container { display: none; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .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); }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row .container { border-width: 0; border-radius: 0; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:arial;color:#323637; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:arial;line-height:1.5;overflow:hidden;height:auto;color:#323637; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_92fb36a08f2a606033b02102234df2b01cb4bbce.svg");background-size:contain !important; }#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-trigger.adaptive-delivery-prevent-bg, #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-trigger.lazyload, #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-trigger.lazyloading { background-image: none; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe { box-sizing:content-box;height:auto;width:50rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:8.25rem;left:4.6875rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #NRxtcTU6g5IAch8rwSiu7W7faLkb34Iw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #x0992ScqDvNPLbanTJzTFEhzCdyyMsct { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #tLZRP1lLG0RkxG8cTKiGboDr9TqQRwp3 { display:block;position:relative; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #qJDLAhrgCkCWTHZoDtM5BgK3FPcSy0QM {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #iRwTbuxR2d9JKL6J7JFJZRdz5sVsaZPH {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #O0AT83aXKLnUTWu4Td2vUcf8El0GV5Se { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #G78yEzMGI4Ihn78KHt3Qlpo0KZLzBMZV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #QEkGkVMBk9MI6s7vphFNhTRZ0T0llq2v { display:block;position:relative; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ZRWEzlJgetsyz7BPwgda8gQ1tXqhXyvO {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ttlrIJ56hgFRl2e1xfql2NTtQLkivmVC { display:none; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #BhA213TOKiEFk0Vns2SNJq9nc3qIISLU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #iwmgX0VPqLMO3SL9DaW1IMvKekxuLKsn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #qUxBT4qRSzdMOqIIVSPdcfgThaDoD3TI { display:block;position:relative; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ELX0TmJpQWoMh3Of8cshOK87gcyvuf1O {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #RoQeGW1MTOGhXC42V5mgxDFABbQnxW7C { display:none; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ETLI19JuitMnp8xLaqXzxWsvwvlbvPur { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #H4KMIzFsphG2UGEzlnsSn2iRnp1Uz7Dh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #hB0GflhwuecblN0NnOhUumNEbkUFUMTD { display:block;position:relative; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #dyTXuppHGWb8rwwR5dJrKPAec1IKvvzi {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #B5ml27KmVT19B0yzHfaGy7vd8QXFCmci { display:none; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #QD71bPszd28ZZKq4aiPEofvKL3QBpITa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #SgPwe2nMwetD3ZGwGRT0081AucyWLidr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #LKT4lfKz4rO5s6T1i9QdxThB8UX85Zl5 { display:block;position:relative; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #heTQ90clMOh2Uhbx86M7rktMTRJnXFA1 {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #cq6JRQM1IXD5VkCAxetRfxgvueRbofp5 { display:none; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #oVrTlKmNW83waKs2b2FAd41acRTxFTQ7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #WgczUIs4FS3UROL4WTPffrBJlWgBTmQQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #CGumAABxZLXCkkqhE0DTlL5hbwCwe07R { display:block;position:relative; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #XHggASreHvFRMN7cTWH8zVoZaGSSAMNs {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #TVSUyUApcfkBwIelGXThaB25LF2tm06M { display:none; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #IJBAG4DUBLLfWZL4cxThB91oXon3TD5F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ZBCcdlsDQVTcH3rhT23pZ0VdfpVtvPJU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #k8UMBlqPdSRW0SxUN7TNvalgfRcHqF9X { display:block;position:relative; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #Cqp0h7F3I6RUfJzdrbh4nvyb3mUx4GFz {  }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ySFCNFs80InMlresZBeXxi7Sm8wvWgyv { display:none; }
#f0SkRAm74rrrtTrUURSVuGqOfrvALg8u { color:#003a4d;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -moz-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -ms-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -o-linear-gradient(180deg, #e6f4fd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6f4fd, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { background-color: transparent; background-image: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .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); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { border-width: 0; border-radius: 0; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:block; }#d0oIeB0MG1riFmAzi7a111fPyA7k3iEZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.75rem;top:2.25rem;left:24.625rem;overflow:hidden;display:block; }
#pBBAOrXnmbzqdpW3XKOiy9DTmzZhNZbQ { color:#323637;display:block;width:23.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:5.375rem;left:18.5rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#h0ZaQwFZ4LF2utFT5bZlt86iDeQ6nauu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.6875rem;left:19.9375rem;overflow:hidden;display:block; }
#A41UXMvRypgZSNCOhTEuad16LwxyNFvF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.6875rem;left:24.1875rem;overflow:hidden;display:block; }
#na5Jq4RhUsyVimG2B9C4cwXbha4aTCFQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.6875rem;left:28.25rem;overflow:hidden;display:block; }
#DFsLVrIZVSvITIAUGOVdP8MUTUZZsFzd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.6875rem;left:32.4375rem;overflow:hidden;display:block; }
#NmRZZKKek7Gv6MqP88GIFyCtqLI9AiFq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.6875rem;left:36.625rem;overflow:hidden;display:block; }
#yaPQwUWWRPC6AXS4VoSzrZ9klcSzfqnw { color:#003a4d;display:block;width:23.0625rem;position:absolute;font-family:"san fransisco pro";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.4375rem;left:18.4375rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BotchEqgs3ebTSJH2vaHv1TwVz68rwfl { display:block; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUptBUckeBoADlD2FRMTlWANA37SLJvm { top:16.5rem;left:0.375rem;width:18.75rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUzkrGJTWyDCpWgilXAs9MWv92tK1QR { width:10rem;height:2.9375rem;top:24.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWgQDMdaAakpZT3cNN83FxGImwrGuWn8 { display:block; }
 }@media only screen and (max-width: 763px) { #MdG0TxApz7WxaHg2lFUiwQfT0fTWWPDh { top:6.5rem;left:0rem;width:24.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5yF7lvAPZa5bb107USzpzv7t0AenbbE { top:2.375rem;left:0.375rem;width:10rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzxW8IdhG0QcscIpN5fOFWuAecpHoHTd { width:14.875rem;height:2.9375rem;top:24.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02Atta34vXCKrATVTlvmDHudmh2Ms2E { display:block; }
 }@media only screen and (max-width: 763px) { #t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF { display:block; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2tDE6A23XlUiAfDQPNLKOuoZ5FqW3Eq { width:47.75rem;height:3rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9QIBQk1iTSrxsuGZaxUuHmohUw8OgV { width:39.8125rem;height:7.5rem;top:6.0625rem;left:3.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQET28TDMpbdZ1TASpwC8ivAaQb5rXky { display:block; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJ8wih6aGEUcdBhpUmfWtOm2yH0NUWJk { width:47.75rem;height:2.375rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2peu4mNPDa6ATRN9bSUpJNJDpxy38bE { top:6.625rem;left:28.375rem;width:19.375rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnynDh8NVKT1cUyTOwMrObsb47isBzhn { top:11.9375rem;left:32.125rem;width:15.625rem;height:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ20rWgSD2U9QayzODTNc7xWoyoyEWzv { top:6.625rem;left:14.1875rem;width:19.375rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzT3gHPuACilE4h6oCDUIwhWcgfvFzM { top:11.6875rem;left:16.0625rem;width:15.625rem;height:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXx3XMalszxSz7CkyqJongWlevMFQT0o { top:6.625rem;left:0rem;width:19.375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSlLF9XKJasM4f1Wo9ni3KFHiveC1X6H { top:11.6875rem;left:0rem;width:15.625rem;height:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8RFO2TBNP7INEzKNC3WHrmso81TvtzT { top:8.0625rem;left:0rem;width:15.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7yaJ7ONB4XtVXgPDqV699V3wnU3OZXT { top:8.1875rem;left:15.9375rem;width:15.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW3B9tChsmdpocIdDFSA9b9ypV9SVHoh { top:7.9375rem;left:32rem;width:15.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwznJsbVyXHWV68vvzW4kSVXGqx10ccM { width:39.8125rem;height:4.5rem;top:40.875rem;left:3.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd { display:block; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l44JcfvOI4DXUIBX33Twbgk2HwxTXyM4 { top:7.125rem;left:0rem;width:27.25rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHEESU8fVOmlhKvlRzVqT4XObCmIKhZ2 { top:17.8125rem;left:0rem;width:27.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3pTAC3FzOW96Rh5bfaMcd8mi8ILoALp { top:30.125rem;left:0rem;width:27.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCcLpLxbe8ehxXbvrkmzAKhzusyfkTlT { top:11.125rem;left:0rem;width:23.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2GpMMVkT0mfURxlB19T0oBnVbMtOqeS { top:8.5625rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB5qSG7uHvfeWhnpigLy0D4ybwmfWK5y { top:19.375rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfCKwBnL3UAA5bZJDyFUkMxhEARvKBF { top:21.875rem;left:0rem;width:23.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO0IBU1H9r37UfQSTaxo4MVH4HKGabHB { top:31.5rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqmUF4zE6kv2CSDQCLmMFcOSITugpfq8 { top:34rem;left:0rem;width:23.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJDBIGMTvXMvmkyFcDa3OEEl5TvJ6dkW { top:2.125rem;left:0rem;width:27.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEgVcqTFf4dDbDTTIAmN7qEtlx5lBsNQ { top:2.125rem;left:20.5rem;width:27.25rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO { display:block; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL2Wd7JS4CQyxMv0pnpa2k6yX11ZdobX { top:3.6875rem;left:17.625rem;width:29.4375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMmMaXIT3a2p13SAlylm1Z5z7tqnh9hH { top:7.625rem;left:17.75rem;width:30rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v16ovIMCb6qpoadqMUcuJ364wq4sy5PQ { top:3.6875rem;left:0rem;width:17.5rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy { display:block; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCEIPuTGUfAsOIyE5yD83TTNB6eOf43x { width:14.875rem;height:2.9375rem;top:14.25rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBdlgCOvnr2NodIwCTK2RItT8g6x9KKT { display:block; }
 }@media only screen and (max-width: 763px) { #O3M0iN0CXqN3EKPzdSX6EH2GPFEyMyww { width:34.4375rem;height:4.5rem;top:7.3125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr8rvudow1ANSNVsoOLx7xiy0o9CO1uo { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4KM17WAA1MlbaL3QqhQzU4PfAKgSEor { width:14.125rem;height:2.9375rem;top:14.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxuy2Kks1zDzrW0NkctOaBoKRHromdB1 { display:block; }
 }@media only screen and (max-width: 763px) { #BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB { display:block; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksHcy38lkPECh5Xmk9SaXBmEN2UdGRgf { top:6.5rem;left:4.5rem;width:38.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8i5xMTwHUb4tdNsOAozPkH3HcOfxX0w { top:2rem;left:4.53125rem;width:38.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 { display:block; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLkmPBTAVh10Z5D6TTwO3zMZyfNPFxPW { width:47.75rem;height:3.25rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM2TePv0fheIbFN3VyI8cvtkms3GQkUP { width:29.0625rem;height:19.375rem;top:52.9375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNZAvJoEzOdNhOUeLg46vifD8M1yGlhk { width:24rem;height:1.6875rem;top:67.5rem;left:23.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwq4nTHeQd1qFATlnkRVLv0rPD7tWUi6 { width:24.375rem;height:5.625rem;top:33.4375rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4wuuovTmHVS5hww3R1tTeEa0hlkIDWu { width:29.0625rem;height:19.375rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmT8mfuNdrxzbiy1zlIiJluCOQwg0BRL { width:24.375rem;height:4.1875rem;top:33.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDQ0zcgXfvzguLcNFTzU9zkkhiwErKoM { width:24.5625rem;height:1.6875rem;top:42.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VayiUtMM4MABTW86EGTJB57ZcJ9JenSo { width:29.0625rem;height:19.375rem;top:27.9375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z51zdg6lDws7qhE1F10COPqgz2CiGAXS { width:24.1875rem;height:1.6875rem;top:42.4375rem;left:23.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCqxlN8nAKRhpsNNX4XHx16BzMi1JNxK { width:24.375rem;height:7rem;top:59.125rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdezXu1l2SxxPWBvO2yhUqBSGlF2bl1H { top:49.5rem;left:27rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leWQruPVVFM1IvRgnyN0GtMmUGtG0tQP { width:29.0625rem;height:19.375rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llqw2eZqo9yc81pDXiVqeO4E6GyTSJcQ { width:21.375rem;height:1.6875rem;top:67.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSuIC7mRR2wAgRACrsIE8cZdAAtBAmgN { width:24.4375rem;height:4.1875rem;top:59.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX8kKhP3HDR01aBy2nO10iTt4oXIvcmE { top:24.4375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNlKGhQHtWsrQkumTkgrIshlNBwoZyx { top:24.4375rem;left:26.8125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awO6OAe99T4Hv5QVCUWwa4JwFcUkCVcc { top:49.5rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFP1TehTiAeRIFKigpCTAxq3QLzXGNbg { width:36.0625rem;height:3rem;top:8.1875rem;left:5.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSFtHvoQ2TQgBIIkBdhPEMSe6xn29Tco { top:18.5625rem;left:0rem;width:15.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd4FoMtcXTeAIy3NaGmeJUgHFPQATHSU { top:18.5625rem;left:17.375rem;width:14.25rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8CcaZvaz0zq0x0CqE7z4OskvV0JQcT3 { top:18.5625rem;left:33.5rem;width:14.25rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8UE52wqLobvSFynkrt3V31vQlaVZTqs { top:14.9375rem;left:5.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlTClWUezQWMPNIhkuHRiio0aovzgPa { top:14.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdCbq5RLeMgpeJqNO1cnVALTrMXcbU3C { top:14.9375rem;left:39.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd { display:block; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe { display:flex;height:auto;width:27.8125rem;top:0.8125rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #NRxtcTU6g5IAch8rwSiu7W7faLkb34Iw {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #x0992ScqDvNPLbanTJzTFEhzCdyyMsct {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #tLZRP1lLG0RkxG8cTKiGboDr9TqQRwp3 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #qJDLAhrgCkCWTHZoDtM5BgK3FPcSy0QM {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #iRwTbuxR2d9JKL6J7JFJZRdz5sVsaZPH {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #O0AT83aXKLnUTWu4Td2vUcf8El0GV5Se {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #G78yEzMGI4Ihn78KHt3Qlpo0KZLzBMZV {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #QEkGkVMBk9MI6s7vphFNhTRZ0T0llq2v {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ZRWEzlJgetsyz7BPwgda8gQ1tXqhXyvO {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ttlrIJ56hgFRl2e1xfql2NTtQLkivmVC {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #BhA213TOKiEFk0Vns2SNJq9nc3qIISLU {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #iwmgX0VPqLMO3SL9DaW1IMvKekxuLKsn {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #qUxBT4qRSzdMOqIIVSPdcfgThaDoD3TI {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ELX0TmJpQWoMh3Of8cshOK87gcyvuf1O {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #RoQeGW1MTOGhXC42V5mgxDFABbQnxW7C {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ETLI19JuitMnp8xLaqXzxWsvwvlbvPur {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #H4KMIzFsphG2UGEzlnsSn2iRnp1Uz7Dh {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #hB0GflhwuecblN0NnOhUumNEbkUFUMTD {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #dyTXuppHGWb8rwwR5dJrKPAec1IKvvzi {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #B5ml27KmVT19B0yzHfaGy7vd8QXFCmci {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #QD71bPszd28ZZKq4aiPEofvKL3QBpITa {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #SgPwe2nMwetD3ZGwGRT0081AucyWLidr {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #LKT4lfKz4rO5s6T1i9QdxThB8UX85Zl5 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #heTQ90clMOh2Uhbx86M7rktMTRJnXFA1 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #cq6JRQM1IXD5VkCAxetRfxgvueRbofp5 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #oVrTlKmNW83waKs2b2FAd41acRTxFTQ7 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #WgczUIs4FS3UROL4WTPffrBJlWgBTmQQ {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #CGumAABxZLXCkkqhE0DTlL5hbwCwe07R {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #XHggASreHvFRMN7cTWH8zVoZaGSSAMNs {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #TVSUyUApcfkBwIelGXThaB25LF2tm06M {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #IJBAG4DUBLLfWZL4cxThB91oXon3TD5F {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ZBCcdlsDQVTcH3rhT23pZ0VdfpVtvPJU {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #k8UMBlqPdSRW0SxUN7TNvalgfRcHqF9X {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #Cqp0h7F3I6RUfJzdrbh4nvyb3mUx4GFz {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ySFCNFs80InMlresZBeXxi7Sm8wvWgyv {  }
 }@media only screen and (max-width: 763px) { #f0SkRAm74rrrtTrUURSVuGqOfrvALg8u { width:47.75rem;height:3.25rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS { display:block; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0oIeB0MG1riFmAzi7a111fPyA7k3iEZ { width:10.75rem;height:1.9375rem;top:2.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBAOrXnmbzqdpW3XKOiy9DTmzZhNZbQ { top:5.375rem;left:12.375rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZaQwFZ4LF2utFT5bZlt86iDeQ6nauu { top:7.6875rem;left:13.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41UXMvRypgZSNCOhTEuad16LwxyNFvF { top:7.6875rem;left:18.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5Jq4RhUsyVimG2B9C4cwXbha4aTCFQ { top:7.6875rem;left:22.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFsLVrIZVSvITIAUGOVdP8MUTUZZsFzd { top:7.6875rem;left:26.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmRZZKKek7Gv6MqP88GIFyCtqLI9AiFq { top:7.6875rem;left:30.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaPQwUWWRPC6AXS4VoSzrZ9klcSzfqnw { top:12.4375rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BotchEqgs3ebTSJH2vaHv1TwVz68rwfl { background-color:rgba(73,72,88,0.75);background-image:url("https://images.assets-landingi.com/uc/c845eb18-4dd3-492a-b87b-27be785ade00/newestexpandsilhouettemanrockreflectingwatermansunsetcopy.webp");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl.adaptive-delivery-prevent-bg, #BotchEqgs3ebTSJH2vaHv1TwVz68rwfl.lazyload, #BotchEqgs3ebTSJH2vaHv1TwVz68rwfl.lazyloading { background-image: none; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container { background-color: transparent; background-image: none; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container > .video-iframe-container { display: none; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row > .video-iframe-container { display: none; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .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); }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container { border-width: 0; border-radius: 0; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BotchEqgs3ebTSJH2vaHv1TwVz68rwfl > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUptBUckeBoADlD2FRMTlWANA37SLJvm { width:17rem;height:4.875rem;top:17.0908203125rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sEUzkrGJTWyDCpWgilXAs9MWv92tK1QR { width:10rem;height:2.9375rem;top:23.34765625rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWgQDMdaAakpZT3cNN83FxGImwrGuWn8 { display:block; }
 }@media only screen and (max-width: 763px) { #MdG0TxApz7WxaHg2lFUiwQfT0fTWWPDh { width:20rem;height:8.246125rem;top:8.2197265625rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P5yF7lvAPZa5bb107USzpzv7t0AenbbE { width:8.625rem;height:1.3125rem;top:0.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzxW8IdhG0QcscIpN5fOFWuAecpHoHTd { width:13.9375rem;height:2.9375rem;top:27.66015625rem;left:3.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02Atta34vXCKrATVTlvmDHudmh2Ms2E { display:block; }
 }@media only screen and (max-width: 763px) { #t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF { display:block; }#t6no1dEvTNmK1DmPUPqZ1yemEhGe7eJF > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2tDE6A23XlUiAfDQPNLKOuoZ5FqW3Eq { width:20rem;height:2.25rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#003a4d;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VR9QIBQk1iTSrxsuGZaxUuHmohUw8OgV { width:19.25rem;height:10.5rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQET28TDMpbdZ1TASpwC8ivAaQb5rXky { display:block; }#NQET28TDMpbdZ1TASpwC8ivAaQb5rXky > .row .container { width:20rem;height:114.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJ8wih6aGEUcdBhpUmfWtOm2yH0NUWJk { width:20rem;height:4.5rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#003a4d;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i2peu4mNPDa6ATRN9bSUpJNJDpxy38bE { width:20rem;height:30rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnynDh8NVKT1cUyTOwMrObsb47isBzhn { width:15.8105625rem;height:24rem;top:77.5625rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJ20rWgSD2U9QayzODTNc7xWoyoyEWzv { width:20rem;height:30rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzT3gHPuACilE4h6oCDUIwhWcgfvFzM { width:15.8105625rem;height:24rem;top:45.1875rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXx3XMalszxSz7CkyqJongWlevMFQT0o { width:20rem;height:30.0625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSlLF9XKJasM4f1Wo9ni3KFHiveC1X6H { width:15.8105625rem;height:24rem;top:12.3125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8RFO2TBNP7INEzKNC3WHrmso81TvtzT { width:15.8105625rem;height:1.875rem;top:9.5625rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7yaJ7ONB4XtVXgPDqV699V3wnU3OZXT { width:15.8105625rem;height:1.875rem;top:42rem;left:2.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KW3B9tChsmdpocIdDFSA9b9ypV9SVHoh { width:15.8105625rem;height:1.875rem;top:74.5625rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwznJsbVyXHWV68vvzW4kSVXGqx10ccM { width:20rem;height:7.5rem;top:105.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd { display:block; }#qMpyfQlnRoMZlGyXMfa7c9SG37vJZhKd > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l44JcfvOI4DXUIBX33Twbgk2HwxTXyM4 { width:20rem;height:10.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHEESU8fVOmlhKvlRzVqT4XObCmIKhZ2 { width:20rem;height:11.875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3pTAC3FzOW96Rh5bfaMcd8mi8ILoALp { width:20rem;height:11.875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCcLpLxbe8ehxXbvrkmzAKhzusyfkTlT { width:15.8110625rem;height:3rem;top:10.5rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2GpMMVkT0mfURxlB19T0oBnVbMtOqeS { width:15.8110625rem;height:1.6875rem;top:8rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CB5qSG7uHvfeWhnpigLy0D4ybwmfWK5y { width:15.8105625rem;height:1.6875rem;top:20.3125rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTfCKwBnL3UAA5bZJDyFUkMxhEARvKBF { width:15.8105625rem;height:6rem;top:23.125rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aO0IBU1H9r37UfQSTaxo4MVH4HKGabHB { width:15.8105625rem;height:1.6875rem;top:35.0625rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqmUF4zE6kv2CSDQCLmMFcOSITugpfq8 { width:15.8105625rem;height:6rem;top:37.6875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJDBIGMTvXMvmkyFcDa3OEEl5TvJ6dkW { width:15.7480625rem;height:2.25rem;top:1.8701171875rem;left:2.125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iEgVcqTFf4dDbDTTIAmN7qEtlx5lBsNQ { width:20rem;height:29.265625rem;top:47.3701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO { display:block; }#iDTNzCcb71vu3nAtf0IJqpJM99kKHuOO > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL2Wd7JS4CQyxMv0pnpa2k6yX11ZdobX { width:20rem;height:4.5rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nMmMaXIT3a2p13SAlylm1Z5z7tqnh9hH { width:19.0625rem;height:28.5rem;top:7rem;left:0.5rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v16ovIMCb6qpoadqMUcuJ364wq4sy5PQ { width:17.5rem;height:23.375rem;top:37.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container { background-color: transparent; background-image: none; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container > .video-iframe-container { display: none; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row > .video-iframe-container { display: none; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .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); }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container { border-width: 0; border-radius: 0; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcvnFQU9geD74GG8Ty6o7MqVRLxJO4Fy > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCEIPuTGUfAsOIyE5yD83TTNB6eOf43x { width:14.125rem;height:2.9375rem;top:19.0625rem;left:2.9375rem;color:#177fa4;background-color:#e6f4fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QBdlgCOvnr2NodIwCTK2RItT8g6x9KKT { display:block; }
 }@media only screen and (max-width: 763px) { #O3M0iN0CXqN3EKPzdSX6EH2GPFEyMyww { width:20rem;height:7.5rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#323637;display:block; }
 }@media only screen and (max-width: 763px) { #mr8rvudow1ANSNVsoOLx7xiy0o9CO1uo { width:20rem;height:2.25rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#003a4d;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T4KM17WAA1MlbaL3QqhQzU4PfAKgSEor { width:14.125rem;height:2.9375rem;top:13.75rem;left:2.9375rem;color:#ffffff;background-color:#177fa4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xxuy2Kks1zDzrW0NkctOaBoKRHromdB1 { display:block; }
 }@media only screen and (max-width: 763px) { #BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB { display:block; }#BbR7sVHeCre4UFSxMN6yb1qoRK7as3oB > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksHcy38lkPECh5Xmk9SaXBmEN2UdGRgf { width:20rem;height:4.4375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8i5xMTwHUb4tdNsOAozPkH3HcOfxX0w { width:20rem;height:4.5rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 { display:block; }#HNGzDtJVLyMTzSTy7vB8zhna51TSX6x4 > .row .container { width:20rem;height:143.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLkmPBTAVh10Z5D6TTwO3zMZyfNPFxPW { width:20rem;height:2.25rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#003a4d;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nM2TePv0fheIbFN3VyI8cvtkms3GQkUP { width:20rem;height:22.6875rem;top:119.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JNZAvJoEzOdNhOUeLg46vifD8M1yGlhk { width:17.061625rem;height:1.5rem;top:139.375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mwq4nTHeQd1qFATlnkRVLv0rPD7tWUi6 { width:17.125rem;height:9rem;top:75.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4wuuovTmHVS5hww3R1tTeEa0hlkIDWu { width:20rem;height:19.5625rem;top:43.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XmT8mfuNdrxzbiy1zlIiJluCOQwg0BRL { width:17.1875rem;height:7.5rem;top:48.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDQ0zcgXfvzguLcNFTzU9zkkhiwErKoM { width:16.9375rem;height:1.5996125rem;top:57.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VayiUtMM4MABTW86EGTJB57ZcJ9JenSo { width:20rem;height:20.875rem;top:69.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #z51zdg6lDws7qhE1F10COPqgz2CiGAXS { width:16.936875rem;height:1.5996125rem;top:86rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCqxlN8nAKRhpsNNX4XHx16BzMi1JNxK { width:16.625rem;height:13.5rem;top:124.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdezXu1l2SxxPWBvO2yhUqBSGlF2bl1H { width:7.5rem;height:7.5rem;top:115.5625rem;left:6.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #leWQruPVVFM1IvRgnyN0GtMmUGtG0tQP { width:20rem;height:16.1875rem;top:96.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Llqw2eZqo9yc81pDXiVqeO4E6GyTSJcQ { width:16.75rem;height:1.5996125rem;top:110.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSuIC7mRR2wAgRACrsIE8cZdAAtBAmgN { width:16.9375rem;height:6rem;top:101.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX8kKhP3HDR01aBy2nO10iTt4oXIvcmE { width:7.5rem;height:7.5rem;top:39.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNlKGhQHtWsrQkumTkgrIshlNBwoZyx { width:7.5rem;height:7.5rem;top:65.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awO6OAe99T4Hv5QVCUWwa4JwFcUkCVcc { width:7.5rem;height:7.5rem;top:92.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFP1TehTiAeRIFKigpCTAxq3QLzXGNbg { width:20rem;height:6rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSFtHvoQ2TQgBIIkBdhPEMSe6xn29Tco { width:15.75rem;height:1.875rem;top:18.8125rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wd4FoMtcXTeAIy3NaGmeJUgHFPQATHSU { width:14.25rem;height:1.875rem;top:25.9375rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e8CcaZvaz0zq0x0CqE7z4OskvV0JQcT3 { width:14.25rem;height:1.875rem;top:33.75rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C8UE52wqLobvSFynkrt3V31vQlaVZTqs { width:2.8125rem;height:2.8125rem;top:15.5rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlTClWUezQWMPNIhkuHRiio0aovzgPa { width:2.8125rem;height:2.8125rem;top:23.1875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdCbq5RLeMgpeJqNO1cnVALTrMXcbU3C { width:2.8125rem;height:2.8125rem;top:30.4375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd { display:block; }#s0c8ATDTe6SorNCutiPf2XS4TxKKAXGd > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe { display:flex;height:auto;width:19.375rem;top:9.17236328125rem;left:0rem; }
#IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #NRxtcTU6g5IAch8rwSiu7W7faLkb34Iw {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #x0992ScqDvNPLbanTJzTFEhzCdyyMsct {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #tLZRP1lLG0RkxG8cTKiGboDr9TqQRwp3 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #qJDLAhrgCkCWTHZoDtM5BgK3FPcSy0QM {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #iRwTbuxR2d9JKL6J7JFJZRdz5sVsaZPH {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #O0AT83aXKLnUTWu4Td2vUcf8El0GV5Se {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #G78yEzMGI4Ihn78KHt3Qlpo0KZLzBMZV {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #QEkGkVMBk9MI6s7vphFNhTRZ0T0llq2v {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ZRWEzlJgetsyz7BPwgda8gQ1tXqhXyvO {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ttlrIJ56hgFRl2e1xfql2NTtQLkivmVC {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #BhA213TOKiEFk0Vns2SNJq9nc3qIISLU {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #iwmgX0VPqLMO3SL9DaW1IMvKekxuLKsn {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #qUxBT4qRSzdMOqIIVSPdcfgThaDoD3TI {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ELX0TmJpQWoMh3Of8cshOK87gcyvuf1O {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #RoQeGW1MTOGhXC42V5mgxDFABbQnxW7C {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ETLI19JuitMnp8xLaqXzxWsvwvlbvPur {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #H4KMIzFsphG2UGEzlnsSn2iRnp1Uz7Dh {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #hB0GflhwuecblN0NnOhUumNEbkUFUMTD {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #dyTXuppHGWb8rwwR5dJrKPAec1IKvvzi {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #B5ml27KmVT19B0yzHfaGy7vd8QXFCmci {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #QD71bPszd28ZZKq4aiPEofvKL3QBpITa {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #SgPwe2nMwetD3ZGwGRT0081AucyWLidr {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #LKT4lfKz4rO5s6T1i9QdxThB8UX85Zl5 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #heTQ90clMOh2Uhbx86M7rktMTRJnXFA1 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #cq6JRQM1IXD5VkCAxetRfxgvueRbofp5 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #oVrTlKmNW83waKs2b2FAd41acRTxFTQ7 {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #WgczUIs4FS3UROL4WTPffrBJlWgBTmQQ {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #CGumAABxZLXCkkqhE0DTlL5hbwCwe07R {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #XHggASreHvFRMN7cTWH8zVoZaGSSAMNs {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #TVSUyUApcfkBwIelGXThaB25LF2tm06M {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #IJBAG4DUBLLfWZL4cxThB91oXon3TD5F {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ZBCcdlsDQVTcH3rhT23pZ0VdfpVtvPJU {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #k8UMBlqPdSRW0SxUN7TNvalgfRcHqF9X {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #Cqp0h7F3I6RUfJzdrbh4nvyb3mUx4GFz {  }
 }@media only screen and (max-width: 763px) { #IwQxIHaaoaWVSc1DTLUMrN3GXFtJTpfe #ySFCNFs80InMlresZBeXxi7Sm8wvWgyv {  }
 }@media only screen and (max-width: 763px) { #f0SkRAm74rrrtTrUURSVuGqOfrvALg8u { width:20rem;height:4.54948125rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -moz-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -ms-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -o-linear-gradient(180deg, #e6f4fd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6f4fd, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { background-color: transparent; background-image: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .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); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { border-width: 0; border-radius: 0; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0oIeB0MG1riFmAzi7a111fPyA7k3iEZ { width:8.75rem;height:1.5625rem;top:1.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBAOrXnmbzqdpW3XKOiy9DTmzZhNZbQ { width:20rem;height:1.5996125rem;top:4.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZaQwFZ4LF2utFT5bZlt86iDeQ6nauu { width:3.5rem;height:3.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41UXMvRypgZSNCOhTEuad16LwxyNFvF { width:3.5rem;height:3.5rem;top:6.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5Jq4RhUsyVimG2B9C4cwXbha4aTCFQ { width:3.5rem;height:3.5rem;top:6.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFsLVrIZVSvITIAUGOVdP8MUTUZZsFzd { width:3.5rem;height:3.5rem;top:6.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmRZZKKek7Gv6MqP88GIFyCtqLI9AiFq { width:3.5rem;height:3.5rem;top:6.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaPQwUWWRPC6AXS4VoSzrZ9klcSzfqnw { width:20rem;height:1.3994125rem;top:11.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }