.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:#40d0c4;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/T2fPy7wb/_.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL.adaptive-delivery-prevent-bg, #EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL.lazyload, #EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL.lazyloading { background-image: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container { background-color: transparent; background-image: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container > .video-iframe-container { display: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row > .video-iframe-container { display: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .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); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container { border-width: 0; border-radius: 0; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#HaqIBHsyIKo6Owoi5MzTfN5gGNSipEEM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:arial;font-size:5.0625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:18.92734336853rem;left:0rem;height:6.64375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbs6iLJttEPtmrvJXlXDf3iVnaPTfc7N { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81171875rem;width:15rem;top:14.561718940735rem;left:22.500001907349rem;overflow:hidden;display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { background-color:#00c595;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:38.125rem;height:6.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:12.049220085144rem;left:10.59375rem;display:block; }
#OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fPQr18aST55pRAHESDl4nUG2mguPLTaT { color:#40d0c4;display:block;width:46.9375rem;position:absolute;font-family:arial;font-size:2.75rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #40d0c4;top:4.9929695129394rem;left:6.3429679870606rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#vlFLkEoZUz33TXcZTPGr25oTr02VU3dB { box-sizing:content-box;color:#40d0c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:5.25rem;left:3.0625rem;display:block; }
#XWoea2hIB3A23X1nUMgQDBIxfoo49TfE { box-sizing:content-box;color:#40d0c4;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:12.0498046875rem;left:55.8125rem;display:block; }
#LaTNAEzNq0not15tu11np41pqOtdVXN2 { box-sizing:content-box;color:#40d0c4;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:22.4375rem;left:4.5625rem;display:block; }
#B3if3Xxqp4hq2ztA4ezIniol7NMXuWOh { box-sizing:content-box;color:#40d0c4;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:19.8125rem;left:50.61619527575rem;display:block; }
#W1ucL3gpZSAGaCuRaJE3EtyATQRDL4zM { box-sizing:content-box;color:#40d0c4;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:0.6748046875rem;left:21.5rem;display:block; }
#Dil9BsONbTSzMyUWXdfGe4gdMqbcqquJ { box-sizing:content-box;color:#40d0c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:2.1875rem;left:50.09375rem;display:block; }
#AeDB0x7FOWIwdz0cr5gZkEGWBmHJP1F4 { box-sizing:content-box;color:#40d0c4;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:12.29921913147rem;left:49.999219894409rem;display:block; }
#hMXDexuLLDSOXCaeemGkZnSWGlOFmlbD { box-sizing:content-box;color:rgba(129,221,213,0.8);font-size:15.125rem;font-weight:400;line-height:1;height:21.6875rem;width:21.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:9.25rem;left:0rem;display:none; }
#BzLOzuahzz789AyRiSRyuRfhVTTno33o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:13.9375rem;height:1.7871125rem;display:none; }
#ZH6uTQO6Xx3VW3fbqG3z0oyrGhHdM5L6 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:19.375rem;top:30.5rem;left:19.968751907349rem;overflow:hidden;display:block; }
#P6sEIdnxQvSyUZLtcLl5liQZscMI66N2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:13.25rem;top:18.29921913147rem;left:23.031251907349rem;overflow:hidden;display:block; }
#X8vd6IuranuKlRzogDhTrpETRTDq8nK8 { box-sizing:content-box;color:rgba(129,221,213,0.8);font-size:14.9375rem;font-weight:400;line-height:1;height:21.375rem;width:21.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:0rem;left:27.8125rem;display:none; }
#UK8kG4bTIXcz6zH0hxcmLRxhIsl1Rw0d { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:13.9375rem;height:1.7871125rem;display:none; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { background-color: transparent; background-image: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .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); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { border-width: 0; border-radius: 0; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:arial;font-size:4.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:14.5625rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VaKXQfK4xdT7efbh323cirMObwnMAzZ9 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:15rem;top:2.5625rem;left:7.1875rem;overflow:hidden;display:block; }
#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { position:relative;display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { background-color: transparent; background-image: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container > .video-iframe-container { display: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row > .video-iframe-container { display: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .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); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { border-width: 0; border-radius: 0; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#ONgTxr74s3wSR3IDB6gK9EIdHh13fhdb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:46.875rem;top:0rem;left:6.1189357628257rem;overflow:hidden;display:block; }
#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { position:relative;display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { background-color: transparent; background-image: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { border-width: 0; border-radius: 0; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:60rem;position:relative;display:block; }#ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:3.25rem;top:19.5rem;left:20.8955078125rem;overflow:hidden;display:block; }
#kBCZmJoRsy2uJvVmvlEyDOrXfePlLpXE { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.8125rem;width:30.375rem;top:0.62499380111694rem;left:14.812233924866rem;overflow:hidden;display:block; }
#q5ekAH1GbrBVfOA3SG3ynnDuSe4219wn { color:#40d0c4;display:block;width:60rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:32.8125rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubSVaDBtOslzaZ1NMob2tJVXZmuzkypn { box-sizing:content-box;color:#40d0c4;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:29.375rem;left:28.25146484375rem;display:block; }
#qxfnGQx6nC7z72502gKTzQEXJs1ooAG2 { box-sizing:content-box;color:#40d0c4;font-size:4.875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:40.3125rem;left:12rem;display:block; }
#PSXhPixZOsJPTSJQTNLAhe0XAmkKCbJH { box-sizing:content-box;color:#40d0c4;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:40.3125rem;left:26.40771484375rem;display:block; }
#zA8JyZCAC1okBz6plXrHKeMIwXZTrn09 { box-sizing:content-box;color:#40d0c4;font-size:5.0625rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:40.3125rem;left:41.375rem;display:block; }
#fCcAktXuktMevvFfMJBv6F9o8nnuJL9C { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:42.1875rem;left:14.65625rem;height:3.25rem;font-style:normal;display:block; }
#X26Rv96StxhfL32rnRBz0klMvnkN7M2i { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:42.1875rem;left:29.22021484375rem;height:3.25rem;font-style:normal;display:block; }
#Tr2t840prd5hevp5PZxAIETZ8id1Vt2p { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:42.25rem;left:44.21875rem;height:3.25rem;font-style:normal;display:block; }
#ua650B0ZWnz4ZB3bShANMXQzSkNUTOZp { box-sizing:content-box;color:#40d0c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:42.25rem;left:20.9580078125rem;display:block; }
#m4c7t4v536iFT1bzVPBKnLkSCKi8sQRk { box-sizing:content-box;color:#40d0c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:42.25rem;left:36.2705078125rem;display:block; }
#zNXFCQa3Gyk6mFFJErHoJTZeqSgVp2A9 { color:#2c9d93;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:47.5625rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZObyT9KMtyKd6QnOx26FXmUmZ7ogaBx6 { color:#2c9d93;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:47.5rem;left:24.1455078125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wtRsqEwRIvKGatB6DqmBcUlpThP4xAaG { color:#2c9d93;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:47.5rem;left:38.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xl5VD8yLCWcF1VrAG3TDQCbVErGa9KFZ { z-index:100001;top:52.5rem;left:22.68896484375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #40d0c4;border-left:0.125rem solid #40d0c4;border-right:0.125rem solid #40d0c4;border-bottom:0.125rem solid #40d0c4;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#40d0c4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NGZwOVNXvUpHtpbK0lfJ9yvhEerkrNw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { background-color: transparent; background-image: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container > .video-iframe-container { display: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row > .video-iframe-container { display: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .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); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { border-width: 0; border-radius: 0; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#c2eHECLSXvPJTN1AgKT2C3rBUtRPBoRF { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:6.375rem;top:1.505859375rem;left:4.15625rem;overflow:hidden;display:block; }
#ZaRs5SR6N9wwLJI567fQ8G1TBV9q38po { z-index:100005;top:26.5625rem;left:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#0002a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s6P33ZXEoa6stDFRHE5r9GKr18VViDgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NPnmyphxHx76U7Ruam5fqk5TBy6wcfam { z-index:100006;top:26.5625rem;left:15.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#0002a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oFxZG04Hq9sEBNqD6TLUs2i4TlFAP89V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S2DtLdnSn9fkROmAsBWLHMrqDAnt7pEy { z-index:100007;top:26.5625rem;left:30.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#0002a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kNaENHezWUOtlJ0urMXxzRwKcDOVkvoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sv3L4imamnENZVZ50zRXz4vOG3Ku8ur2 { z-index:100008;top:26.5625rem;left:45.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#0002a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dwttrHFbsxikGXBWNtvJpXgQRNcOdkpJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ubAQqozHgMkLuaMBOk30quu820WLU8Ny { color:#4b5b9e;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uW4RNuSyQFQQfIxXa64S6m0GKi6FTJXT { background-color:#00c595;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:33.625rem;left:20rem;display:block; }
#oWbmxTFpoefxXyiKJpi4HH7eNPgnlBQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HITsKwNr25uUqIg0lDUPgWoVQNJB28R3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#SsTFe5OIV1qkbEok94G3nUX9hIKKGzTp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#MdGh9bnNtK9ZtUoTlGpbMPZBgBJUxS3h { box-sizing:content-box;color:#40d0c4;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:29.375rem;left:28.25146484375rem;display:none; }
#WF9sS4cZOFDpspUmEh52s3RXi0aWbitW { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:14.9375rem;top:8.75rem;left:29.9375rem;overflow:hidden;display:block; }
#g9Jx2Jo0dixmBGcK0zZGdrobRSXPRSgX { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:14.9375rem;top:8.75rem;left:44.875rem;overflow:hidden;display:block; }
#ppNrMEvXWlecDIVVVnwRiXCu0Al47oKh { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:14.9375rem;top:8.75rem;left:15rem;overflow:hidden;display:block; }
#gxw6kATpKOWZ0Ft6nM2J2qCF6UPGFKbP { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:14.9375rem;top:8.75rem;left:0.0625rem;overflow:hidden;display:block; }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#BKPfPpu0ms8CMrSxp0smTsKrVtLJXo7c { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.874025rem;width:7.0615rem;top:4.875rem;left:6.4375rem;overflow:hidden;display:block; }
#mw3A8NCoGWqhMuLpWsu62LfeBzsRCWDB { box-sizing:content-box;color:#00c595;font-size:9.125rem;font-weight:400;line-height:1;height:13.062rem;width:13.062rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0rem;left:3.5rem;display:block; }
#s9vtiWXftAO4DZBtyDwUgS7Gf8qe18ou { color:#171717;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:11.49853515625rem;left:3.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnMwBestsF4rGHM6pEK19t1VUV11iW0X { color:#ffffff;display:block;width:5.061525rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.2;letter-spacing:0;top:6.099609375rem;left:34.435546875rem;height:1.425rem;text-align:center;text-align-last:center;display:block; }
#cbhWMx6bDB00wlOWW6CfvzwivZDJbB6O { color:#000000;display:block;width:5.1870125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:6.01806640625rem;left:43.5634765625rem;height:1.5249rem;display:block; }
#gHPpntDohMT1W59SaigXKD6NvrIneh0A { color:#000000;display:block;width:4.8745125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:6.01806640625rem;left:52.5634765625rem;height:1.5249rem;display:block; }
#DMAsZOgkT8HFnyr4bu2nkPIr3T034yOx { background-color:transparent;background-image:none;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:arial;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.437rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:8.7490234375rem;left:31.24853515625rem;display:block; }
#DTP6tGZDTM1pS5IyE1RtGobSWx0uUaqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZWkV29MtalTNoR2CaKobZ3pHvQPTiFHF { background-color:transparent;background-image:none;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:arial;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:8.7490234375rem;left:43.2822265625rem;display:block; }
#y7SIIOwuw94hrxWbeVPJ1fvxmXwUgWwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uqBW3vPE2XKN5G0E48MluvTEUbf9zC7o { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:9.5615234375rem;left:50.564453125rem;display:block; }
#GrCJQ5RHpfpC4d1PDPI7P1T8RDHSLA6Z { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:9.5615234375rem;left:53.9384765625rem;display:block; }
#NklD3abGRb9KexKU8XfaT8gWmyvM1rFG { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:9.5615234375rem;left:57.37548828125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL { display:block; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaqIBHsyIKo6Owoi5MzTfN5gGNSipEEM { width:47.75rem;height:6.625rem;top:18.875rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbs6iLJttEPtmrvJXlXDf3iVnaPTfc7N { width:15rem;height:3.81171875rem;top:14.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:38.125rem;height:6.25rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #fPQr18aST55pRAHESDl4nUG2mguPLTaT { width:46.9375rem;height:3.625rem;top:4.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlFLkEoZUz33TXcZTPGr25oTr02VU3dB { width:3.125rem;height:3.125rem;top:5.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWoea2hIB3A23X1nUMgQDBIxfoo49TfE { width:3.3125rem;height:3.3125rem;top:12rem;left:44.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaTNAEzNq0not15tu11np41pqOtdVXN2 { width:3.3125rem;height:3.3125rem;top:22.4375rem;left:1.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3if3Xxqp4hq2ztA4ezIniol7NMXuWOh { width:5.125rem;height:5rem;top:19.8125rem;left:41.42869527575rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ucL3gpZSAGaCuRaJE3EtyATQRDL4zM { width:3.3125rem;height:3.3125rem;top:0.625rem;left:18.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dil9BsONbTSzMyUWXdfGe4gdMqbcqquJ { width:3.125rem;height:3.125rem;top:2.1875rem;left:40.90625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeDB0x7FOWIwdz0cr5gZkEGWBmHJP1F4 { width:5.875rem;height:5.75rem;top:12.25rem;left:40.811719894409rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMXDexuLLDSOXCaeemGkZnSWGlOFmlbD { width:21.6875rem;height:21.6875rem;top:9.25rem;left:0rem;font-size:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzLOzuahzz789AyRiSRyuRfhVTTno33o { width:12.5rem;height:3.0625rem;top:16.75rem;left:0.68749988079069rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZH6uTQO6Xx3VW3fbqG3z0oyrGhHdM5L6 { width:19.375rem;height:4.875rem;top:30.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6sEIdnxQvSyUZLtcLl5liQZscMI66N2 { width:13.25rem;height:13.25rem;top:18.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8vd6IuranuKlRzogDhTrpETRTDq8nK8 { width:21.375rem;height:21.375rem;top:0rem;left:21.6875rem;font-size:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UK8kG4bTIXcz6zH0hxcmLRxhIsl1Rw0d { width:12.5rem;height:3.0625rem;top:29.8125rem;left:0.68749988079069rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:2.0625rem;left:2.3125rem;width:45.4375rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaKXQfK4xdT7efbh323cirMObwnMAzZ9 { width:15rem;height:4rem;top:2.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPohu5O5KhLZA0IP8H984fcUTxCn9yb { display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONgTxr74s3wSR3IDB6gK9EIdHh13fhdb { width:46.875rem;height:31.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { top:19.5rem;left:17.8330078125rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBCZmJoRsy2uJvVmvlEyDOrXfePlLpXE { width:30.375rem;height:28.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ekAH1GbrBVfOA3SG3ynnDuSe4219wn { width:47.75rem;height:7.5rem;top:32.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubSVaDBtOslzaZ1NMob2tJVXZmuzkypn { width:3.5rem;height:3.5rem;top:29.375rem;left:20.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxfnGQx6nC7z72502gKTzQEXJs1ooAG2 { width:7rem;height:7rem;top:40.3125rem;left:8.9375rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSXhPixZOsJPTSJQTNLAhe0XAmkKCbJH { width:7.1875rem;height:7.1875rem;top:40.3125rem;left:16.6875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA8JyZCAC1okBz6plXrHKeMIwXZTrn09 { width:7.25rem;height:7.25rem;top:40.3125rem;left:32.1875rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCcAktXuktMevvFfMJBv6F9o8nnuJL9C { width:1.8125rem;height:3.25rem;top:42.1875rem;left:11.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X26Rv96StxhfL32rnRBz0klMvnkN7M2i { width:1.8125rem;height:3.25rem;top:42.1875rem;left:22.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2t840prd5hevp5PZxAIETZ8id1Vt2p { width:1.8125rem;height:3.25rem;top:42.25rem;left:35.03125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua650B0ZWnz4ZB3bShANMXQzSkNUTOZp { width:3.125rem;height:3.125rem;top:42.25rem;left:17.8955078125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4c7t4v536iFT1bzVPBKnLkSCKi8sQRk { width:3.125rem;height:3.125rem;top:42.25rem;left:27.0830078125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNXFCQa3Gyk6mFFJErHoJTZeqSgVp2A9 { width:12.5rem;height:1.625rem;top:47.5625rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZObyT9KMtyKd6QnOx26FXmUmZ7ogaBx6 { width:12.5rem;height:3.25rem;top:47.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtRsqEwRIvKGatB6DqmBcUlpThP4xAaG { width:12.5rem;height:3.25rem;top:47.5rem;left:29.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl5VD8yLCWcF1VrAG3TDQCbVErGa9KFZ { top:52.5rem;left:9.25rem;width:14.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZwOVNXvUpHtpbK0lfJ9yvhEerkrNw5 { display:block; }
 }@media only screen and (max-width: 763px) { #Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa { display:block; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2eHECLSXvPJTN1AgKT2C3rBUtRPBoRF { top:1.5rem;left:2.09375rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRs5SR6N9wwLJI567fQ8G1TBV9q38po { top:26.5625rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6P33ZXEoa6stDFRHE5r9GKr18VViDgq { display:block; }
 }@media only screen and (max-width: 763px) { #NPnmyphxHx76U7Ruam5fqk5TBy6wcfam { top:26.5625rem;left:1.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFxZG04Hq9sEBNqD6TLUs2i4TlFAP89V { display:block; }
 }@media only screen and (max-width: 763px) { #S2DtLdnSn9fkROmAsBWLHMrqDAnt7pEy { top:26.5625rem;left:17.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNaENHezWUOtlJ0urMXxzRwKcDOVkvoR { display:block; }
 }@media only screen and (max-width: 763px) { #sv3L4imamnENZVZ50zRXz4vOG3Ku8ur2 { top:26.5625rem;left:33.5625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwttrHFbsxikGXBWNtvJpXgQRNcOdkpJ { display:block; }
 }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { top:0rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW4RNuSyQFQQfIxXa64S6m0GKi6FTJXT { width:18.125rem;height:3.125rem;top:33.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWbmxTFpoefxXyiKJpi4HH7eNPgnlBQF { display:block; }
 }@media only screen and (max-width: 763px) { #HITsKwNr25uUqIg0lDUPgWoVQNJB28R3 { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsTFe5OIV1qkbEok94G3nUX9hIKKGzTp { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdGh9bnNtK9ZtUoTlGpbMPZBgBJUxS3h { width:3.5rem;height:3.5rem;top:29.375rem;left:20.375rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WF9sS4cZOFDpspUmEh52s3RXi0aWbitW { width:14.9375rem;height:14.9375rem;top:8.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Jx2Jo0dixmBGcK0zZGdrobRSXPRSgX { width:14.9375rem;height:14.9375rem;top:8.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppNrMEvXWlecDIVVVnwRiXCu0Al47oKh { width:14.9375rem;height:14.9375rem;top:8.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxw6kATpKOWZ0Ft6nM2J2qCF6UPGFKbP { width:14.9375rem;height:14.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKPfPpu0ms8CMrSxp0smTsKrVtLJXo7c { width:7rem;height:3.8402853501381rem;top:4.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw3A8NCoGWqhMuLpWsu62LfeBzsRCWDB { width:13rem;height:13rem;top:0rem;left:1.4375rem;font-size:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9vtiWXftAO4DZBtyDwUgS7Gf8qe18ou { width:12.5rem;height:1.125rem;top:11.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnMwBestsF4rGHM6pEK19t1VUV11iW0X { width:5rem;height:1.375rem;top:6.0625rem;left:26.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhWMx6bDB00wlOWW6CfvzwivZDJbB6O { width:5.125rem;height:1.5rem;top:6rem;left:33.2509765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHPpntDohMT1W59SaigXKD6NvrIneh0A { width:4.8125rem;height:1.5rem;top:6rem;left:42.2509765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMAsZOgkT8HFnyr4bu2nkPIr3T034yOx { width:11.375rem;height:3.4375rem;top:8.6875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTP6tGZDTM1pS5IyE1RtGobSWx0uUaqq { display:block; }
 }@media only screen and (max-width: 763px) { #ZWkV29MtalTNoR2CaKobZ3pHvQPTiFHF { width:5.625rem;height:3.4375rem;top:8.6875rem;left:32.9697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7SIIOwuw94hrxWbeVPJ1fvxmXwUgWwJ { display:block; }
 }@media only screen and (max-width: 763px) { #uqBW3vPE2XKN5G0E48MluvTEUbf9zC7o { top:9.5rem;left:40.251953125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrCJQ5RHpfpC4d1PDPI7P1T8RDHSLA6Z { top:9.5rem;left:43.6259765625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklD3abGRb9KexKU8XfaT8gWmyvM1rFG { top:9.5rem;left:45.6875rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/7IxLvxE7/_.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL.adaptive-delivery-prevent-bg, #EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL.lazyload, #EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL.lazyloading { background-image: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container { background-color: transparent; background-image: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container > .video-iframe-container { display: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row > .video-iframe-container { display: none; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .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); }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container { border-width: 0; border-radius: 0; }#EMMx4z8dBeku9XFUMMJwqciSo9T4ctFL > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaqIBHsyIKo6Owoi5MzTfN5gGNSipEEM { width:20rem;height:2.84375rem;top:8.828125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbs6iLJttEPtmrvJXlXDf3iVnaPTfc7N { width:10.875rem;height:2.75rem;top:1.125rem;left:4.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:16.5625rem;height:3.3125rem;top:8.4367194175719rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #fPQr18aST55pRAHESDl4nUG2mguPLTaT { width:20rem;height:5.19921875rem;top:1.42578125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlFLkEoZUz33TXcZTPGr25oTr02VU3dB { width:3.125rem;height:3.125rem;top:24.863281726837rem;left:12.562500357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWoea2hIB3A23X1nUMgQDBIxfoo49TfE { width:3.3125rem;height:3.3125rem;top:22.436719417572rem;left:16.687500357628rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaTNAEzNq0not15tu11np41pqOtdVXN2 { width:3.3125rem;height:3.3125rem;top:12.32265663147rem;left:15.031250357628rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3if3Xxqp4hq2ztA4ezIniol7NMXuWOh { width:3.125rem;height:3.125rem;top:15.197656154633rem;left:0.68671870231631rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ucL3gpZSAGaCuRaJE3EtyATQRDL4zM { width:3.3125rem;height:3.3125rem;top:18.260157346726rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dil9BsONbTSzMyUWXdfGe4gdMqbcqquJ { width:3.125rem;height:3.125rem;top:29.343752384186rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeDB0x7FOWIwdz0cr5gZkEGWBmHJP1F4 { width:3.125rem;height:3.125rem;top:8.5304694175719rem;left:16.875000357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMXDexuLLDSOXCaeemGkZnSWGlOFmlbD { width:14.875rem;height:15rem;top:10.686718463898rem;left:5.1249998807907rem;font-size:10.5rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #BzLOzuahzz789AyRiSRyuRfhVTTno33o { width:6.75rem;height:3.0869125rem;top:16.611719608307rem;left:9.6562503576281rem;font-size:1.1875rem;z-index:100012;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZH6uTQO6Xx3VW3fbqG3z0oyrGhHdM5L6 { width:9.875rem;height:2.25rem;top:36.156250476837rem;left:5.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6sEIdnxQvSyUZLtcLl5liQZscMI66N2 { width:6.375rem;height:6.375rem;top:29.343750476837rem;left:6.8124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8vd6IuranuKlRzogDhTrpETRTDq8nK8 { width:13.1875rem;height:13.1875rem;top:18.260157108307rem;left:0rem;font-size:9.1875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #UK8kG4bTIXcz6zH0hxcmLRxhIsl1Rw0d { width:12.5rem;height:3.0869125rem;top:23.278906345367rem;left:2.5937501192093rem;font-size:1.1875rem;z-index:100013;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:2.4375rem;top:6.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaKXQfK4xdT7efbh323cirMObwnMAzZ9 { width:15rem;height:4rem;top:1.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPohu5O5KhLZA0IP8H984fcUTxCn9yb { display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONgTxr74s3wSR3IDB6gK9EIdHh13fhdb { width:20rem;height:13.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { width:3.25rem;height:4.5rem;top:50.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBCZmJoRsy2uJvVmvlEyDOrXfePlLpXE { width:20rem;height:18.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ekAH1GbrBVfOA3SG3ynnDuSe4219wn { width:20rem;height:4.9248rem;top:24.41455078125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubSVaDBtOslzaZ1NMob2tJVXZmuzkypn { width:3.49964375rem;height:3.49964375rem;top:20.1875rem;left:8.24951171875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxfnGQx6nC7z72502gKTzQEXJs1ooAG2 { width:7rem;height:7rem;top:29.4375rem;left:6.5rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSXhPixZOsJPTSJQTNLAhe0XAmkKCbJH { width:7.1875rem;height:7.1875rem;top:41.3125rem;left:6.4375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA8JyZCAC1okBz6plXrHKeMIwXZTrn09 { width:7.25rem;height:7.25rem;top:55.5625rem;left:6.375rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCcAktXuktMevvFfMJBv6F9o8nnuJL9C { width:1.8125rem;height:2.5996125rem;top:31.6875rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X26Rv96StxhfL32rnRBz0klMvnkN7M2i { width:1.8125rem;height:2.5996125rem;top:43.625rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2t840prd5hevp5PZxAIETZ8id1Vt2p { width:1.8125rem;height:2.5996125rem;top:57.875rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua650B0ZWnz4ZB3bShANMXQzSkNUTOZp { width:3.125rem;height:3.125rem;top:38.1884765625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4c7t4v536iFT1bzVPBKnLkSCKi8sQRk { width:3.125rem;height:3.125rem;top:52.9755859375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNXFCQa3Gyk6mFFJErHoJTZeqSgVp2A9 { width:12.5rem;height:1.625rem;top:35.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZObyT9KMtyKd6QnOx26FXmUmZ7ogaBx6 { width:12.5rem;height:3.25rem;top:48.4755859375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtRsqEwRIvKGatB6DqmBcUlpThP4xAaG { width:12.5rem;height:3.25rem;top:62.1376953125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl5VD8yLCWcF1VrAG3TDQCbVErGa9KFZ { top:67.0380859375rem;left:2.6875rem;width:14.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZwOVNXvUpHtpbK0lfJ9yvhEerkrNw5 { display:block; }
 }@media only screen and (max-width: 763px) { #Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa { display:block; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { width:20rem;height:111.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2eHECLSXvPJTN1AgKT2C3rBUtRPBoRF { width:4.0625rem;height:3.1875rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRs5SR6N9wwLJI567fQ8G1TBV9q38po { top:26.7705078125rem;left:3.03076171875rem;width:13.938rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6P33ZXEoa6stDFRHE5r9GKr18VViDgq { display:block; }
 }@media only screen and (max-width: 763px) { #NPnmyphxHx76U7Ruam5fqk5TBy6wcfam { top:51.037109375rem;left:3.03076171875rem;width:13.938rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFxZG04Hq9sEBNqD6TLUs2i4TlFAP89V { display:block; }
 }@media only screen and (max-width: 763px) { #S2DtLdnSn9fkROmAsBWLHMrqDAnt7pEy { top:75.787109375rem;left:3.03076171875rem;width:13.938rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNaENHezWUOtlJ0urMXxzRwKcDOVkvoR { display:block; }
 }@media only screen and (max-width: 763px) { #sv3L4imamnENZVZ50zRXz4vOG3Ku8ur2 { top:100.9736328125rem;left:3.03076171875rem;width:13.938rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwttrHFbsxikGXBWNtvJpXgQRNcOdkpJ { display:block; }
 }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { width:20rem;height:7.3125rem;top:1.09375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW4RNuSyQFQQfIxXa64S6m0GKi6FTJXT { width:18.125rem;height:3.125rem;top:106.849609375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWbmxTFpoefxXyiKJpi4HH7eNPgnlBQF { display:block; }
 }@media only screen and (max-width: 763px) { #HITsKwNr25uUqIg0lDUPgWoVQNJB28R3 { top:57.349609375rem;left:1.75rem;width:16.5rem;height:16.5rem;z-index:100023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SsTFe5OIV1qkbEok94G3nUX9hIKKGzTp { top:82.4580078125rem;left:1.71875rem;width:16.5625rem;height:16.5625rem;z-index:100024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MdGh9bnNtK9ZtUoTlGpbMPZBgBJUxS3h { width:3.125rem;height:3.125rem;top:106.912109375rem;left:13.90625rem;font-size:2.1875rem;z-index:100012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WF9sS4cZOFDpspUmEh52s3RXi0aWbitW { width:14.9375rem;height:14.9375rem;top:58.130859375rem;left:2.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g9Jx2Jo0dixmBGcK0zZGdrobRSXPRSgX { width:14.9375rem;height:14.9375rem;top:83.8955078125rem;left:2.53076171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ppNrMEvXWlecDIVVVnwRiXCu0Al47oKh { width:15.875rem;height:15.875rem;top:33.349609375rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gxw6kATpKOWZ0Ft6nM2J2qCF6UPGFKbP { width:15.625rem;height:15.625rem;top:9.30615234375rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKPfPpu0ms8CMrSxp0smTsKrVtLJXo7c { width:7rem;height:3.84033125rem;top:5.7978515625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw3A8NCoGWqhMuLpWsu62LfeBzsRCWDB { width:13rem;height:13rem;top:1.25rem;left:3.5rem;font-size:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9vtiWXftAO4DZBtyDwUgS7Gf8qe18ou { width:12.5rem;height:1.1375rem;top:13.17578125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnMwBestsF4rGHM6pEK19t1VUV11iW0X { width:5rem;height:1.425rem;top:23.03955rem;left:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhWMx6bDB00wlOWW6CfvzwivZDJbB6O { width:5.125rem;height:1.5249rem;top:30.40185625rem;left:7.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHPpntDohMT1W59SaigXKD6NvrIneh0A { width:4.8125rem;height:1.5249rem;top:36.80126953125rem;left:7.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMAsZOgkT8HFnyr4bu2nkPIr3T034yOx { width:11.375rem;height:3.4375rem;top:25.71435625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTP6tGZDTM1pS5IyE1RtGobSWx0uUaqq { display:block; }
 }@media only screen and (max-width: 763px) { #ZWkV29MtalTNoR2CaKobZ3pHvQPTiFHF { width:5.625rem;height:3.4375rem;top:31.98828125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7SIIOwuw94hrxWbeVPJ1fvxmXwUgWwJ { display:block; }
 }@media only screen and (max-width: 763px) { #uqBW3vPE2XKN5G0E48MluvTEUbf9zC7o { width:1.9375rem;height:1.9375rem;top:39.4501953125rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrCJQ5RHpfpC4d1PDPI7P1T8RDHSLA6Z { width:1.9375rem;height:1.9375rem;top:39.4501953125rem;left:9.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklD3abGRb9KexKU8XfaT8gWmyvM1rFG { width:1.9375rem;height:1.9375rem;top:39.4501953125rem;left:11.625rem;font-size:1.3125rem;display:block; }
 }