.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(257deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(257deg, #0648e9, #8800e3);background-image: -o-linear-gradient(257deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(257deg, #0648e9, #8800e3);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { border-width: 0; border-radius: 0; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:15.3125rem;top:3.6875rem;left:0.8125rem;overflow:hidden;display:block; }
#C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { position:absolute;display:block;z-index:15002;background-color:#05e280;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:9.0625rem;left:0.8125rem;display:block; }
#oHalA8xODxpWw80Jeswa3Qt1T888mw9u { color:#000000;display:block;width:33.125rem;position:absolute;font-family:nunito;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:10.4375rem;left:0.8125rem;height:9.625rem;font-style:normal;display:block; }
#RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1491875rem;height:3.77421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26rem;left:0.8125rem;display:block; }
#PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NREzci2S8Gp9R5QEI3bV9V1703anBhCW { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.4375rem;left:6.3125rem;height:1.05625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XWfKBrP8Hl5EusD0NKPxqQ5mqUdproFy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4373125rem;width:10.2494375rem;top:0rem;left:49.750526428222rem;overflow:hidden;display:block; }
#lOPAeo5fZ18WhFcQEKBJUMMuTCdFAUHf { position:absolute;display:block;z-index:15006;border-top:0.375rem solid #00ff8d;border-left:0.375rem solid #00ff8d;border-right:0.375rem solid #00ff8d;border-bottom:0.375rem solid #00ff8d;box-shadow: none;height:19.875rem;width:36.5625rem;top:5.8929148945313rem;left:36.044816042083rem;display:block; }
#oEldh7QWi5FmnKsKnx2M1GmwxKpE5vki { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:5rem;top:23.5625rem;left:0.8125rem;overflow:hidden;display:block; }
#MJxDN21XTqXZ8SfzdABaTvv4MbPLRHuq { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:26.0625rem;top:17.1875rem;left:39.494460605053rem;overflow:hidden;display:block; }
#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row .container { background-color: transparent; background-image: none; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row .container > .video-iframe-container { display: none; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row > .video-iframe-container { display: none; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .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); }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row .container { border-width: 0; border-radius: 0; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:60rem;position:relative;display:block; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row .container { background-color: transparent; background-image: none; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row .container > .video-iframe-container { display: none; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row > .video-iframe-container { display: none; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .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); }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row .container { border-width: 0; border-radius: 0; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#h3BsPdodr094bclnUtPqsuqbQp0hORgv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8b75190-6a8a-43ac-a213-e971277bff92/CaseSAGApdf2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.625rem;top:2.3125rem;left:34.8125rem;display:block; }#h3BsPdodr094bclnUtPqsuqbQp0hORgv.adaptive-delivery-prevent-bg, #h3BsPdodr094bclnUtPqsuqbQp0hORgv.lazyload, #h3BsPdodr094bclnUtPqsuqbQp0hORgv.lazyloading { background-image: none; }
#heHZQLRrGWGvnBhMai2R2VeLXZ6q9T9F { position:absolute;display:block;z-index:15008;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:21.625rem;top:2.25rem;left:34.8125rem;display:block; }
#wqitmTTeFVFFP2wqxUJl9IikxcGiq6Tg { color:#000000;display:block;width:4.375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9375rem;left:34.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBvVC3PGxOBLlIqKdf5u3pgCJvHIInH1 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:36.96875rem;height:13.8866875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HKoUqegBxJX3HKToVEMzdUueVK8PQR0A { color:#0648e9;display:block;width:21.4994375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.875rem;left:34.875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4S6eZSTo9Ty9hQly5IHD5vrcdiNzTbo { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(125deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(125deg, #0648e9, #8800e3);background-image: -o-linear-gradient(125deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(125deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.0625rem;width:31.5rem;top:6.125rem;left:0rem;display:block; }
#tQC48vc1d46N1sGq5d6qP3u0LAdFALFX { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7rem;left:0.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#w7VGKemC5rbvZgCfdPG428ITFV0zg4KO { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(125deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(125deg, #0648e9, #8800e3);background-image: -o-linear-gradient(125deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(125deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.0625rem;width:31.5rem;top:10.125rem;left:0rem;display:block; }
#OFAmPp5D0vCToou6Qoana96hwXX8FzQy { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dVVkdtlNiZkZazvZTxLpgCiACW4PiU5b { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(125deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(125deg, #0648e9, #8800e3);background-image: -o-linear-gradient(125deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(125deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.0625rem;width:31.5rem;top:17.875rem;left:0rem;display:block; }
#hTFquXcoIFyglCwRGT87o1rmZtAqx81w { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.6875rem;left:0.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0EiPggWzZz6BSTuvpdQ4ipXbcwlN2JQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(125deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(125deg, #0648e9, #8800e3);background-image: -o-linear-gradient(125deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(125deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.0625rem;width:31.5rem;top:13.875rem;left:0rem;display:block; }
#snEevJA3KwD6CMaAhfOHplTpHRCWHsBt { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GsIQIxWa2fylWbupAQZIBKS082q1ZVFT { color:#0648e9;display:block;width:30.9375rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:3rem;left:0.28125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPzVn9wE1wkcZNV8ThinnbvB48laNMHv { color:rgba(6,72,233,0.77);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:21.5rem;left:0rem;height:1.1375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kSTyZty4x3GvBTHh9tdqxWyXUFh1gTyo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0040b4, #0451d2);background-image: -moz-linear-gradient(180deg, #0040b4, #0451d2);background-image: -ms-linear-gradient(180deg, #0040b4, #0451d2);background-image: -o-linear-gradient(180deg, #0040b4, #0451d2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040b4', endColorstr='#0451d2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040b4', endColorstr='#0451d2' );";background-image: linear-gradient(180deg, #0040b4, #0451d2);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.271301125rem;height:3.085051125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.8125rem;left:17.375rem;display:none; }
#VdQqTD5uTFZNXPMP0ZymXxSTybt6Lgrv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC { position:relative;display:block; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC { background-color: transparent; background-image: none; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row .container > .video-iframe-container { display: none; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row > .video-iframe-container { display: none; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .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); }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC { border-width: 0; border-radius: 0; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BFxq8Nfs4JTA8GJeSduyTH9bgmI0tJN2 { color:#0648e9;display:block;width:59.9375rem;position:absolute;font-family:nunito;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.1558952331543rem;left:0.12233543395996rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFhZoBhVGhpEprKXrCalqzi6B3GlUnfk { color:#38383a;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.9343757629394rem;left:0rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJDSHCyTsed8NqHcxymUkpP01lC7iCop { position:relative;display:block; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop { background-color: transparent; background-image: none; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row .container > .video-iframe-container { display: none; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row > .video-iframe-container { display: none; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .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); }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop { border-width: 0; border-radius: 0; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mfFm1mvrnzFOaihpMXZwoVXp2GH1aX2s { position:absolute;display:block;z-index:15010;background-color:#0043ed;background-image:url("https://images.assets-landingi.com/uc/c8b75190-6a8a-43ac-a213-e971277bff92/CaseSAGApdf2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:10.9375rem;top:1.75rem;left:0.6875rem;display:block; }#mfFm1mvrnzFOaihpMXZwoVXp2GH1aX2s.adaptive-delivery-prevent-bg, #mfFm1mvrnzFOaihpMXZwoVXp2GH1aX2s.lazyload, #mfFm1mvrnzFOaihpMXZwoVXp2GH1aX2s.lazyloading { background-image: none; }
#FfkGwdvnwr16h0ZgpAN8BwznyoTzP3CR { position:absolute;display:block;z-index:15011;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.9375rem;top:1.75rem;left:0.6875rem;display:block; }
#VOB4vOtielHX1VZb3wEeh2ngUCWzihb8 { color:#0648e9;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4f95LT9yO54vFPD8yA73oV9R5mpo2iv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74946875rem;width:2.74946875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.5625rem;left:8.25rem; }
#oiK0hCfr409iCW5SpxTUd7dcANV2T4Df { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:6.9375rem;left:1.75rem;height:9.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEImkqphS8MXsymTlRA3oLatrMXprGeG { position:absolute;display:block;z-index:15015;background-color:#0043ed;background-image:url("https://images.assets-landingi.com/uc/c8b75190-6a8a-43ac-a213-e971277bff92/CaseSAGApdf2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:10.9375rem;top:1.75rem;left:12.5rem;display:block; }#lEImkqphS8MXsymTlRA3oLatrMXprGeG.adaptive-delivery-prevent-bg, #lEImkqphS8MXsymTlRA3oLatrMXprGeG.lazyload, #lEImkqphS8MXsymTlRA3oLatrMXprGeG.lazyloading { background-image: none; }
#WylbovbQfcBSSwpx34GoWraAV5ynfxpQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74946875rem;width:2.74946875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.5625rem;left:20.0625rem; }
#oUK8E8GEe5LiVc5po9r7FbyTTWTJEN2x { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:6.9375rem;left:13.5625rem;height:11.13575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Twra5b9aM8nkD44bcPd3QSwv8kXigf46 { position:absolute;display:block;z-index:15016;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.9375rem;top:1.75rem;left:12.5rem;display:block; }
#PJFOSDfVCQ1H5yTBiHnA69Mua3XrXuZ7 { color:#0648e9;display:block;width:11.1248125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H902QKiZGuKvwTnlgXhN8JPdrRffphDv { position:absolute;display:block;z-index:15020;background-color:#0043ed;background-image:url("https://images.assets-landingi.com/uc/c8b75190-6a8a-43ac-a213-e971277bff92/CaseSAGApdf2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:10.9375rem;top:1.75rem;left:24.3125rem;display:block; }#H902QKiZGuKvwTnlgXhN8JPdrRffphDv.adaptive-delivery-prevent-bg, #H902QKiZGuKvwTnlgXhN8JPdrRffphDv.lazyload, #H902QKiZGuKvwTnlgXhN8JPdrRffphDv.lazyloading { background-image: none; }
#De2FC9Kmub33qvy8mHenDcoLAdSLszDm { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:6.9375rem;left:25.375rem;height:12.3730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9ORsc5oOEME1xEXIS6HLCrSwLn9kiOd { position:absolute;display:block;z-index:15021;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.9375rem;top:1.75rem;left:24.3125rem;display:block; }
#cskVS6sG6SAtULvq4g4b3wcq7rlJxT0Q { color:#0648e9;display:block;width:11.1248125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.0625rem;left:24.1875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEhXS4G23zIZOo1p5g7lZuuMMM86fzD5 { position:absolute;display:block;z-index:15025;background-color:#0043ed;background-image:url("https://images.assets-landingi.com/uc/c8b75190-6a8a-43ac-a213-e971277bff92/CaseSAGApdf2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:10.9375rem;top:1.75rem;left:36.3125rem;display:block; }#gEhXS4G23zIZOo1p5g7lZuuMMM86fzD5.adaptive-delivery-prevent-bg, #gEhXS4G23zIZOo1p5g7lZuuMMM86fzD5.lazyload, #gEhXS4G23zIZOo1p5g7lZuuMMM86fzD5.lazyloading { background-image: none; }
#cW3oKfpUGTKQglCMxKq4Pqg191n0TAOT { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.1;letter-spacing:0;top:6.9375rem;left:37.375rem;height:12.3730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CV29JTonGPaV0PQTuP5R4RPgkx6OoZJV { position:absolute;display:block;z-index:15026;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.9375rem;top:1.75rem;left:36.3125rem;display:block; }
#JQED227g7ocNTMF6uUk0ArxTstnu81A1 { color:#0648e9;display:block;width:11.1248125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.0625rem;left:36.1875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUqBKRzs1imTB0QHD91CdnTfZg8ZyH7C { position:absolute;display:block;z-index:15030;background-color:#0043ed;background-image:url("https://images.assets-landingi.com/uc/c8b75190-6a8a-43ac-a213-e971277bff92/CaseSAGApdf2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:10.9375rem;top:1.75rem;left:48.3125rem;display:block; }#tUqBKRzs1imTB0QHD91CdnTfZg8ZyH7C.adaptive-delivery-prevent-bg, #tUqBKRzs1imTB0QHD91CdnTfZg8ZyH7C.lazyload, #tUqBKRzs1imTB0QHD91CdnTfZg8ZyH7C.lazyloading { background-image: none; }
#FkN2NynZHFIpHqP1Bp6yLS4Je2dcA8gr { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.1;letter-spacing:0;top:6.9375rem;left:49.375rem;height:14.847625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXEbb8ogTB9moRu7HruNdNHlS9QEa4Nz { position:absolute;display:block;z-index:15031;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.9375rem;top:1.75rem;left:48.3125rem;display:block; }
#kzUTvvk5e1nFkFC0r1sEVVmnV3Tte6T0 { color:#0648e9;display:block;width:11.1248125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.0625rem;left:48.1875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIb0x2HURqT5EsyDWJrV0AlAXW1Lo8Al { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374825rem;width:2.374825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.5625rem;left:32.375rem; }
#zJxFFKX6nmhmEMnHpIKnIyAN1yezZgd0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:21.5625rem;left:44.375rem; }
#t0ClZrcJdHucGt6fu6K4VDvaW9toTq3r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374825rem;width:2.374825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:21.5625rem;left:56.5rem; }
#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 { position:relative;display:block; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 { background-color: transparent; background-image: none; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row .container > .video-iframe-container { display: none; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row > .video-iframe-container { display: none; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .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); }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 { border-width: 0; border-radius: 0; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(84deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(84deg, #0648e9, #8800e3);background-image: -o-linear-gradient(84deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(84deg, #0648e9, #8800e3);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container { background-color: transparent; background-image: none; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container > .video-iframe-container { display: none; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row > .video-iframe-container { display: none; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .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); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container { border-width: 0; border-radius: 0; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#S5kCxLkHC5GA3GFbLbc7rN4I9J9ACWz6 { position:absolute;display:block;z-index:15002;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:9.8125rem;left:1.75rem;display:block; }
#WuWZcglH7pewSfztlp9N5CWfvaGP5V7g { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:nunito;font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.4375rem;left:1.75rem;height:11.699225rem;font-style:normal;display:block; }
#J9IBS2KMMqR5oWDbI0VdMAA8cC6kI3V7 { box-sizing:content-box;height:23.5625rem;width:17.4375rem;position:absolute;display:block;z-index:15003;background-color:#00ff8d;background-image:none;top:6rem;left:21.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iV57n9ab06wiMf9cHXiyJ5NMRHNpKr0e { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:22.3125rem;top:0.75rem;left:18.875rem;overflow:hidden;display:block; }
#vsVBGVr5d8TT8iDtev5RB9kRhUZmDHFs { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.375rem;left:43.125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vsVBGVr5d8TT8iDtev5RB9kRhUZmDHFs li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vsVBGVr5d8TT8iDtev5RB9kRhUZmDHFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
#bkwJfF82dDgbfz8E0ERxBcleBy99huvK { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(54deg, #0648e9, #043cc3);background-image: -moz-linear-gradient(54deg, #0648e9, #043cc3);background-image: -ms-linear-gradient(54deg, #0648e9, #043cc3);background-image: -o-linear-gradient(54deg, #0648e9, #043cc3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#043cc3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#043cc3' );";background-image: linear-gradient(54deg, #0648e9, #043cc3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:17.8125rem;top:8.4375rem;left:40.500001907349rem;display:block; }
#IVzNGOoxlRweeIg6VWoVFhyTEOlkkfhC { position:absolute;display:block;z-index:15011;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:17.8125rem;top:8.4375rem;left:40.5rem;display:block; }
#QdXZKxGh4RAT5pnOSw8EHLK8I86cnDly { color:#000000;display:block;width:4.375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.125rem;left:40.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q { position:relative;display:block; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q { background-color: transparent; background-image: none; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row .container > .video-iframe-container { display: none; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row > .video-iframe-container { display: none; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .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); }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q { border-width: 0; border-radius: 0; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T3FTq7gdni3zUkT0JNtVgT2yzIEcbShv { color:#0648e9;display:block;width:60rem;position:absolute;font-family:nunito;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.337890625rem;left:0rem;height:4.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E { position:relative;display:block; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E { background-color: transparent; background-image: none; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row .container > .video-iframe-container { display: none; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row > .video-iframe-container { display: none; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .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); }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E { border-width: 0; border-radius: 0; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fop1Fecd9byg7qp1WslKrd2IWWBEyeD9 { position:absolute;display:block;z-index:15005;background-color:#0043ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:17.8125rem;top:2.3125rem;left:6.125rem;display:block; }
#zLHT3L687MvqzUzH04xJExEbA2yRnnQZ { color:#000000;display:block;width:14.74875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:8.6869678497312rem;left:8.1871452331544rem;height:14.746125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zLHT3L687MvqzUzH04xJExEbA2yRnnQZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zLHT3L687MvqzUzH04xJExEbA2yRnnQZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
#wFEZBQaLL0fShaFG88c1IKk6piAqv7CM { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8114337921142rem;left:6.0928611755371rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPGOQOxRwVTaxIXieGw4EocB8aEXtXkG { position:absolute;display:block;z-index:15006;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:17.8125rem;top:2.3125rem;left:6.125rem;display:block; }
#dDnctWxrDQZL5xiRIxItwEfc58agMNEJ { color:#000000;display:block;width:4.375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:6.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iV5pV1q67SV4VT3TyxgB47lwucXrW7xp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0040b4, #0451d2);background-image: -moz-linear-gradient(180deg, #0040b4, #0451d2);background-image: -ms-linear-gradient(180deg, #0040b4, #0451d2);background-image: -o-linear-gradient(180deg, #0040b4, #0451d2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040b4', endColorstr='#0451d2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040b4', endColorstr='#0451d2' );";background-image: linear-gradient(180deg, #0040b4, #0451d2);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.271301125rem;height:3.085051125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.8125rem;left:17.375rem;display:block; }
#SUJkDGTpCcslqAOsPZMMslz6csmn9sq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KFHvzzSyGDAeRGBBPGF2f3QQHgE3WOg3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.75rem;width:34.625rem;top:2.56090259552rem;left:25.499820709229rem;display:block; }
#C3xsApDvCViztxgCW4BkGXtTPNGGp5nz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.687325rem;width:2.687325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:30.0625rem;left:40rem; }
#TD65KlhM0Er0eBaQiF00pCnPoyVs3VzH { color:#0648e9;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:26.9375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(163deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(163deg, #0648e9, #8800e3);background-image: -o-linear-gradient(163deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(163deg, #0648e9, #8800e3);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { background-color: transparent; background-image: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .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); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { border-width: 0; border-radius: 0; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#qqKkoUIJLQIHECPJa0DEVuzqURCG6nvf { position:absolute;display:block;z-index:15002;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:3.4375rem;left:3rem;display:block; }
#mnqJ5D2i2ndqO1oqGhvFrDxGQfqtzogo { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5rem;left:2.9375rem;height:7.628875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSw84dzUV3FLofxQ15DU394AizRg0CV6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:58.25rem;top:14.625rem;left:0.875rem;overflow:hidden;display:block; }
#ewliCc5FLbXPaPZPmEeklPaNI6cXCJiT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:12.375rem;top:3.5rem;left:57.8125rem;overflow:hidden;display:block; }
#gRRQxobCzAvgU40dsVkrAXAlNa7JAkK9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.3125rem;width:60rem;display:none; }
#APlW890fLVOlCdMnl3waXdp0P6H4kdIT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9625rem;height:3.4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.496875286103rem;left:1.5625rem;display:none; }
#bKTwLFXd4VJwhTAfUPSU0mBekOoPTqKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx { position:relative;display:block; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx { background-color: transparent; background-image: none; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row .container > .video-iframe-container { display: none; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row > .video-iframe-container { display: none; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .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); }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx { border-width: 0; border-radius: 0; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF { position:relative;display:block; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF { background-color: transparent; background-image: none; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row .container > .video-iframe-container { display: none; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row > .video-iframe-container { display: none; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .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); }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF { border-width: 0; border-radius: 0; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mo1znRcEHLBwHIZc3L5TTi8uFoRuX2Ul { color:#0648e9;display:block;width:60rem;position:absolute;font-family:nunito;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.0227279663086rem;left:0rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb { position:relative;display:block; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb { background-color: transparent; background-image: none; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row .container > .video-iframe-container { display: none; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row > .video-iframe-container { display: none; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .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); }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb { border-width: 0; border-radius: 0; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uFaN0HmwvdKEt7H0dNbKMqLDPzGKPxVH { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-shadow: none;height:4.75rem;width:5rem;top:1.75rem;left:8.125rem;display:block; }
#ThF8omPgkR1q6pE95I8W5Hicp5TC0M3f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.625rem;left:9.125rem; }
#dFmN6fuxdEsV8o3TwQbpuoAwHiFrkdXe { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3109016418456rem;left:2.9312839508057rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qoqoyCBDoK6zScsiJMZKJTzQLPir0V4t { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:10.46142578125rem;left:4.28076171875rem;height:9.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCRgKLxx6V0oAV2h6IltqV4dm80h0qTM { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:11.0615234375rem;left:23.40625rem;height:9.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQoKrOfVEhmiBbhEL4scnvmM7GtgLH0I { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:7.3125rem;left:22.1875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GeUu71a0ML05ToRKHMTGyTwSA5Jhv76t { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:11.0615234375rem;left:41.09375rem;height:9.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0z5NTvNzk4sehP67D5rfOuQTxgvuc0Q { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.3125rem;left:39.875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWJLQ8MthRF26BU35wfLBFDNFeBTcUeU { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(268deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(268deg, #0648e9, #8800e3);background-image: -o-linear-gradient(268deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(268deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:15.625rem;top:0.9375rem;left:2.8119659423828rem;display:block; }
#FSgXR7X747mpJ0ic0ncMVKC9fTOZzH9b { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(268deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(268deg, #0648e9, #8800e3);background-image: -o-linear-gradient(268deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(268deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6868125rem;width:15.625rem;top:0.90376377105713rem;left:21.998401641846rem;display:block; }
#dGFzu3vqpsI1l0c6QZDdMh7DmBBc1bKP { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(268deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(268deg, #0648e9, #8800e3);background-image: -o-linear-gradient(268deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(268deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6868125rem;width:15.625rem;top:0.90376377105713rem;left:39.686611175537rem;display:block; }
#cyWhEolnH7IZoZOnTGKppaudM3kx1Wfm { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-shadow: none;height:4.75rem;width:5rem;top:1.75rem;left:27.1875rem;display:block; }
#otkT1QDRlDwGXSnDSkCH10gKvC07w39E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.625rem;left:28.25rem; }
#eZ5pnkrkzE5RymzwK3LHP1W35Abr2HpB { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-shadow: none;height:4.75rem;width:5rem;top:1.75rem;left:44.875rem;display:block; }
#uCkl8yXBPhdDIqIJBet6oOi85axsk7fB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.625rem;left:45.9375rem; }
#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl { position:relative;display:block; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl { background-color: transparent; background-image: none; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row .container > .video-iframe-container { display: none; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row > .video-iframe-container { display: none; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .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); }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl { border-width: 0; border-radius: 0; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JGc1kec4dwocCcpVDEGXMWrtL6V975Re { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:11.2978515625rem;left:4.2490234375rem;height:9.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzXJoqkQB14bWbmqnrioqxodXRf2H9rx { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:7.25rem;left:3.0302734375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9SPicbHJ2RWRCfNEWR0mm4ihe44Lmur { color:#ffffff;display:block;width:12.6243125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:11.9375rem;left:23.1875rem;height:9.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlZgUxmaoyEf4tCCEFS3vABxE2lTd2QX { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.25rem;left:22.625rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAf3vWpJGuRCWMWTk07iFUHTc4Ozow03 { color:#ffffff;display:block;width:12.6243125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:11.9375rem;left:41.125rem;height:9.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzZpoeQ8NmllaKJBwLXUH42AWQM3vceI { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:7.25rem;left:40.625rem;height:4.04883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jg2TgH3SHlFWBgp3bykyxCp8AaDm46ib { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(85deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(85deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(85deg, #0648e9, #8800e3);background-image: -o-linear-gradient(85deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(85deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:15.625rem;top:0.99964904785156rem;left:2.7494659423828rem;display:block; }
#gdq54iJJAdhbdCxedsC7pPA9aROcwNVB { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(85deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(85deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(85deg, #0648e9, #8800e3);background-image: -o-linear-gradient(85deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(85deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:15.625rem;top:0.99875831604006rem;left:21.685901641846rem;display:block; }
#IOZ88U773k4Kuz3KF7mnIgTr97W2ZZpa { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(260deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(260deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(260deg, #0648e9, #8800e3);background-image: -o-linear-gradient(260deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(260deg, #0648e9, #8800e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:15.625rem;top:0.99875831604006rem;left:39.624465942382rem;display:block; }
#Xd7tO1WX801zUNOAxKRZC8Q1aP3RDPAL { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-shadow: none;height:4.74964375rem;width:5rem;top:2rem;left:8.0625rem;display:block; }
#k3apt7xgirv1GHU6kcOJWeyE9eM8ImMJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9359rem;width:2.9359rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.875rem;left:28rem; }
#hCHhH30WzHXUhSIvFhGLP38RWeeETPCK { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-shadow: none;height:4.74964375rem;width:5rem;top:2rem;left:27rem;display:block; }
#WHiqAdMx6yxusObe7dVkGykT4phQrwA6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9359rem;width:2.9359rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.875rem;left:45.9375rem; }
#wXiE88mvDpbOt7vLEgrqEMJVpLKisvyr { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-shadow: none;height:4.74964375rem;width:5rem;top:2rem;left:44.9375rem;display:block; }
#tvkCdyImaTscTrpsL6KCVJbvTNSbZA6h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9359rem;width:2.9359rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.875rem;left:9.125rem; }
#KTiPhTxrpropFkuGgVO0ryZXgEX7Bq0K { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9625rem;height:3.4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.496875286103rem;left:1.5625rem;display:none; }
#Xv3iTZy0D9E8ClFvkwJvlDkRfwltnmF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #0648e9, #0043ec);background-image: -moz-linear-gradient(257deg, #0648e9, #0043ec);background-image: -ms-linear-gradient(257deg, #0648e9, #0043ec);background-image: -o-linear-gradient(257deg, #0648e9, #0043ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0043ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0043ec' );";background-image: linear-gradient(257deg, #0648e9, #0043ec);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { background-color: transparent; background-image: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .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); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { border-width: 0; border-radius: 0; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#SV6pvNI4BxETS2p8y6y1qqULAtukHefT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:3rem;left:1.5625rem;display:block; }
#hrFcaBkfuABR5iVSNllX6BHRtKs2GkDA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.6875rem;left:1.5625rem;display:block; }
#a62LF5tKOxqX7Wwd1xbGbVJKmdV4RiOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AG39Upg0LRoCilz5hoL87XafmKLBRqqP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56055rem;width:2.56055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20.0625rem;left:22.3125rem; }
#D28mu1CTMaTz72UI1Tx4gTBAFe1IvPIK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:21.6875rem;top:10rem;left:38.3125rem;overflow:hidden;display:block; }
#VW6xWpZBPWGwLPoDNy4s1mekMfLuuM4T { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:9.6875rem;top:5.8125rem;left:31rem;overflow:hidden;display:block; }
#wukyfinuo2qib2A32yq8LH28EcJtJNxi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:10.6875rem;top:5.9375rem;left:43.4375rem;overflow:hidden;display:block; }
#tc1IzSKoNVizz4PocTHGJLGEy5RlrGGQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3123125rem;width:9.1868125rem;top:12.125rem;left:50.875rem;overflow:hidden;display:block; }
#vUTPGBgk0h9iraSfbGSTV728pHeGs5PU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:9.0625rem;top:4.125rem;left:38.3125rem;overflow:hidden;display:block; }
#wWgIHX0LtCXWGsuyCe07z1FPMV0CTEWP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4992875rem;width:8.0619375rem;top:5.5625rem;left:52rem;overflow:hidden;display:block; }
#tuD42bmsPwZsEWEuPheFQBH82HuH9wRS { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4.75rem;left:1.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#tuD42bmsPwZsEWEuPheFQBH82HuH9wRS li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tuD42bmsPwZsEWEuPheFQBH82HuH9wRS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { position:relative;display:none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { border-width: 0; border-radius: 0; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fdfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { background-color: transparent; background-image: none; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container > .video-iframe-container { display: none; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row > .video-iframe-container { display: none; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .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); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { border-width: 0; border-radius: 0; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#m5mRO0bP32T2lbLE4Hi2r8tnWZwh4Nhn { position:absolute;display:block;z-index:15004;background-color:#0648e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00ff8d;border-left:0.1875rem solid #00ff8d;border-right:0.1875rem solid #00ff8d;border-bottom:0.1875rem solid #00ff8d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:34.25rem;width:23.4375rem;top:3.0625rem;left:32.6875rem;display:block; }
#BqgtCxThlcnIbQwZe38cddX9O2cegaux { position:absolute;display:block;z-index:15005;background-color:#00ff8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;box-shadow: none;height:4.5625rem;width:23.625rem;top:3.0625rem;left:32.6875rem;display:block; }
#rRFQLqhE5Bmtrsl1zNIMDpFE7dPnKy7W { color:#0648e9;display:block;width:16.937125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.875rem;left:36.125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-form-header { font-size:0.875rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.875rem;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#00ff8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#0648e9;width:19.5625rem;height:3.6875rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.6; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:19rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-container:first-of-type{padding-top:0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-container:last-of-type{padding-bottom:0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3056640625rem;top:7.5625rem;z-index:15004;position:absolute;font-size:0.875rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw {display:block;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3056640625rem;top:7.5625rem;z-index:15004;position:absolute;font-size:0.875rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Qpv1e7iKygzOqtCEgqVMpvkmEncmF5JI { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #v8UuKq87123N9zUHWmR5O7hLuXekzx5I { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #NR3afaR7moi0DHv8ubim4NNXrN5cntNc { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Kg8z2qWuMHBX3ohTEksGEVDHTcCrvILS { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #LpPiUVNEzr9FS8iJ1w0VT2IeASFOIXBk { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #cwybuEldu3XTvQgR8uNkVtlcFQl08qUf { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #JNSoexNZ5Re6B7uOAB2izd83LfwlMH5y { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #OiSUtPbwwSq7W9RvkT48H1n3022rLeRx { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #sSdvRSC41OvqqXNJeiX5iGvl2mTqSIIE { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XKRqHmRFI5bMkIqIqJqOVUZ7mQUTQqnO { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gQmKNTv6t0vvw2U2S7DF3owszeCqWEZh { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #PhiwlaArSmHGf5IURsxofXdrCPkfxtsp { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #ZHs1keqTAnwK6VeCKJeyId9UR9RqA3U6 { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #IzrUPi7hyhTDD5y4fH3skvlGfrKavKUp { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #N9F0sQCyV1ctFSOpvEVPTS9lk16eonRg { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #AVAgPdpFeb09Jw9X91PqDT14LqAqoTbq { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gv0EnLciZ9KHgAaTl0OMOQb9a7HkoPN7 { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XTc7LqlhIkCPi4vBSu9m2DHg8bKEhN7X { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #T3SsvTWagtoNFDTPoW9sg8qH85kNsiWg { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #iNIHXdgkckrTWK759IEyw7UWLAbPTpNe { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #U3VdpiakkI612EZLdKc0eIGm7Qg28fB5 { position:relative; }
#poGoE7nB3kJxHt4Pdh1JRrDRJXUQEHN0 { position:relative;display:block; }
#vuAumUuMo8cJggHLdWZR4GFCXXo7LKvT { position:relative;display:block; }
#VPGzkXsXl4GUra2nlmeTwhCZPcVqDgge { position:relative;display:block; }
#p100PWXLiENkRFgkyXEXasTsNar0OJiN { position:relative;display:block; }
#XQrr3wt1ItG8qTy4QXNlgru6BMfqpwVf { position:relative;display:block; }
#E4SqRGxPqeOHuJ5JG5g7dhi1ok5ag52M { position:relative;display:block; }
#WlbVmIOoaWsSMplKma945JRpVFfVHaeh { position:relative;display:block; }
#PO1CMximNV9uBHOwsinskqhTpJFbPagS { position:relative;display:block; }
#nbrm4LRnVpyoFxeOPzrM7MMWl7izUCqe { position:relative;display:block; }
#n2KXrxXZlIEeUhetpEJoZERVn4qc8hTi { position:relative;display:block; }
#bcSRTcLxxlulOfT4EuPVDUnigByQvpoE { position:relative;display:block; }
#gMHymBJ8BNT0lJEEOM99m6HTNk0WmCOK { position:relative;display:block; }
#LdlkIO4SLuzTJWvV2kAi3KEsoHhyGHCW { position:relative;display:block; }
#QfS78OToLrCUOoO0FOSEg7OFPXs6kLca { position:relative;display:block; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #QKbxys36zu1rONfXaQJfuUXys0scGZlR { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #vTfvDqd2f7J5pwTIxelQorwfIQi7VVx3 { position:relative; }
#XA9h01VhwHg7ThpOLP1XTAo19N8O9iTG { color:#0648e9;display:block;width:19.25rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.8125rem;left:4.25rem;height:6.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPeXfpwOKk40ZdtChTsCBOyR9wVsOO1r { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:27.375rem;top:21.1875rem;left:3.75rem;overflow:hidden;display:block; }
#ZdrM2c9wSxVdoWumwLbqLDCOwfJvziwG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9367875rem;width:12.7494375rem;top:3.0625rem;left:4.25rem;overflow:hidden;display:block; }
#TdorrtT77REtuAHU9aMi2vT46HOzyNae { color:#38383a;display:block;width:21.3741875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:13.875rem;left:4.25rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8xMAdTh2tOczDJoEXQJknJlJr43I80T { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:4.1875rem;left:2.9375rem;display:none; }
#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0043ec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { background-color: transparent; background-image: none; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container > .video-iframe-container { display: none; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row > .video-iframe-container { display: none; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .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); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { border-width: 0; border-radius: 0; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#Qoku7DmDiOXM7QkK7IXNOuDOGn4Tzq9m { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.6875rem;top:1.8732318878174rem;left:4.3101902008057rem;overflow:hidden;display:block; }
#hwZfQrAyZu4y1idT6dMkeWqQbv6ZQJrh { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6393814086914rem;left:5.9378547668457rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001237;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row .container { background-color: transparent; background-image: none; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row .container > .video-iframe-container { display: none; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row > .video-iframe-container { display: none; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .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); }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row .container { border-width: 0; border-radius: 0; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#qpBK1tmXz48GWocSTwTcWTSybcD7Bm86 { color:rgba(255,255,255,0.61);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.697265625rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F { background-color: transparent; background-image: none; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row .container > .video-iframe-container { display: none; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row > .video-iframe-container { display: none; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .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); }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F { border-width: 0; border-radius: 0; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bBiE4Ll3AqOO6uvUWppTSEo5uTWWD3Bh { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:4.31196875rem;width:4.31196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.46875rem;left:52.624290466309rem; }
#bBiE4Ll3AqOO6uvUWppTSEo5uTWWD3Bh > img { max-width: 100%;max-height:100%; width:4.31196875rem; height:4.31196875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { top:3.6875rem;left:0rem;width:15.3125rem;height:3.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { top:9.0625rem;left:0rem;width:6.1875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { top:10.4375rem;left:0rem;width:33.125rem;height:12rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:22.125rem;height:3.75rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { top:23.4375rem;left:0.1875rem;width:22.0625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWfKBrP8Hl5EusD0NKPxqQ5mqUdproFy { top:0rem;left:37.5rem;width:10.1875rem;height:6.3984117268631rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOPAeo5fZ18WhFcQEKBJUMMuTCdFAUHf { width:36.5625rem;height:19.875rem;top:5.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEldh7QWi5FmnKsKnx2M1GmwxKpE5vki { top:23.5625rem;left:0rem;width:5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJxDN21XTqXZ8SfzdABaTvv4MbPLRHuq { width:26.0625rem;height:18.375rem;top:17.1875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP { display:block; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwir55ryelT2LmFa16kQcwx5AKZsb1gV { display:block; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3BsPdodr094bclnUtPqsuqbQp0hORgv { width:21.625rem;height:21.0625rem;top:2.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heHZQLRrGWGvnBhMai2R2VeLXZ6q9T9F { width:21.625rem;height:2.625rem;top:2.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqitmTTeFVFFP2wqxUJl9IikxcGiq6Tg { top:1.9375rem;left:28.6875rem;width:4.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBvVC3PGxOBLlIqKdf5u3pgCJvHIInH1 { top:7rem;left:30.4375rem;width:17.3125rem;height:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKoUqegBxJX3HKToVEMzdUueVK8PQR0A { top:2.875rem;left:26.3125rem;width:21.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4S6eZSTo9Ty9hQly5IHD5vrcdiNzTbo { width:31.4375rem;height:3rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQC48vc1d46N1sGq5d6qP3u0LAdFALFX { top:7rem;left:0rem;width:31.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VGKemC5rbvZgCfdPG428ITFV0zg4KO { width:31.4375rem;height:3rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAmPp5D0vCToou6Qoana96hwXX8FzQy { top:10.9375rem;left:0rem;width:30.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVVkdtlNiZkZazvZTxLpgCiACW4PiU5b { width:31.4375rem;height:3rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFquXcoIFyglCwRGT87o1rmZtAqx81w { top:18.6875rem;left:0rem;width:31.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0EiPggWzZz6BSTuvpdQ4ipXbcwlN2JQ { width:31.4375rem;height:3rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEevJA3KwD6CMaAhfOHplTpHRCWHsBt { top:14.6875rem;left:0rem;width:31.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsIQIxWa2fylWbupAQZIBKS082q1ZVFT { top:3rem;left:0rem;width:30.9375rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPzVn9wE1wkcZNV8ThinnbvB48laNMHv { width:31.5rem;height:1.125rem;top:21.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSTyZty4x3GvBTHh9tdqxWyXUFh1gTyo { width:26.25rem;height:3.0625rem;top:29.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdQqTD5uTFZNXPMP0ZymXxSTybt6Lgrv { display:block; }
 }@media only screen and (max-width: 763px) { #G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC { display:block; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFxq8Nfs4JTA8GJeSduyTH9bgmI0tJN2 { top:1.125rem;left:0rem;width:47.75rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFhZoBhVGhpEprKXrCalqzi6B3GlUnfk { top:6.875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJDSHCyTsed8NqHcxymUkpP01lC7iCop { display:block; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfFm1mvrnzFOaihpMXZwoVXp2GH1aX2s { width:10.9375rem;height:23.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfkGwdvnwr16h0ZgpAN8BwznyoTzP3CR { width:10.9375rem;height:3.4375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOB4vOtielHX1VZb3wEeh2ngUCWzihb8 { top:2.75rem;left:0rem;width:11.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4f95LT9yO54vFPD8yA73oV9R5mpo2iv { width:2.6875rem;height:2.6875rem;top:21.5625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiK0hCfr409iCW5SpxTUd7dcANV2T4Df { top:6.9375rem;left:0.21875rem;width:8.75rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEImkqphS8MXsymTlRA3oLatrMXprGeG { width:10.9375rem;height:23.125rem;top:1.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WylbovbQfcBSSwpx34GoWraAV5ynfxpQ { width:2.6875rem;height:2.6875rem;top:21.5625rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUK8E8GEe5LiVc5po9r7FbyTTWTJEN2x { top:6.9375rem;left:3.1875rem;width:8.75rem;height:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twra5b9aM8nkD44bcPd3QSwv8kXigf46 { width:10.9375rem;height:3.4375rem;top:1.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFOSDfVCQ1H5yTBiHnA69Mua3XrXuZ7 { top:2.0625rem;left:0.875rem;width:11.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H902QKiZGuKvwTnlgXhN8JPdrRffphDv { width:10.9375rem;height:23.125rem;top:1.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De2FC9Kmub33qvy8mHenDcoLAdSLszDm { top:6.9375rem;left:15.125rem;width:8.75rem;height:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9ORsc5oOEME1xEXIS6HLCrSwLn9kiOd { width:10.9375rem;height:3.4375rem;top:1.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cskVS6sG6SAtULvq4g4b3wcq7rlJxT0Q { top:2.0625rem;left:12.8125rem;width:11.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEhXS4G23zIZOo1p5g7lZuuMMM86fzD5 { width:10.9375rem;height:23.125rem;top:1.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3oKfpUGTKQglCMxKq4Pqg191n0TAOT { top:6.9375rem;left:27.0625rem;width:8.75rem;height:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV29JTonGPaV0PQTuP5R4RPgkx6OoZJV { width:10.9375rem;height:3.4375rem;top:1.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQED227g7ocNTMF6uUk0ArxTstnu81A1 { top:2.0625rem;left:24.75rem;width:11.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUqBKRzs1imTB0QHD91CdnTfZg8ZyH7C { width:10.9375rem;height:23.125rem;top:1.75rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkN2NynZHFIpHqP1Bp6yLS4Je2dcA8gr { top:6.9375rem;left:38.65625rem;width:8.75rem;height:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXEbb8ogTB9moRu7HruNdNHlS9QEa4Nz { width:10.9375rem;height:3.4375rem;top:1.75rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzUTvvk5e1nFkFC0r1sEVVmnV3Tte6T0 { top:2.0625rem;left:36.6875rem;width:11.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIb0x2HURqT5EsyDWJrV0AlAXW1Lo8Al { width:2.3125rem;height:2.3125rem;top:21.5625rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJxFFKX6nmhmEMnHpIKnIyAN1yezZgd0 { width:2.1875rem;height:2.1875rem;top:21.5625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ClZrcJdHucGt6fu6K4VDvaW9toTq3r { width:2.3125rem;height:2.3125rem;top:21.5625rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 { display:block; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X51Kc7SPWvud2ql4sZyiOMdzO160txEQ { display:block; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5kCxLkHC5GA3GFbLbc7rN4I9J9ACWz6 { top:9.8125rem;left:0rem;width:6.1875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuWZcglH7pewSfztlp9N5CWfvaGP5V7g { top:11.4375rem;left:0rem;width:18.1875rem;height:11.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9IBS2KMMqR5oWDbI0VdMAA8cC6kI3V7 { width:17.4375rem;height:23.5625rem;top:6rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV57n9ab06wiMf9cHXiyJ5NMRHNpKr0e { width:22.3125rem;height:33.875rem;top:0.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsVBGVr5d8TT8iDtev5RB9kRhUZmDHFs { top:12.375rem;left:35.125rem;width:12.625rem;height:;font-size:1.125rem;display:block; }#vsVBGVr5d8TT8iDtev5RB9kRhUZmDHFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
 }@media only screen and (max-width: 763px) { #bkwJfF82dDgbfz8E0ERxBcleBy99huvK { width:17.8125rem;height:21.3125rem;top:8.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVzNGOoxlRweeIg6VWoVFhyTEOlkkfhC { width:17.8125rem;height:2.625rem;top:8.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdXZKxGh4RAT5pnOSw8EHLK8I86cnDly { top:8.125rem;left:34.3125rem;width:4.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q { display:block; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3FTq7gdni3zUkT0JNtVgT2yzIEcbShv { top:2.3125rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E { display:block; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fop1Fecd9byg7qp1WslKrd2IWWBEyeD9 { width:17.8125rem;height:23.1875rem;top:2.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLHT3L687MvqzUzH04xJExEbA2yRnnQZ { top:8.625rem;left:5.1246452331543rem;width:14.6875rem;height:14.6875rem;font-size:1.125rem;display:block; }#zLHT3L687MvqzUzH04xJExEbA2yRnnQZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
 }@media only screen and (max-width: 763px) { #wFEZBQaLL0fShaFG88c1IKk6piAqv7CM { top:5.75rem;left:3.0303611755371rem;width:17.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPGOQOxRwVTaxIXieGw4EocB8aEXtXkG { width:17.8125rem;height:2.5625rem;top:2.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnctWxrDQZL5xiRIxItwEfc58agMNEJ { top:2rem;left:3rem;width:4.375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV5pV1q67SV4VT3TyxgB47lwucXrW7xp { width:26.25rem;height:3.0625rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJkDGTpCcslqAOsPZMMslz6csmn9sq4 { display:block; }
 }@media only screen and (max-width: 763px) { #KFHvzzSyGDAeRGBBPGF2f3QQHgE3WOg3 { width:34.625rem;height:22.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xsApDvCViztxgCW4BkGXtTPNGGp5nz { width:2.625rem;height:2.625rem;top:30.0625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD65KlhM0Er0eBaQiF00pCnPoyVs3VzH { top:26.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2KTvVRvsW3hvaDtxuONVAxTOreARy0H { display:block; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqKkoUIJLQIHECPJa0DEVuzqURCG6nvf { top:3.4375rem;left:0rem;width:6.1875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqJ5D2i2ndqO1oqGhvFrDxGQfqtzogo { top:5rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSw84dzUV3FLofxQ15DU394AizRg0CV6 { width:47.75rem;height:13.833154506438rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewliCc5FLbXPaPZPmEeklPaNI6cXCJiT { top:3.5rem;left:35.375rem;width:12.375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRRQxobCzAvgU40dsVkrAXAlNa7JAkK9 { width:47.75rem;height:42.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #APlW890fLVOlCdMnl3waXdp0P6H4kdIT { width:26.9375rem;height:3.375rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKTwLFXd4VJwhTAfUPSU0mBekOoPTqKS { display:block; }
 }@media only screen and (max-width: 763px) { #x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx { display:block; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF { display:block; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mo1znRcEHLBwHIZc3L5TTi8uFoRuX2Ul { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb { display:block; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFaN0HmwvdKEt7H0dNbKMqLDPzGKPxVH { width:5rem;height:4.75rem;top:1.75rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThF8omPgkR1q6pE95I8W5Hicp5TC0M3f { width:2.875rem;height:2.875rem;top:2.625rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFmN6fuxdEsV8o3TwQbpuoAwHiFrkdXe { top:7.25rem;left:0rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoqoyCBDoK6zScsiJMZKJTzQLPir0V4t { top:10.4375rem;left:0rem;width:12.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCRgKLxx6V0oAV2h6IltqV4dm80h0qTM { top:11rem;left:11.3125rem;width:12.625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQoKrOfVEhmiBbhEL4scnvmM7GtgLH0I { top:7.3125rem;left:8.875rem;width:15rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeUu71a0ML05ToRKHMTGyTwSA5Jhv76t { top:11rem;left:23.25rem;width:12.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0z5NTvNzk4sehP67D5rfOuQTxgvuc0Q { top:7.3125rem;left:20.8125rem;width:15rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWJLQ8MthRF26BU35wfLBFDNFeBTcUeU { width:15.625rem;height:21.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSgXR7X747mpJ0ic0ncMVKC9fTOZzH9b { width:15.625rem;height:21.625rem;top:0.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGFzu3vqpsI1l0c6QZDdMh7DmBBc1bKP { width:15.625rem;height:21.625rem;top:0.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyWhEolnH7IZoZOnTGKppaudM3kx1Wfm { width:5rem;height:4.6875rem;top:1.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otkT1QDRlDwGXSnDSkCH10gKvC07w39E { width:2.875rem;height:2.875rem;top:2.625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ5pnkrkzE5RymzwK3LHP1W35Abr2HpB { width:5rem;height:4.6875rem;top:1.75rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCkl8yXBPhdDIqIJBet6oOi85axsk7fB { width:2.875rem;height:2.875rem;top:2.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl { display:block; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGc1kec4dwocCcpVDEGXMWrtL6V975Re { top:11.25rem;left:0rem;width:12.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzXJoqkQB14bWbmqnrioqxodXRf2H9rx { top:7.25rem;left:0rem;width:15.0625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SPicbHJ2RWRCfNEWR0mm4ihe44Lmur { top:11.9375rem;left:11.3125rem;width:12.5625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlZgUxmaoyEf4tCCEFS3vABxE2lTd2QX { top:7.25rem;left:10.3125rem;width:13.5625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAf3vWpJGuRCWMWTk07iFUHTc4Ozow03 { top:11.9375rem;left:23.25rem;width:12.5625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzZpoeQ8NmllaKJBwLXUH42AWQM3vceI { top:7.25rem;left:22.25rem;width:13.5625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg2TgH3SHlFWBgp3bykyxCp8AaDm46ib { width:15.625rem;height:21.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdq54iJJAdhbdCxedsC7pPA9aROcwNVB { width:15.625rem;height:21.875rem;top:0.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZ88U773k4Kuz3KF7mnIgTr97W2ZZpa { width:15.625rem;height:21.875rem;top:0.9375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7tO1WX801zUNOAxKRZC8Q1aP3RDPAL { width:5rem;height:4.6875rem;top:2rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3apt7xgirv1GHU6kcOJWeyE9eM8ImMJ { width:2.875rem;height:2.875rem;top:2.875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCHhH30WzHXUhSIvFhGLP38RWeeETPCK { width:5rem;height:4.6875rem;top:2rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHiqAdMx6yxusObe7dVkGykT4phQrwA6 { width:2.875rem;height:2.875rem;top:2.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXiE88mvDpbOt7vLEgrqEMJVpLKisvyr { width:5rem;height:4.6875rem;top:2rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvkCdyImaTscTrpsL6KCVJbvTNSbZA6h { width:2.875rem;height:2.875rem;top:2.875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTiPhTxrpropFkuGgVO0ryZXgEX7Bq0K { width:26.9375rem;height:3.375rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xv3iTZy0D9E8ClFvkwJvlDkRfwltnmF2 { display:block; }
 }@media only screen and (max-width: 763px) { #UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 { display:block; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SV6pvNI4BxETS2p8y6y1qqULAtukHefT { top:3rem;left:0rem;width:6.1875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrFcaBkfuABR5iVSNllX6BHRtKs2GkDA { width:23.875rem;height:3.3125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62LF5tKOxqX7Wwd1xbGbVJKmdV4RiOA { display:block; }
 }@media only screen and (max-width: 763px) { #AG39Upg0LRoCilz5hoL87XafmKLBRqqP { width:2.5rem;height:2.5rem;top:20.0625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D28mu1CTMaTz72UI1Tx4gTBAFe1IvPIK { width:21.6875rem;height:15.1875rem;top:10rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW6xWpZBPWGwLPoDNy4s1mekMfLuuM4T { width:9.6875rem;height:17.75rem;top:5.8125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wukyfinuo2qib2A32yq8LH28EcJtJNxi { width:10.6875rem;height:17rem;top:5.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc1IzSKoNVizz4PocTHGJLGEy5RlrGGQ { width:9.125rem;height:8.2558577804387rem;top:12.125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUTPGBgk0h9iraSfbGSTV728pHeGs5PU { width:9.0625rem;height:19.5rem;top:4.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWgIHX0LtCXWGsuyCe07z1FPMV0CTEWP { width:8rem;height:4.4647025987719rem;top:5.5625rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuD42bmsPwZsEWEuPheFQBH82HuH9wRS { top:4.75rem;left:0rem;width:28.5rem;height:;font-size:1.125rem;display:block; }#tuD42bmsPwZsEWEuPheFQBH82HuH9wRS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
 }@media only screen and (max-width: 763px) { #DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { display:none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP { display:block; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5mRO0bP32T2lbLE4Hi2r8tnWZwh4Nhn { width:23.4375rem;height:34.25rem;top:3.0625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqgtCxThlcnIbQwZe38cddX9O2cegaux { width:23.5625rem;height:4.5rem;top:3.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRFQLqhE5Bmtrsl1zNIMDpFE7dPnKy7W { width:16.875rem;height:3.125rem;top:3.875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw {display:block;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Qpv1e7iKygzOqtCEgqVMpvkmEncmF5JI {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #v8UuKq87123N9zUHWmR5O7hLuXekzx5I { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #NR3afaR7moi0DHv8ubim4NNXrN5cntNc {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Kg8z2qWuMHBX3ohTEksGEVDHTcCrvILS {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #LpPiUVNEzr9FS8iJ1w0VT2IeASFOIXBk {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #cwybuEldu3XTvQgR8uNkVtlcFQl08qUf {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #JNSoexNZ5Re6B7uOAB2izd83LfwlMH5y {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #OiSUtPbwwSq7W9RvkT48H1n3022rLeRx {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #sSdvRSC41OvqqXNJeiX5iGvl2mTqSIIE {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XKRqHmRFI5bMkIqIqJqOVUZ7mQUTQqnO {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gQmKNTv6t0vvw2U2S7DF3owszeCqWEZh { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #PhiwlaArSmHGf5IURsxofXdrCPkfxtsp {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #ZHs1keqTAnwK6VeCKJeyId9UR9RqA3U6 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #IzrUPi7hyhTDD5y4fH3skvlGfrKavKUp { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #N9F0sQCyV1ctFSOpvEVPTS9lk16eonRg {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #AVAgPdpFeb09Jw9X91PqDT14LqAqoTbq {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gv0EnLciZ9KHgAaTl0OMOQb9a7HkoPN7 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XTc7LqlhIkCPi4vBSu9m2DHg8bKEhN7X {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #T3SsvTWagtoNFDTPoW9sg8qH85kNsiWg {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #iNIHXdgkckrTWK759IEyw7UWLAbPTpNe {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #U3VdpiakkI612EZLdKc0eIGm7Qg28fB5 {  }
 }@media only screen and (max-width: 763px) { #poGoE7nB3kJxHt4Pdh1JRrDRJXUQEHN0 { display:block; }
 }@media only screen and (max-width: 763px) { #vuAumUuMo8cJggHLdWZR4GFCXXo7LKvT { display:block; }
 }@media only screen and (max-width: 763px) { #VPGzkXsXl4GUra2nlmeTwhCZPcVqDgge { display:block; }
 }@media only screen and (max-width: 763px) { #p100PWXLiENkRFgkyXEXasTsNar0OJiN { display:block; }
 }@media only screen and (max-width: 763px) { #XQrr3wt1ItG8qTy4QXNlgru6BMfqpwVf { display:block; }
 }@media only screen and (max-width: 763px) { #E4SqRGxPqeOHuJ5JG5g7dhi1ok5ag52M { display:block; }
 }@media only screen and (max-width: 763px) { #WlbVmIOoaWsSMplKma945JRpVFfVHaeh { display:block; }
 }@media only screen and (max-width: 763px) { #PO1CMximNV9uBHOwsinskqhTpJFbPagS { display:block; }
 }@media only screen and (max-width: 763px) { #nbrm4LRnVpyoFxeOPzrM7MMWl7izUCqe { display:block; }
 }@media only screen and (max-width: 763px) { #n2KXrxXZlIEeUhetpEJoZERVn4qc8hTi { display:block; }
 }@media only screen and (max-width: 763px) { #bcSRTcLxxlulOfT4EuPVDUnigByQvpoE { display:block; }
 }@media only screen and (max-width: 763px) { #gMHymBJ8BNT0lJEEOM99m6HTNk0WmCOK { display:block; }
 }@media only screen and (max-width: 763px) { #LdlkIO4SLuzTJWvV2kAi3KEsoHhyGHCW { display:block; }
 }@media only screen and (max-width: 763px) { #QfS78OToLrCUOoO0FOSEg7OFPXs6kLca { display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #QKbxys36zu1rONfXaQJfuUXys0scGZlR {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #vTfvDqd2f7J5pwTIxelQorwfIQi7VVx3 {  }
 }@media only screen and (max-width: 763px) { #XA9h01VhwHg7ThpOLP1XTAo19N8O9iTG { width:19.1875rem;height:6.9375rem;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPeXfpwOKk40ZdtChTsCBOyR9wVsOO1r { width:27.3125rem;height:11.847969278328rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdrM2c9wSxVdoWumwLbqLDCOwfJvziwG { width:12.6875rem;height:2.9218377562176rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdorrtT77REtuAHU9aMi2vT46HOzyNae { width:21.3125rem;height:6.5625rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xMAdTh2tOczDJoEXQJknJlJr43I80T { top:4.1875rem;left:0rem;width:6.125rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR { display:block; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qoku7DmDiOXM7QkK7IXNOuDOGn4Tzq9m { width:11.6875rem;height:2.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZfQrAyZu4y1idT6dMkeWqQbv6ZQJrh { width:47.75rem;height:1.1875rem;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krq5KWleNTlgnZMCIpVGhMJz8gkTml5l { display:block; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpBK1tmXz48GWocSTwTcWTSybcD7Bm86 { width:47.75rem;height:0.8125rem;top:0.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4A5amGm2KNWWm3tnlyxRgv750o3UG6F { display:block; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBiE4Ll3AqOO6uvUWppTSEo5uTWWD3Bh { width:4.25rem;height:4.25rem;top:0.4375rem;left:43.5rem;display:block; }
#bBiE4Ll3AqOO6uvUWppTSEo5uTWWD3Bh > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color:transparent;background-image: -webkit-linear-gradient(66deg, #0043ec, #8800e3);background-image: -moz-linear-gradient(66deg, #0043ec, #8800e3);background-image: -ms-linear-gradient(66deg, #0043ec, #8800e3);background-image: -o-linear-gradient(66deg, #0043ec, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );";background-image: linear-gradient(66deg, #0043ec, #8800e3);background-size:contain !important;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { width:9.8125rem;height:2.3125rem;top:1.5625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { width:6.186525rem;height:0.43652375rem;top:5.4375rem;left:6.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { width:17rem;height:7.124025rem;top:4.8125rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:17.635801125rem;height:3.636363625rem;top:30.5625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { width:15.1875rem;height:2.0625rem;top:26.625rem;left:2.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XWfKBrP8Hl5EusD0NKPxqQ5mqUdproFy { width:8.25rem;height:5.25rem;top:0rem;left:11.750000357628rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #lOPAeo5fZ18WhFcQEKBJUMMuTCdFAUHf { height:10.4995rem;width:19.2495rem;top:13.06103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEldh7QWi5FmnKsKnx2M1GmwxKpE5vki { width:5rem;height:0.8125rem;top:25.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJxDN21XTqXZ8SfzdABaTvv4MbPLRHuq { width:17.4375rem;height:12.3125rem;top:25.8125rem;left:2.5361328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP { display:block; }#QU1qkZRRI71OSKZXAifI8SwGNr8cZSKP > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwir55ryelT2LmFa16kQcwx5AKZsb1gV { display:block; }#cwir55ryelT2LmFa16kQcwx5AKZsb1gV > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3BsPdodr094bclnUtPqsuqbQp0hORgv { width:20rem;height:18.3125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heHZQLRrGWGvnBhMai2R2VeLXZ6q9T9F { width:20rem;height:2.625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqitmTTeFVFFP2wqxUJl9IikxcGiq6Tg { width:4.375rem;height:2.4375rem;top:19.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBvVC3PGxOBLlIqKdf5u3pgCJvHIInH1 { width:15.6875rem;height:12.427725rem;top:23.87451171875rem;left:2.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKoUqegBxJX3HKToVEMzdUueVK8PQR0A { width:19rem;height:1.38125rem;top:20.5rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4S6eZSTo9Ty9hQly5IHD5vrcdiNzTbo { width:20rem;height:3rem;top:3.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQC48vc1d46N1sGq5d6qP3u0LAdFALFX { width:17.9998125rem;height:2.0625rem;top:4.2177734375rem;left:0.99853515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w7VGKemC5rbvZgCfdPG428ITFV0zg4KO { width:20rem;height:3rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAmPp5D0vCToou6Qoana96hwXX8FzQy { width:17.5rem;height:2.0625rem;top:8.25rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dVVkdtlNiZkZazvZTxLpgCiACW4PiU5b { width:20rem;height:3rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFquXcoIFyglCwRGT87o1rmZtAqx81w { width:15.625rem;height:2.0625rem;top:15.6875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U0EiPggWzZz6BSTuvpdQ4ipXbcwlN2JQ { width:20rem;height:3rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEevJA3KwD6CMaAhfOHplTpHRCWHsBt { width:16.1869375rem;height:2.0625rem;top:11.875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GsIQIxWa2fylWbupAQZIBKS082q1ZVFT { width:20rem;height:1.3125rem;top:1.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPzVn9wE1wkcZNV8ThinnbvB48laNMHv { width:20rem;height:1.1375rem;top:38.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSTyZty4x3GvBTHh9tdqxWyXUFh1gTyo { width:18.76025rem;height:3.07324375rem;top:40.96875rem;left:0.619140625rem;font-size:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VdQqTD5uTFZNXPMP0ZymXxSTybt6Lgrv { display:block; }
 }@media only screen and (max-width: 763px) { #G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC { display:block; }#G8oyupuyTKJFzHK4Ix7f8AI08WIQTkXC > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFxq8Nfs4JTA8GJeSduyTH9bgmI0tJN2 { width:17.374rem;height:10rem;top:2.443359375rem;left:1.1865234375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xFhZoBhVGhpEprKXrCalqzi6B3GlUnfk { width:17.6241875rem;height:1.44375rem;top:10.9375rem;left:1.1867187619209rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJDSHCyTsed8NqHcxymUkpP01lC7iCop { display:block; }#HJDSHCyTsed8NqHcxymUkpP01lC7iCop > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfFm1mvrnzFOaihpMXZwoVXp2GH1aX2s { width:18.75rem;height:12.5rem;top:0.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfkGwdvnwr16h0ZgpAN8BwznyoTzP3CR { width:18.75rem;height:3.4375rem;top:0.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOB4vOtielHX1VZb3wEeh2ngUCWzihb8 { width:11.0618125rem;height:1.625rem;top:1.875rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4f95LT9yO54vFPD8yA73oV9R5mpo2iv { display:flex;width:2.6875rem;height:2.6875rem;top:20.625rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiK0hCfr409iCW5SpxTUd7dcANV2T4Df { width:15.6875rem;height:4.95rem;top:6rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEImkqphS8MXsymTlRA3oLatrMXprGeG { width:18.75rem;height:12.5rem;top:14.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WylbovbQfcBSSwpx34GoWraAV5ynfxpQ { display:flex;width:2.6875rem;height:2.6875rem;top:45.5rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUK8E8GEe5LiVc5po9r7FbyTTWTJEN2x { width:16.125rem;height:6.186525rem;top:19.311967372894rem;left:1.6237569451332rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Twra5b9aM8nkD44bcPd3QSwv8kXigf46 { width:18.75rem;height:3.4375rem;top:14.749643325806rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFOSDfVCQ1H5yTBiHnA69Mua3XrXuZ7 { width:11.0618125rem;height:2.75rem;top:15.0625rem;left:4.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H902QKiZGuKvwTnlgXhN8JPdrRffphDv { width:18.75rem;height:12.5rem;top:28.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De2FC9Kmub33qvy8mHenDcoLAdSLszDm { width:16.875rem;height:4.95rem;top:33.5rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9ORsc5oOEME1xEXIS6HLCrSwLn9kiOd { width:18.75rem;height:3.4375rem;top:28.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cskVS6sG6SAtULvq4g4b3wcq7rlJxT0Q { width:18.8125rem;height:2.75rem;top:28.6875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gEhXS4G23zIZOo1p5g7lZuuMMM86fzD5 { width:18.75rem;height:12.5rem;top:42rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3oKfpUGTKQglCMxKq4Pqg191n0TAOT { width:17.0625rem;height:4.95rem;top:47.4375rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CV29JTonGPaV0PQTuP5R4RPgkx6OoZJV { width:18.75rem;height:3.4375rem;top:42rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQED227g7ocNTMF6uUk0ArxTstnu81A1 { width:18.8125rem;height:1.625rem;top:43.026453971863rem;left:0.87535506486894rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUqBKRzs1imTB0QHD91CdnTfZg8ZyH7C { width:18.6875rem;height:13rem;top:55.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkN2NynZHFIpHqP1Bp6yLS4Je2dcA8gr { width:16.3125rem;height:7.4238125rem;top:59.4375rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXEbb8ogTB9moRu7HruNdNHlS9QEa4Nz { width:18.75rem;height:3.4375rem;top:55.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzUTvvk5e1nFkFC0r1sEVVmnV3Tte6T0 { width:18.75rem;height:2.75rem;top:55.625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xIb0x2HURqT5EsyDWJrV0AlAXW1Lo8Al { display:flex;width:2.6242875rem;height:2.6242875rem;top:69.5rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJxFFKX6nmhmEMnHpIKnIyAN1yezZgd0 { display:flex;width:2.5rem;height:2.5rem;top:93rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0ClZrcJdHucGt6fu6K4VDvaW9toTq3r { display:flex;width:2.3117875rem;height:2.3117875rem;top:117.75rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 { display:block; }#sO8UEIeTCZu2zTt3ILESzvq41NFZ1pv7 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X51Kc7SPWvud2ql4sZyiOMdzO160txEQ { background-color:transparent;background-image: -webkit-linear-gradient(192deg, #0043ec, #8800e3);background-image: -moz-linear-gradient(192deg, #0043ec, #8800e3);background-image: -ms-linear-gradient(192deg, #0043ec, #8800e3);background-image: -o-linear-gradient(192deg, #0043ec, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );";background-image: linear-gradient(192deg, #0043ec, #8800e3);background-size:contain !important;display:block; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container { background-color: transparent; background-image: none; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container > .video-iframe-container { display: none; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row > .video-iframe-container { display: none; }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .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); }#X51Kc7SPWvud2ql4sZyiOMdzO160txEQ > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5kCxLkHC5GA3GFbLbc7rN4I9J9ACWz6 { width:6.18696875rem;height:0.43679rem;top:2.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuWZcglH7pewSfztlp9N5CWfvaGP5V7g { width:17.124rem;height:9.59765rem;top:4.4365234375rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J9IBS2KMMqR5oWDbI0VdMAA8cC6kI3V7 { width:17.4375rem;height:20.125rem;top:19.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV57n9ab06wiMf9cHXiyJ5NMRHNpKr0e { width:17.5rem;height:26.625rem;top:14.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsVBGVr5d8TT8iDtev5RB9kRhUZmDHFs { width:12.625rem;height:13.457rem;top:46.9375rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#vsVBGVr5d8TT8iDtev5RB9kRhUZmDHFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
 }@media only screen and (max-width: 763px) { #bkwJfF82dDgbfz8E0ERxBcleBy99huvK { width:17.8125rem;height:19.875rem;top:43rem;left:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #0648e9, #043cc3);background-image: -moz-linear-gradient(198deg, #0648e9, #043cc3);background-image: -ms-linear-gradient(198deg, #0648e9, #043cc3);background-image: -o-linear-gradient(198deg, #0648e9, #043cc3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#043cc3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#043cc3' );";background-image: linear-gradient(198deg, #0648e9, #043cc3);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IVzNGOoxlRweeIg6VWoVFhyTEOlkkfhC { width:17.8125rem;height:2.625rem;top:43rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdXZKxGh4RAT5pnOSw8EHLK8I86cnDly { width:4.375rem;height:2.4375rem;top:43rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q { display:none; }#QXITnUTCxbrVXw9nTXamZTBTASw5Pl7Q > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T3FTq7gdni3zUkT0JNtVgT2yzIEcbShv { width:16.6868125rem;height:11rem;top:1.2180404663086rem;left:0.93749994039537rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E { display:block; }#UwIa5NNAprTeWbQWTBJOPS1WEdT4ti2E > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fop1Fecd9byg7qp1WslKrd2IWWBEyeD9 { width:17.8125rem;height:23.1875rem;top:1.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLHT3L687MvqzUzH04xJExEbA2yRnnQZ { width:15.375rem;height:14.746125rem;top:7.8746337890625rem;left:2.3124998211861rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#zLHT3L687MvqzUzH04xJExEbA2yRnnQZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
 }@media only screen and (max-width: 763px) { #wFEZBQaLL0fShaFG88c1IKk6piAqv7CM { width:17.8125rem;height:1.86875rem;top:5rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPGOQOxRwVTaxIXieGw4EocB8aEXtXkG { width:17.8125rem;height:2.5625rem;top:1.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnctWxrDQZL5xiRIxItwEfc58agMNEJ { width:4.375rem;height:2.4375rem;top:0.9375rem;left:1.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iV5pV1q67SV4VT3TyxgB47lwucXrW7xp { width:18.760676125rem;height:3.073507375rem;top:47.125rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJkDGTpCcslqAOsPZMMslz6csmn9sq4 { display:block; }
 }@media only screen and (max-width: 763px) { #KFHvzzSyGDAeRGBBPGF2f3QQHgE3WOg3 { height:13.1400625rem;width:20rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xsApDvCViztxgCW4BkGXtTPNGGp5nz { display:flex;width:2.625rem;height:2.625rem;top:57.5rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD65KlhM0Er0eBaQiF00pCnPoyVs3VzH { width:17.9368125rem;height:3.85rem;top:40.998755931854rem;left:1.0307173132896rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2KTvVRvsW3hvaDtxuONVAxTOreARy0H { background-color:transparent;background-image: -webkit-linear-gradient(88deg, #0043ec, #8800e3);background-image: -moz-linear-gradient(88deg, #0043ec, #8800e3);background-image: -ms-linear-gradient(88deg, #0043ec, #8800e3);background-image: -o-linear-gradient(88deg, #0043ec, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );";background-image: linear-gradient(88deg, #0043ec, #8800e3);background-size:contain !important;display:block; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { background-color: transparent; background-image: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .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); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqKkoUIJLQIHECPJa0DEVuzqURCG6nvf { width:6.18696875rem;height:0.43679rem;top:2.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqJ5D2i2ndqO1oqGhvFrDxGQfqtzogo { width:18.6875rem;height:17.59375rem;top:4.0624990463257rem;left:0.81249994039537rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSw84dzUV3FLofxQ15DU394AizRg0CV6 { width:20rem;height:5.830075rem;top:11.637073516846rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewliCc5FLbXPaPZPmEeklPaNI6cXCJiT { width:8.2493125rem;height:5.1234rem;top:1.0617895126343rem;left:11.749822199344rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gRRQxobCzAvgU40dsVkrAXAlNa7JAkK9 { top:23.9375rem;left:0rem;width:20rem;height:17.6875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #APlW890fLVOlCdMnl3waXdp0P6H4kdIT { width:19.3226875rem;height:3.76015625rem;top:42.25rem;left:0.33750003576279rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bKTwLFXd4VJwhTAfUPSU0mBekOoPTqKS { display:block; }
 }@media only screen and (max-width: 763px) { #x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx { display:block; }#x6ovJagXs7eL29A7sAeK5lkVkKe5QKnx > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF { display:block; }#TLTK1HQZRlmwCIITSQeDRat6ZTktA5iF > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mo1znRcEHLBwHIZc3L5TTi8uFoRuX2Ul { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb { display:block; }#L17oOJbkAI1HhrsZMw4hTrG9RuTGNuTb > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFaN0HmwvdKEt7H0dNbKMqLDPzGKPxVH { width:5rem;height:4.6875rem;top:2.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThF8omPgkR1q6pE95I8W5Hicp5TC0M3f { display:flex;width:2.875rem;height:2.875rem;top:3.4375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #dFmN6fuxdEsV8o3TwQbpuoAwHiFrkdXe { width:15rem;height:1.4625rem;top:8.8125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoqoyCBDoK6zScsiJMZKJTzQLPir0V4t { width:12.562rem;height:9.59375rem;top:11.5rem;left:3.7177734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCRgKLxx6V0oAV2h6IltqV4dm80h0qTM { width:12.562rem;height:9.59375rem;top:34.875rem;left:3.7177734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQoKrOfVEhmiBbhEL4scnvmM7GtgLH0I { width:15rem;height:2.699225rem;top:31.436434984207rem;left:2.4991121888161rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeUu71a0ML05ToRKHMTGyTwSA5Jhv76t { width:12.562125rem;height:9.59375rem;top:58.0625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0z5NTvNzk4sehP67D5rfOuQTxgvuc0Q { width:15rem;height:2.699225rem;top:54.4375rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWJLQ8MthRF26BU35wfLBFDNFeBTcUeU { width:13.875rem;height:21.625rem;top:1.7498168945312rem;left:3.0619671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSgXR7X747mpJ0ic0ncMVKC9fTOZzH9b { width:13.8125rem;height:21.625rem;top:24.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGFzu3vqpsI1l0c6QZDdMh7DmBBc1bKP { width:13.8125rem;height:21.625rem;top:47.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyWhEolnH7IZoZOnTGKppaudM3kx1Wfm { width:5rem;height:4.6875rem;top:25.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otkT1QDRlDwGXSnDSkCH10gKvC07w39E { display:flex;width:2.875rem;height:2.875rem;top:26.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #eZ5pnkrkzE5RymzwK3LHP1W35Abr2HpB { width:5rem;height:4.6875rem;top:48.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCkl8yXBPhdDIqIJBet6oOi85axsk7fB { display:flex;width:2.875rem;height:2.875rem;top:49.625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl { display:block; }#Tt5ZlhKmWFyhfdqNS4a7x78B3wOaiEdl > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGc1kec4dwocCcpVDEGXMWrtL6V975Re { width:12.1875rem;height:9.59375rem;top:11.8125rem;left:3.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzXJoqkQB14bWbmqnrioqxodXRf2H9rx { width:15rem;height:2.7rem;top:8rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9SPicbHJ2RWRCfNEWR0mm4ihe44Lmur { width:12.562125rem;height:9.59375rem;top:34.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BlZgUxmaoyEf4tCCEFS3vABxE2lTd2QX { width:13.5618125rem;height:4.048825rem;top:30.25rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAf3vWpJGuRCWMWTk07iFUHTc4Ozow03 { width:12.562125rem;height:9.59375rem;top:58.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzZpoeQ8NmllaKJBwLXUH42AWQM3vceI { width:13.5618125rem;height:4.04883125rem;top:53.4375rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jg2TgH3SHlFWBgp3bykyxCp8AaDm46ib { width:13.8125rem;height:21.875rem;top:0.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdq54iJJAdhbdCxedsC7pPA9aROcwNVB { width:13.8125rem;height:21.875rem;top:24rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZ88U773k4Kuz3KF7mnIgTr97W2ZZpa { width:13.8125rem;height:21.875rem;top:47.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7tO1WX801zUNOAxKRZC8Q1aP3RDPAL { width:5rem;height:4.6875rem;top:1.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3apt7xgirv1GHU6kcOJWeyE9eM8ImMJ { display:flex;width:2.875rem;height:2.875rem;top:25.875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #hCHhH30WzHXUhSIvFhGLP38RWeeETPCK { width:5rem;height:4.6875rem;top:25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHiqAdMx6yxusObe7dVkGykT4phQrwA6 { display:flex;width:2.875rem;height:2.875rem;top:49.0625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #wXiE88mvDpbOt7vLEgrqEMJVpLKisvyr { width:5rem;height:4.6875rem;top:48.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvkCdyImaTscTrpsL6KCVJbvTNSbZA6h { display:flex;width:2.875rem;height:2.875rem;top:2.6875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #KTiPhTxrpropFkuGgVO0ryZXgEX7Bq0K { width:19.3226875rem;height:3.76015625rem;top:70rem;left:0.33750003576279rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3iTZy0D9E8ClFvkwJvlDkRfwltnmF2 { display:block; }
 }@media only screen and (max-width: 763px) { #UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 { background-color:transparent;background-image: -webkit-linear-gradient(72deg, #0043ec, #0043ec);background-image: -moz-linear-gradient(72deg, #0043ec, #0043ec);background-image: -ms-linear-gradient(72deg, #0043ec, #0043ec);background-image: -o-linear-gradient(72deg, #0043ec, #0043ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#0043ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#0043ec' );";background-image: linear-gradient(72deg, #0043ec, #0043ec);background-size:contain !important;display:block; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { background-color: transparent; background-image: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .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); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SV6pvNI4BxETS2p8y6y1qqULAtukHefT { width:6.18696875rem;height:0.43679rem;top:1.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrFcaBkfuABR5iVSNllX6BHRtKs2GkDA { width:19.32225rem;height:3.7597625rem;top:27.2392578125rem;left:0rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #a62LF5tKOxqX7Wwd1xbGbVJKmdV4RiOA { display:block; }
 }@media only screen and (max-width: 763px) { #AG39Upg0LRoCilz5hoL87XafmKLBRqqP { display:flex;width:2.5rem;height:2.5rem;top:32.499104394531rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D28mu1CTMaTz72UI1Tx4gTBAFe1IvPIK { width:15.625rem;height:11rem;top:13.5rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VW6xWpZBPWGwLPoDNy4s1mekMfLuuM4T { width:7.5625rem;height:13.75rem;top:9.7247877120969rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wukyfinuo2qib2A32yq8LH28EcJtJNxi { width:8.999rem;height:14.375rem;top:9.125rem;left:4.24169921875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tc1IzSKoNVizz4PocTHGJLGEy5RlrGGQ { width:7.1875rem;height:6.499rem;top:17.0380859375rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUTPGBgk0h9iraSfbGSTV728pHeGs5PU { width:5.9375rem;height:12.8125rem;top:10.724609375rem;left:10.53125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wWgIHX0LtCXWGsuyCe07z1FPMV0CTEWP { width:6.4375rem;height:3.5625rem;top:0.873046875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuD42bmsPwZsEWEuPheFQBH82HuH9wRS { width:15.75rem;height:19.7949375rem;top:4.373046875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#tuD42bmsPwZsEWEuPheFQBH82HuH9wRS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1f7737c-bcc8-477f-bcdc-817b9edb04c5/01.png); }
 }@media only screen and (max-width: 763px) { #DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { background-color:#f7fdfc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { background-color: transparent; background-image: none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container > .video-iframe-container { display: none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row > .video-iframe-container { display: none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .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); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { border-width: 0; border-radius: 0; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP { display:block; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5mRO0bP32T2lbLE4Hi2r8tnWZwh4Nhn { width:19.625rem;height:33rem;top:16.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BqgtCxThlcnIbQwZe38cddX9O2cegaux { width:20rem;height:4rem;top:16.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rRFQLqhE5Bmtrsl1zNIMDpFE7dPnKy7W { width:15.1875rem;height:2.75rem;top:17.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;height:2.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1.0625rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;line-height:1.3; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw  { width:16.6875rem;height:auto;top:20.4375rem;left:0.4375rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw {display:block;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw { width:16.6875rem;height:auto;top:20.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Qpv1e7iKygzOqtCEgqVMpvkmEncmF5JI {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #v8UuKq87123N9zUHWmR5O7hLuXekzx5I { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #NR3afaR7moi0DHv8ubim4NNXrN5cntNc {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Kg8z2qWuMHBX3ohTEksGEVDHTcCrvILS {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #LpPiUVNEzr9FS8iJ1w0VT2IeASFOIXBk { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #cwybuEldu3XTvQgR8uNkVtlcFQl08qUf {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #JNSoexNZ5Re6B7uOAB2izd83LfwlMH5y {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #OiSUtPbwwSq7W9RvkT48H1n3022rLeRx {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #sSdvRSC41OvqqXNJeiX5iGvl2mTqSIIE {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XKRqHmRFI5bMkIqIqJqOVUZ7mQUTQqnO {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gQmKNTv6t0vvw2U2S7DF3owszeCqWEZh { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #PhiwlaArSmHGf5IURsxofXdrCPkfxtsp {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #ZHs1keqTAnwK6VeCKJeyId9UR9RqA3U6 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #IzrUPi7hyhTDD5y4fH3skvlGfrKavKUp { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #N9F0sQCyV1ctFSOpvEVPTS9lk16eonRg {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #AVAgPdpFeb09Jw9X91PqDT14LqAqoTbq {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gv0EnLciZ9KHgAaTl0OMOQb9a7HkoPN7 { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XTc7LqlhIkCPi4vBSu9m2DHg8bKEhN7X {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #T3SsvTWagtoNFDTPoW9sg8qH85kNsiWg {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #iNIHXdgkckrTWK759IEyw7UWLAbPTpNe {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #U3VdpiakkI612EZLdKc0eIGm7Qg28fB5 {  }
 }@media only screen and (max-width: 763px) { #poGoE7nB3kJxHt4Pdh1JRrDRJXUQEHN0 { display:block; }
 }@media only screen and (max-width: 763px) { #vuAumUuMo8cJggHLdWZR4GFCXXo7LKvT { display:block; }
 }@media only screen and (max-width: 763px) { #VPGzkXsXl4GUra2nlmeTwhCZPcVqDgge { display:block; }
 }@media only screen and (max-width: 763px) { #p100PWXLiENkRFgkyXEXasTsNar0OJiN { display:block; }
 }@media only screen and (max-width: 763px) { #XQrr3wt1ItG8qTy4QXNlgru6BMfqpwVf { display:block; }
 }@media only screen and (max-width: 763px) { #E4SqRGxPqeOHuJ5JG5g7dhi1ok5ag52M { display:block; }
 }@media only screen and (max-width: 763px) { #WlbVmIOoaWsSMplKma945JRpVFfVHaeh { display:block; }
 }@media only screen and (max-width: 763px) { #PO1CMximNV9uBHOwsinskqhTpJFbPagS { display:block; }
 }@media only screen and (max-width: 763px) { #nbrm4LRnVpyoFxeOPzrM7MMWl7izUCqe { display:block; }
 }@media only screen and (max-width: 763px) { #n2KXrxXZlIEeUhetpEJoZERVn4qc8hTi { display:block; }
 }@media only screen and (max-width: 763px) { #bcSRTcLxxlulOfT4EuPVDUnigByQvpoE { display:block; }
 }@media only screen and (max-width: 763px) { #gMHymBJ8BNT0lJEEOM99m6HTNk0WmCOK { display:block; }
 }@media only screen and (max-width: 763px) { #LdlkIO4SLuzTJWvV2kAi3KEsoHhyGHCW { display:block; }
 }@media only screen and (max-width: 763px) { #QfS78OToLrCUOoO0FOSEg7OFPXs6kLca { display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #QKbxys36zu1rONfXaQJfuUXys0scGZlR {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #vTfvDqd2f7J5pwTIxelQorwfIQi7VVx3 {  }
 }@media only screen and (max-width: 763px) { #XA9h01VhwHg7ThpOLP1XTAo19N8O9iTG { width:17.2470625rem;height:5.97949375rem;top:3.25rem;left:0.4404296875rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;color:#0043ec;display:block; }
 }@media only screen and (max-width: 763px) { #yPeXfpwOKk40ZdtChTsCBOyR9wVsOO1r { width:20rem;height:8.6758585104463rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdrM2c9wSxVdoWumwLbqLDCOwfJvziwG { width:12.6875rem;height:2.9218377562176rem;top:3.0625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdorrtT77REtuAHU9aMi2vT46HOzyNae { width:17.5609375rem;height:4.94921875rem;top:10.625rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;color:#38383a;display:block; }
 }@media only screen and (max-width: 763px) { #T8xMAdTh2tOczDJoEXQJknJlJr43I80T { width:6.18696875rem;height:0.43679rem;top:1.4373397827149rem;left:0.49982243776321rem;z-index:15003;background-color:#0043ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR { display:block; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qoku7DmDiOXM7QkK7IXNOuDOGn4Tzq9m { width:12.874625rem;height:2.9367875rem;top:1.5625rem;left:3.5617895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZfQrAyZu4y1idT6dMkeWqQbv6ZQJrh { width:17.5rem;height:2.4375rem;top:5.7927932739258rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krq5KWleNTlgnZMCIpVGhMJz8gkTml5l { display:block; }#krq5KWleNTlgnZMCIpVGhMJz8gkTml5l > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpBK1tmXz48GWocSTwTcWTSybcD7Bm86 { width:16.875rem;height:1.625rem;top:0.84375rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4A5amGm2KNWWm3tnlyxRgv750o3UG6F { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#i4A5amGm2KNWWm3tnlyxRgv750o3UG6F > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBiE4Ll3AqOO6uvUWppTSEo5uTWWD3Bh { width:3.06196875rem;height:3.06196875rem;top:0.68625640869138rem;left:16.436434328556rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16));display:block; }
#bBiE4Ll3AqOO6uvUWppTSEo5uTWWD3Bh > img { max-width: 100%;max-height:100%; width:3.06196875rem; height:3.06196875rem; } }