.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:242,238,230;--color-primary-1:210,197,171;--color-primary-2:165,139,87;--color-primary-3:83,70,44;--color-primary-4:25,21,13;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:156,163,175;--color-secondary-4:21,36,60;--color-tertiary-0:255,255,255;--color-tertiary-1:186,188,191;--color-tertiary-2:26,32,42;--color-tertiary-3:13,16,21;--color-tertiary-4:3,3,4;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7be008a-6671-4d93-ab4c-a4b6fc9110fe/abudhabiseascapezdrapaczamichmur1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O.adaptive-delivery-prevent-bg, #ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O.lazyload, #ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O.lazyloading { background-image: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container { background-color: transparent; background-image: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container > .video-iframe-container { display: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row > .video-iframe-container { display: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .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); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container { border-width: 0; border-radius: 0; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#e5ZbAfdTcLlSUZhdXVKqzu6LriLw9emL { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:2.875rem;height:2.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DbDuOc3pdlupmTo8KiHJeXscX2ENnu7M { color:#f3f4f6;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:18.55078125rem;left:2.875rem;height:2.5rem;font-style:normal;display:block; }
#nFcZUmUArNEwo3wK7eGHnEgqktPHHphJ { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:10.375rem;left:2.875rem;height:1.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FtwuIfMSVo5DvFKSfqKlevbrHbE2Bnoc { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14.1875rem;left:2.875rem;height:2.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xoWzN8mJohaUD8WRBmcIXNG5ADsHEA7R { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:21.3125rem;top:10.23828125rem;left:48.09375rem;display:block; }
#M5rrQ6qhgifl73QvUElNInmxfT2pm54S { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:35.0625rem;width:62.625rem;top:23.875rem;left:6.90625rem;display:block; }
#qtofLn51huG17Qr1xJTSHXrkq2vdJqa8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.1875rem;height:3.125rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.5625rem;left:18rem;display:block; }
#G9GsASvtbK4KTo2p0e9QLxS6suhRrMRP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Bz8iMTuP7pxCF8gyaTp1xnFPn0TTpmqI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.1875rem;height:3.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.5625rem;left:45.75rem;display:block; }
#zgGPU8egBnCNHKZrbiqthkXlFnvTUSFp { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#mmpbEPqkS43Fg93ePz3oThbwByVTP66T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { background-color: transparent; background-image: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .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); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { border-width: 0; border-radius: 0; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.6875rem;left:8.4375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#DXWphueTg41imnEeZt37zKKLi5d5uMIt { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.3125rem;left:7rem;height:5.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rg14WCMugLz5ImOap1GDSKGRN3HPpKBK { box-sizing:content-box;height:9.6875rem;width:22.5rem;position:absolute;display:block;z-index:15025;background-color:#f3f4f6;background-image:none;top:12.125rem;left:7.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TKl8SukAiSe58piCKd1bNyI4kAk79Dvk { color:rgba(var(--color-tertiary-3),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:19.375rem;left:7.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFOhFM7bBZ6MxxtWciky6MViZf5vPQ9C { box-sizing:content-box;height:9.6875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#f3f4f6;background-image:none;top:24rem;left:7.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JwA8ggShbpf25hHaip26eiI1FU0H4beK { box-sizing:content-box;height:9.6875rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#f3f4f6;background-image:none;top:36.25rem;left:7.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#p8sxhhLzTEQJLLdclD72MHdMNRSXKsv0 { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.6875rem;left:7.8125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#l1z6wBszd9RvvZUcgC93WXBUDdHwkayi { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:41.25rem;left:8.4375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#l7tRqxHkofMSwzt3ZsVwwITSJU6hAhqv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:31.125rem;left:8rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oToubSoV051wKKCPPxxT8u2nnrHfTSv3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:43.6875rem;left:8.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FobZmkvLwSLJOX8ryQZzB9PDT4nCAAsm { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.25rem;width:26.1875rem;top:12.125rem;left:40.9375rem;display:block; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-form-header { font-size:0.75rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:21.25rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-text { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;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:21.25rem;box-sizing:border-box;height:3rem;color:#111928;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-text {padding-top: 0; padding-bottom: 0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-textarea { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;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:21.25rem;box-sizing:border-box;height:4.375rem;color:#111928;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-select {padding-top: 0; padding-bottom: 0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .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; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.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;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:21.25rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK [class*="-text"]:-moz-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK [class*="-text"]::-moz-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK [class*="-text"]:-ms-input-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK [class*="-text"]::-webkit-input-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .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; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .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:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-container:first-of-type{padding-top:0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-container:last-of-type{padding-bottom:0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;left:35.1875rem;top:20.4375rem;z-index:15018;position:absolute;font-size:0.75rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5rem;line-height:1.4;font-weight:400;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK {display:block;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;left:42.1875rem;top:18.4375rem;z-index:15018;position:absolute;font-size:0.75rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #RLtoToQFLO5rBtTKNLSghRb4PAFfwAnI { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #TdhlJIRWGE5fXC4DhMD12n1r6qdyBqH8 { position:relative;display:block; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #pHvNQDsrTSQhzmvDTEp8gHm4mVm6BTKb { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #wtwEVHinr3b4KGFHDVFGkTuPEomIAy0i { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #RRdbaK65v5hv9zziUVEmTJTWVusX8aey { position:relative;display:block; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #Pklt00Tor8r8DbzoThXBb7sTJasyHJKh { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #kuhF82XbbtzkZbTB0prgWUT0sZM8q5iM { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #CcngoUU2GBNzNAmlLi3wrXokfSGUi57l { position:relative;display:block; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #yAlx7n75Uu2h6OHh7zmiodLVXQMHg9Pm { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #LUKTTGIApK57WrOOPAVbXRkEL4a1cTLk { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #ty6l17hr4M6ggWnl13Hrthy4zEhRdmBM { position:relative; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #sRK2Rwry1dncCSk1TgyT308zPKiLuu2g { position:relative;display:block;z-index:15000; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #R4EHWbdyPbfdT6qCLXi5TTPGmlLSSnJd { position:relative;display:block;z-index:15000; }
#IJwKR8OHvQE3zA9BNh4ddFDmC2petZIL { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.8125rem;left:42.25rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oTLfysTrGrxX1Nc6aJNdEhTAG21wiDkv { color:rgba(var(--color-primary-4),1);display:block;width:10.6865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:19.0625rem;left:56rem;height:1.1875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eraU93y8Gb19Iku4BsygmwTdAJd0b1Bq { color:rgba(var(--color-primary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:42.125rem;height:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLQ3XoDUq53LBnx3ZLeCbU7fvG4AL2UT { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:13.375rem;left:48.3125rem;height:1.9375rem;display:block; }
#uuKFyqXvLDVqBwIyAPlF6qOs8WAFue1e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:12.875rem;left:16.9375rem; }
#tmDe5TUoMbESnFxKlN5CiQ5qPmLfnqTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:24.875rem;left:16.3125rem; }
#ioCndZPtzyBHfWRk1Pb9hGoNCGLnL5S9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:37.5625rem;left:16.25rem; }
#UGmWclAQbTQUGm4ChZ17XFon0ka07qff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a75b2dcf-efb1-42d0-b8a6-63f43901051c/5indoorpool.png");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; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff.adaptive-delivery-prevent-bg, #UGmWclAQbTQUGm4ChZ17XFon0ka07qff.lazyload, #UGmWclAQbTQUGm4ChZ17XFon0ka07qff.lazyloading { background-image: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container { background-color: transparent; background-image: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.99); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container > .video-iframe-container { display: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.99); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row > .video-iframe-container { display: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .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); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container { border-width: 0; border-radius: 0; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#secEQQ5ki0ZWtCnT54pIZ7KNo9dLkT3b { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.625rem;left:24.375rem;display:block; }
#Lx9dDCSsN4DndXdALUKUUiVJ4NQbtlxJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Lb5b4SVTzFuROkRJpRwWrnXToqKgMKC5 { color:#dabd5e;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.5rem;height:2.4375rem;font-style:normal;display:block; }
#cmQaXhTR8nNLKPrrBClVxWaZ3hg1aX15 { color:rgba(var(--color-primary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:24.6611328125rem;left:2.5rem;height:8.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WT1vzhQmXhLN5TEroc8Aqu2oDlSOisHO { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.125rem;width:32.625rem;top:5.125rem;left:2.5rem;display:block; }
#dxFuCfbSOAQkMMz4thrTVdIJMUwoFSLE { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.875rem;width:32rem;top:4.875rem;left:40.65625rem;display:block; }
#dhT2si6VSCrecDNAQQkioJDEQVOHsz78 { color:rgba(var(--color-primary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.6611328125rem;left:40.6875rem;height:10rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { background-color: transparent; background-image: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .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); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { border-width: 0; border-radius: 0; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#NZAa0gKJgOuIalKDQyRUiw3HXud7re8g { color:rgba(var(--color-primary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.5rem;height:4.875rem;font-style:normal;display:block; }
#nCiJvi6PUHwQcqtk5VySPsSrK7a1dAIM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.5400390625rem;left:2.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sPxbR16AgJMsSWNVapZkOi98bxz1KkKN { color:rgba(var(--color-tertiary-4),1);display:block;width:71.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:20.7900390625rem;left:2.40625rem;height:;overflow:hidden;display:block; }#sPxbR16AgJMsSWNVapZkOi98bxz1KkKN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPxbR16AgJMsSWNVapZkOi98bxz1KkKN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/04c2152c-3027-4950-9b9a-23066dbd3017/gem1.png); }
#yTZnLiXg59tco6zKF9wX2zmlHKNAPGNO { color:rgba(var(--color-primary-2),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.5rem;height:7.3125rem;font-style:normal;display:block; }
#gUDssLlkeMVBADApGahdZOGgbZo025zz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.8125rem;left:28.875rem;display:block; }
#DzbtME7xec1isxJPddTTAxIpzaHTEgeV { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { background-color: transparent; background-image: none; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container > .video-iframe-container { display: none; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row > .video-iframe-container { display: none; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .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); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { border-width: 0; border-radius: 0; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { font-size:0.875rem;font-family:arial;height:82.3125rem;width:75rem;position:relative;display:block; }#XvcABUpQUTtgNZTL0v4B5nuWUwBUtim6 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.5rem;height:4.875rem;font-style:normal;display:block; }
#XxR6w9HWaSsbRTKaETaCBrkz0iAfh2oJ { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15026;background-color:#f3f4f6;background-image:none;top:14.625rem;left:2.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZGXEcOfnFlTG2Ft3Kk46dAOemLeNTGWx { color:rgba(var(--color-secondary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.1875rem;left:3.90625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#OD5zKQoMVPzoy135qLsc9mUprlw05mst { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:24.05078125rem;left:3.75rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zzx7Qflkv8QDdnk1LxNDMrZD8LuEBv44 { position:absolute;display:block;z-index:15029;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:3rem;width:3rem;top:16.1875rem;left:3.90625rem;overflow:hidden;display:block; }
#AkEVca5KixOdSVV820TewZDazyMNONNK { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15027;background-color:#f3f4f6;background-image:none;top:14.625rem;left:26.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BXwneIek6qRxanE2qgMoJtZxRbe8uLx2 { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15028;background-color:#f3f4f6;background-image:none;top:14.625rem;left:50rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cbwrd9OeCTS4LtNJDHMX3vXR4zabezBQ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:24.05078125rem;left:27.5rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbbwnAk8o73GOKdEEhXWbElPud1DSe73 { position:absolute;display:block;z-index:15030;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:3rem;width:3rem;top:16.1875rem;left:27.5rem;overflow:hidden;display:block; }
#m2mx9ZZ2fszQeONkiVTcRelU72Ka2o2m { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.1875rem;left:27.53125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#TUpoenwS1WwuPqWtZGEURBUVQ15rMHOv { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.1875rem;left:51.28125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#hznFvRPkBMBlPx0yic7ND8cBsJu7ub8U { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:24.05078125rem;left:51.28125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCQBpgy3bwBx8ArerQtlWTMz5zqRKCPS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3rem;top:16.40625rem;left:51.25rem;overflow:hidden;display:block; }
#To42HmBQWcDb6Kqgq05ORrsr1EF4fAE0 { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15027;background-color:#f3f4f6;background-image:none;top:32.125rem;left:2.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lGIgg0FrXveNt2GmXTyfFoaKGpVdnynN { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15028;background-color:#f3f4f6;background-image:none;top:32.125rem;left:26.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dopQAkt9KrtbcFaZUQlBXsqTEU4It3we { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#f3f4f6;background-image:none;top:32.125rem;left:50rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cfdDPnF8EUE1DExIFC8Tdr7siXtHUSxa { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:40.224609375rem;left:51.40625rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVhDnGlceDkIoeZots3Zgu3NEbZh7KQk { position:absolute;display:block;z-index:15032;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:3rem;width:3rem;top:33.8125rem;left:51.25rem;overflow:hidden;display:block; }
#HSx61iFA2XyXQ0qe5VoyaTn6KwVRgkmz { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:51.28125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#a5FTRKAit6T2X26KFq3mbHkFgkDeBGbS { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:37.375rem;left:27.53125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QTBR2If1v1uPkIp3PfHmNsOxS8ha68eD { position:absolute;display:block;z-index:15031;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.0625rem;width:2.1875rem;top:33.78125rem;left:27.5rem;overflow:hidden;display:block; }
#fw7RDEl6AfmvpXKhguRBqWCyecsdvBQR { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:40.8740234375rem;left:27.5rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFlpJbnQWtaBGmsEUMhgPtMJIEmp97TM { position:absolute;display:block;z-index:15030;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:3rem;width:3rem;top:33.8125rem;left:3.90625rem;overflow:hidden;display:block; }
#cvTOT7F4v8XBp1Dcv39lNvvNy5TZ0OKM { color:rgba(var(--color-secondary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:37.6875rem;left:3.90625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VA2f2kLHkKUhrqzVgXe5GvLvf6EdBkzG { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:40.8740234375rem;left:3.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rl50T2MRoBgbBp5NzsOuZuedWLqnEz2F { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:55.625rem;left:2.5rem;height:1.9375rem;font-style:normal;display:block; }
#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:58.75rem;left:2.5rem;height:10.75rem;font-style:normal;overflow:hidden;display:block; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/04c2152c-3027-4950-9b9a-23066dbd3017/gem1.png); }
#ky0bIHOTgsROKanOLsJeBlo2ETw0uUxD { position:absolute;display:block;z-index:15031;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:3rem;width:3rem;top:51.875rem;left:2.5rem;overflow:hidden;display:block; }
#gwiVZp9nFasoaEgtNemnqFHkfC0bKEFf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.4375rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.125rem;left:3.75rem;display:block; }
#bmgh7qCKFAT6MIfLKaF3EUZZNxAeBnxf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#fvx5TlPJ6WXA0UKBP4gFvlCW0Xsqwo3s { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:74.3125rem;left:30.5rem;display:block; }
#ggkaLTwyE49Q8Me4i7ESMPtT2crfTVEa { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { background-color: transparent; background-image: none; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container > .video-iframe-container { display: none; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row > .video-iframe-container { display: none; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .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); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { border-width: 0; border-radius: 0; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#mZChasz56FotSSdGOR6va5f6FJMpCdao { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.21875rem;height:12.5rem;text-align:left;text-align-last:left;display:block; }
#TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { color:rgba(var(--color-tertiary-3),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.21875rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.34375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#KT6foODoL4n7DJq7WlpqEPIRziHHTQVB { box-sizing:content-box;height:24.25rem;width:24.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),0.1);background-image:none;top:9.5625rem;left:48.1875rem;display:block; }
#nLb6omT1Uf3cG87SoyTSSm76FAlfy36V { color:#1f2a37;display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:30rem;left:2.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TmbmK6q7WaIn3u27mHZVBu9snr6rVwPR { color:rgba(var(--color-tertiary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.9375rem;left:2.25rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#Rt0uGg1e3V3AtizMTiXDIlyHyc3UMU64 { position:absolute;display:block;z-index:15039;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:1.4375rem;width:1.4375rem;top:35.375rem;left:2.25rem;overflow:hidden;display:block; }
#u3ohUvQ5gcCp8Ci0m3CWp5xvVMD78Nz7 { position:absolute;display:block;z-index:15040;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:1.4375rem;width:1.4375rem;top:35.375rem;left:18.5rem;overflow:hidden;display:block; }
#G8IZ6HIfdcZOukD6frLtVBsrntveTTQV { color:#1f2a37;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:35.5625rem;left:4.1875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#x9wporDdcqhLW7x52fQpktvgENJtzQFN { color:#1f2a37;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:35.5625rem;left:20.5rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#wGVkQRHWEaJgnxJwNzOz5m6ZikD24POb { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:37.4375rem;left:2.4375rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#rvuZmrRTLoOrRKZvftfOzHv4TOof1LaE { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:37.4375rem;left:18.6875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#v6Sma8s9sUou7Qg2tZacKrTbwmigzoUU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:33.625rem;top:1.6865234375rem;left:38.1865234375rem;overflow:hidden;display:block; }
#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { position:relative;display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { background-color: transparent; background-image: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.88); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container > .video-iframe-container { display: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row > .video-iframe-container { display: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.88); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { border-width: 0; border-radius: 0; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .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; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bca0063d-d96f-4bd3-8c78-65d30adfad90/VIEWDI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container.adaptive-delivery-prevent-bg, #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container.lazyload, #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container.lazyloading { background-image: none; }#daqGFZUpePGMJrCtUqQUABVR4C9dUXTb { color:rgba(var(--color-primary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.5rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#oD95wEOelFVLG3xKu2w8AJMI69weno4Q { color:rgba(var(--color-primary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ocXb41CVRd0s2X6fHX54UJneQcxXBfbQ { color:rgba(var(--color-primary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.57470703125rem;left:2.5rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#dxvM6RhToVTPzXgCdtWzIvVrhnBu7AWk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.25rem;width:32.1875rem;top:3.25rem;left:40.15625rem;overflow:hidden;display:block; }
#lGMZWFENFWv8v2MdczL9kvHr0xLui3iG { background-color:rgba(var(--color-primary-2),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-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-tertiary-0),1);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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.5rem;left:2.65625rem;display:block; }
#TLdd8TK4TTcAf3CRWktvpHaPxZ35tKcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { background-color: transparent; background-image: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container > .video-iframe-container { display: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container { display: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .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); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { border-width: 0; border-radius: 0; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:12.375rem;left:2.5rem;display:block; }
#ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:14.875rem;left:4.875rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:25.77490234375rem;left:5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:12.375rem;left:26.25rem;display:block; }
#ws6Qv39KXKQplffXU28CXSWIaatiB2EW { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:25.77490234375rem;left:28.75rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:14.625rem;left:28.75rem;height:7.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { color:rgba(var(--color-secondary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duPRMeuTEUZDo8kxHTh04Eo7nhVPtpcV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.1875rem;width:22.5rem;top:12.375rem;left:50rem;display:block; }
#chgLasMF0uKmTWztqkwpzfuip5WycbwA { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:7.375rem;left:21.25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTBSnlSXmJu4RlM4fCGUZi52vrIQFFdH { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:14.625rem;left:52.5rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oFwEymTH7xDK9uWzMlQdOpuZAFDHgtIn { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:25.77490234375rem;left:52.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { position:relative;display:block; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { background-color: transparent; background-image: none; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container > .video-iframe-container { display: none; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row > .video-iframe-container { display: none; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .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); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { border-width: 0; border-radius: 0; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .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; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JswTzMi41VCzw3qJ32nCKXeBHl8b6yyw { color:rgba(var(--color-secondary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.5rem;height:2.4375rem;font-style:normal;display:block; }
#hfdFG5W7FHJll5hTKesVfw1F1sX1pbNg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.3125rem;width:22.5rem;top:15.3125rem;left:2.5rem;display:block; }
#UTGsr5GXnnLV2aNvQ02bTvxh8MHSiQtI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.3125rem;width:22.5rem;top:15.3125rem;left:26.25rem;display:block; }
#mbtHBvUx95ELytqC0bCsK9XGvAANIlEJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.3125rem;width:22.5rem;top:15.3125rem;left:50rem;display:block; }
#nZh1dgbNWLCrsuau4dDhskRm2pt1ricd { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9375rem;left:2.5rem; }
#KgmX8vtAm2d7OMXrnaSbhMZVvN4IWHgI { color:#1f2a37;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.82470703125rem;left:54.6875rem;height:1.25rem;font-style:normal;display:block; }
#Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/bc010e40-7bf8-4c9c-b025-4f4b7b0eecc7/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.875rem;left:50rem;display:block; }#Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ.adaptive-delivery-prevent-bg, #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ.lazyload, #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ.lazyloading { background-image: none; }
#vNfZ2MEAFft26zwotnSPUASwBl15QDiK { color:rgba(var(--color-tertiary-1),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.67578125rem;left:55rem;height:1.125rem;font-style:normal;display:block; }
#Uzp8BvQlPdueLyLHcRkFN2nxMsITrqB3 { background-color:#1f2a37;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:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:22.5625rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:9.6875rem;left:50rem;display:block; }
#JrqVrk2qK885Jx06NRn6AMACuq2cepKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoOiolLIqGIcThEEybwepZ202ZUGsVrn { z-index:15003;top:34.0625rem;left:26.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #1f2a37;border-left:0.0625rem solid #1f2a37;border-right:0.0625rem solid #1f2a37;border-bottom:0.0625rem solid #1f2a37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f2a37;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T8qmT5KRWdx2Vb25CuGZo0SaNTLkORLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOswnHSHDwhOOR2UduabmfIoW1PRyWV8 { color:rgba(var(--color-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.0625rem;left:26.25rem;height:3.75rem;font-style:normal;display:block; }
#Ilw41fkcmvOQr40Mm40gwrqcaBysGUfB { color:rgba(var(--color-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.0625rem;left:50rem;height:3.75rem;font-style:normal;display:block; }
#gPNRrAGf9d273fF3qRsbak2SysAfp8c3 { color:rgba(var(--color-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.0625rem;left:2.5rem;height:3.75rem;font-style:normal;display:block; }
#s1OSJK31pMTsfQz2se9Cugi2zvmAtRIt { z-index:15004;top:34.0625rem;left:50rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #1f2a37;border-left:0.0625rem solid #1f2a37;border-right:0.0625rem solid #1f2a37;border-bottom:0.0625rem solid #1f2a37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f2a37;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ueJ0DobuNXRgyMFrEOkafqMl5k4OiTEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7eS6ovt9tnfgJU2yfN8toqKkXm2o7mk { z-index:15004;top:34.0625rem;left:2.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #1f2a37;border-left:0.0625rem solid #1f2a37;border-right:0.0625rem solid #1f2a37;border-bottom:0.0625rem solid #1f2a37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f2a37;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bsPUJ05DLCIdXVLZod7NCHkWpiuBXkd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { background-color: transparent; background-image: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .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); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { border-width: 0; border-radius: 0; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.5rem;height:4.5rem;color:#f3f4f6;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#PCETXPWVCnv3v2Okg3NClG7roQk0FI8K { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.125rem;top:3rem;left:2.5rem;overflow:hidden;display:block; }
#qoXto7inJBNuu3x6b9kaCfMlmMkuaOaN { display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.125rem;left:2.5rem;height:1.125rem;color:rgba(var(--color-secondary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#knIDGLkz9MExMJyHG62WgNZBkMx9moSJ { box-sizing:content-box;height:0.0625rem;width:69.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:15.4375rem;left:2.625rem;display:block; }
#Rwoz82dy1v5Tr9Nnu60xITtxHyRES03T { display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.26220703125rem;left:47.5rem;height:1.25rem;color:#f3f4f6;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#lezXe5hh99seTwA7y9hg1iRybVagUECy { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.76220703125rem;left:47.5rem;height:1.25rem;color:#f3f4f6;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#n47X2K9hv2KCvL6dokL4CDM6cVTt5wuA { display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.261901855469rem;left:47.499998092651rem;height:1.25rem;color:#f3f4f6;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#sM3D53Mk5Vh7OcrnAiSkqVJC9c16seQU { display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.26220703125rem;left:65rem;height:1.25rem;color:#f3f4f6;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#ETRbBtU2iAVT21atk0HXFLTuPfm5vanm { position:absolute;display:block;z-index:15016;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:1.5625rem;width:1.5rem;top:7.5rem;left:64.75rem;overflow:hidden;display:block; }
#IiRwm6hFUM379qlptG67Awav2KfLbwce { position:absolute;display:block;z-index:15017;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:1.5625rem;width:1.5rem;top:7.5rem;left:71rem;overflow:hidden;display:block; }
#FmZmHBlFSUfMgCwbeU7Zii3bbQs9t9dw { position:absolute;display:block;z-index:15018;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:1.5625rem;width:1.5rem;top:7.5rem;left:67.875rem;overflow:hidden;display:block; }
#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { position:relative;display:none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { border-width: 0; border-radius: 0; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .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; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Nx8UOyl4CSBguziT5a8f7xHVGiVPdzOL { background-color:#5d92ff;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-tertiary-0),1);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.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#isdAE6fLMlOopsi04EFRlmaIlSbkv7Um { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O { display:block; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5ZbAfdTcLlSUZhdXVKqzu6LriLw9emL { width:47.75rem;height:2.625rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDuOc3pdlupmTo8KiHJeXscX2ENnu7M { width:28.5rem;height:2.5rem;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFcZUmUArNEwo3wK7eGHnEgqktPHHphJ { width:42.875rem;height:1.375rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtwuIfMSVo5DvFKSfqKlevbrHbE2Bnoc { width:43.875rem;height:2.75rem;top:14.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoWzN8mJohaUD8WRBmcIXNG5ADsHEA7R { width:21.3125rem;height:11.625rem;top:10.1875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5rrQ6qhgifl73QvUElNInmxfT2pm54S { width:47.75rem;height:26.734281437126rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtofLn51huG17Qr1xJTSHXrkq2vdJqa8 { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9GsASvtbK4KTo2p0e9QLxS6suhRrMRP { display:block; }
 }@media only screen and (max-width: 763px) { #Bz8iMTuP7pxCF8gyaTp1xnFPn0TTpmqI { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgGPU8egBnCNHKZrbiqthkXlFnvTUSFp { display:block; }
 }@media only screen and (max-width: 763px) { #mmpbEPqkS43Fg93ePz3oThbwByVTP66T { display:block; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { width:20.0625rem;height:1.9375rem;top:16.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWphueTg41imnEeZt37zKKLi5d5uMIt { width:47.75rem;height:5.75rem;top:3.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg14WCMugLz5ImOap1GDSKGRN3HPpKBK { width:22.5rem;height:9.6875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl8SukAiSe58piCKd1bNyI4kAk79Dvk { width:21.1875rem;height:1.25rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhFM7bBZ6MxxtWciky6MViZf5vPQ9C { width:22.5rem;height:9.6875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA8ggShbpf25hHaip26eiI1FU0H4beK { width:22.5rem;height:9.6875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8sxhhLzTEQJLLdclD72MHdMNRSXKsv0 { width:20.0625rem;height:1.9375rem;top:28.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1z6wBszd9RvvZUcgC93WXBUDdHwkayi { width:20.0625rem;height:1.9375rem;top:41.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tRqxHkofMSwzt3ZsVwwITSJU6hAhqv { width:19.75rem;height:1.25rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToubSoV051wKKCPPxxT8u2nnrHfTSv3 { width:19.75rem;height:1.25rem;top:43.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FobZmkvLwSLJOX8ryQZzB9PDT4nCAAsm { width:26.1875rem;height:33.25rem;top:12.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-regular-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-text { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-text {padding-top: 0; padding-bottom: 0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-textarea { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-select { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-select {padding-top: 0; padding-bottom: 0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-button { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK  { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .radio-container { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK {display:block;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #RLtoToQFLO5rBtTKNLSghRb4PAFfwAnI {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #TdhlJIRWGE5fXC4DhMD12n1r6qdyBqH8 { display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #pHvNQDsrTSQhzmvDTEp8gHm4mVm6BTKb {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #wtwEVHinr3b4KGFHDVFGkTuPEomIAy0i {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #RRdbaK65v5hv9zziUVEmTJTWVusX8aey { display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #Pklt00Tor8r8DbzoThXBb7sTJasyHJKh {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #kuhF82XbbtzkZbTB0prgWUT0sZM8q5iM {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #CcngoUU2GBNzNAmlLi3wrXokfSGUi57l { display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #yAlx7n75Uu2h6OHh7zmiodLVXQMHg9Pm {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #LUKTTGIApK57WrOOPAVbXRkEL4a1cTLk {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #ty6l17hr4M6ggWnl13Hrthy4zEhRdmBM {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #sRK2Rwry1dncCSk1TgyT308zPKiLuu2g {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #R4EHWbdyPbfdT6qCLXi5TTPGmlLSSnJd {  }
 }@media only screen and (max-width: 763px) { #IJwKR8OHvQE3zA9BNh4ddFDmC2petZIL { width:23.5625rem;height:3.375rem;top:22.8125rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLfysTrGrxX1Nc6aJNdEhTAG21wiDkv { width:10.625rem;height:1.1875rem;top:19.0625rem;left:37.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eraU93y8Gb19Iku4BsygmwTdAJd0b1Bq { width:23.5625rem;height:1.125rem;top:16.125rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLQ3XoDUq53LBnx3ZLeCbU7fvG4AL2UT { width:12.5rem;height:1.9375rem;top:13.375rem;left:34.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuKFyqXvLDVqBwIyAPlF6qOs8WAFue1e { width:3.125rem;height:3.125rem;top:12.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmDe5TUoMbESnFxKlN5CiQ5qPmLfnqTd { width:3.125rem;height:3.125rem;top:24.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioCndZPtzyBHfWRk1Pb9hGoNCGLnL5S9 { width:3.125rem;height:3.125rem;top:37.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGmWclAQbTQUGm4ChZ17XFon0ka07qff { display:block; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #secEQQ5ki0ZWtCnT54pIZ7KNo9dLkT3b { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx9dDCSsN4DndXdALUKUUiVJ4NQbtlxJ { display:block; }
 }@media only screen and (max-width: 763px) { #Lb5b4SVTzFuROkRJpRwWrnXToqKgMKC5 { width:33.625rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQaXhTR8nNLKPrrBClVxWaZ3hg1aX15 { width:32.5rem;height:8.75rem;top:24.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT1vzhQmXhLN5TEroc8Aqu2oDlSOisHO { width:32.625rem;height:18.125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFuCfbSOAQkMMz4thrTVdIJMUwoFSLE { width:32rem;height:17.875rem;top:4.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhT2si6VSCrecDNAQQkioJDEQVOHsz78 { width:31.9375rem;height:10rem;top:24.625rem;left:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { display:block; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZAa0gKJgOuIalKDQyRUiw3HXud7re8g { width:32.5rem;height:4.875rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCiJvi6PUHwQcqtk5VySPsSrK7a1dAIM { width:30.0625rem;height:1.625rem;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxbR16AgJMsSWNVapZkOi98bxz1KkKN { width:47.75rem;height:;top:20.75rem;left:0rem;font-size:0.875rem;display:block; }#sPxbR16AgJMsSWNVapZkOi98bxz1KkKN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/04c2152c-3027-4950-9b9a-23066dbd3017/gem1.png); }
 }@media only screen and (max-width: 763px) { #yTZnLiXg59tco6zKF9wX2zmlHKNAPGNO { width:38.1875rem;height:7.3125rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDssLlkeMVBADApGahdZOGgbZo025zz { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbtME7xec1isxJPddTTAxIpzaHTEgeV { display:block; }
 }@media only screen and (max-width: 763px) { #HXv0yRtPD4zMglvFhUsdvavfqXG0la3i { display:block; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvcABUpQUTtgNZTL0v4B5nuWUwBUtim6 { width:39.8125rem;height:4.875rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxR6w9HWaSsbRTKaETaCBrkz0iAfh2oJ { width:22.5rem;height:16rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXEcOfnFlTG2Ft3Kk46dAOemLeNTGWx { width:18.5625rem;height:3.25rem;top:20.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5zKQoMVPzoy135qLsc9mUprlw05mst { width:18.875rem;height:5.1875rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzx7Qflkv8QDdnk1LxNDMrZD8LuEBv44 { width:3rem;height:3rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkEVca5KixOdSVV820TewZDazyMNONNK { width:22.5rem;height:16rem;top:14.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwneIek6qRxanE2qgMoJtZxRbe8uLx2 { width:22.5rem;height:16rem;top:14.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwrd9OeCTS4LtNJDHMX3vXR4zabezBQ { width:19.4375rem;height:5.1875rem;top:24rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbbwnAk8o73GOKdEEhXWbElPud1DSe73 { width:3rem;height:3rem;top:16.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2mx9ZZ2fszQeONkiVTcRelU72Ka2o2m { width:19.9375rem;height:3.25rem;top:20.1875rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpoenwS1WwuPqWtZGEURBUVQ15rMHOv { width:19.9375rem;height:3.25rem;top:20.1875rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznFvRPkBMBlPx0yic7ND8cBsJu7ub8U { width:19.6875rem;height:3.875rem;top:24rem;left:27.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCQBpgy3bwBx8ArerQtlWTMz5zqRKCPS { width:3rem;height:2.5625rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To42HmBQWcDb6Kqgq05ORrsr1EF4fAE0 { width:22.5rem;height:16rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGIgg0FrXveNt2GmXTyfFoaKGpVdnynN { width:22.5rem;height:16rem;top:32.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dopQAkt9KrtbcFaZUQlBXsqTEU4It3we { width:22.5rem;height:16rem;top:32.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdDPnF8EUE1DExIFC8Tdr7siXtHUSxa { width:19.6875rem;height:6.4375rem;top:40.1875rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhDnGlceDkIoeZots3Zgu3NEbZh7KQk { width:3rem;height:3rem;top:33.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSx61iFA2XyXQ0qe5VoyaTn6KwVRgkmz { width:19.9375rem;height:1.625rem;top:37.375rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FTRKAit6T2X26KFq3mbHkFgkDeBGbS { width:19.9375rem;height:1.625rem;top:37.375rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBR2If1v1uPkIp3PfHmNsOxS8ha68eD { width:2.1875rem;height:3.0625rem;top:33.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7RDEl6AfmvpXKhguRBqWCyecsdvBQR { width:18.625rem;height:5.1875rem;top:40.8125rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFlpJbnQWtaBGmsEUMhgPtMJIEmp97TM { width:3rem;height:3rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvTOT7F4v8XBp1Dcv39lNvvNy5TZ0OKM { width:18.5625rem;height:1.625rem;top:37.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2f2kLHkKUhrqzVgXe5GvLvf6EdBkzG { width:18.875rem;height:3.875rem;top:40.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl50T2MRoBgbBp5NzsOuZuedWLqnEz2F { width:37.25rem;height:1.9375rem;top:55.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ01EbiNCw9FezITnDgTR1O7U0piTv1V { width:36.4375rem;height:10.75rem;top:58.75rem;left:0rem;font-size:1.375rem;display:block; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/04c2152c-3027-4950-9b9a-23066dbd3017/gem1.png); }
 }@media only screen and (max-width: 763px) { #ky0bIHOTgsROKanOLsJeBlo2ETw0uUxD { width:3rem;height:3rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiVZp9nFasoaEgtNemnqFHkfC0bKEFf { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmgh7qCKFAT6MIfLKaF3EUZZNxAeBnxf { display:block; }
 }@media only screen and (max-width: 763px) { #fvx5TlPJ6WXA0UKBP4gFvlCW0Xsqwo3s { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggkaLTwyE49Q8Me4i7ESMPtT2crfTVEa { display:block; }
 }@media only screen and (max-width: 763px) { #ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI { display:block; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZChasz56FotSSdGOR6va5f6FJMpCdao { width:30.8125rem;height:12.5rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { width:33.0625rem;height:3.75rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { width:31.125rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6foODoL4n7DJq7WlpqEPIRziHHTQVB { width:24.1875rem;height:24.1875rem;top:9.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLb6omT1Uf3cG87SoyTSSm76FAlfy36V { width:28.0625rem;height:1.625rem;top:30rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbmK6q7WaIn3u27mHZVBu9snr6rVwPR { width:28.0625rem;height:1.25rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt0uGg1e3V3AtizMTiXDIlyHyc3UMU64 { width:1.4375rem;height:1.4375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ohUvQ5gcCp8Ci0m3CWp5xvVMD78Nz7 { width:1.4375rem;height:1.4375rem;top:35.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8IZ6HIfdcZOukD6frLtVBsrntveTTQV { width:8.875rem;height:1.25rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9wporDdcqhLW7x52fQpktvgENJtzQFN { width:8.875rem;height:1.25rem;top:35.5625rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVkQRHWEaJgnxJwNzOz5m6ZikD24POb { width:12.4375rem;height:1.25rem;top:37.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvuZmrRTLoOrRKZvftfOzHv4TOof1LaE { width:17.9375rem;height:1.25rem;top:37.4375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Sma8s9sUou7Qg2tZacKrTbwmigzoUU { width:33.625rem;height:33.625rem;top:1.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daqGFZUpePGMJrCtUqQUABVR4C9dUXTb { width:31.125rem;height:1.4375rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD95wEOelFVLG3xKu2w8AJMI69weno4Q { width:31.125rem;height:2.4375rem;top:5.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocXb41CVRd0s2X6fHX54UJneQcxXBfbQ { width:32.8125rem;height:4.5rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxvM6RhToVTPzXgCdtWzIvVrhnBu7AWk { width:32.1875rem;height:22.25rem;top:3.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMZWFENFWv8v2MdczL9kvHr0xLui3iG { width:30.8125rem;height:3.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdd8TK4TTcAf3CRWktvpHaPxZ35tKcJ { display:block; }
 }@media only screen and (max-width: 763px) { #WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { display:block; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { width:22.5rem;height:16.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { width:17.75rem;height:9.375rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { width:17.375rem;height:1.5625rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { width:22.5rem;height:16.25rem;top:12.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6Qv39KXKQplffXU28CXSWIaatiB2EW { width:17.3125rem;height:1.5625rem;top:25.75rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { width:17.5625rem;height:9.375rem;top:14.625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { width:44.875rem;height:2.4375rem;top:3.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #duPRMeuTEUZDo8kxHTh04Eo7nhVPtpcV { width:22.5rem;height:16.1875rem;top:12.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgLasMF0uKmTWztqkwpzfuip5WycbwA { width:34.875rem;height:3.875rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTBSnlSXmJu4RlM4fCGUZi52vrIQFFdH { width:17.5625rem;height:9.375rem;top:14.625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwEymTH7xDK9uWzMlQdOpuZAFDHgtIn { width:17.25rem;height:1.5625rem;top:25.75rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { display:block; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JswTzMi41VCzw3qJ32nCKXeBHl8b6yyw { width:36.3125rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfdFG5W7FHJll5hTKesVfw1F1sX1pbNg { width:22.5rem;height:12.3125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGsr5GXnnLV2aNvQ02bTvxh8MHSiQtI { width:22.5rem;height:12.3125rem;top:15.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbtHBvUx95ELytqC0bCsK9XGvAANIlEJ { width:22.5rem;height:12.3125rem;top:15.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZh1dgbNWLCrsuau4dDhskRm2pt1ricd { width:5.375rem;height:5.375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgmX8vtAm2d7OMXrnaSbhMZVvN4IWHgI { width:16.5625rem;height:1.25rem;top:4.8125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ { width:3.5625rem;height:3.5625rem;top:4.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfZ2MEAFft26zwotnSPUASwBl15QDiK { width:15.25rem;height:1.125rem;top:6.625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzp8BvQlPdueLyLHcRkFN2nxMsITrqB3 { width:22.5625rem;height:3rem;top:9.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrqVrk2qK885Jx06NRn6AMACuq2cepKZ { display:block; }
 }@media only screen and (max-width: 763px) { #HoOiolLIqGIcThEEybwepZ202ZUGsVrn { top:34.0625rem;left:15.875rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qmT5KRWdx2Vb25CuGZo0SaNTLkORLZ { display:block; }
 }@media only screen and (max-width: 763px) { #KOswnHSHDwhOOR2UduabmfIoW1PRyWV8 { width:22.4375rem;height:3.75rem;top:29.0625rem;left:9.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilw41fkcmvOQr40Mm40gwrqcaBysGUfB { width:22.4375rem;height:3.75rem;top:29.0625rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPNRrAGf9d273fF3qRsbak2SysAfp8c3 { width:22.4375rem;height:3.75rem;top:29.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1OSJK31pMTsfQz2se9Cugi2zvmAtRIt { top:34.0625rem;left:25.25rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJ0DobuNXRgyMFrEOkafqMl5k4OiTEV { display:block; }
 }@media only screen and (max-width: 763px) { #e7eS6ovt9tnfgJU2yfN8toqKkXm2o7mk { top:34.0625rem;left:0rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsPUJ05DLCIdXVLZod7NCHkWpiuBXkd8 { display:block; }
 }@media only screen and (max-width: 763px) { #qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { display:block; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { width:10.625rem;height:11.3720625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCETXPWVCnv3v2Okg3NClG7roQk0FI8K { width:5.125rem;height:3.5625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoXto7inJBNuu3x6b9kaCfMlmMkuaOaN { width:10.625rem;height:2.2744125rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knIDGLkz9MExMJyHG62WgNZBkMx9moSJ { width:47.75rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwoz82dy1v5Tr9Nnu60xITtxHyRES03T { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezXe5hh99seTwA7y9hg1iRybVagUECy { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n47X2K9hv2KCvL6dokL4CDM6cVTt5wuA { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM3D53Mk5Vh7OcrnAiSkqVJC9c16seQU { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRbBtU2iAVT21atk0HXFLTuPfm5vanm { width:1.5rem;height:1.5625rem;top:7.5rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiRwm6hFUM379qlptG67Awav2KfLbwce { width:1.5rem;height:1.5625rem;top:7.5rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmZmHBlFSUfMgCwbeU7Zii3bbQs9t9dw { width:1.5rem;height:1.5625rem;top:7.5rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { display:none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nx8UOyl4CSBguziT5a8f7xHVGiVPdzOL { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #isdAE6fLMlOopsi04EFRlmaIlSbkv7Um { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bca0063d-d96f-4bd3-8c78-65d30adfad90/VIEWDI.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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;position:relative;z-index:auto;display:block; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O.adaptive-delivery-prevent-bg, #ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O.lazyload, #ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O.lazyloading { background-image: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container { background-color: transparent; background-image: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,28,47,0.94); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container > .video-iframe-container { display: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,28,47,0.94); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row > .video-iframe-container { display: none; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .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); }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container { border-width: 0; border-radius: 0; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZehpBXkfIxObzeIBo9TDeOpt2Du0bv8O > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5ZbAfdTcLlSUZhdXVKqzu6LriLw9emL { width:20rem;height:3.25rem;top:6.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbDuOc3pdlupmTo8KiHJeXscX2ENnu7M { width:20rem;height:1.625rem;top:32.74609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFcZUmUArNEwo3wK7eGHnEgqktPHHphJ { width:20rem;height:2.125rem;top:11.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtwuIfMSVo5DvFKSfqKlevbrHbE2Bnoc { width:20rem;height:4.25rem;top:14.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xoWzN8mJohaUD8WRBmcIXNG5ADsHEA7R { top:20.5625rem;left:0rem;width:20rem;height:11.1875rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M5rrQ6qhgifl73QvUElNInmxfT2pm54S { height:11.2236328125rem;width:20rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtofLn51huG17Qr1xJTSHXrkq2vdJqa8 { width:10.4375rem;height:2.1875rem;top:0.4375rem;left:4.78125rem;font-size:0.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9GsASvtbK4KTo2p0e9QLxS6suhRrMRP { display:block; }
 }@media only screen and (max-width: 763px) { #Bz8iMTuP7pxCF8gyaTp1xnFPn0TTpmqI { width:13.9375rem;height:2.1875rem;top:3rem;left:3.03125rem;font-size:0.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgGPU8egBnCNHKZrbiqthkXlFnvTUSFp { display:block; }
 }@media only screen and (max-width: 763px) { #mmpbEPqkS43Fg93ePz3oThbwByVTP66T { background-color:rgba(0,0,0,0);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; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { background-color: transparent; background-image: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .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); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { border-width: 0; border-radius: 0; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { width:15.5rem;height:1.625rem;top:11.5rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWphueTg41imnEeZt37zKKLi5d5uMIt { width:20rem;height:4.875rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rg14WCMugLz5ImOap1GDSKGRN3HPpKBK { width:13.9375rem;height:10.0625rem;top:7.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl8SukAiSe58piCKd1bNyI4kAk79Dvk { width:15.125rem;height:2.5rem;top:13.875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhFM7bBZ6MxxtWciky6MViZf5vPQ9C { width:13.9375rem;height:10rem;top:18.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA8ggShbpf25hHaip26eiI1FU0H4beK { width:13.9375rem;height:10rem;top:28.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8sxhhLzTEQJLLdclD72MHdMNRSXKsv0 { width:15.125rem;height:1.625rem;top:22.375rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1z6wBszd9RvvZUcgC93WXBUDdHwkayi { width:14.9375rem;height:1.625rem;top:32.9375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tRqxHkofMSwzt3ZsVwwITSJU6hAhqv { width:11.6875rem;height:2.5rem;top:24.5rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToubSoV051wKKCPPxxT8u2nnrHfTSv3 { width:12.6875rem;height:2.5rem;top:35.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FobZmkvLwSLJOX8ryQZzB9PDT4nCAAsm { width:20rem;height:33rem;top:39.6875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-text {padding-top: 0; padding-bottom: 0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-select {padding-top: 0; padding-bottom: 0;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK  { width:17.5rem;height:22.9375rem;top:63rem;left:0rem; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK .widget-info-text { font-weight:400;font-style:normal; }
#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK {display:block;}#wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK { width:17.5rem;height:22.9375rem;top:46.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #RLtoToQFLO5rBtTKNLSghRb4PAFfwAnI {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #TdhlJIRWGE5fXC4DhMD12n1r6qdyBqH8 { display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #pHvNQDsrTSQhzmvDTEp8gHm4mVm6BTKb {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #wtwEVHinr3b4KGFHDVFGkTuPEomIAy0i {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #RRdbaK65v5hv9zziUVEmTJTWVusX8aey { display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #Pklt00Tor8r8DbzoThXBb7sTJasyHJKh {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #kuhF82XbbtzkZbTB0prgWUT0sZM8q5iM {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #CcngoUU2GBNzNAmlLi3wrXokfSGUi57l { display:block; }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #yAlx7n75Uu2h6OHh7zmiodLVXQMHg9Pm {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #LUKTTGIApK57WrOOPAVbXRkEL4a1cTLk {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #ty6l17hr4M6ggWnl13Hrthy4zEhRdmBM {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #sRK2Rwry1dncCSk1TgyT308zPKiLuu2g {  }
 }@media only screen and (max-width: 763px) { #wxUHhyob5sWMa4c0Mm32PixPb1bHvdCK #R4EHWbdyPbfdT6qCLXi5TTPGmlLSSnJd {  }
 }@media only screen and (max-width: 763px) { #IJwKR8OHvQE3zA9BNh4ddFDmC2petZIL { width:20rem;height:3.375rem;top:50.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTLfysTrGrxX1Nc6aJNdEhTAG21wiDkv { width:10.625rem;height:0;top:63.625rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eraU93y8Gb19Iku4BsygmwTdAJd0b1Bq { width:16.125rem;height:2.25rem;top:43.125rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLQ3XoDUq53LBnx3ZLeCbU7fvG4AL2UT { width:12.5rem;height:1.9375rem;top:40.375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuKFyqXvLDVqBwIyAPlF6qOs8WAFue1e { display:flex;width:3.125rem;height:3.125rem;top:8.4375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #tmDe5TUoMbESnFxKlN5CiQ5qPmLfnqTd { display:flex;width:3.125rem;height:3.125rem;top:19.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ioCndZPtzyBHfWRk1Pb9hGoNCGLnL5S9 { display:flex;width:3.125rem;height:3.125rem;top:29.1875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #UGmWclAQbTQUGm4ChZ17XFon0ka07qff { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bca0063d-d96f-4bd3-8c78-65d30adfad90/VIEWDI.png");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff.adaptive-delivery-prevent-bg, #UGmWclAQbTQUGm4ChZ17XFon0ka07qff.lazyload, #UGmWclAQbTQUGm4ChZ17XFon0ka07qff.lazyloading { background-image: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container { background-color: transparent; background-image: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.96); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container > .video-iframe-container { display: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.96); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row > .video-iframe-container { display: none; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .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); }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container { border-width: 0; border-radius: 0; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGmWclAQbTQUGm4ChZ17XFon0ka07qff > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #secEQQ5ki0ZWtCnT54pIZ7KNo9dLkT3b { width:14.8125rem;height:3.125rem;top:51.5625rem;left:1.25rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lx9dDCSsN4DndXdALUKUUiVJ4NQbtlxJ { display:block; }
 }@media only screen and (max-width: 763px) { #Lb5b4SVTzFuROkRJpRwWrnXToqKgMKC5 { width:20rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #cmQaXhTR8nNLKPrrBClVxWaZ3hg1aX15 { width:20rem;height:9rem;top:16.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT1vzhQmXhLN5TEroc8Aqu2oDlSOisHO { height:11.1201171875rem;width:20rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFuCfbSOAQkMMz4thrTVdIJMUwoFSLE { height:11.216796875rem;width:20rem;top:27.2451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhT2si6VSCrecDNAQQkioJDEQVOHsz78 { width:20rem;height:10.125rem;top:39.5244140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { background-color:rgba(255,255,255,0.75);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; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { background-color: transparent; background-image: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .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); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { border-width: 0; border-radius: 0; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZAa0gKJgOuIalKDQyRUiw3HXud7re8g { width:20rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCiJvi6PUHwQcqtk5VySPsSrK7a1dAIM { width:20rem;height:1.25rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxbR16AgJMsSWNVapZkOi98bxz1KkKN { width:20rem;height:19.4375rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }#sPxbR16AgJMsSWNVapZkOi98bxz1KkKN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/04c2152c-3027-4950-9b9a-23066dbd3017/gem1.png); }
 }@media only screen and (max-width: 763px) { #yTZnLiXg59tco6zKF9wX2zmlHKNAPGNO { width:20rem;height:3.75rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDssLlkeMVBADApGahdZOGgbZo025zz { width:19rem;height:3.75rem;top:36.8125rem;left:0rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzbtME7xec1isxJPddTTAxIpzaHTEgeV { display:block; }
 }@media only screen and (max-width: 763px) { #HXv0yRtPD4zMglvFhUsdvavfqXG0la3i { display:block; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvcABUpQUTtgNZTL0v4B5nuWUwBUtim6 { width:20rem;height:4.875rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxR6w9HWaSsbRTKaETaCBrkz0iAfh2oJ { width:20rem;height:13.75rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXEcOfnFlTG2Ft3Kk46dAOemLeNTGWx { width:17.5rem;height:2.875rem;top:11.8125rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5zKQoMVPzoy135qLsc9mUprlw05mst { width:17.625rem;height:4.75rem;top:15.3125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzx7Qflkv8QDdnk1LxNDMrZD8LuEBv44 { width:2.5rem;height:2.5rem;top:8.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkEVca5KixOdSVV820TewZDazyMNONNK { width:20rem;height:13.125rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwneIek6qRxanE2qgMoJtZxRbe8uLx2 { width:20rem;height:13.75rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwrd9OeCTS4LtNJDHMX3vXR4zabezBQ { width:18.3125rem;height:4.75rem;top:43.375rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbbwnAk8o73GOKdEEhXWbElPud1DSe73 { width:2.5rem;height:2.5rem;top:37.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2mx9ZZ2fszQeONkiVTcRelU72Ka2o2m { width:18.5rem;height:1.375rem;top:40.875rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpoenwS1WwuPqWtZGEURBUVQ15rMHOv { width:17.75rem;height:2.875rem;top:71.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznFvRPkBMBlPx0yic7ND8cBsJu7ub8U { width:17.625rem;height:3.5625rem;top:75.3125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCQBpgy3bwBx8ArerQtlWTMz5zqRKCPS { width:2.5rem;height:2.125rem;top:67.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #To42HmBQWcDb6Kqgq05ORrsr1EF4fAE0 { width:20rem;height:12.5625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGIgg0FrXveNt2GmXTyfFoaKGpVdnynN { width:20rem;height:13.75rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dopQAkt9KrtbcFaZUQlBXsqTEU4It3we { width:20rem;height:14rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdDPnF8EUE1DExIFC8Tdr7siXtHUSxa { width:17.625rem;height:6.25rem;top:88.9375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhDnGlceDkIoeZots3Zgu3NEbZh7KQk { width:2.5rem;height:2.5rem;top:82.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSx61iFA2XyXQ0qe5VoyaTn6KwVRgkmz { width:17.75rem;height:1.4375rem;top:86.5rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FTRKAit6T2X26KFq3mbHkFgkDeBGbS { width:17.875rem;height:1.4375rem;top:55.5625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBR2If1v1uPkIp3PfHmNsOxS8ha68eD { width:1.8125rem;height:2.5rem;top:51.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7RDEl6AfmvpXKhguRBqWCyecsdvBQR { width:17.5625rem;height:4.75rem;top:58.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFlpJbnQWtaBGmsEUMhgPtMJIEmp97TM { width:2.5rem;height:2.5rem;top:23.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvTOT7F4v8XBp1Dcv39lNvvNy5TZ0OKM { width:17.5rem;height:1.4375rem;top:27.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2f2kLHkKUhrqzVgXe5GvLvf6EdBkzG { width:17.75rem;height:3.5625rem;top:29.9375rem;left:1.125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rl50T2MRoBgbBp5NzsOuZuedWLqnEz2F { width:20rem;height:1.625rem;top:100.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ01EbiNCw9FezITnDgTR1O7U0piTv1V { width:20rem;height:10.75rem;top:103.125rem;left:0rem;font-size:1rem;display:block; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/04c2152c-3027-4950-9b9a-23066dbd3017/gem1.png); }
 }@media only screen and (max-width: 763px) { #ky0bIHOTgsROKanOLsJeBlo2ETw0uUxD { width:2.5rem;height:2.5rem;top:96.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiVZp9nFasoaEgtNemnqFHkfC0bKEFf { width:17.4375rem;height:3rem;top:26.3125rem;left:1.25rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmgh7qCKFAT6MIfLKaF3EUZZNxAeBnxf { display:block; }
 }@media only screen and (max-width: 763px) { #fvx5TlPJ6WXA0UKBP4gFvlCW0Xsqwo3s { width:19rem;height:3.75rem;top:74.3125rem;left:0rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggkaLTwyE49Q8Me4i7ESMPtT2crfTVEa { display:block; }
 }@media only screen and (max-width: 763px) { #ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI { display:block; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZChasz56FotSSdGOR6va5f6FJMpCdao { width:20rem;height:16.25rem;top:10.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { width:20rem;height:3.75rem;top:4.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { width:20rem;height:1.9375rem;top:2.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KT6foODoL4n7DJq7WlpqEPIRziHHTQVB { width:15.6875rem;height:17.625rem;top:32.892578125rem;left:0.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #nLb6omT1Uf3cG87SoyTSSm76FAlfy36V { width:20rem;height:1.4375rem;top:49.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #TmbmK6q7WaIn3u27mHZVBu9snr6rVwPR { width:20rem;height:2.5rem;top:51.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Rt0uGg1e3V3AtizMTiXDIlyHyc3UMU64 { width:1.375rem;height:1.375rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ohUvQ5gcCp8Ci0m3CWp5xvVMD78Nz7 { width:1.375rem;height:1.375rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8IZ6HIfdcZOukD6frLtVBsrntveTTQV { width:8.875rem;height:1.29980625rem;top:121.0751953125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x9wporDdcqhLW7x52fQpktvgENJtzQFN { width:8.875rem;height:1.29980625rem;top:84.8125rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wGVkQRHWEaJgnxJwNzOz5m6ZikD24POb { width:12.4375rem;height:1.25rem;top:55.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvuZmrRTLoOrRKZvftfOzHv4TOof1LaE { width:12.4375rem;height:2.5rem;top:58.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6Sma8s9sUou7Qg2tZacKrTbwmigzoUU { width:19.9375rem;height:19.9375rem;top:28.6884765625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { background-color: transparent; background-image: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.94); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container > .video-iframe-container { display: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row > .video-iframe-container { display: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.94); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container { width:20rem;height:30.4375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bca0063d-d96f-4bd3-8c78-65d30adfad90/VIEWDI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container.adaptive-delivery-prevent-bg, #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container.lazyload, #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #daqGFZUpePGMJrCtUqQUABVR4C9dUXTb { width:20rem;height:1.25rem;top:1.26171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #oD95wEOelFVLG3xKu2w8AJMI69weno4Q { width:20rem;height:1.9375rem;top:3.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocXb41CVRd0s2X6fHX54UJneQcxXBfbQ { width:20rem;height:5.25rem;top:22.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dxvM6RhToVTPzXgCdtWzIvVrhnBu7AWk { width:20rem;height:13.8125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMZWFENFWv8v2MdczL9kvHr0xLui3iG { width:19rem;height:3rem;top:16.3755rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLdd8TK4TTcAf3CRWktvpHaPxZ35tKcJ { display:block; }
 }@media only screen and (max-width: 763px) { #WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { display:block; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { width:20rem;height:13.875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { width:17.5rem;height:8.25rem;top:14.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { width:20rem;height:1.375rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { width:20rem;height:13.875rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6Qv39KXKQplffXU28CXSWIaatiB2EW { width:20rem;height:1.375rem;top:38.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { width:17.5625rem;height:6.875rem;top:29.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { width:20rem;height:3.875rem;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) { #duPRMeuTEUZDo8kxHTh04Eo7nhVPtpcV { width:20rem;height:13.875rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgLasMF0uKmTWztqkwpzfuip5WycbwA { width:20rem;height:5.625rem;top:6.8119497299194rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTBSnlSXmJu4RlM4fCGUZi52vrIQFFdH { width:17.5625rem;height:8.25rem;top:43.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwEymTH7xDK9uWzMlQdOpuZAFDHgtIn { width:17.3125rem;height:1.375rem;top:53.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { display:block; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JswTzMi41VCzw3qJ32nCKXeBHl8b6yyw { width:20rem;height:1.375rem;top:4.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfdFG5W7FHJll5hTKesVfw1F1sX1pbNg { height:11.25rem;width:20rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGsr5GXnnLV2aNvQ02bTvxh8MHSiQtI { height:11.25rem;width:20rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbtHBvUx95ELytqC0bCsK9XGvAANIlEJ { height:11.25rem;width:20rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZh1dgbNWLCrsuau4dDhskRm2pt1ricd { display:flex;width:5.125rem;height:5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KgmX8vtAm2d7OMXrnaSbhMZVvN4IWHgI { width:20rem;height:1.25rem;top:73.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ { width:3.6875rem;height:3.8125rem;top:69.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfZ2MEAFft26zwotnSPUASwBl15QDiK { width:20rem;height:1.125rem;top:75.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uzp8BvQlPdueLyLHcRkFN2nxMsITrqB3 { width:20rem;height:3rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrqVrk2qK885Jx06NRn6AMACuq2cepKZ { display:block; }
 }@media only screen and (max-width: 763px) { #HoOiolLIqGIcThEEybwepZ202ZUGsVrn { top:43.8125rem;left:0rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qmT5KRWdx2Vb25CuGZo0SaNTLkORLZ { display:block; }
 }@media only screen and (max-width: 763px) { #KOswnHSHDwhOOR2UduabmfIoW1PRyWV8 { width:20rem;height:3.375rem;top:40.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilw41fkcmvOQr40Mm40gwrqcaBysGUfB { width:20rem;height:3.375rem;top:60.375rem;left:0rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gPNRrAGf9d273fF3qRsbak2SysAfp8c3 { width:20rem;height:3.375rem;top:19.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1OSJK31pMTsfQz2se9Cugi2zvmAtRIt { top:65.375rem;left:0.125rem;width:20rem;height:3rem;z-index:14999;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJ0DobuNXRgyMFrEOkafqMl5k4OiTEV { display:block; }
 }@media only screen and (max-width: 763px) { #e7eS6ovt9tnfgJU2yfN8toqKkXm2o7mk { top:23.8125rem;left:0rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsPUJ05DLCIdXVLZod7NCHkWpiuBXkd8 { display:block; }
 }@media only screen and (max-width: 763px) { #qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { background-color:#15243c;background-image:none;display:block; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { background-color: transparent; background-image: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .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); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { width:20rem;height:5.625rem;top:6.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCETXPWVCnv3v2Okg3NClG7roQk0FI8K { width:5.125rem;height:3.5625rem;top:1.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoXto7inJBNuu3x6b9kaCfMlmMkuaOaN { width:20rem;height:1.125rem;top:31.13525390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knIDGLkz9MExMJyHG62WgNZBkMx9moSJ { width:20rem;height:0.0625rem;top:29.82275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwoz82dy1v5Tr9Nnu60xITtxHyRES03T { width:7.0625rem;height:1.25rem;top:13.57470703125rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lezXe5hh99seTwA7y9hg1iRybVagUECy { width:20rem;height:1.25rem;top:16.07470703125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n47X2K9hv2KCvL6dokL4CDM6cVTt5wuA { width:20rem;height:1.25rem;top:18.02294921875rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sM3D53Mk5Vh7OcrnAiSkqVJC9c16seQU { width:20rem;height:1.25rem;top:22.26220703125rem;left:-0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETRbBtU2iAVT21atk0HXFLTuPfm5vanm { width:1.5rem;height:3rem;top:24.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiRwm6hFUM379qlptG67Awav2KfLbwce { width:1.5rem;height:3rem;top:24.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmZmHBlFSUfMgCwbeU7Zii3bbQs9t9dw { width:1.5rem;height:3rem;top:24.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { background-color: transparent; background-image: none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container > .video-iframe-container { display: none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row > .video-iframe-container { display: none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .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); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { border-width: 0; border-radius: 0; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx8UOyl4CSBguziT5a8f7xHVGiVPdzOL { top:1.25rem;left:0rem;width:20rem;height:3rem;z-index:15000;background-color:#15243c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-2),1);border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #isdAE6fLMlOopsi04EFRlmaIlSbkv7Um { display:block; }
 }