.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:202,230,255;--color-primary-1:134,149,241;--color-primary-2:53,79,232;--color-primary-3:13,37,174;--color-primary-4:11,16,46;--color-secondary-0:233,230,219;--color-secondary-1:239,219,127;--color-secondary-2:143,131,76;--color-secondary-3:153,138,67;--color-secondary-4:29,26,15;--color-tertiary-0:218,220,225;--color-tertiary-1:131,139,156;--color-tertiary-2:7,22,56;--color-tertiary-3:4,11,28;--color-tertiary-4:1,3,8;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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); }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco { 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; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row .container { background-color: transparent; background-image: none; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row .container > .video-iframe-container { display: none; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row > .video-iframe-container { display: none; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .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); }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row .container { border-width: 0; border-radius: 0; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#XvVoUmCxOv74xTI66wz0g87uN9RkFpXS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:26.75rem;display:block; }
#Lzza1z9Kiip7PquQL82EirieHPQ7JnLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAk26FWZ8dElv4RNVsatBzyBPw6K2fom { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:40.8125rem;display:block; }
#ApQ3hDmPZQpWV90pgbLUwVBsDJ1yWere { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROXshmtkAFTvhntzUTb9mcMHfZIUNVat { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:49.5634765625rem;display:block; }
#EH2lRTXVf7FlB8n6BfyCNvy5A3eTslxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LX3Uqk7EOr6OsuS7gaTTUoQNEX86SGpn { position:absolute;display:block;z-index:15011;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:2rem;width:12.875rem;top:1.3125rem;left:1.4375rem;overflow:hidden;display:block; }
#URWEqETmMmgSrSxy4N5qCUVsc5T1PwED { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:33.25rem;display:block; }
#ZaLTtqKxDDpRWWgR6DgTo5DOFiXG7hyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { position:absolute;display:block;z-index:15002;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:26.4375rem;width:30.75rem;top:7.5625rem;left:29.25rem;overflow:hidden;display:block; }
#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.53125rem;left:3.1875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#f59e0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.4375rem;left:8.875rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOUUiJdSOvm9oNkns7dqvXhbGlHXy4U7 { color:#f59e0b;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:11.21875rem;left:6.6875rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#XL02uzSxtvDFhQvVOIbB70ScfALbiETU { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.375rem;left:1.1875rem;height:1.8999rem;text-align:center;text-align-last:center;display:block; }
#mKPFEavFp5vnTDWLIHFaaoc8qhcP8TRb { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:26.7763671875rem;left:7.90625rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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:45.25rem;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; }#UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { 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:18rem;width:27.125rem;top:11.8125rem;left:26.580078125rem;overflow:hidden;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:rgba(var(--color-tertiary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03759765625rem;left:8.8125rem;height:6.8994375rem;font-style:normal;display:block; }
#hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { color:rgba(var(--color-tertiary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.75rem;left:1.375rem;height:4.79980625rem;font-style:normal;display:block; }
#Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid rgba(var(--color-secondary-3),1);border-left:0.75rem solid rgba(var(--color-secondary-3),1);border-right:0.75rem solid rgba(var(--color-secondary-3),1);border-bottom:0.75rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:17.6875rem;width:17.6875rem;top:16.34375rem;left:27.75rem;display:block; }
#J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:18.625rem;left:0rem;display:block; }
#ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:20rem;left:5.1875rem;height:1.69970625rem;display:block; }
#yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:26.5625rem;left:5.1875rem;height:1.69970625rem;display:block; }
#uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:25.1875rem;left:0rem;display:block; }
#wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:32.3125rem;left:5.5625rem;height:3.3994125rem;display:block; }
#a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:31.75rem;left:0rem;display:block; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid rgba(var(--color-secondary-3),1);border-left:0.75rem solid rgba(var(--color-secondary-3),1);border-right:0.75rem solid rgba(var(--color-secondary-3),1);border-bottom:0.75rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-secondary-3),1);border-left:0.625rem solid rgba(var(--color-secondary-3),1);border-right:0.625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:2.0810546875rem;left:0rem;display:block; }
#DqL4B5mPKvtzDwuTbL3300i8l7xQnE1u { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:39.87451171875rem;left:9.96875rem;height:2rem;font-style:normal;display:block; }
#XKQL5UtGqOXViLl69rABep1bXqKG0Bq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.375rem;left:0.75rem; }
#TeCEEPZithoXa4sDv9S2BTnbGQ62o29L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.4375rem;left:1rem; }
#rTTGzzG6HKDBBsdQMKOgtemEdm5IQkek { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.875rem;left:0.625rem; }
#y88Tq9wicyvAOuspNz2oExN1UtvE1dp2 { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:43.25rem;left:0rem;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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:80.4375rem;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; }#JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { 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:23.75rem;width:20.125rem;top:1rem;left:0.875rem;overflow:hidden;display:block; }
#h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:1rem;left:22.8125rem;height:2.3999rem;font-style:normal;display:block; }
#bggWN64RRfHJ3wq6cvkPG01lumWs8luT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:4.92822265625rem;left:22.8125rem;height:34rem;display:block; }
#Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { 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:20.125rem;width:13.375rem;top:44.375rem;left:42.625rem;overflow:hidden;display:block; }
#FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { color:rgba(var(--color-tertiary-2),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:42.5625rem;left:6.9375rem;height:2.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:44.875rem;left:0rem;display:block; }
#VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { position:absolute;display:block;z-index:15011;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.75rem;width:3.75rem;top:45.3125rem;left:2.5rem;overflow:hidden;display:block; }
#Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { color:rgba(var(--color-tertiary-2),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:45.6875rem;left:6.9375rem;height:17rem;display:block; }
#zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid rgba(var(--color-secondary-3),1);border-left:0.75rem solid rgba(var(--color-secondary-3),1);border-right:0.75rem solid rgba(var(--color-secondary-3),1);border-bottom:0.75rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:53.3125rem;left:41.5rem;display:block; }
#pi5tRGtWBITfhHkqXFtsk0U0R5UKHMHR { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:64.9375rem;left:6.9375rem;height:2.3999rem;font-style:normal;display:block; }
#Tknm1uT2CUDkUilGptJrTtL6iCXE5Voy { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:68.4375rem;left:6.9375rem;height:10rem;display:block; }
#rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { background-color:#f59e0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:72.6875rem;left:40.315rem;display:block; }
#RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRJfz8ToHOwERw6PHC7rghWoXQ29dWI6 { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:40.6875rem;left:0rem;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.5625rem;left:20.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.625rem;left:26.9375rem;height:1.3999rem;text-align:right;text-align-last:right;display:block; }
#aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:14.625rem;left:6rem;height:1.3999rem;text-align:right;text-align-last:right;display:block; }
#Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.75rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LlGSaoOZ6RWO5QcyLbwfy2AQKleUHLpm { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:14.625rem;left:46.3125rem;height:1.3999rem;text-align:right;text-align-last:right;display:block; }
#GveGaFtQbHZ6DtTbOPtRg2smPOe3k48Q { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.125rem;left:42.75rem;height:9rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { position:relative;display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { background-color: transparent; background-image: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container > .video-iframe-container { display: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row > .video-iframe-container { display: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .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); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { border-width: 0; border-radius: 0; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .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; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .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:0.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; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop { position:relative;display:block; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop { background-color: transparent; background-image: none; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container > .video-iframe-container { display: none; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row > .video-iframe-container { display: none; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .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); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop { border-width: 0; border-radius: 0; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .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; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .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:15.9375rem;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; }#Lcoc0v78klhPDC2gLzu4tEBEqXivQLmW { color:rgba(var(--color-tertiary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:5.61865234375rem;left:8.4375rem;height:8.074225rem;text-align:center;text-align-last:center;display:block; }
#U0FHkhgN2Kb3LmVHFCyyUFKvURnvKRLL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.244140625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { position:relative;display:block; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { background-color: transparent; background-image: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .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); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { border-width: 0; border-radius: 0; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .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; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;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; }#DHPUJFLKVbZFiAa16wpOCaghcqrCcc3C { color:rgba(var(--color-tertiary-2),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:4rem;left:2.90625rem;height:12.1113125rem;text-align:center;text-align-last:center;display:block; }
#RCshznnUSePGD6XerFcZCJnSogUUk7RD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.181640625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA { position:relative;display:block; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA { background-color: transparent; background-image: none; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container > .video-iframe-container { display: none; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row > .video-iframe-container { display: none; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .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); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA { border-width: 0; border-radius: 0; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .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; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .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:41.8125rem;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; }#WQiJoGU9fX4HHQ2gmk1p58tTV9sRZryX { color:rgba(var(--color-tertiary-2),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:4.92578125rem;left:1.21875rem;height:58.5380625rem;text-align:center;text-align-last:center;display:block; }
#EOHIsq93kBHwbLphw5TymabTPh59SFQZ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.828125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W { position:relative;display:block; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W { background-color: transparent; background-image: none; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container > .video-iframe-container { display: none; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row > .video-iframe-container { display: none; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .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); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W { border-width: 0; border-radius: 0; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .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; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .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:24.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; }#gBT8FoX5qz0591Ssh1GP32Z937JWn6XC { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5rem;left:24.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA { position:relative;display:block; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA { background-color: transparent; background-image: none; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container > .video-iframe-container { display: none; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row > .video-iframe-container { display: none; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .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); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA { border-width: 0; border-radius: 0; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .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; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#liAtfD0J34rvnV788i2WF31Wr144TsBK { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.181640625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqUy51enTcTpVDlsnm2cgaWD57Pu7h8A { color:rgba(var(--color-tertiary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:3.130859375rem;left:2.25rem;height:13.597625rem;text-align:center;text-align-last:center;display:block; }
#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/K6paS8Bp/bg4_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.adaptive-delivery-prevent-bg, #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.lazyload, #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.lazyloading { background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:10.96875rem;font-style:normal;display:block; }
#iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { color:#fbfbfb;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:23.8388671875rem;left:0rem;height:5.09911875rem;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-form-header {  }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#ffffff;width:29.4375rem;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;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#152958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-secondary-3),1);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:29.4375rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#152958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-secondary-3),1);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:29.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:29.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-checkbox { width:1rem;height:1rem;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; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f59e0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .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:var(--paragraphs-font-family);line-height:1.2;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:28.1875rem;overflow:hidden;font-style:normal;float:none; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .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; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-container:first-of-type{padding-top:0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-container:last-of-type{padding-bottom:0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.25rem;left:28.0625rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.4375rem;display:block;vertical-align:top; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm {display:block;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.25rem;left:28.0625rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #Ae1Tsg2016EkxcHbER7u4mzCmDsfUJvT { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #b2gkmpTJD4fbGycrfZ72rBHlGlohPhA2 { position:relative;display:none; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #qwL1sMnQnHrSaTxePHpxl7dSiPBVDOIP { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #MKErbUZXrx4wEGFIt6KL3pL1inf33mNv { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #UQ4LFeZwtk5wmX8li9v1USFn41pPWbKb { position:relative;display:none; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #ryEGT2haKE7debw8rtlZXHvTiadT176v { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #LCysGLkxUvZQObS8fkCBfLVlKBmE8anv { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #oRJ8NmZ94bm3ddmGq92QcUv72zT0pFXC { position:relative;display:none; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #dTMu9zcCzTqdJUrheXcuzQTVkLUet3Gk { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #wwn2uhKeRglHkuUBwlCzKiAn1XnrDwdL { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #KrCIh7Gl0hWzMi40UCixkdfFOciRQC12 { position:relative;z-index:2; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #yofurDTqFI7BTZTJqMRiJaE1OLS8xaK7 { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #rfWfx6O91S5dwtsaSeDhSfmnCXN74E65 { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #xsEOp3ziGOTXktM6s7l4mLCI9ZT4TiD2 { position:relative; }
#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv { border-top:0.3125rem solid #000000;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; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row .container { background-color: transparent; background-image: none; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row .container > .video-iframe-container { display: none; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row > .video-iframe-container { display: none; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .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); }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row .container { border-width: 0; border-radius: 0; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#bd3kxlJ1Pn1VnL6Jts3zRhT38SecAEAa { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.875rem;left:41.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#QPkMT6Vi4LBo0CUpmoR8IRaeFIFfOMmT { position:absolute;display:block;z-index:15015;background-color:#000000;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.0625rem;width:35.625rem;top:9.5625rem;left:24.375rem;display:block; }
#VCNZDUbG4q9ICHhrdNXJEmCESF72W4y3 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:3.6875rem;left:26.625rem;height:1.04980625rem;font-style:normal;display:block; }
#Aoc1ym2vrsAFgvTHADT58T4d1IP12TJF { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:1.6875rem;left:24.0625rem;height:1.04980625rem;font-style:normal;display:block; }
#GCaZG8DzdwOqKhwFFoyMo6OcN2zG2HDB { position:absolute;display:block;z-index:15016;background-color:#000000;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.0625rem;width:20rem;top:9.5625rem;left:0rem;display:block; }
#Bg57yvly98JTnHFyQSuafyleo0ZAd9hq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:3.5625rem;left:24.625rem; }
#RmSDGMxCppP8muhH1OtsktQB3T1GvUAH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:3.6875rem;left:39.25rem; }
#lSJVtWu4RaTGAFd9iFPg3bgiUcW3GMLD { color:#000000;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:12.25rem;left:32rem;height:1.04980625rem;font-style:normal;display:block; }
#ZLW3sA971iHPeARSTsdIwz29L5f05MHt { 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:2rem;width:12.875rem;top:1.9375rem;left:2.625rem;overflow:hidden;display:block; }
#WNFnxmSDuUIN4R1pXdMWagmxvcksJTTW { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:5.1611328125rem;left:2.625rem;height:2.44921875rem;font-style:normal;display:block; }
#GhvCIGA8csD3uSxFUXDDpIgrHazex61D { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.25rem;left:16.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#N9dIOROTvo8cpdrLxfAPfZHXGrnudKy7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:7.03125rem;left:24.75rem; }
#N9dIOROTvo8cpdrLxfAPfZHXGrnudKy7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#D68K2EuPT3wIh6GB20fu8g6WvMRWRXN6 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:7.287109375rem;left:26.625rem;height:1.04980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco { display:block; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvVoUmCxOv74xTI66wz0g87uN9RkFpXS { width:6.5rem;height:2.1875rem;top:1.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzza1z9Kiip7PquQL82EirieHPQ7JnLd { display:block; }
 }@media only screen and (max-width: 763px) { #oAk26FWZ8dElv4RNVsatBzyBPw6K2fom { width:6.5rem;height:2.1875rem;top:1.1875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQ3hDmPZQpWV90pgbLUwVBsDJ1yWere { display:block; }
 }@media only screen and (max-width: 763px) { #ROXshmtkAFTvhntzUTb9mcMHfZIUNVat { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH2lRTXVf7FlB8n6BfyCNvy5A3eTslxh { display:block; }
 }@media only screen and (max-width: 763px) { #LX3Uqk7EOr6OsuS7gaTTUoQNEX86SGpn { top:1.3125rem;left:0rem;width:12.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWEqETmMmgSrSxy4N5qCUVsc5T1PwED { width:6.5rem;height:2.1875rem;top:1.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaLTtqKxDDpRWWgR6DgTo5DOFiXG7hyE { display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { top:7.5625rem;left:17rem;width:30.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:3.5625rem;left:0rem;width:37.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:17.5rem;left:0rem;width:29.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:17.125rem;height:3.25rem;top:21.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #rOUUiJdSOvm9oNkns7dqvXhbGlHXy4U7 { top:11.1875rem;left:0.5625rem;width:22.625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL02uzSxtvDFhQvVOIbB70ScfALbiETU { top:6.375rem;left:0rem;width:36.25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKPFEavFp5vnTDWLIHFaaoc8qhcP8TRb { top:26.75rem;left:1.78125rem;width:19.0625rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { top:11.8125rem;left:20.455078125rem;width:27.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:2rem;left:0.3125rem;width:35.875rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { top:12.75rem;left:0rem;width:26.4375rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { top:16.3125rem;left:21.625rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { top:18.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { top:20rem;left:0rem;width:18.875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { top:26.5625rem;left:0rem;width:19.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { top:25.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { top:32.3125rem;left:0rem;width:18.875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { top:31.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { top:2.0625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqL4B5mPKvtzDwuTbL3300i8l7xQnE1u { top:39.8125rem;left:3.84375rem;width:40.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQL5UtGqOXViLl69rABep1bXqKG0Bq4 { top:19.375rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCEEPZithoXa4sDv9S2BTnbGQ62o29L { top:32.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTGzzG6HKDBBsdQMKOgtemEdm5IQkek { top:25.875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y88Tq9wicyvAOuspNz2oExN1UtvE1dp2 { top:43.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { top:1rem;left:0rem;width:20.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { top:1rem;left:10.5625rem;width:37.1875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bggWN64RRfHJ3wq6cvkPG01lumWs8luT { top:4.875rem;left:13.1875rem;width:34.5625rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { top:44.375rem;left:34.375rem;width:13.375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { top:42.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { top:44.875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { top:45.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { top:45.6875rem;left:0.8125rem;width:30.4375rem;height:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { top:53.3125rem;left:32.1875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi5tRGtWBITfhHkqXFtsk0U0R5UKHMHR { top:64.9375rem;left:0.8125rem;width:16.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tknm1uT2CUDkUilGptJrTtL6iCXE5Voy { top:68.4375rem;left:0.8125rem;width:34.5625rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:17.8125rem;height:3.25rem;top:72.6875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #oRJfz8ToHOwERw6PHC7rghWoXQ29dWI6 { top:40.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:2.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { top:6.5625rem;left:14.8125rem;width:18.4375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { top:14.625rem;left:20.8125rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { top:14.625rem;left:0rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { top:5.75rem;left:0rem;width:18.4375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlGSaoOZ6RWO5QcyLbwfy2AQKleUHLpm { top:14.625rem;left:34.0625rem;width:13.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GveGaFtQbHZ6DtTbOPtRg2smPOe3k48Q { top:4.125rem;left:30.5rem;width:17.25rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goNriopGi8myZ2AwWUPoCe8fKo1xQHop { display:block; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lcoc0v78klhPDC2gLzu4tEBEqXivQLmW { top:5.5625rem;left:0rem;width:43.125rem;height:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FHkhgN2Kb3LmVHFCyyUFKvURnvKRLL { top:2.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { display:block; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHPUJFLKVbZFiAa16wpOCaghcqrCcc3C { top:4rem;left:0rem;width:47.75rem;height:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCshznnUSePGD6XerFcZCJnSogUUk7RD { top:1.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA { display:block; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQiJoGU9fX4HHQ2gmk1p58tTV9sRZryX { top:4.875rem;left:0rem;width:47.75rem;height:58.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOHIsq93kBHwbLphw5TymabTPh59SFQZ { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W { display:block; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBT8FoX5qz0591Ssh1GP32Z937JWn6XC { top:22.5rem;left:18.125rem;width:11.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA { display:block; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liAtfD0J34rvnV788i2WF31Wr144TsBK { top:1.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqUy51enTcTpVDlsnm2cgaWD57Pu7h8A { top:3.125rem;left:0rem;width:47.75rem;height:13.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:1.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { top:11.1875rem;left:0rem;width:24.3125rem;height:10.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { top:23.8125rem;left:0rem;width:22.375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-regular-label { width:29.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text { width:29.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-textarea { width:29.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select { width:29.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-button { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-checkbox-label { width:28.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm  { width:29.4375rem;height:19.375rem;top:9.25rem;left:15.8125rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .radio-container { width:29.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm {display:block;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm { width:29.4375rem;height:19.375rem;top:9.25rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #Ae1Tsg2016EkxcHbER7u4mzCmDsfUJvT {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #b2gkmpTJD4fbGycrfZ72rBHlGlohPhA2 { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #qwL1sMnQnHrSaTxePHpxl7dSiPBVDOIP {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #MKErbUZXrx4wEGFIt6KL3pL1inf33mNv {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #UQ4LFeZwtk5wmX8li9v1USFn41pPWbKb { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #ryEGT2haKE7debw8rtlZXHvTiadT176v {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #LCysGLkxUvZQObS8fkCBfLVlKBmE8anv {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #oRJ8NmZ94bm3ddmGq92QcUv72zT0pFXC {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #dTMu9zcCzTqdJUrheXcuzQTVkLUet3Gk {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #wwn2uhKeRglHkuUBwlCzKiAn1XnrDwdL {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #KrCIh7Gl0hWzMi40UCixkdfFOciRQC12 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #yofurDTqFI7BTZTJqMRiJaE1OLS8xaK7 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #rfWfx6O91S5dwtsaSeDhSfmnCXN74E65 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #xsEOp3ziGOTXktM6s7l4mLCI9ZT4TiD2 {  }
 }@media only screen and (max-width: 763px) { #d1XplBUFsskt9UJPBPya6sFLbmPAlSfv { display:block; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd3kxlJ1Pn1VnL6Jts3zRhT38SecAEAa { top:3.875rem;left:32.9375rem;width:14.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPkMT6Vi4LBo0CUpmoR8IRaeFIFfOMmT { top:9.5625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCNZDUbG4q9ICHhrdNXJEmCESF72W4y3 { top:3.6875rem;left:20.5rem;width:10.0625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoc1ym2vrsAFgvTHADT58T4d1IP12TJF { top:1.6875rem;left:17.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCaZG8DzdwOqKhwFFoyMo6OcN2zG2HDB { top:9.5625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg57yvly98JTnHFyQSuafyleo0ZAd9hq { top:3.5625rem;left:18.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmSDGMxCppP8muhH1OtsktQB3T1GvUAH { top:3.6875rem;left:33.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJVtWu4RaTGAFd9iFPg3bgiUcW3GMLD { top:12.25rem;left:25.875rem;width:5.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLW3sA971iHPeARSTsdIwz29L5f05MHt { top:1.9375rem;left:0rem;width:12.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFnxmSDuUIN4R1pXdMWagmxvcksJTTW { top:5.125rem;left:0rem;width:16.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhvCIGA8csD3uSxFUXDDpIgrHazex61D { top:12.25rem;left:10.3125rem;width:9.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9dIOROTvo8cpdrLxfAPfZHXGrnudKy7 { top:7rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
#N9dIOROTvo8cpdrLxfAPfZHXGrnudKy7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #D68K2EuPT3wIh6GB20fu8g6WvMRWRXN6 { top:7.25rem;left:20.5rem;width:11.0625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco { position:relative;z-index:auto;display:block; }#fA7RXla5hCFGsgmSS3bNHDZnb3AIdCco > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvVoUmCxOv74xTI66wz0g87uN9RkFpXS { width:3.9375rem;height:2.1875rem;top:4.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzza1z9Kiip7PquQL82EirieHPQ7JnLd { display:block; }
 }@media only screen and (max-width: 763px) { #oAk26FWZ8dElv4RNVsatBzyBPw6K2fom { width:6rem;height:2.1875rem;top:11.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQ3hDmPZQpWV90pgbLUwVBsDJ1yWere { display:block; }
 }@media only screen and (max-width: 763px) { #ROXshmtkAFTvhntzUTb9mcMHfZIUNVat { width:8.6875rem;height:2.125rem;top:14.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH2lRTXVf7FlB8n6BfyCNvy5A3eTslxh { display:block; }
 }@media only screen and (max-width: 763px) { #LX3Uqk7EOr6OsuS7gaTTUoQNEX86SGpn { width:12.875rem;height:2rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWEqETmMmgSrSxy4N5qCUVsc5T1PwED { width:6.5rem;height:2.1875rem;top:7.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaLTtqKxDDpRWWgR6DgTo5DOFiXG7hyE { display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#042048;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center left !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { width:15.625rem;height:13.4375rem;top:38.426275rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:6.5800625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:18.4985625rem;height:1.5996125rem;top:18.5791015625rem;left:0.75048828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:13.3110625rem;height:3.6235375rem;top:21.4287109375rem;left:3.34423828125rem;z-index:15011;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #rOUUiJdSOvm9oNkns7dqvXhbGlHXy4U7 { width:20rem;height:3.5996125rem;top:13.66650390625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XL02uzSxtvDFhQvVOIbB70ScfALbiETU { width:20rem;height:3.5996125rem;top:9.0795625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKPFEavFp5vnTDWLIHFaaoc8qhcP8TRb { width:17.875rem;height:7.8735625rem;top:27.30224609375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { width:16.875rem;height:11.1875rem;top:39.09575rem;left:1.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:20rem;height:7.9980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { width:20rem;height:7.1996875rem;top:10.4980625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { width:18.5rem;height:25.625rem;top:44.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { width:4.375rem;height:4.375rem;top:18.9473125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { width:13.9375rem;height:3.19921875rem;top:24.5723125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { width:13.3110625rem;height:3.19921875rem;top:34.64653125rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { width:4.375rem;height:4.375rem;top:29.02153125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { width:6.6235625rem;height:7.9980625rem;top:57.15825rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { width:4.375rem;height:4.375rem;top:51.53325rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:75.0313125rem;left:4.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { width:10.625rem;height:10.625rem;top:53.599075078964rem;left:3.9053620100021rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqL4B5mPKvtzDwuTbL3300i8l7xQnE1u { width:20rem;height:6rem;top:66.4063125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKQL5UtGqOXViLl69rABep1bXqKG0Bq4 { display:flex;width:2.9375rem;height:2.9375rem;top:19.6973125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #TeCEEPZithoXa4sDv9S2BTnbGQ62o29L { display:flex;width:2.375rem;height:2.375rem;top:52.22075rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #rTTGzzG6HKDBBsdQMKOgtemEdm5IQkek { display:flex;width:3.1875rem;height:3.1875rem;top:29.70903125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #y88Tq9wicyvAOuspNz2oExN1UtvE1dp2 { width:20rem;height:0.125rem;top:73.6563125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:151.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { width:18.5rem;height:21.8125rem;top:1.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bggWN64RRfHJ3wq6cvkPG01lumWs8luT { width:20rem;height:52rem;top:7.29980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { width:10.1875rem;height:15.3125rem;top:104.44921875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { width:20rem;height:2.3999rem;top:67.54980625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { width:4.375rem;height:4.375rem;top:61.92480625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { width:3.75rem;height:3.75rem;top:62.36230625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { width:13.3125rem;height:32rem;top:71.19921875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { width:14.0625rem;height:14.0625rem;top:53.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pi5tRGtWBITfhHkqXFtsk0U0R5UKHMHR { width:16.375rem;height:2.3999rem;top:121.01171875rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tknm1uT2CUDkUilGptJrTtL6iCXE5Voy { width:20rem;height:20rem;top:124.66113125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:16.375rem;height:3.9375rem;top:145.91113125rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #oRJfz8ToHOwERw6PHC7rghWoXQ29dWI6 { width:20rem;height:0.125rem;top:60.54980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { width:18.6235625rem;height:2.8125rem;top:10.5683625rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { width:12.5rem;height:1.3999rem;top:26.967775rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { width:12.5rem;height:1.3999rem;top:24.3183625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { width:18.8735625rem;height:4.21875rem;top:5.0996125rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlGSaoOZ6RWO5QcyLbwfy2AQKleUHLpm { width:12.5rem;height:1.3999rem;top:29.6171875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GveGaFtQbHZ6DtTbOPtRg2smPOe3k48Q { width:19.0625rem;height:8.4375rem;top:14.6308625rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goNriopGi8myZ2AwWUPoCe8fKo1xQHop { background-color:#ffffff;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; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container { background-color: transparent; background-image: none; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container > .video-iframe-container { display: none; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row > .video-iframe-container { display: none; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .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); }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container { border-width: 0; border-radius: 0; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goNriopGi8myZ2AwWUPoCe8fKo1xQHop > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lcoc0v78klhPDC2gLzu4tEBEqXivQLmW { width:20rem;height:9.49950625rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0FHkhgN2Kb3LmVHFCyyUFKvURnvKRLL { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { background-color:#ffffff;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; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { background-color: transparent; background-image: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .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); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { border-width: 0; border-radius: 0; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { width:20rem;height:28.57421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHPUJFLKVbZFiAa16wpOCaghcqrCcc3C { width:20rem;height:20.8989375rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCshznnUSePGD6XerFcZCJnSogUUk7RD { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA { background-color:#ffffff;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; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container { background-color: transparent; background-image: none; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container > .video-iframe-container { display: none; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row > .video-iframe-container { display: none; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .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); }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container { border-width: 0; border-radius: 0; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8ko35n1Nsaqqq6fZFO1XTx7Nkt4EXdA > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQiJoGU9fX4HHQ2gmk1p58tTV9sRZryX { width:20rem;height:87.395625rem;top:5.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOHIsq93kBHwbLphw5TymabTPh59SFQZ { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W { background-color:#ffffff;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; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container { background-color: transparent; background-image: none; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container > .video-iframe-container { display: none; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row > .video-iframe-container { display: none; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .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); }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container { border-width: 0; border-radius: 0; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2sFiNrB1Jqq2T2WsP7BTHprbZNhMo8W > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBT8FoX5qz0591Ssh1GP32Z937JWn6XC { width:13.9375rem;height:2.5996125rem;top:1.25rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA { background-color:#ffffff;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; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container { background-color: transparent; background-image: none; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container > .video-iframe-container { display: none; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row > .video-iframe-container { display: none; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .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); }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container { border-width: 0; border-radius: 0; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXD7OUUq0G6dJZCe6V28UySoZdFRmVnA > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liAtfD0J34rvnV788i2WF31Wr144TsBK { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqUy51enTcTpVDlsnm2cgaWD57Pu7h8A { width:20rem;height:22.3945rem;top:5.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.adaptive-delivery-prevent-bg, #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.lazyload, #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.lazyloading { background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { width:18.75rem;height:4.2246125rem;top:5.0996125rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { width:19.375rem;height:6.3984375rem;top:10.574225rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm  { width:17.5rem;height:auto;top:18.22265625rem;left:0rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm {display:block;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm { width:17.5rem;height:auto;top:18.22265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #Ae1Tsg2016EkxcHbER7u4mzCmDsfUJvT {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #b2gkmpTJD4fbGycrfZ72rBHlGlohPhA2 { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #qwL1sMnQnHrSaTxePHpxl7dSiPBVDOIP {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #MKErbUZXrx4wEGFIt6KL3pL1inf33mNv {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #UQ4LFeZwtk5wmX8li9v1USFn41pPWbKb { display:none; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #ryEGT2haKE7debw8rtlZXHvTiadT176v {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #LCysGLkxUvZQObS8fkCBfLVlKBmE8anv {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #oRJ8NmZ94bm3ddmGq92QcUv72zT0pFXC { display:none; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #dTMu9zcCzTqdJUrheXcuzQTVkLUet3Gk {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #wwn2uhKeRglHkuUBwlCzKiAn1XnrDwdL {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #KrCIh7Gl0hWzMi40UCixkdfFOciRQC12 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #yofurDTqFI7BTZTJqMRiJaE1OLS8xaK7 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #rfWfx6O91S5dwtsaSeDhSfmnCXN74E65 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #xsEOp3ziGOTXktM6s7l4mLCI9ZT4TiD2 {  }
 }@media only screen and (max-width: 763px) { #d1XplBUFsskt9UJPBPya6sFLbmPAlSfv { display:block; }#d1XplBUFsskt9UJPBPya6sFLbmPAlSfv > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd3kxlJ1Pn1VnL6Jts3zRhT38SecAEAa { width:7.3125rem;height:4.19970625rem;top:18.2109375rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPkMT6Vi4LBo0CUpmoR8IRaeFIFfOMmT { width:18.75rem;height:0.0625rem;top:26.7470703125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCNZDUbG4q9ICHhrdNXJEmCESF72W4y3 { width:11.375rem;height:1.3999rem;top:9.04980625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aoc1ym2vrsAFgvTHADT58T4d1IP12TJF { width:20rem;height:1.04980625rem;top:3.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCaZG8DzdwOqKhwFFoyMo6OcN2zG2HDB { width:18.75rem;height:0.0625rem;top:-0.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg57yvly98JTnHFyQSuafyleo0ZAd9hq { width:1.5625rem;height:1.5625rem;top:6.23730625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmSDGMxCppP8muhH1OtsktQB3T1GvUAH { width:1.5625rem;height:1.5625rem;top:15.3984375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJVtWu4RaTGAFd9iFPg3bgiUcW3GMLD { width:5.625rem;height:1.04980625rem;top:29.046878125rem;left:7.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLW3sA971iHPeARSTsdIwz29L5f05MHt { width:9.75rem;height:1.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFnxmSDuUIN4R1pXdMWagmxvcksJTTW { width:16.5625rem;height:2.44921875rem;top:11.69921875rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhvCIGA8csD3uSxFUXDDpIgrHazex61D { width:9.1875rem;height:1.04980625rem;top:26.747071875rem;left:5.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9dIOROTvo8cpdrLxfAPfZHXGrnudKy7 { width:1.5625rem;height:1.5625rem;top:22.44140625rem;left:1rem;display:block; }
#N9dIOROTvo8cpdrLxfAPfZHXGrnudKy7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #D68K2EuPT3wIh6GB20fu8g6WvMRWRXN6 { width:11.0625rem;height:2.79980625rem;top:22.697265625rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }