.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f3fdff;background-image:url("https://images.assets-landingi.com/uc/b120e503-dbd5-4211-bd0b-a02dc2587469/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#yq2WJBDUvyhJHpGi3HmLUM2hZfJzTU0m { position:absolute;display:block;z-index:100003;background-color:rgba(145,188,226,0.71);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:37.5rem;width:37.5rem;top:3.9375rem;left:37.5rem;display:block; }
#Rd3xpDih0BAEv8T8uuD9kMohRSmD0Xxq { color:#2b68a8;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:4.375rem;font-weight:300;z-index:100004;line-height:1.0;letter-spacing:0;top:10.6875rem;left:37.5rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IS2FETLH2r0MQFVb2EANTTWC9P32TFJR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.6875rem;position:absolute;display:block;z-index:100026;top:5.1875rem;left:53.9375rem;overflow:hidden;display:block; }
#xb2wb5l5cw6hiFkUUe7AQbxAxGHDlZE1 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#EnCixvQ42qxyImZTWAv7INBO350C4Drp { color:#2b68a8;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:21.3125rem;left:37.5rem;height:6.7491375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GP2eQKaZlVELtQfvp8XS0P8TWT0wvwxy { color:#2b68a8;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:29.8125rem;left:37.5rem;height:2.62478125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImVgzDrJAtGn7aiOqIKksCAnElHlE6W6 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f3fdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:35rem;left:47.5rem;display:block; }
#rsXEbFRDlzwsK6niqTViHghrVnwWx4w7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y83Bl3tCuouvUfQ3BOFJuLE49uMBC6DU { position:absolute;display:block;z-index:100029;height:6.1875rem;width:11.0625rem;top:2.8743491172791rem;left:5.610897064209rem;display:block; }
#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row .container { background-color: transparent; background-image: none; }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row .container > .video-iframe-container { display: none; }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row > .video-iframe-container { display: none; }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .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); }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row .container { border-width: 0; border-radius: 0; }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row > .video-iframe-container {  }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#mvggCEPaI1bWrPdQysfw106ACRaaBdD9 { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:21.3888875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b120e503-dbd5-4211-bd0b-a02dc2587469/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD.adaptive-delivery-prevent-bg, #cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD.lazyload, #cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD.lazyloading { background-image: none; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container { background-color: transparent; background-image: none; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,253,255,0.5); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container > .video-iframe-container { display: none; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,253,255,0.5); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row > .video-iframe-container { display: none; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .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); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container { border-width: 0; border-radius: 0; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row > .video-iframe-container {  }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container { width:75rem;height:25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dhePwMTV9CfuHXPsbE9HQMp1WqaJUV6P { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7.6979179382325rem;left:0rem;height:13.125rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5ERzKoLVneP2mGRzk6TlehSborqqH0g { position:absolute;display:block;z-index:100004;background-color:#fff859;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:0.1875rem;width:37.5rem;top:3.75rem;left:19.3125rem;display:block; }
#of7lGhMimrwSPM6N6rLQMFImwJAd3TCG { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7.6979179382325rem;left:0rem;height:13rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bXv7biipgwsGoFtaGcK98xfKPbFThohp { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row .container { background-color: transparent; background-image: none; }#bXv7biipgwsGoFtaGcK98xfKPbFThohp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row .container > .video-iframe-container { display: none; }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row > .video-iframe-container { display: none; }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .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); }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row .container { border-width: 0; border-radius: 0; }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row > .video-iframe-container {  }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }#n97nvxJVrBbUlMBJLr9hddg9zruBLzDP { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4583435058594rem;left:0rem;height:9.7482625rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqVwxv4DTcGCPD47RscSVP62N3MuKy3T { position:absolute;display:block;z-index:100001;background-color:#a3edfa;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:15rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row .container { background-color: transparent; background-image: none; }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row .container > .video-iframe-container { display: none; }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row > .video-iframe-container { display: none; }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .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); }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row .container { border-width: 0; border-radius: 0; }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row > .video-iframe-container {  }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;overflow:visible;position:relative;display:block; }#aZSzkT0t76c0bX0SVdkbNTSzriH2TzGx { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfslfTB5gGCi9w80kh1iI031hx444Pzi { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:9.3333330154419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdff;background-image:url("https://images.assets-landingi.com/uc/52e258ba-d41a-456b-b70e-5b835f534912/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF.adaptive-delivery-prevent-bg, #hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF.lazyload, #hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF.lazyloading { background-image: none; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row .container { background-color: transparent; background-image: none; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row .container > .video-iframe-container { display: none; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row > .video-iframe-container { display: none; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .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); }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row .container { border-width: 0; border-radius: 0; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row > .video-iframe-container {  }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row .container { background-color: transparent; background-image: none; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row .container > .video-iframe-container { display: none; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row > .video-iframe-container { display: none; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .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); }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row .container { border-width: 0; border-radius: 0; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row > .video-iframe-container {  }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Ceh8bhLHKuwWJrFJTpWvlH4q0dkoUrw6 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4583435058594rem;left:0rem;height:4.87413125rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNSvTe3cgN7HOa6GJ5KBlINt0UwBVU4P { position:absolute;display:block;z-index:100001;background-color:#a3edfa;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.25rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row .container { background-color: transparent; background-image: none; }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row .container > .video-iframe-container { display: none; }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row > .video-iframe-container { display: none; }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .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); }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row .container { border-width: 0; border-radius: 0; }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row > .video-iframe-container {  }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#EiCRIwyBV9e5CxDqwFLCmlDFyuDkGtaK { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:51.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9ZUxgXGkrUUXexylDVtI3TsfpFxM4OH { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:51.33333158493rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#THaSpBlIqLseBz3g8KQmkWP18GU5ynXO { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#THaSpBlIqLseBz3g8KQmkWP18GU5ynXO > .row .container { border-width: 0; border-radius: 0; }#THaSpBlIqLseBz3g8KQmkWP18GU5ynXO > .row > .video-iframe-container {  }#THaSpBlIqLseBz3g8KQmkWP18GU5ynXO > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#FOzZgwX4GSRx80TmLtTKPqSPEqlef2ak { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4583435058594rem;left:0rem;height:4.8333334922791rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v2edplRcvehploTooaCPNdTuI22ok9A8 { position:absolute;display:block;z-index:100001;background-color:#a3edfa;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.25rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdff;background-image:url("https://images.assets-landingi.com/uc/57ce3a47-7956-4f37-9bcc-ab15076c2233/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA.adaptive-delivery-prevent-bg, #uzcBvaCTHTKsUZxLETkc8LtuD3siCycA.lazyload, #uzcBvaCTHTKsUZxLETkc8LtuD3siCycA.lazyloading { background-image: none; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row .container { background-color: transparent; background-image: none; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row .container > .video-iframe-container { display: none; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row > .video-iframe-container { display: none; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .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); }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row .container { border-width: 0; border-radius: 0; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row > .video-iframe-container {  }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row .container { background-color: transparent; background-image: none; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row .container > .video-iframe-container { display: none; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row > .video-iframe-container { display: none; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .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); }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row .container { border-width: 0; border-radius: 0; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row > .video-iframe-container {  }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }#WxHXoJw6wVwHTpda9TcOGGRmFqVPMBUQ { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4583435058594rem;left:0rem;height:9.7482625rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kovfB3TWkh3MSSPGxZO6asEumTTBT1eT { position:absolute;display:block;z-index:100001;background-color:#a3edfa;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:15rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row .container { background-color: transparent; background-image: none; }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row .container > .video-iframe-container { display: none; }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row > .video-iframe-container { display: none; }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .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); }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row .container { border-width: 0; border-radius: 0; }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row > .video-iframe-container {  }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;overflow:visible;position:relative;display:block; }#UPsoyZha5bDdEfmpxpuuHtDotMbVR3Rr { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:18.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwyhK5RidXyS9DbDUyfbX2rKGJgOcfO8 { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:18.666666030884rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdff;background-image:url("https://images.assets-landingi.com/uc/8a77b79d-7cf3-4d0f-9b37-8e12abd84a17/Bannernastrwwwgwn38401400px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN.adaptive-delivery-prevent-bg, #TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN.lazyload, #TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN.lazyloading { background-image: none; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row .container { background-color: transparent; background-image: none; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row .container > .video-iframe-container { display: none; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row > .video-iframe-container { display: none; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .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); }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row .container { border-width: 0; border-radius: 0; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row > .video-iframe-container {  }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi { background-color:#f4ebd4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row .container { background-color: transparent; background-image: none; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row .container > .video-iframe-container { display: none; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row > .video-iframe-container { display: none; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .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); }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row .container { border-width: 0; border-radius: 0; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row > .video-iframe-container {  }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;overflow:visible;position:relative;display:block; }#r16tT6rt5Ia20NkC5Gkgzb0TG4Qh4d5O { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.15625rem;left:0rem;height:4.87413125rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvyaHfQrdyJHOAdNyLOZBSzSiH71Jn0J { position:absolute;display:block;z-index:100001;background-color:#a3edfa;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.25rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ { background-color:#f4ebd4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row .container { background-color: transparent; background-image: none; }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row .container > .video-iframe-container { display: none; }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row > .video-iframe-container { display: none; }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .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); }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row .container { border-width: 0; border-radius: 0; }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row > .video-iframe-container {  }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#diCJ5b5CBKIUp4CKOEKNxDSaF50lsDEV { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ppzb87VdxhfKk7nlgrUZQ0bpknxT0PRR { position:absolute;display:block;z-index:100010;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:27.3125rem;width:37.5rem;top:11.25rem;left:18.6875rem;display:block; }
#Kc46GFUwWDO4UTa5D4l2FRnpbhbXXRhR { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:32.5rem;left:26.9375rem;display:block; }
#hqNwXQ4gPS0Rn1TMJsc200KD6Lus7gus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OzKTpo22T9XXwSAI5L0TRuS9ht7UA7gH { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100019;line-height:1.7;letter-spacing:0;top:27.3125rem;left:24.9375rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HzV42VywcrnsCNxeGKKxVpqlBV4Kcvgs { color:#47545a;display:block;width:37.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:19.25rem;left:18.6875rem;height:6.37370625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHxsQlFWWfHNqHZPSw5mitELR5Gfn0cK { position:absolute;display:block;z-index:100012;background-color:#245dc0;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:6.25rem;width:36.25rem;top:11.625rem;left:19.3125rem;display:block; }
#dex4ZAutT5AZrv57XTPzQWiwQX4repgh { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100015;line-height:1.1;letter-spacing:0;top:13.1875rem;left:18.6875rem;height:3.09353125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcT4WyElmJseL0c5rEIgp05TKOgFTJGE { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100015;line-height:1.1;letter-spacing:0;top:13.1875rem;left:18.6875rem;height:3.0833332538605rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zofOkT0MbpE9qZgBdbbRIWp64ikFGUbw { color:#47545a;display:block;width:37.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:19.25rem;left:18.6875rem;height:6.2499997615814rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tkzqc91oG7G29bMI32O9mh79puPNF6y8 { color:#47545a;display:block;width:37.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:19.25rem;left:18.6875rem;height:6.2499997615814rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdff;background-image:url("https://images.assets-landingi.com/uc/7436ab50-1797-4d97-be22-69c0cf67f2c8/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq.adaptive-delivery-prevent-bg, #F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq.lazyload, #F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq.lazyloading { background-image: none; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row .container { background-color: transparent; background-image: none; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row .container > .video-iframe-container { display: none; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row > .video-iframe-container { display: none; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .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); }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row .container { border-width: 0; border-radius: 0; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row > .video-iframe-container {  }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row .container { background-color: transparent; background-image: none; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row .container > .video-iframe-container { display: none; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row > .video-iframe-container { display: none; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .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); }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row .container { border-width: 0; border-radius: 0; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row > .video-iframe-container {  }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#eGqEUN59BqeATGIW2LJi45UhA3dKAKNI { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4583435058594rem;left:0rem;height:4.87413125rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C7nGsAW3JW1ZWuAbdkkcSEhU79mqt79K { position:absolute;display:block;z-index:100001;background-color:#a3edfa;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.25rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row .container { background-color: transparent; background-image: none; }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row .container > .video-iframe-container { display: none; }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row > .video-iframe-container { display: none; }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .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); }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row .container { border-width: 0; border-radius: 0; }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row > .video-iframe-container {  }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RLkL3LvnIkcLqRiDbh71Hgim1bE3CplR { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:9.5rem;left:37.5rem;height:23.37025625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ag9c9dyKFCq45dRG4L12xbK7uhXszwoG { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;top:3.6666564941406rem;left:0rem;overflow:hidden;display:block; }
#HU3U1SPiur7ipFlwKeWEuphRaT31pv31 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0.0625rem;top:35.436218261719rem;left:50.0625rem;overflow:hidden;display:block; }
#rkFP3qve7tWQinZdwIADA7X5oP4PG0Cs { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:6.25rem;top:34.8125rem;left:53.125rem;overflow:hidden;display:block; }
#sSTp4wgtM0nv08fkEssa9N7gdwh6nLXk { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:42.3125rem;left:0rem;height:1.59288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BrThMeq9vVoRopZhxLSIBgB2MsB8QKQt { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:9.5rem;left:37.5rem;height:22.916665792465rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdff;background-image:url("https://images.assets-landingi.com/uc/42c9be5c-44ce-48c5-8d00-77af35cc4802/Bannernastrwwwgwn38401400px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT.adaptive-delivery-prevent-bg, #Zpwc4M0W32iItqxkACM3weTPZZS6zIlT.lazyload, #Zpwc4M0W32iItqxkACM3weTPZZS6zIlT.lazyloading { background-image: none; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row .container { background-color: transparent; background-image: none; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row .container > .video-iframe-container { display: none; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row > .video-iframe-container { display: none; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .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); }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row .container { border-width: 0; border-radius: 0; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row > .video-iframe-container {  }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX { background-color:#f3fdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row .container { background-color: transparent; background-image: none; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row .container > .video-iframe-container { display: none; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row > .video-iframe-container { display: none; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .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); }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row .container { border-width: 0; border-radius: 0; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row > .video-iframe-container {  }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;overflow:visible;position:relative;display:block; }#NXOnDUEVx0i8HVTWLIQhsifRwyZzRRCV { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.1354217529297rem;left:0rem;height:9.7482625rem;color:#2b68a8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#df0ToQgaIpaIO0mV9cVI6Xwsr2EnWr3o { position:absolute;display:block;z-index:100001;background-color:#a3edfa;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:14.75rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdff;background-image:none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container { background-color: transparent; background-image: none; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container > .video-iframe-container { display: none; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row > .video-iframe-container { display: none; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .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); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container { border-width: 0; border-radius: 0; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#lZa4J12Lu3VJM9Ev52C6kBfETCoKKkuq { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-text.counter-number { border-top:0.25rem solid #fff859;border-left:0.25rem solid #fff859;border-right:0.25rem solid #fff859;border-bottom:0.25rem solid #fff859;background-color:transparent;background-image:none;color:#2b68a8;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:ubuntu;font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.8333740234375rem;left:24.276041030884rem;z-index:100064; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #al5yd3tDvLi5141TUg1BdUZmFW8pH1Xy { display:flex;position:relative;top:0rem;left:0rem; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #X83EDDCl66dfHTTFwF22qkCMaq1x5z5v { width:auto; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #sqSf5dthTHOoBBswmK4JrKzgwCXilTB4 {  }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #TfubLzLekdv553BSarLRn9Wyv9s1Tnlh { display:flex;position:relative;top:0rem;left:0rem; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #lGgTZOdIZXDAigHrlLlddN1Ln4MhTCUd {  }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #rea4v5cQPApJ7u1v3RqcbcfNRSXEm52T {  }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #LMl8JXsGXhhxriASKiLE1w1ZELmvPdqo { display:flex;position:relative;top:0rem;left:0rem; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #uvawzqvsRdXs4I8tNPtuJB8M2eprhnTe {  }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #DfNd9FAexfUzAoMuqpmfV437LWH8gacm {  }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #xT377SLZTx41b3TDA86TPLmxBUA6JJB4 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #KabFIakX5tBultDzVPlQvGtAq1OR8x5O {  }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #hSwCJRXaFgWTiLzKLJmLnSX76tJpZMeB {  }
#Nf2NRGt5638PgTW7h9Kzexe4QcBp0384 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:5rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:24.166687011719rem;left:18.750001907349rem;display:block; }
#pisRcOX9NpB2qarEU2vtGX5uOMFGUDRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdff;background-image:none;position:relative;display:block; }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row .container { background-color: transparent; background-image: none; }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row .container > .video-iframe-container { display: none; }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row > .video-iframe-container { display: none; }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .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); }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row .container { border-width: 0; border-radius: 0; }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row > .video-iframe-container {  }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#DUyEu91hZoDGUT8aKBMZHNNbXwrdWvCh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.25rem;top:5.625rem;left:31.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yq2WJBDUvyhJHpGi3HmLUM2hZfJzTU0m { width:21.875rem;height:21.875rem;top:2.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rd3xpDih0BAEv8T8uuD9kMohRSmD0Xxq { width:21.8125rem;height:5rem;top:8.0208339691163rem;left:23.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IS2FETLH2r0MQFVb2EANTTWC9P32TFJR { width:4.375rem;height:4.375rem;top:3.5833334922791rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xb2wb5l5cw6hiFkUUe7AQbxAxGHDlZE1 { width:21.875rem;height:21.875rem;top:2.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnCixvQ42qxyImZTWAv7INBO350C4Drp { width:21.875rem;height:4.5rem;top:15.125rem;left:23.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GP2eQKaZlVELtQfvp8XS0P8TWT0wvwxy { width:21.6875rem;height:1.6666666269302rem;top:20.4375rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImVgzDrJAtGn7aiOqIKksCAnElHlE6W6 { width:17.5rem;height:3.4375rem;top:26.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsXEbFRDlzwsK6niqTViHghrVnwWx4w7 { display:block; }
 }@media only screen and (max-width: 1199px) { #y83Bl3tCuouvUfQ3BOFJuLE49uMBC6DU { width:11.0625rem;height:6.1875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ { display:block; }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mvggCEPaI1bWrPdQysfw106ACRaaBdD9 { width:38.75rem;height:16.500000357628rem;top:1.78125rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD { display:block; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dhePwMTV9CfuHXPsbE9HQMp1WqaJUV6P { width:43.75rem;height:7.3333334922791rem;top:5.1028652191162rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e5ERzKoLVneP2mGRzk6TlehSborqqH0g { width:35.25rem;height:0.1875rem;top:2.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #of7lGhMimrwSPM6N6rLQMFImwJAd3TCG { width:43.75rem;height:7.3333334922791rem;top:5.1028652191162rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bXv7biipgwsGoFtaGcK98xfKPbFThohp { display:block; }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n97nvxJVrBbUlMBJLr9hddg9zruBLzDP { width:43.75rem;height:5.5rem;top:2.5520839691162rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqVwxv4DTcGCPD47RscSVP62N3MuKy3T { width:46.25rem;height:6.1875rem;top:2.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4a2llZOgvXBd7Ze676gZwUki4gxFB9T { display:block; }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aZSzkT0t76c0bX0SVdkbNTSzriH2TzGx { width:47.75rem;height:7rem;top:1.3958358764649rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rfslfTB5gGCi9w80kh1iI031hx444Pzi { width:47.75rem;height:7rem;top:1.3958358764649rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF { display:block; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl { display:block; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ceh8bhLHKuwWJrFJTpWvlH4q0dkoUrw6 { width:43.75rem;height:2.75rem;top:3.9479217529297rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNSvTe3cgN7HOa6GJ5KBlINt0UwBVU4P { width:46.25rem;height:6.1875rem;top:2.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta { display:block; }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EiCRIwyBV9e5CxDqwFLCmlDFyuDkGtaK { width:47.75rem;height:38.5rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9ZUxgXGkrUUXexylDVtI3TsfpFxM4OH { width:47.75rem;height:38.5rem;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #THaSpBlIqLseBz3g8KQmkWP18GU5ynXO { display:none; }#THaSpBlIqLseBz3g8KQmkWP18GU5ynXO > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FOzZgwX4GSRx80TmLtTKPqSPEqlef2ak { width:43.75rem;height:3.6666667461395rem;top:3.46875rem;left:1.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2edplRcvehploTooaCPNdTuI22ok9A8 { width:46.25rem;height:6.1875rem;top:2.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzcBvaCTHTKsUZxLETkc8LtuD3siCycA { display:block; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz { display:block; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WxHXoJw6wVwHTpda9TcOGGRmFqVPMBUQ { width:43.75rem;height:5.5rem;top:2.59375rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kovfB3TWkh3MSSPGxZO6asEumTTBT1eT { width:46.25rem;height:6.1875rem;top:2.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 { display:block; }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row .container { width:47.75rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UPsoyZha5bDdEfmpxpuuHtDotMbVR3Rr { width:47.75rem;height:14rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwyhK5RidXyS9DbDUyfbX2rKGJgOcfO8 { width:47.75rem;height:14rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN { display:block; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi { display:block; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r16tT6rt5Ia20NkC5Gkgzb0TG4Qh4d5O { width:43.75rem;height:3.6666667461395rem;top:3.46875rem;left:1.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvyaHfQrdyJHOAdNyLOZBSzSiH71Jn0J { width:46.25rem;height:6.1875rem;top:2.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ { display:block; }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #diCJ5b5CBKIUp4CKOEKNxDSaF50lsDEV { width:47.75rem;height:3.5rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ppzb87VdxhfKk7nlgrUZQ0bpknxT0PRR { width:21.875rem;height:25.6875rem;top:8.4583435058594rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kc46GFUwWDO4UTa5D4l2FRnpbhbXXRhR { width:13.75rem;height:3.4375rem;top:29.39453125rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqNwXQ4gPS0Rn1TMJsc200KD6Lus7gus { display:block; }
 }@media only screen and (max-width: 1199px) { #OzKTpo22T9XXwSAI5L0TRuS9ht7UA7gH { top:25rem;left:16.65625rem;width:14.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzV42VywcrnsCNxeGKKxVpqlBV4Kcvgs { top:16.375rem;left:13.25rem;width:21.25rem;height:0;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #ZHxsQlFWWfHNqHZPSw5mitELR5Gfn0cK { width:20.625rem;height:6.25rem;top:8.9895935058594rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dex4ZAutT5AZrv57XTPzQWiwQX4repgh { top:11.40625rem;left:16.395833969116rem;width:14.375rem;height:0;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EcT4WyElmJseL0c5rEIgp05TKOgFTJGE { top:9.9895935058594rem;left:16.65625rem;width:14.375rem;height:4.1666665077209rem;font-size:1.875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #zofOkT0MbpE9qZgBdbbRIWp64ikFGUbw { top:16.4375rem;left:13.25rem;width:21.25rem;height:7.5rem;font-size:1.125rem;line-height:1.3;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #tkzqc91oG7G29bMI32O9mh79puPNF6y8 { top:16.375rem;left:13.25rem;width:21.25rem;height:0;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq { display:block; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sumZEhLe0f0TuNiapcCapdILKMzSKhuB { display:block; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eGqEUN59BqeATGIW2LJi45UhA3dKAKNI { width:43.75rem;height:2.75rem;top:4.0104217529297rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7nGsAW3JW1ZWuAbdkkcSEhU79mqt79K { width:46.25rem;height:6.1875rem;top:2.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds { display:block; }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row .container { width:47.75rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RLkL3LvnIkcLqRiDbh71Hgim1bE3CplR { width:37.5rem;height:21.083332896233rem;top:28.498718261719rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ag9c9dyKFCq45dRG4L12xbK7uhXszwoG { width:21.875rem;height:21.875rem;top:1.4583435058594rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HU3U1SPiur7ipFlwKeWEuphRaT31pv31 { width:7.5rem;height:3.8736979961395rem;top:26.166687011719rem;left:2.7395834922791rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rkFP3qve7tWQinZdwIADA7X5oP4PG0Cs { width:7.5rem;height:3.8736979961395rem;top:51.70703125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSTp4wgtM0nv08fkEssa9N7gdwh6nLXk { width:47.75rem;height:1.6666666269302rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BrThMeq9vVoRopZhxLSIBgB2MsB8QKQt { width:37.5rem;height:21.083332896233rem;top:28.498718261719rem;left:5.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Zpwc4M0W32iItqxkACM3weTPZZS6zIlT { display:block; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX { display:block; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NXOnDUEVx0i8HVTWLIQhsifRwyZzRRCV { width:43.75rem;height:5.5rem;top:4.53125rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #df0ToQgaIpaIO0mV9cVI6Xwsr2EnWr3o { width:46.25rem;height:8.9375rem;top:2.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 { display:block; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container { width:47.75rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lZa4J12Lu3VJM9Ev52C6kBfETCoKKkuq { width:47.747394561768rem;height:1.8333333730698rem;top:2.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #fff859;border-left:0.1875rem solid #fff859;border-right:0.1875rem solid #fff859;border-bottom:0.1875rem solid #fff859; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k { width:20.625rem;height:8.1925rem;display:flex;top:5.625rem;left:13.375rem;z-index:100057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #al5yd3tDvLi5141TUg1BdUZmFW8pH1Xy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #X83EDDCl66dfHTTFwF22qkCMaq1x5z5v {  }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #sqSf5dthTHOoBBswmK4JrKzgwCXilTB4 {  }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #TfubLzLekdv553BSarLRn9Wyv9s1Tnlh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #lGgTZOdIZXDAigHrlLlddN1Ln4MhTCUd {  }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #rea4v5cQPApJ7u1v3RqcbcfNRSXEm52T {  }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #LMl8JXsGXhhxriASKiLE1w1ZELmvPdqo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #uvawzqvsRdXs4I8tNPtuJB8M2eprhnTe {  }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #DfNd9FAexfUzAoMuqpmfV437LWH8gacm {  }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #xT377SLZTx41b3TDA86TPLmxBUA6JJB4 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #KabFIakX5tBultDzVPlQvGtAq1OR8x5O {  }
 }@media only screen and (max-width: 1199px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #hSwCJRXaFgWTiLzKLJmLnSX76tJpZMeB {  }
 }@media only screen and (max-width: 1199px) { #Nf2NRGt5638PgTW7h9Kzexe4QcBp0384 { width:31.25rem;height:3.4375rem;top:16.562561035156rem;left:9.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pisRcOX9NpB2qarEU2vtGX5uOMFGUDRs { display:block; }
 }@media only screen and (max-width: 1199px) { #ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp { display:block; }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row .container { width:47.75rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DUyEu91hZoDGUT8aKBMZHNNbXwrdWvCh { width:7.5rem;height:3.874080657959rem;top:5.0930633544922rem;left:20.122930347919rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f3fdff;background-image:url("https://images.assets-landingi.com/uc/b120e503-dbd5-4211-bd0b-a02dc2587469/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.145843505859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yq2WJBDUvyhJHpGi3HmLUM2hZfJzTU0m { width:18.75rem;height:16.75rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd3xpDih0BAEv8T8uuD9kMohRSmD0Xxq { width:20rem;height:1.5833333730698rem;top:6.5833334922787rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS2FETLH2r0MQFVb2EANTTWC9P32TFJR { width:3.75rem;height:3.75rem;top:2.2083334922791rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2wb5l5cw6hiFkUUe7AQbxAxGHDlZE1 { width:18.75rem;height:18.75rem;top:18.958333969116rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnCixvQ42qxyImZTWAv7INBO350C4Drp { width:20rem;height:3.3333332538605rem;top:10.145833969116rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP2eQKaZlVELtQfvp8XS0P8TWT0wvwxy { width:20rem;height:1.5rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImVgzDrJAtGn7aiOqIKksCAnElHlE6W6 { width:17.5rem;height:3.4375rem;top:39.020832061767rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXEbFRDlzwsK6niqTViHghrVnwWx4w7 { display:block; }
 }@media only screen and (max-width: 763px) { #y83Bl3tCuouvUfQ3BOFJuLE49uMBC6DU { width:11.0625rem;height:6.1875rem;top:43.708343505859rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ { display:block; }#EUNFm2OaXXgDt3ORJEyG7Cz6e1kns6fQ > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvggCEPaI1bWrPdQysfw106ACRaaBdD9 { width:18.75rem;height:25.666667103767rem;top:1.19921875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD { background-color:#f3fdff;background-image:none;display:block; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container { background-color: transparent; background-image: none; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container > .video-iframe-container { display: none; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row > .video-iframe-container { display: none; }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .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); }#cFXzSssiBM3uyV6DakhVHrFmQhVbWRvD > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhePwMTV9CfuHXPsbE9HQMp1WqaJUV6P { width:18.125rem;height:0;top:2.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5ERzKoLVneP2mGRzk6TlehSborqqH0g { width:12.5rem;height:0.1875rem;top:1.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #of7lGhMimrwSPM6N6rLQMFImwJAd3TCG { width:18.125rem;height:8.75rem;top:2.6875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #bXv7biipgwsGoFtaGcK98xfKPbFThohp { display:block; }#bXv7biipgwsGoFtaGcK98xfKPbFThohp > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n97nvxJVrBbUlMBJLr9hddg9zruBLzDP { width:20rem;height:3.6666667461395rem;top:1.8645858764649rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqVwxv4DTcGCPD47RscSVP62N3MuKy3T { width:20rem;height:4.6875rem;top:1.3958435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4a2llZOgvXBd7Ze676gZwUki4gxFB9T { display:block; }#u4a2llZOgvXBd7Ze676gZwUki4gxFB9T > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZSzkT0t76c0bX0SVdkbNTSzriH2TzGx { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfslfTB5gGCi9w80kh1iI031hx444Pzi { width:18.125rem;height:14rem;top:1.20703125rem;left:0.90625rem;font-size:1.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF { display:block; }#hSuiTtBqrAeX2p1zo57PhsPQpHDcAFcF > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl { display:block; }#QGPSJrHxEaEgsVeIVlsrCB56dQc0fWNl > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ceh8bhLHKuwWJrFJTpWvlH4q0dkoUrw6 { width:20rem;height:1.8333333730698rem;top:2.2278747558594rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNSvTe3cgN7HOa6GJ5KBlINt0UwBVU4P { width:20rem;height:4.25rem;top:1.0208435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta { display:block; }#PHTQZ6BGk53ttSDp0ZerNTEdHMOm9Qta > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiCRIwyBV9e5CxDqwFLCmlDFyuDkGtaK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9ZUxgXGkrUUXexylDVtI3TsfpFxM4OH { width:18.125rem;height:57.75rem;top:1.2083358764649rem;left:0.90625rem;font-size:1.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #THaSpBlIqLseBz3g8KQmkWP18GU5ynXO { display:none; }#THaSpBlIqLseBz3g8KQmkWP18GU5ynXO > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FOzZgwX4GSRx80TmLtTKPqSPEqlef2ak { width:20rem;height:1.8333333730698rem;top:2.2278747558594rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2edplRcvehploTooaCPNdTuI22ok9A8 { width:20rem;height:4.25rem;top:1.0208435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzcBvaCTHTKsUZxLETkc8LtuD3siCycA { display:block; }#uzcBvaCTHTKsUZxLETkc8LtuD3siCycA > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz { display:block; }#a4nd78OxyyZnNeyqXofPoQ4DpHMMLAxz > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxHXoJw6wVwHTpda9TcOGGRmFqVPMBUQ { width:20rem;height:3.6666667461395rem;top:1.8619689941406rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kovfB3TWkh3MSSPGxZO6asEumTTBT1eT { width:20rem;height:4.6875rem;top:1.3958435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 { display:block; }#aLOGVIVlTSh3QKIFVWmPtaTUX8vkEch1 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPsoyZha5bDdEfmpxpuuHtDotMbVR3Rr { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwyhK5RidXyS9DbDUyfbX2rKGJgOcfO8 { width:18.125rem;height:26.25rem;top:1.25rem;left:0.90625rem;font-size:1.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN { display:block; }#TaNFt6urGyTLqqi6EbMmImMOdOfkUHlN > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi { display:block; }#Azaa9cPX0lRu3d5qH3aMW52Kie6Uygyi > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r16tT6rt5Ia20NkC5Gkgzb0TG4Qh4d5O { width:20rem;height:1.8333333730698rem;top:2.2278747558594rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvyaHfQrdyJHOAdNyLOZBSzSiH71Jn0J { width:20rem;height:4.25rem;top:1.0208435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ { display:block; }#JG1GVmm1nDlFKwsXx184VsIxgGtr9OeJ > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diCJ5b5CBKIUp4CKOEKNxDSaF50lsDEV { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppzb87VdxhfKk7nlgrUZQ0bpknxT0PRR { width:17.5rem;height:25.4375rem;top:6.9791564941406rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc46GFUwWDO4UTa5D4l2FRnpbhbXXRhR { width:15.625rem;height:3.375rem;top:27.247406005859rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqNwXQ4gPS0Rn1TMJsc200KD6Lus7gus { display:block; }
 }@media only screen and (max-width: 763px) { #OzKTpo22T9XXwSAI5L0TRuS9ht7UA7gH { width:20rem;height:3.3333332538605rem;top:23.352874755859rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzV42VywcrnsCNxeGKKxVpqlBV4Kcvgs { width:16.25rem;height:0;top:14.915374755859rem;left:1.875rem;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ZHxsQlFWWfHNqHZPSw5mitELR5Gfn0cK { width:16.25rem;height:6.25rem;top:7.46875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dex4ZAutT5AZrv57XTPzQWiwQX4repgh { width:16.25rem;height:4.6666665077209rem;top:8.2395935058594rem;left:1.875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EcT4WyElmJseL0c5rEIgp05TKOgFTJGE { width:14.375rem;height:0;top:9.28125rem;left:3.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zofOkT0MbpE9qZgBdbbRIWp64ikFGUbw { width:20rem;height:0;top:15.729156494141rem;left:0rem;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #tkzqc91oG7G29bMI32O9mh79puPNF6y8 { width:16.25rem;height:7.5rem;top:14.852874755859rem;left:1.875rem;font-size:1.125rem;line-height:1.3;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq { display:block; }#F1wI0dFrTk4UXQqH0TpAHrJ0tZhwXDuq > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sumZEhLe0f0TuNiapcCapdILKMzSKhuB { display:block; }#sumZEhLe0f0TuNiapcCapdILKMzSKhuB > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGqEUN59BqeATGIW2LJi45UhA3dKAKNI { width:20rem;height:1.8333333730698rem;top:2.2278747558594rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7nGsAW3JW1ZWuAbdkkcSEhU79mqt79K { width:20rem;height:4.25rem;top:1.0208435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds { display:block; }#RF2K4BDBSoOdg8QVbyMW9HFTIyH3yRds > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLkL3LvnIkcLqRiDbh71Hgim1bE3CplR { width:18.125rem;height:0;top:25.41667175293rem;left:0.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag9c9dyKFCq45dRG4L12xbK7uhXszwoG { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU3U1SPiur7ipFlwKeWEuphRaT31pv31 { width:0.0625rem;height:0.032280816634496rem;top:25.41666662693rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFP3qve7tWQinZdwIADA7X5oP4PG0Cs { width:3.75rem;height:1.875rem;top:57.416656494141rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSTp4wgtM0nv08fkEssa9N7gdwh6nLXk { width:20rem;height:1.6666666269302rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrThMeq9vVoRopZhxLSIBgB2MsB8QKQt { width:18.125rem;height:30.666666030884rem;top:25.395843505859rem;left:0.90625rem;font-size:1.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #Zpwc4M0W32iItqxkACM3weTPZZS6zIlT { display:block; }#Zpwc4M0W32iItqxkACM3weTPZZS6zIlT > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX { display:block; }#S5RrK8nN8Mv6OdQGz230OF9txTp6IIgX > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXOnDUEVx0i8HVTWLIQhsifRwyZzRRCV { width:20rem;height:3.6666667461395rem;top:3.7916679382324rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #df0ToQgaIpaIO0mV9cVI6Xwsr2EnWr3o { width:20rem;height:6.25rem;top:2.6458358764649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 { background-color:#f3fdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container { background-color: transparent; background-image: none; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container > .video-iframe-container { display: none; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row > .video-iframe-container { display: none; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .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); }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container { border-width: 0; border-radius: 0; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#TDZNNEvwVCSTcTnnmlP3y3sV7uR3uZU4 > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZa4J12Lu3VJM9Ev52C6kBfETCoKKkuq { width:20rem;height:1.5833333730698rem;top:1.4036865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #fff859;border-left:0.1875rem solid #fff859;border-right:0.1875rem solid #fff859;border-bottom:0.1875rem solid #fff859; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#we3htcq5FaxQRQkrzmmJHn7GSK49qi7k { width:14.625rem;height:5.4375rem;display:flex;top:4.63671875rem;left:2.4830729961395rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #al5yd3tDvLi5141TUg1BdUZmFW8pH1Xy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #X83EDDCl66dfHTTFwF22qkCMaq1x5z5v {  }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #sqSf5dthTHOoBBswmK4JrKzgwCXilTB4 {  }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #TfubLzLekdv553BSarLRn9Wyv9s1Tnlh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #lGgTZOdIZXDAigHrlLlddN1Ln4MhTCUd {  }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #rea4v5cQPApJ7u1v3RqcbcfNRSXEm52T {  }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #LMl8JXsGXhhxriASKiLE1w1ZELmvPdqo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #uvawzqvsRdXs4I8tNPtuJB8M2eprhnTe {  }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #DfNd9FAexfUzAoMuqpmfV437LWH8gacm {  }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #xT377SLZTx41b3TDA86TPLmxBUA6JJB4 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #KabFIakX5tBultDzVPlQvGtAq1OR8x5O {  }
 }@media only screen and (max-width: 763px) { #we3htcq5FaxQRQkrzmmJHn7GSK49qi7k #hSwCJRXaFgWTiLzKLJmLnSX76tJpZMeB {  }
 }@media only screen and (max-width: 763px) { #Nf2NRGt5638PgTW7h9Kzexe4QcBp0384 { width:17.5rem;height:3.375rem;top:12.360717773438rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pisRcOX9NpB2qarEU2vtGX5uOMFGUDRs { display:block; }
 }@media only screen and (max-width: 763px) { #ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp { display:block; }#ZbLdFzp7LCRdCny4nOvCKXrRaIWdqxUp > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUyEu91hZoDGUT8aKBMZHNNbXwrdWvCh { width:5.625rem;height:2.875rem;top:2.6875rem;left:7.1875rem;display:block; }
 }