.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:#ebeff4;background-image:url("https://images.assets-landingi.com/uc/85a8fc76-4f55-499b-88f4-9107c4d4cbe8/a01.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { border-width: 0; border-radius: 0; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container {  }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:60rem;overflow:visible;position:relative;display:block; }#J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { color:#1d3861;display:block;width:54.75rem;position:absolute;font-family:"dm sans";font-size:3.3125rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:13.75rem;left:2.625rem;height:;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;text-align:center;text-align-last:center;display:block; }
#UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { color:#00a2ff;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:25.875rem;left:0rem;height:0;font-style:normal;display:none; }
#ny1gcuiahpPoDskgXORBqNRL1DCqlBwD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:12.625rem;top:0rem;left:23.6875rem;overflow:hidden;display:block; }
#ulfFE6eI7x7tcDT2lgS19gCoO8RGN1lF { background-color:#00a2ff;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:"dm sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.75rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:23.499357223511rem;left:23.624134063721rem;display:block; }
#XU5TKP3gqsoo68wOqvHgKmR3RmhrvDtt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w9w5sDgyqd1XbblpSUMN479DpdfQ4QP0 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.4375rem;width:59.875rem;top:28.0146484375rem;left:0rem;overflow:hidden;display:block; }
#dXBdRmznPFyVoxTsVuk5p6vPAOggx8N5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:15.5625rem;top:0.75rem;left:22.21875rem;overflow:hidden;display:none; }
#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { background-color: transparent; background-image: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .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); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { border-width: 0; border-radius: 0; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container {  }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#cqQvhKnGd9NMvQGA0dD5TGqoO9PwoW9P { color:#1d3861;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:6.517578125rem;left:3.1875rem;height:7.067875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbCwOlaRlptXIsMUCzV1z5DOcEhs3tqK { color:#1d3861;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:14.39453125rem;left:2.25rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewF4XHTVGyywcMpGBt3PPHmos4JtDaCG { position:absolute;display:block;z-index:99993;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:2rem;left:41.375rem;display:block; }
#RSBk8rO3G01dTFmZi9nv9oPx80XNJtNX { color:#1d3861;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:6.517578125rem;left:23.15625rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmD3c3GOAUuBvXln01MbJg0AHZ84PUQt { position:absolute;display:block;z-index:99994;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:1.875rem;left:20.625rem;display:block; }
#eX46n6UGphGzmyFK7ze7QZ3qPpGCU0Tq { color:#1d3861;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:14.39453125rem;left:23.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJg9pZycJnEIF4fMRn6Bko56fwtcWATb { position:absolute;display:block;z-index:99995;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:2rem;left:0rem;display:block; }
#QXtUx7wniltVW81UNKUbt34ffbuRNy29 { color:#1d3861;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:6.4375rem;left:44.4375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ly0dLRO1xGJ9fTx5Zq1Eg6X6QNtbPSpJ { color:#1d3861;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:14.39453125rem;left:43.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoKiTwrIBbpqWX5W35zkcvsynqTKumPO { color:#1d3861;display:block;width:40.1248125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:24.436851501465rem;left:9.9370670318606rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZmuQcfpErDxOBh7DJgDQepTgWwbXv6h5 { position:absolute;display:block;z-index:99996;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;height:10.875rem;width:60rem;top:10.3125rem;left:0rem;display:block; }
#bNeCBsW4y8XdT4CCW4L271BhHuXH0K2A { position:absolute;display:block;z-index:99996;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;height:10.875rem;width:60rem;top:10.3125rem;left:0rem;display:none; }
#lrqvhr1n0ztTGlA4BNcTRA36nlH7UfZm { position:absolute;display:block;z-index:99995;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:2rem;left:0rem;display:none; }
#hQM7fGxm6TwItxxMNbkpmXzAeFmIQNXP { position:absolute;display:block;z-index:99996;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;height:10.875rem;width:60rem;top:10.3125rem;left:0rem;display:none; }
#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f4f8;background-image:none;position:relative;display:block; }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row .container { background-color: transparent; background-image: none; }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row .container > .video-iframe-container { display: none; }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row > .video-iframe-container { display: none; }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .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); }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row .container { border-width: 0; border-radius: 0; }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row > .video-iframe-container {  }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#FBd7COmJCIpTUENHd26vsiGLAUuo4Dwp { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ebeff4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.5625rem;width:3.5625rem;position:absolute;display:block;z-index:100001;top:11.3125rem;left:3.625rem;display:block; }
#id5AOoTixBMru4itieEOHweC8e7IWC0H { display:block;width:6.375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:16.6875rem;left:2.21875rem;height:2.62478125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#nWdwGzMIWa3WaJdEsP9zeoWLQnFtTNZk { display:block;width:8rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:16.6875rem;left:13.6875rem;height:3.937175rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#iCu9dgb6JV1StSxm0HO8XMIoAP5KGwIm { display:block;width:6.75rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:16.6875rem;left:26.4375rem;height:2.62478125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#CJ5y9C4K9fMzKs2QDsfJOsgXXWoEsntq { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:9.0625rem;left:13.625rem;overflow:hidden;display:block; }
#ci6FiBiVH49EA4rhxBpOIt6c3clXFmf6 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.25rem;top:9.0625rem;left:1.3125rem;overflow:hidden;display:block; }
#xJCtHFcfwiUMtTzAfyNzwHR3RopmgHIS { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:9.5rem;left:26.1875rem;overflow:hidden;display:block; }
#NKPiiLmb7RmlC4phiV6XpvPvTPZoaH8K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100000;top:10.0625rem;left:1.0625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#Bod46SIl1cty6NXPSmfWfAmQTBdLvkTT { display:block;width:7.1875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:16.687284469604rem;left:38.312175750733rem;height:3.937175rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#lZZ0lZO53NvDEZVtFtwXmvsVObCzWgpW { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:9.625rem;left:38.4375rem;overflow:hidden;display:block; }
#KAwE79JER7w8NZNQOilaNMn3fZ6bdvzv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#tJpS1q2Ky9oQsZu28v6ZD9KJVwk1GVa2 { display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:;color:#00a2ff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtyT18KVbxI7ivVn88c47qHT33eXGye0 { display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:50.75rem;left:10.8125rem;height:4.5rem;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:none; }
#eVVy1IJQxDp2Iszr2PGhmu66Bk7zqg8U { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100000;top:10.0625rem;left:25.4375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#eJAObwbMovnowatzNchnxTJDw9bdaHQT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100001;top:10.0625rem;left:37.5625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#CAmgi9LhOf9G59ASpfk6BVB20ZlgG2Tc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100002;top:10.0625rem;left:49.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#w3s6pWPU6QLhcTzIsRJPtg4b523t6HaB { display:block;width:7rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.5;letter-spacing:0;top:16.6875rem;left:50.75rem;height:2.62478125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#NlR6WvBTOBACPN7hwGfXopgEEkTAcQII { display:block;width:8rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:30.0625rem;left:13.6875rem;height:3.937175rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#zmhOPoivTW4NmGl6Dse6t1STF2FkP76D { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.8125rem;width:8.75rem;position:absolute;display:block;z-index:100014;top:23.3125rem;left:1.0625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#FqfQNtD6NL8QkIdAW9CSgtWaW2Sa6kFp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.8125rem;width:8.75rem;position:absolute;display:block;z-index:100013;top:23.3125rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#NBIveXaA6X7NZ28Td6E4Ts2vC8apcg4s { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.875rem;width:8.75rem;position:absolute;display:block;z-index:100014;top:23.3125rem;left:25.4375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#BQV4ThLRZKFRXAVep4OgemZlN3yQKgxB { display:block;width:6.375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:30.0625rem;left:2.25rem;height:2.62478125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#H2zwtPR6qsLHyTlVrqQ0OEmTigCrar62 { display:block;width:6.75rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.5;letter-spacing:0;top:30.0625rem;left:26.4375rem;height:2.62478125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#cbEqddBO5SnavozzOOJwSCeHMiCaThoT { display:block;width:7.9373125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:30.062391281128rem;left:37.936740875244rem;height:5.24956875rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#o9y9Vv2Sk44hItvW8DqoWewHPkwhBPtm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.875rem;width:8.75rem;position:absolute;display:block;z-index:100015;top:23.3125rem;left:37.5625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#flcRTzkabJwxmBmv1c1OEv3SnDJ92XyN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.6875rem;width:8.75rem;position:absolute;display:block;z-index:100016;top:23.34375rem;left:49.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#gFOWGBSCyh8eXTeZUOUHL3gnUFsDcAgs { display:block;width:7rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:30.0625rem;left:50.75rem;height:2.62478125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#QLSZfVmhpEcO4KNJGi4iKVKqk7ONLqwe { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.1875rem;top:22.625rem;left:37.84375rem;overflow:hidden;display:block; }
#KyF0TtN3kz4RzVRaiofP4XVVuWxVfLVh { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:7.8125rem;top:22.625rem;left:13.75rem;overflow:hidden;display:block; }
#ggioL8s0sgEqDKExTihxMTnzKBxNVTX0 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.4375rem;top:22.4375rem;left:25.59375rem;overflow:hidden;display:block; }
#PbRwIq7QmepGL3PwN9WkpMuLAbVcH3tm { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:23rem;left:50.15625rem;overflow:hidden;display:block; }
#TRB54elzi6zspX7eMeW0glIKZ5nTt8vN { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:22rem;left:1.25rem;overflow:hidden;display:block; }
#J0vlekn0in9v3gioVHd8HezsMLEKfb8M { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.9375rem;top:9.125rem;left:50.0625rem;overflow:hidden;display:block; }
#xgv2pc1KzinRXCwf2Fqxs0pLyrcyBnsa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#rUJsxHbFgCOtWAp2L1IZIGUI1cADn2Gw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#gHOh3shlO3bxoRigtMP5ykp10ZO2PNCS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#lEpckZSxST3eTLJHpRXPxRdr2MSPt60O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#rd1ozsmEIBEvLzk1IleK15OSTgbk32cn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#qGF5CCyguslMQXofvhffVbP99mVeM6qV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#Gbwc82PLOFQv084EmlJ5PvgGZ76xZhXa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#WqEi9VvNi3LqT2nUxMKDIifEGvIVq6rc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a2ff;background-image:url("https://images.assets-landingi.com/uc/a1b93d0c-a2e9-4728-a04f-9f433cf3a4c0/0202.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { border-width: 0; border-radius: 0; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container {  }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { color:#1d3861;display:block;width:14.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:4.0001068115234rem;left:40.186092376709rem;height:;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;text-align:center;text-align-last:center;display:block; }
#yBI4UnSdrkS8Llp9FVZhDcngOIDxoSc3 { position:absolute;display:block;z-index:100000;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:43.8125rem;width:21.75rem;top:2rem;left:36.625rem;display:block; }
#t89d9Sali4Q2CHlZKTZ0Dv3Q2TI57pGx { display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:50.75rem;left:10.8125rem;height:4.5rem;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:none; }
#kuS6lGvcmxDgo4u6Uaw4WEusff8Gxu1n { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.75rem;width:60rem;display:none; }
#RRArOGPerfEfWIvQX1vq51J9vkZT8gQ8 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:26.1875rem;top:21.65625rem;left:5.3125rem;overflow:hidden;display:block; }
#fLb5toRDnQctXfaDaOnKXJ0s5elPAa0D { position:absolute;display:block;z-index:100011;height:11.5625rem;width:19.6875rem;top:6.5625rem;left:37.65625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny1gcuiahpPoDskgXORBqNRL1DCqlBwD { top:0rem;left:17.5625rem;width:12.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulfFE6eI7x7tcDT2lgS19gCoO8RGN1lF { width:12.75rem;height:2.75rem;top:23.4375rem;left:17.499134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU5TKP3gqsoo68wOqvHgKmR3RmhrvDtt { display:block; }
 }@media only screen and (max-width: 763px) { #w9w5sDgyqd1XbblpSUMN479DpdfQ4QP0 { top:28rem;left:0rem;width:47.75rem;height:29.85621085595rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBdRmznPFyVoxTsVuk5p6vPAOggx8N5 { top:0.75rem;left:16.09375rem;width:15.5625rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 { display:block; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqQvhKnGd9NMvQGA0dD5TGqoO9PwoW9P { top:6.5rem;left:0rem;width:11.1875rem;height:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbCwOlaRlptXIsMUCzV1z5DOcEhs3tqK { top:14.375rem;left:0rem;width:14.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewF4XHTVGyywcMpGBt3PPHmos4JtDaCG { top:2rem;left:29.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSBk8rO3G01dTFmZi9nv9oPx80XNJtNX { top:6.5rem;left:17.03125rem;width:13.6875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmD3c3GOAUuBvXln01MbJg0AHZ84PUQt { top:1.875rem;left:14.5rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX46n6UGphGzmyFK7ze7QZ3qPpGCU0Tq { top:14.375rem;left:17.125rem;width:13.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJg9pZycJnEIF4fMRn6Bko56fwtcWATb { top:2rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXtUx7wniltVW81UNKUbt34ffbuRNy29 { top:6.4375rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly0dLRO1xGJ9fTx5Zq1Eg6X6QNtbPSpJ { top:14.375rem;left:33.375rem;width:14.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoKiTwrIBbpqWX5W35zkcvsynqTKumPO { top:24.375rem;left:3.8120670318604rem;width:40.0625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuQcfpErDxOBh7DJgDQepTgWwbXv6h5 { top:10.3125rem;left:0rem;width:47.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNeCBsW4y8XdT4CCW4L271BhHuXH0K2A { top:10.3125rem;left:0rem;width:47.75rem;height:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrqvhr1n0ztTGlA4BNcTRA36nlH7UfZm { top:2rem;left:0rem;width:18.625rem;height:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQM7fGxm6TwItxxMNbkpmXzAeFmIQNXP { top:10.3125rem;left:0rem;width:47.75rem;height:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 { display:block; }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row .container { width:47.75rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBd7COmJCIpTUENHd26vsiGLAUuo4Dwp { width:6.875rem;height:6.875rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5AOoTixBMru4itieEOHweC8e7IWC0H { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWdwGzMIWa3WaJdEsP9zeoWLQnFtTNZk { width:10.25rem;height:3rem;top:10.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCu9dgb6JV1StSxm0HO8XMIoAP5KGwIm { width:10.25rem;height:3rem;top:10.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ5y9C4K9fMzKs2QDsfJOsgXXWoEsntq { top:9.0625rem;left:3.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci6FiBiVH49EA4rhxBpOIt6c3clXFmf6 { top:9.0625rem;left:0rem;width:8.25rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJCtHFcfwiUMtTzAfyNzwHR3RopmgHIS { top:9.5rem;left:16.6875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKPiiLmb7RmlC4phiV6XpvPvTPZoaH8K { width:11.125rem;height:15.9375rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bod46SIl1cty6NXPSmfWfAmQTBdLvkTT { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZ0lZO53NvDEZVtFtwXmvsVObCzWgpW { top:9.625rem;left:28.875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwE79JER7w8NZNQOilaNMn3fZ6bdvzv { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJpS1q2Ky9oQsZu28v6ZD9KJVwk1GVa2 { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyT18KVbxI7ivVn88c47qHT33eXGye0 { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVVy1IJQxDp2Iszr2PGhmu66Bk7zqg8U { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJAObwbMovnowatzNchnxTJDw9bdaHQT { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAmgi9LhOf9G59ASpfk6BVB20ZlgG2Tc { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3s6pWPU6QLhcTzIsRJPtg4b523t6HaB { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR6WvBTOBACPN7hwGfXopgEEkTAcQII { width:10.25rem;height:3rem;top:10.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhOPoivTW4NmGl6Dse6t1STF2FkP76D { width:11.125rem;height:15.9375rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqfQNtD6NL8QkIdAW9CSgtWaW2Sa6kFp { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBIveXaA6X7NZ28Td6E4Ts2vC8apcg4s { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQV4ThLRZKFRXAVep4OgemZlN3yQKgxB { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2zwtPR6qsLHyTlVrqQ0OEmTigCrar62 { width:10.25rem;height:3rem;top:10.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbEqddBO5SnavozzOOJwSCeHMiCaThoT { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9y9Vv2Sk44hItvW8DqoWewHPkwhBPtm { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flcRTzkabJwxmBmv1c1OEv3SnDJ92XyN { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFOWGBSCyh8eXTeZUOUHL3gnUFsDcAgs { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLSZfVmhpEcO4KNJGi4iKVKqk7ONLqwe { top:22.625rem;left:27.625rem;width:8.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyF0TtN3kz4RzVRaiofP4XVVuWxVfLVh { top:22.625rem;left:4.125rem;width:7.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggioL8s0sgEqDKExTihxMTnzKBxNVTX0 { top:22.4375rem;left:15.4375rem;width:8.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbRwIq7QmepGL3PwN9WkpMuLAbVcH3tm { top:23rem;left:39.4375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRB54elzi6zspX7eMeW0glIKZ5nTt8vN { top:22rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0vlekn0in9v3gioVHd8HezsMLEKfb8M { top:9.125rem;left:38.8125rem;width:8.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgv2pc1KzinRXCwf2Fqxs0pLyrcyBnsa { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUJsxHbFgCOtWAp2L1IZIGUI1cADn2Gw { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHOh3shlO3bxoRigtMP5ykp10ZO2PNCS { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEpckZSxST3eTLJHpRXPxRdr2MSPt60O { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd1ozsmEIBEvLzk1IleK15OSTgbk32cn { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGF5CCyguslMQXofvhffVbP99mVeM6qV { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gbwc82PLOFQv084EmlJ5PvgGZ76xZhXa { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqEi9VvNi3LqT2nUxMKDIifEGvIVq6rc { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:26.6875rem;height:0;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBI4UnSdrkS8Llp9FVZhDcngOIDxoSc3 { width:21.75rem;height:43.8125rem;top:2rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89d9Sali4Q2CHlZKTZ0Dv3Q2TI57pGx { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuS6lGvcmxDgo4u6Uaw4WEusff8Gxu1n { width:47.75rem;height:36.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRArOGPerfEfWIvQX1vq51J9vkZT8gQ8 { top:21.625rem;left:0rem;width:26.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLb5toRDnQctXfaDaOnKXJ0s5elPAa0D { top:6.5625rem;left:28.0625rem;width:19.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:#ebeff4;background-image:none;position:relative;z-index:auto;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:20rem;height:5.361325rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { width:20rem;height:0;top:10.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#1d3861;display:none; }
 }@media only screen and (max-width: 763px) { #ny1gcuiahpPoDskgXORBqNRL1DCqlBwD { width:15.5625rem;height:12.4375rem;top:13.9375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulfFE6eI7x7tcDT2lgS19gCoO8RGN1lF { width:10.25rem;height:2.75rem;top:26rem;left:4.875rem;background-color:#00a2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU5TKP3gqsoo68wOqvHgKmR3RmhrvDtt { display:block; }
 }@media only screen and (max-width: 763px) { #w9w5sDgyqd1XbblpSUMN479DpdfQ4QP0 { width:19.875rem;height:12.4375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBdRmznPFyVoxTsVuk5p6vPAOggx8N5 { width:6.9375rem;height:5.4375rem;top:0rem;left:6.53125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 { background-color:#ffffff;background-image:none;display:block; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { background-color: transparent; background-image: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .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); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqQvhKnGd9NMvQGA0dD5TGqoO9PwoW9P { width:12.5rem;height:2.76171875rem;top:4.6875rem;left:3.75rem;font-size:1.0625rem;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #fbCwOlaRlptXIsMUCzV1z5DOcEhs3tqK { width:14.125rem;height:3.41015625rem;top:8.263671875rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewF4XHTVGyywcMpGBt3PPHmos4JtDaCG { width:15.0625rem;height:15.0625rem;top:23.9375rem;left:2.46875rem;z-index:99999;border-top:0.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #RSBk8rO3G01dTFmZi9nv9oPx80XNJtNX { width:7.9375rem;height:2.5996125rem;top:16.0625rem;left:6.03125rem;font-size:1rem;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #xmD3c3GOAUuBvXln01MbJg0AHZ84PUQt { width:15.0625rem;height:15.0625rem;top:18.375rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eX46n6UGphGzmyFK7ze7QZ3qPpGCU0Tq { width:13.5rem;height:2.2734375rem;top:19.48828125rem;left:3.25rem;font-size:0.875rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #MJg9pZycJnEIF4fMRn6Bko56fwtcWATb { width:15.0625rem;height:15.0625rem;top:1.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXtUx7wniltVW81UNKUbt34ffbuRNy29 { width:12.5rem;height:1.29980625rem;top:26.625rem;left:3.75rem;font-size:1rem;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #ly0dLRO1xGJ9fTx5Zq1Eg6X6QNtbPSpJ { width:14.375rem;height:2.2734375rem;top:30.39453125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoKiTwrIBbpqWX5W35zkcvsynqTKumPO { width:20rem;height:3.41015625rem;top:34.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuQcfpErDxOBh7DJgDQepTgWwbXv6h5 { width:20rem;height:9.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNeCBsW4y8XdT4CCW4L271BhHuXH0K2A { width:20rem;height:9.4375rem;top:29.6875rem;left:0rem;z-index:99999;background-color:#ffffff;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) { #lrqvhr1n0ztTGlA4BNcTRA36nlH7UfZm { width:15.0625rem;height:15.0625rem;top:13.25rem;left:2.5rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #hQM7fGxm6TwItxxMNbkpmXzAeFmIQNXP { width:20rem;height:9.5rem;top:18.5rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 { display:block; }#VCKBAKSqEgm7WzL55GT1MDTN7E9uLpZ6 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBd7COmJCIpTUENHd26vsiGLAUuo4Dwp { width:4.375rem;height:4.375rem;top:11.96875rem;left:0.875rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #id5AOoTixBMru4itieEOHweC8e7IWC0H { width:11.3125rem;height:1.3125rem;top:7.28125rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nWdwGzMIWa3WaJdEsP9zeoWLQnFtTNZk { width:10.875rem;height:2.625rem;top:12.84375rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #iCu9dgb6JV1StSxm0HO8XMIoAP5KGwIm { width:10.625rem;height:1.3125rem;top:19.6875rem;left:6.1875rem;font-size:0.875rem;z-index:100046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CJ5y9C4K9fMzKs2QDsfJOsgXXWoEsntq { width:6.625rem;height:6.625rem;top:10.84375rem;left:0rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #ci6FiBiVH49EA4rhxBpOIt6c3clXFmf6 { width:6.5625rem;height:6.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJCtHFcfwiUMtTzAfyNzwHR3RopmgHIS { width:5.5625rem;height:5.5625rem;top:17.5625rem;left:0.4375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #NKPiiLmb7RmlC4phiV6XpvPvTPZoaH8K { width:20rem;height:5.5625rem;top:5.15625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Bod46SIl1cty6NXPSmfWfAmQTBdLvkTT { width:11.5rem;height:2.625rem;top:25.15625rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #lZZ0lZO53NvDEZVtFtwXmvsVObCzWgpW { width:5.25rem;height:5.25rem;top:23.78125rem;left:0.75rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #KAwE79JER7w8NZNQOilaNMn3fZ6bdvzv { width:20rem;height:5.5625rem;top:11.375rem;left:0rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #tJpS1q2Ky9oQsZu28v6ZD9KJVwk1GVa2 { width:20rem;height:2.11230625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyT18KVbxI7ivVn88c47qHT33eXGye0 { width:11.5rem;height:1.3125rem;top:31.9375rem;left:6.1875rem;font-size:0.875rem;z-index:100048;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#00a2ff;display:block; }
 }@media only screen and (max-width: 763px) { #eVVy1IJQxDp2Iszr2PGhmu66Bk7zqg8U { width:8.75rem;height:11.9375rem;top:101.0625rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #eJAObwbMovnowatzNchnxTJDw9bdaHQT { width:8.75rem;height:11.9375rem;top:137rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #CAmgi9LhOf9G59ASpfk6BVB20ZlgG2Tc { width:8.75rem;height:11.9375rem;top:172.75rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #w3s6pWPU6QLhcTzIsRJPtg4b523t6HaB { width:7rem;height:2.625rem;top:57rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #NlR6WvBTOBACPN7hwGfXopgEEkTAcQII { width:13.6875rem;height:2.625rem;top:43.6875rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #zmhOPoivTW4NmGl6Dse6t1STF2FkP76D { width:8.75rem;height:11.9375rem;top:56.125rem;left:5.625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #FqfQNtD6NL8QkIdAW9CSgtWaW2Sa6kFp { width:8.75rem;height:11.9375rem;top:78.875rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #NBIveXaA6X7NZ28Td6E4Ts2vC8apcg4s { width:8.75rem;height:11.9375rem;top:114.25rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #BQV4ThLRZKFRXAVep4OgemZlN3yQKgxB { width:13.125rem;height:1.3125rem;top:38.09375rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #H2zwtPR6qsLHyTlVrqQ0OEmTigCrar62 { width:6.75rem;height:0;top:35.375rem;left:9.1875rem;font-size:0.875rem;z-index:100046;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cbEqddBO5SnavozzOOJwSCeHMiCaThoT { width:11.375rem;height:3.9375rem;top:50.15625rem;left:6.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #o9y9Vv2Sk44hItvW8DqoWewHPkwhBPtm { width:8.75rem;height:11.9375rem;top:150.1875rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #flcRTzkabJwxmBmv1c1OEv3SnDJ92XyN { width:8.75rem;height:11.9375rem;top:196.0625rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #gFOWGBSCyh8eXTeZUOUHL3gnUFsDcAgs { width:11.4375rem;height:1.3125rem;top:63.375rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #QLSZfVmhpEcO4KNJGi4iKVKqk7ONLqwe { width:6.25rem;height:6.1875rem;top:48.25rem;left:0.4375rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #KyF0TtN3kz4RzVRaiofP4XVVuWxVfLVh { width:5.8125rem;height:5.75rem;top:42.0625rem;left:0.25rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #ggioL8s0sgEqDKExTihxMTnzKBxNVTX0 { width:6.5rem;height:6.4375rem;top:29.40625rem;left:0.25rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #PbRwIq7QmepGL3PwN9WkpMuLAbVcH3tm { width:6.25rem;height:6.25rem;top:60.90625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRB54elzi6zspX7eMeW0glIKZ5nTt8vN { width:6.4375rem;height:6.4375rem;top:35.40625rem;left:0.3125rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #J0vlekn0in9v3gioVHd8HezsMLEKfb8M { width:7.25rem;height:7.1875rem;top:54.0625rem;left:0rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #xgv2pc1KzinRXCwf2Fqxs0pLyrcyBnsa { width:20rem;height:5.5625rem;top:17.5625rem;left:0rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #rUJsxHbFgCOtWAp2L1IZIGUI1cADn2Gw { width:20rem;height:5.5625rem;top:23.6875rem;left:0rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #gHOh3shlO3bxoRigtMP5ykp10ZO2PNCS { width:20rem;height:5.5625rem;top:29.8125rem;left:0rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #lEpckZSxST3eTLJHpRXPxRdr2MSPt60O { width:20rem;height:5.5625rem;top:35.96875rem;left:0rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #rd1ozsmEIBEvLzk1IleK15OSTgbk32cn { width:20rem;height:5.5625rem;top:42.21875rem;left:0rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #qGF5CCyguslMQXofvhffVbP99mVeM6qV { width:20rem;height:5.5625rem;top:48.53125rem;left:0rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #Gbwc82PLOFQv084EmlJ5PvgGZ76xZhXa { width:20rem;height:5.5625rem;top:54.875rem;left:0rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #WqEi9VvNi3LqT2nUxMKDIifEGvIVq6rc { width:20rem;height:5.5625rem;top:61.25rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { background-color:#00a2ff;background-image:none;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:13.9375rem;height:1.4624rem;top:5.4375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBI4UnSdrkS8Llp9FVZhDcngOIDxoSc3 { width:20rem;height:43.1875rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89d9Sali4Q2CHlZKTZ0Dv3Q2TI57pGx { width:11.5rem;height:1.3125rem;top:8.75rem;left:-17.75rem;font-size:0.875rem;z-index:100052;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kuS6lGvcmxDgo4u6Uaw4WEusff8Gxu1n { top:0.6875rem;left:7.09375rem;width:6.8125rem;height:5.1875rem;z-index:100053;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RRArOGPerfEfWIvQX1vq51J9vkZT8gQ8 { width:12.875rem;height:2.25rem;top:0.75rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fLb5toRDnQctXfaDaOnKXJ0s5elPAa0D { width:18.8125rem;height:11rem;top:8.75rem;left:0.59375rem;display:block; }
 }