.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #0099d9;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row .container { background-color: transparent; background-image: none; }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row .container > .video-iframe-container { display: none; }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row > .video-iframe-container { display: none; }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .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); }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row .container { border-width: 0; border-radius: 0; }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#ZqLLBPr6GMRpzuwgZAl4we3moUbhUCds { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:7.5620660781863rem;left:1.060115814209rem;display:block; }
#KcHRMDBGZVzMEO4r7g4EhxVBgzB9GpmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L3qTegv0A5GbhET4SaEKeAla1vmk1Xag { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:1.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4995660781863rem;left:11.748046875rem;display:block; }
#HnzGtT3zguyPJaW4f91catT9vyooZam9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oTwBQypRcPr095ioxL79LQLPaP1NZzxX { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9373125rem;height:1.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:7.4995660781863rem;left:25.872398376465rem;display:block; }
#O5SZAaJgvpxwOT493iZChgTqrBfXxoUL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QotnF2CMLSOXuRiXUAbpC6WuWTOV3MXT { background-color:#0099d9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:7.4995660781863rem;left:39.934902191162rem;display:block; }
#aLiXs41Ci0x50y77r2pe1PTylkKo67U6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JmT3yupx8waPGCi1Mvns3smWmUmaUisn { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:7.4995660781863rem;left:49.184032440186rem;display:block; }
#me81fEpmp9GqATOHutBFaKf350vdnAia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dg73o5fNJUlWoo1Zg60RW9uighJ1Uul4 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:16.9375rem;top:1.0625rem;left:21.374786376953rem;overflow:hidden;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oNUlLd4z/Banner_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:40.2495625rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:9.6213111877444rem;left:0rem;height:16.5rem;font-style:normal;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:43.061rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:27.936198234558rem;left:0rem;height:2.125rem;font-style:normal;display:block; }
#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { background-color: transparent; background-image: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .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); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { border-width: 0; border-radius: 0; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { font-size:0.875rem;font-family:arial;height:168.125rem;width:60rem;position:relative;display:block; }#SonSe0kWE86RyAnMiQPxDyR8reaW9k5T { z-index:100003;top:80.687255859375rem;left:22.71728515625rem;background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cSKJsVlXGbxSnK7sH9lXDBewNEutHCCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TrJ7UcKoUyrCCzAMHbWEGI7hutFX9Zku { color:#0099d9;display:block;width:31.124rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:76.8125rem;left:15.125rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ephCchFWS27pA0KsKVcR8PTxgL75cd6K { color:#124466;display:block;width:49.12475rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.177978515625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#JT94s50rSKftvININVqMHpDXaz3RgaiJ { color:#124466;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:13.375rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#hpBdohFTAmreJwUwvC0CXa7woQxngdRm { color:#124466;display:block;width:49.1235rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:18.802978515625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#Gg9hVTxqSqdPWVkWHaP1Dm9w16LgGbrS { color:#124466;display:block;width:52.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:21rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#lWu7hgTlRinmJTK0LpOQfsq7EoEoz7ZE { color:#0099d9;display:block;width:57.68675rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:4.560546875rem;left:0rem;height:3.7122375rem;font-style:normal;display:block; }
#JTQC9n8Hyg6eDf1SCiSb6ITVakfcpeAH { color:#124466;display:block;width:49.1235rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:26.303466796875rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#eGUVtTQTgUZ78xKIP78iqglbwwydIJaO { color:#124466;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:28.5rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#tK14UdnXNWPzNy6BQ5yyxJzleaUgwvin { color:#124466;display:block;width:49.1235rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:33.9365234375rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#Ag21E8ptLQbV4u3D9NDdQ1xhZpwOQDE6 { color:#124466;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:36.210693359375rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#h6rI0uatbssvoryuoT49yBWlRrGaNHac { color:#124466;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:41.748779296875rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#e1asCy8Of1Hf5wf9WdacnV28TbRgH7g0 { color:#124466;display:block;width:53.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:44.02294921875rem;left:0rem;height:8.49609375rem;font-style:normal;display:block; }
#kS6zWstNoAUGQMiGbQ5bM5yvTlBdXFZx { color:#124466;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:55.3125rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#kFloEMH8IQFe36m23qDvWzWFgCWLtuKo { color:#124466;display:block;width:49.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:57.5625rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#gNlEAM0l5LMFvvMuq1PROTVsdmPCCTC1 { color:#124466;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:65.5rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#n4PghIt1Ce4k2TrbDOK6azbkQTWIv4eM { color:#124466;display:block;width:53.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:67.75rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#xwndXl6lTOgZaNlgLebPKQs47I16G9OK { color:#124466;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:140.5625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#X0XrEk4C2oaDDuTMPuGVrhwmyC4b9tOe { color:#124466;display:block;width:50.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100025;line-height:1.7;letter-spacing:0;top:142.8125rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#fNvPWN9IJHJOSLh9tmXub92ViDetlX7Z { color:#124466;display:block;width:57.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100022;line-height:1.7;letter-spacing:0;top:117.1875rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#TtsCkolmvqyx4eRObXxKvR3c5bLr21ty { color:#124466;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:124.75rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#MRzBWuXhL08kzRF8bJTfoLadzm93wAvE { color:#124466;display:block;width:50.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100023;line-height:1.7;letter-spacing:0;top:127rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#KtKK1P0d6w4JfH71cDT1kbN3yaDawzJH { color:#124466;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:134.1875rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#iaR1uDg0fm6iVyEUDBVWiNtShJ9K1rpe { color:#124466;display:block;width:46.1853125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100024;line-height:1.7;letter-spacing:0;top:136.4375rem;left:0rem;height:1.70030625rem;font-style:normal;display:block; }
#VHAPQkTJ2L1oGmm74Xl4uXLbKZg3ofyI { color:#124466;display:block;width:49.1235rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:106.0625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#TuuzVKhKxTnZyMI8HTaq6yRGhb8Wzra9 { color:#124466;display:block;width:53.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100021;line-height:1.7;letter-spacing:0;top:108.25rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#ZrtLuhB1mz0igmG5cWrodN9usyPfihal { color:#124466;display:block;width:49.1235rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:114.9375rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#orbTOz8emItweoiasu4NGo8OlF57dKZ7 { color:#124466;display:block;width:54rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100019;line-height:1.7;letter-spacing:0;top:100.75rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#WTUB3GTSVvWequmJzVkIVKDuTvCvUNcT { color:#124466;display:block;width:49.1235rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:98.5625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#qsxKDTcT89aATHRUd9We53SFUbanHtK5 { color:#124466;display:block;width:52.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:90.81229400635rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#zt3JyyE1tAqZz8iZhI1Ga9z0k1w3GXX8 { color:#124466;display:block;width:49.12475rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:88.5625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#DnRzfMX9R4Rm7K9KVskfFgZka7KNuXzH { color:#124466;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:148.6875rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#dUU4ilnK3EoVKzig5omm2eGS7fFmHItb { color:#124466;display:block;width:51.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100026;line-height:1.7;letter-spacing:0;top:151.0625rem;left:0rem;height:6.796875rem;font-style:normal;display:block; }
#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d9;background-image:none;position:relative;display:block; }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row .container { background-color: transparent; background-image: none; }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row .container > .video-iframe-container { display: none; }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row > .video-iframe-container { display: none; }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .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); }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row .container { border-width: 0; border-radius: 0; }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124466;background-image:none;position:relative;display:block; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row .container { background-color: transparent; background-image: none; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row .container > .video-iframe-container { display: none; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row > .video-iframe-container { display: none; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .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); }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row .container { border-width: 0; border-radius: 0; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF { display:block; }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqLLBPr6GMRpzuwgZAl4we3moUbhUCds { width:9.5rem;height:1.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcHRMDBGZVzMEO4r7g4EhxVBgzB9GpmL { display:block; }
 }@media only screen and (max-width: 763px) { #L3qTegv0A5GbhET4SaEKeAla1vmk1Xag { width:12.9375rem;height:1.875rem;top:7.4375rem;left:5.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnzGtT3zguyPJaW4f91catT9vyooZam9 { display:block; }
 }@media only screen and (max-width: 763px) { #oTwBQypRcPr095ioxL79LQLPaP1NZzxX { width:12.9375rem;height:1.875rem;top:7.4375rem;left:19.747398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SZAaJgvpxwOT493iZChgTqrBfXxoUL { display:block; }
 }@media only screen and (max-width: 763px) { #QotnF2CMLSOXuRiXUAbpC6WuWTOV3MXT { width:8.125rem;height:1.875rem;top:7.4375rem;left:33.809902191162rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLiXs41Ci0x50y77r2pe1PTylkKo67U6 { display:block; }
 }@media only screen and (max-width: 763px) { #JmT3yupx8waPGCi1Mvns3smWmUmaUisn { width:9.9375rem;height:1.875rem;top:7.4375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me81fEpmp9GqATOHutBFaKf350vdnAia { display:block; }
 }@media only screen and (max-width: 763px) { #dg73o5fNJUlWoo1Zg60RW9uighJ1Uul4 { top:1.0625rem;left:15.249786376953rem;width:16.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:9.5625rem;left:0rem;width:40.1875rem;height:16.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:27.875rem;left:0rem;width:43rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SonSe0kWE86RyAnMiQPxDyR8reaW9k5T { top:80.625rem;left:7.9375rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSKJsVlXGbxSnK7sH9lXDBewNEutHCCx { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ7UcKoUyrCCzAMHbWEGI7hutFX9Zku { top:76.8125rem;left:0rem;width:31.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ephCchFWS27pA0KsKVcR8PTxgL75cd6K { top:11.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT94s50rSKftvININVqMHpDXaz3RgaiJ { top:13.375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpBdohFTAmreJwUwvC0CXa7woQxngdRm { top:18.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9hVTxqSqdPWVkWHaP1Dm9w16LgGbrS { top:21rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWu7hgTlRinmJTK0LpOQfsq7EoEoz7ZE { top:4.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQC9n8Hyg6eDf1SCiSb6ITVakfcpeAH { top:26.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGUVtTQTgUZ78xKIP78iqglbwwydIJaO { top:28.5rem;left:0rem;width:45rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK14UdnXNWPzNy6BQ5yyxJzleaUgwvin { top:33.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag21E8ptLQbV4u3D9NDdQ1xhZpwOQDE6 { top:36.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6rI0uatbssvoryuoT49yBWlRrGaNHac { top:41.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1asCy8Of1Hf5wf9WdacnV28TbRgH7g0 { top:44rem;left:0rem;width:47.75rem;height:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS6zWstNoAUGQMiGbQ5bM5yvTlBdXFZx { top:55.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFloEMH8IQFe36m23qDvWzWFgCWLtuKo { top:57.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNlEAM0l5LMFvvMuq1PROTVsdmPCCTC1 { top:65.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4PghIt1Ce4k2TrbDOK6azbkQTWIv4eM { top:67.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwndXl6lTOgZaNlgLebPKQs47I16G9OK { top:140.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XrEk4C2oaDDuTMPuGVrhwmyC4b9tOe { top:142.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNvPWN9IJHJOSLh9tmXub92ViDetlX7Z { top:117.1875rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtsCkolmvqyx4eRObXxKvR3c5bLr21ty { top:124.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzBWuXhL08kzRF8bJTfoLadzm93wAvE { top:127rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtKK1P0d6w4JfH71cDT1kbN3yaDawzJH { top:134.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaR1uDg0fm6iVyEUDBVWiNtShJ9K1rpe { top:136.4375rem;left:0rem;width:46.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAPQkTJ2L1oGmm74Xl4uXLbKZg3ofyI { top:106.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuuzVKhKxTnZyMI8HTaq6yRGhb8Wzra9 { top:108.25rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrtLuhB1mz0igmG5cWrodN9usyPfihal { top:114.9375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orbTOz8emItweoiasu4NGo8OlF57dKZ7 { top:100.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTUB3GTSVvWequmJzVkIVKDuTvCvUNcT { top:98.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsxKDTcT89aATHRUd9We53SFUbanHtK5 { top:90.75rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3JyyE1tAqZz8iZhI1Ga9z0k1w3GXX8 { top:88.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnRzfMX9R4Rm7K9KVskfFgZka7KNuXzH { top:148.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUU4ilnK3EoVKzig5omm2eGS7fFmHItb { top:151.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tegqXy53D1lXZXeIdxLV3X3syCB8iVpl { display:block; }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs { display:block; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF { position:relative;z-index:auto;display:block; }#vNq8WZrZolIoFqBBIaPqRG3eGvi3hvNF > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqLLBPr6GMRpzuwgZAl4we3moUbhUCds { width:9.5rem;height:1.875rem;top:6.9373217455238rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcHRMDBGZVzMEO4r7g4EhxVBgzB9GpmL { display:block; }
 }@media only screen and (max-width: 763px) { #L3qTegv0A5GbhET4SaEKeAla1vmk1Xag { width:12.9375rem;height:1.875rem;top:10.062321745524rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnzGtT3zguyPJaW4f91catT9vyooZam9 { display:block; }
 }@media only screen and (max-width: 763px) { #oTwBQypRcPr095ioxL79LQLPaP1NZzxX { width:12.9375rem;height:1.875rem;top:13.187321745524rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SZAaJgvpxwOT493iZChgTqrBfXxoUL { display:block; }
 }@media only screen and (max-width: 763px) { #QotnF2CMLSOXuRiXUAbpC6WuWTOV3MXT { width:8.125rem;height:1.875rem;top:16.312321745524rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLiXs41Ci0x50y77r2pe1PTylkKo67U6 { display:block; }
 }@media only screen and (max-width: 763px) { #JmT3yupx8waPGCi1Mvns3smWmUmaUisn { width:9.9375rem;height:1.875rem;top:19.437321745524rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #me81fEpmp9GqATOHutBFaKf350vdnAia { display:block; }
 }@media only screen and (max-width: 763px) { #dg73o5fNJUlWoo1Zg60RW9uighJ1Uul4 { width:16.9375rem;height:4.4373217455239rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uxggADks/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:4.7125rem;top:3.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:19.625rem;height:10.8375rem;top:11.75rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:20rem;height:155.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SonSe0kWE86RyAnMiQPxDyR8reaW9k5T { top:76.0888875rem;left:2rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSKJsVlXGbxSnK7sH9lXDBewNEutHCCx { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ7UcKoUyrCCzAMHbWEGI7hutFX9Zku { width:20rem;height:0;top:71.916525rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ephCchFWS27pA0KsKVcR8PTxgL75cd6K { width:20rem;height:0;top:6.21215625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT94s50rSKftvININVqMHpDXaz3RgaiJ { width:20rem;height:0;top:9.736325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpBdohFTAmreJwUwvC0CXa7woQxngdRm { width:20rem;height:0;top:14.3847625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9hVTxqSqdPWVkWHaP1Dm9w16LgGbrS { width:20rem;height:0;top:17.90893125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWu7hgTlRinmJTK0LpOQfsq7EoEoz7ZE { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTQC9n8Hyg6eDf1SCiSb6ITVakfcpeAH { width:20rem;height:0;top:22.55736875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGUVtTQTgUZ78xKIP78iqglbwwydIJaO { width:20rem;height:0;top:26.0815375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tK14UdnXNWPzNy6BQ5yyxJzleaUgwvin { width:20rem;height:0;top:30.729975rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ag21E8ptLQbV4u3D9NDdQ1xhZpwOQDE6 { width:20rem;height:0;top:34.25414375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6rI0uatbssvoryuoT49yBWlRrGaNHac { width:20rem;height:0;top:38.90258125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1asCy8Of1Hf5wf9WdacnV28TbRgH7g0 { width:20rem;height:0;top:42.42675rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kS6zWstNoAUGQMiGbQ5bM5yvTlBdXFZx { width:20rem;height:0;top:52.172875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFloEMH8IQFe36m23qDvWzWFgCWLtuKo { width:20rem;height:0;top:55.69704375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNlEAM0l5LMFvvMuq1PROTVsdmPCCTC1 { width:20rem;height:0;top:62.0447rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4PghIt1Ce4k2TrbDOK6azbkQTWIv4eM { width:20rem;height:0;top:65.56886875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwndXl6lTOgZaNlgLebPKQs47I16G9OK { width:20rem;height:0;top:134.90968125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0XrEk4C2oaDDuTMPuGVrhwmyC4b9tOe { width:20rem;height:0;top:138.43385rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNvPWN9IJHJOSLh9tmXub92ViDetlX7Z { width:20rem;height:0;top:108.69264375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtsCkolmvqyx4eRObXxKvR3c5bLr21ty { width:20rem;height:0;top:118.56446875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRzBWuXhL08kzRF8bJTfoLadzm93wAvE { width:20rem;height:0;top:122.0886375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtKK1P0d6w4JfH71cDT1kbN3yaDawzJH { width:20rem;height:0;top:128.43629375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaR1uDg0fm6iVyEUDBVWiNtShJ9K1rpe { width:20rem;height:0;top:131.9604625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHAPQkTJ2L1oGmm74Xl4uXLbKZg3ofyI { width:20rem;height:0;top:98.82081875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuuzVKhKxTnZyMI8HTaq6yRGhb8Wzra9 { width:20rem;height:0;top:102.3449875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrtLuhB1mz0igmG5cWrodN9usyPfihal { width:20rem;height:0;top:115.0403rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orbTOz8emItweoiasu4NGo8OlF57dKZ7 { width:20rem;height:0;top:90.6482125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTUB3GTSVvWequmJzVkIVKDuTvCvUNcT { width:20rem;height:0;top:95.29665rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qsxKDTcT89aATHRUd9We53SFUbanHtK5 { width:20rem;height:0;top:80.7763875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zt3JyyE1tAqZz8iZhI1Ga9z0k1w3GXX8 { width:20rem;height:0;top:87.12404375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnRzfMX9R4Rm7K9KVskfFgZka7KNuXzH { width:20rem;height:0;top:143.0822875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUU4ilnK3EoVKzig5omm2eGS7fFmHItb { width:20rem;height:0;top:146.60645625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tegqXy53D1lXZXeIdxLV3X3syCB8iVpl { display:block; }#tegqXy53D1lXZXeIdxLV3X3syCB8iVpl > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs { display:block; }#SvDFoImfWwPt1llGF4qgAN7yLRWPBdfs > .row .container { width:20rem;height:16rem;position:relative;display:block; } }