.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .row .container { background-color: transparent; background-image: none; }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .row .container > .video-iframe-container { display: none; }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .row > .video-iframe-container { display: none; }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .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); }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .row .container { border-width: 0; border-radius: 0; }#yZ1JqmFvPS2x1n3OFcuOvFym3o6DE1iU > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#gW07qpdMIOAVhR6T2ZwWbNbf8QvpOtb8 { background-color:#f8d260;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter alfa";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.75rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:0.37261199951172rem;left:61.499567031861rem;display:block; }
#FbTSA4pJbKA6XShrud3Z6h35ivhlBqMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IscvoFnD23Or4IZI2A1IWu8bs9wqpsch { color:#ffffff;display:block;width:19.5605625rem;position:absolute;font-family:"inter alfa";font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.8;letter-spacing:0;top:0.7703993320465rem;left:27.718099594116rem;height:2.08333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PisLWEcHVxApalpLA6XJMDgc3Osiz1iO { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:13.25rem;top:0.904296875rem;left:0rem;overflow:hidden;display:block; }
#fUf0BcmrFTTipzChUan0944TEhUfgDAn { background-color:#2550aa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .row .container { background-color: transparent; background-image: none; }#fUf0BcmrFTTipzChUan0944TEhUfgDAn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .row .container > .video-iframe-container { display: none; }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .row > .video-iframe-container { display: none; }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .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); }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .row .container { border-width: 0; border-radius: 0; }#fUf0BcmrFTTipzChUan0944TEhUfgDAn > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;overflow:visible;position:relative;display:block; }#pwK1QnTeJEbeQA0iXfMfhCtVdupHDm39 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:10.998264312744rem;left:0rem;height:2.0138875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekGDNF873x26MadZDB5vkJwaGG5AcqFx { background-color:#f8d260;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.3125rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:14rem;left:29.125rem;display:block; }
#L6HhS0qtKMXwtkRTTmTPRV9g0TgqHiDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TFqSavL5cNv2BVLGfwqrdcEEboRQqBUp { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:2.6875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:6.375rem;left:0rem;height:4.027775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txOu5GvIS0hrphS3TqdOuskyK7aI7SIe { color:rgba(255,255,255,0.76);display:block;width:16.8125rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:18.875rem;left:29.125rem;height:1.527775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNZfmNh6xmdFPEJeO1rrCDHXUxul9pLH { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:13.1875rem;top:1.0308151245118rem;left:0rem;overflow:hidden;display:none; }
#Q8smK4HbKfX7fLV4r99SdoXeTKLlCy95 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.3125rem;width:75rem;display:none; }
#ZkTiBahT5IRgsUR3fX6yBghBhQV3xl5C { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.8123125rem;width:58.499375rem;top:20.311416625976rem;left:7.509765625rem;overflow:hidden;display:block; }
#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .row .container { background-color: transparent; background-image: none; }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .row .container > .video-iframe-container { display: none; }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .row > .video-iframe-container { display: none; }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .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); }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .row .container { border-width: 0; border-radius: 0; }#zDbBCnEF0I1LR3pQS4NplJuf823sl3k5 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#HbGpgQU9HIeyZsFe1MOwkFtB1QlwCpNM { color:#000000;display:block;width:26.4355625rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:7.4045143127444rem;left:6.0622825622559rem;height:4.44444375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PyGfra5Et4c5zLutpNosKpAuQMsr4bXu { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter alfa";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:13.062066078186rem;left:6.0590267181396rem;height:10.20833125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v756WDADgciqaF7qE0VwtUS7X9zttMXT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:35.25rem;top:6.1399670468139rem;left:37.282542531208rem;overflow:hidden;display:block; }
#WGVxL6Qva6VlJKsT7tlTtB8I0i5JtOiE { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.05) ;height:23.2498125rem;width:69.8125rem;top:3.9372835159302rem;left:2.7463092803955rem;display:block; }
#t2TxiVfZH7QFhxQ0DCFONuTfOM6KhBal { position:absolute;display:block;z-index:100005;background-color:#2550aa;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;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:23.25rem;width:35.125rem;top:3.9372835159302rem;left:37.436632156372rem;display:block; }
#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .row .container { background-color: transparent; background-image: none; }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .row .container > .video-iframe-container { display: none; }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .row > .video-iframe-container { display: none; }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .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); }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .row .container { border-width: 0; border-radius: 0; }#CBKFDg8uEp7pXLyr4idfETnS0LaFXE07 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#Xh2dC6UwLIy49lNToqN23hEiZ6vyIpzv { color:#000000;display:block;width:29.749375rem;position:absolute;font-family:"inter alfa";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:8.8734817504881rem;left:40.436414718628rem;height:11.6666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPsD9ZUtDIhwVp8BJmvgDCcZP6XpKN9r { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:3.4351100921631rem;left:40.436414718628rem;height:4.44445rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9oxJt2WT8e5U8z8XJ2khGsOmaK90Jld { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.125rem;width:27rem;top:2.4652767181396rem;left:5.8387584686279rem;overflow:hidden;display:block; }
#zWf2meyW2243Tt0TyAmvhkGQUeIgGDqP { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.05) ;height:23.2498125rem;width:69.8125rem;top:1.4366302490234rem;left:2.6236972808838rem;display:block; }
#ydkIIiSwUKTo0aRDtMTL7OLJkIuSyJA8 { position:absolute;display:block;z-index:100006;background-color:#2550aa;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;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:23.2498125rem;width:35.1248125rem;top:1.4366302490234rem;left:2.4359798431396rem;display:block; }
#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg { background-color:#2550aa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .row .container { background-color: transparent; background-image: none; }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .row .container > .video-iframe-container { display: none; }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .row > .video-iframe-container { display: none; }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .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); }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .row .container { border-width: 0; border-radius: 0; }#yPwnV6P2RGJZWlyTdGvov0OtpBAsBbHg > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ZHtcLh4GcSuZminiIKGTNvnog2yvvKfn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:3.998046875rem;left:0rem;height:3.33333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7TJ1cT1UTcplkVvQagDpgUqhiLa6EM8 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:13.1875rem;top:1.0308151245118rem;left:0rem;overflow:hidden;display:none; }
#ycVd1c7usBiGGWoZVsirMG3ZQttKVVuo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.3125rem;width:75rem;display:none; }
#fmuhTZgDP60FhrNxbdnV7IExcFXBskNt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.1870625rem;width:39.8123125rem;top:8.748046875rem;left:1.3693561553955rem;overflow:hidden;display:block; }
#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2550aa;background-image:none;position:relative;display:block; }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .row .container { background-color: transparent; background-image: none; }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .row .container > .video-iframe-container { display: none; }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .row > .video-iframe-container { display: none; }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .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); }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .row .container { border-width: 0; border-radius: 0; }#Lmd7eyhcLahpXhlc7vT60OITAz1RaRJt > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#w1LS8rN5f8ioKEZyF7PzlcxrpS79iO4d { color:#ffffff;display:block;width:31.6873125rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:1.5603313446045rem;left:37.500001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#w1LS8rN5f8ioKEZyF7PzlcxrpS79iO4d li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#w1LS8rN5f8ioKEZyF7PzlcxrpS79iO4d li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/776a9d09-d256-4f2c-8966-84d069f96325/checkcross1.svg); }
#DK1Wh0RpueVGMgK3sb0HBG2K6OTyybwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:none; }#DK1Wh0RpueVGMgK3sb0HBG2K6OTyybwW > .row .container { border-width: 0; border-radius: 0; }#DK1Wh0RpueVGMgK3sb0HBG2K6OTyybwW > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:none; }#icU49klSvDThWTFBs3eA4Fzvs2XrTyBA { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:5.517578125rem;left:0rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qG4vy6qH1FeQLA5eDJcrStEqs6N3GfhJ { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:5.517578125rem;left:26.374786376953rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cXQAiUmK9UvDMgxcXvJegFf0BrpL1JOG { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:5.517578125rem;left:51.374786376953rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XXUrJk5ffMA59PfalmaW8UUHu1sQDW9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:none; }#XXUrJk5ffMA59PfalmaW8UUHu1sQDW9T > .row .container { border-width: 0; border-radius: 0; }#XXUrJk5ffMA59PfalmaW8UUHu1sQDW9T > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:none; }#EPxnfRRysysT2IibFGlC9OIrNFbRtnhZ { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:5.517578125rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MHfZauS9ezxtBILTtTRl9kZVgeHFEcqS { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:5.517578125rem;left:26.374786376953rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZUDAWctOuGqTi0Tfyv38Ku3qXyEsDpMx { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:5.517578125rem;left:51.374786376953rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .row .container { background-color: transparent; background-image: none; }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .row .container > .video-iframe-container { display: none; }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .row > .video-iframe-container { display: none; }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .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); }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .row .container { border-width: 0; border-radius: 0; }#e8Tt2wRZw8uPdXvlADUcP4XLnnAIZ2mA > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#mtcZNGCE4M2Fc4fNfdvzlcaa5rdUb9IQ { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:3.1851196289062rem;left:0rem;height:3.33333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnTwMfSyt2nBzpMol5i5utPR2bzgNx5F { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:13.1875rem;top:1.0308151245118rem;left:0rem;overflow:hidden;display:none; }
#ASeCQCTwV8fcoa5gn2I78uCNpMethPJF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.3125rem;width:75rem;display:none; }
#h5xJyZB1RLA4oTgHocPUZXgV8pA5XCAE { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.9995625rem;width:50.499125rem;top:6.5173645019531rem;left:12.249349594116rem;overflow:hidden;display:block; }
#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .row .container { background-color: transparent; background-image: none; }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .row .container > .video-iframe-container { display: none; }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .row > .video-iframe-container { display: none; }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .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); }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .row .container { border-width: 0; border-radius: 0; }#xVLVgrqatKqfoEUWVgsQXH14V6pD5tLD > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Xw0fBeyzc0RwdrEaOFEPgceqA5aAlCVf { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:3.6241302490234rem;left:0rem;height:3.33333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rw306tJ0i3MGX8ISFZyKqfP5aoNoVVlK { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:13.1875rem;top:1.0308151245118rem;left:0rem;overflow:hidden;display:none; }
#vwG6NhHaD46ieXEst2dG0HbTzqEQqt2F { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.3125rem;width:75rem;display:none; }
#i06yfTKhXGLkhrBK8s59CukIX4A4K94I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .row .container { background-color: transparent; background-image: none; }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .row .container > .video-iframe-container { display: none; }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .row > .video-iframe-container { display: none; }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .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); }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .row .container { border-width: 0; border-radius: 0; }#i06yfTKhXGLkhrBK8s59CukIX4A4K94I > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#Ee9IKEqh5R47A7uP1kPySMQuTvF9kcVR { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:5.8125rem;left:1.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WVDC16TXwOGCtnOqlMMa0mk3oBxVomd1 { color:#000000;display:block;width:25.374375rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:5.8125rem;left:26.875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xVKC2zQh7DxNPaxOuHcLmPHNxsgIwxQE { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:5.8125rem;left:52.8125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OaB9yrxTURumi5thBegEzMQPkPqyvAEI { color:#000000;display:block;width:21.1870625rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:10.0625rem;left:1.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#OaB9yrxTURumi5thBegEzMQPkPqyvAEI li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OaB9yrxTURumi5thBegEzMQPkPqyvAEI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3daf0f78-83aa-47f6-a432-2c552adc4dbb/check.svg); }
#bdgKPaWyZSpGJfv8GFCrJJM2UtftqhtS { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:10.0625rem;left:26.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bdgKPaWyZSpGJfv8GFCrJJM2UtftqhtS li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#bdgKPaWyZSpGJfv8GFCrJJM2UtftqhtS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3daf0f78-83aa-47f6-a432-2c552adc4dbb/check.svg); }
#cDwtTGHXztofwaOm6a0NCkxWf6TAduIk { color:#000000;display:block;width:21.186rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:10.06228351593rem;left:52.812934875488rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#cDwtTGHXztofwaOm6a0NCkxWf6TAduIk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#cDwtTGHXztofwaOm6a0NCkxWf6TAduIk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3daf0f78-83aa-47f6-a432-2c552adc4dbb/check.svg); }
#cmLoL00lMkfhqrILu8ONI6kby9WhTNaV { background-color:#f8d260;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter alfa";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1235rem;height:4.375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:39.184036254882rem;left:26.436632156372rem;display:block; }
#vcITwUDOMataKOtWICF5UO7SsyryUMSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dALP79kJ8s9FTXJRnR092tHVitkpOVdg { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:33.75rem;width:23.6875rem;top:3.1419291496277rem;left:0rem;display:block; }
#RdGVLtQoQzBtlbmUlh4o4CvTsQrZduFo { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:33.75rem;width:23.6875rem;top:3.2022581100464rem;left:25.655384063721rem;display:block; }
#KuiNsqQq6ZBGtShXQtDvWmp3WmclDMw4 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:33.75rem;width:23.6875rem;top:3.2343759536743rem;left:51.312934875488rem;display:block; }
#cG9sPgMHcxV746f1iI4DAVmwacJiLt8h { position:absolute;display:block;z-index:100007;background-color:#5d92ff;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;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:4.375rem;width:4.375rem;top:4.0766067504883rem;left:18.255427360534rem;display:block; }
#FAazzstAzQndyf6yhSdC8MiqRAzdZPKe { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68663125rem;width:2.74956875rem;top:4.9207906723022rem;left:70.501302719119rem;overflow:hidden;display:block; }
#JcoQR8zTw6TSUHNHHAZusnaz3AL2ngXe { position:absolute;display:block;z-index:100008;background-color:#1ec7b8;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;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:4.375rem;width:4.375rem;top:4.0060768127441rem;left:69.691839218138rem;display:block; }
#UkPb1PqRJkW2I1zyPHLqGdMhhqNWnT09 { position:absolute;display:block;z-index:100009;background-color:#2550aa;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;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:4.375rem;width:4.375rem;top:4.0060768127441rem;left:43.881292343139rem;display:block; }
#J9kowSkGi80dOS2mbVdIW0bbZuZaXTDZ { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.5625rem;top:5.3116321563721rem;left:19.253904342651rem;overflow:hidden;display:block; }
#t6QQ1VX853BacLkiguShQwZIgX2WTTFD { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.125rem;top:5.2625875473022rem;left:44.911245346069rem;overflow:hidden;display:block; }
#nMFuN9rvwmxcQ94daT1BhQGgAoSZ92nl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d92ff;background-image:none;position:relative;display:none; }#nMFuN9rvwmxcQ94daT1BhQGgAoSZ92nl > .row .container { border-width: 0; border-radius: 0; }#nMFuN9rvwmxcQ94daT1BhQGgAoSZ92nl > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:none; }#iGnwPt9rFu6SRmqgRx7okrOhevuTvASw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3120625rem;width:23.936625rem;top:0.78125rem;left:0.53059768676758rem;overflow:hidden;display:none; }
#yyn1mn9bLLRUUm7OdTMQbnPkJkUhzPMo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:23.5rem;top:0.62391471862793rem;left:25.701778906117rem;overflow:hidden;display:block; }
#F4cPWWTnkneaKJnJwPTTQPzB6DkXLDtE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:24.1875rem;top:0.46657943725586rem;left:50.633656322187rem;overflow:hidden;display:block; }
#KPQBXfK2DNCQHhwDfNzhbL1afTfyxTXI { color:#ffffff;display:block;width:20.686875rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:15.092231750488rem;left:2.1549472808838rem;height:11.6666875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucx8QGpqOm9sfwhfcgbZQb2ClZKdcppo { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:14.621312141419rem;left:26.749132156372rem;height:7.2916875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0IpMlm8vQy2Q63x1nFelxFgWPOxE6hB { color:#ffffff;display:block;width:23.186875rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:14.621311187744rem;left:50.906034469604rem;height:11.6666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBSIvJ8duiErMhx351eeXp6zetuQd1nc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d92ff;background-image:none;position:relative;display:block; }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .row .container { background-color: transparent; background-image: none; }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .row .container > .video-iframe-container { display: none; }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .row > .video-iframe-container { display: none; }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .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); }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .row .container { border-width: 0; border-radius: 0; }#TBSIvJ8duiErMhx351eeXp6zetuQd1nc > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#vzS27VSq3fcl6tKcKDWlBhqNzUlT4dPv { color:#ffffff;display:block;width:28.9985rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:3.6963977813721rem;left:37.500001907349rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OnOVtUoA9fNWJeu6eNSz19PBUUT5A3ci { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3748125rem;width:27.4370625rem;top:1.3125rem;left:7.9318561553956rem;overflow:hidden;display:block; }
#phhG7EvmeusoeyBaNTJoMK47dQotOVdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d92ff;background-image:none;position:relative;display:block; }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .row .container { background-color: transparent; background-image: none; }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .row .container > .video-iframe-container { display: none; }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .row > .video-iframe-container { display: none; }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .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); }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .row .container { border-width: 0; border-radius: 0; }#phhG7EvmeusoeyBaNTJoMK47dQotOVdz > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#K1BtsDlNxlnR3Q2FGVQLEESAJlQzAh0V { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:27.5rem;top:0rem;left:41.187067031861rem;overflow:hidden;display:block; }
#TeN9zweXIEg4VHTLdBE1Fcf2AsmnTMlS { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:5.3224792480469rem;left:8.1857624053956rem;height:6.6666875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oV4z5et9ufzxQ1hc4QKdzs2pTpQH3FfR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:28.25rem;top:16.562498092651rem;left:7.6001159887544rem;overflow:hidden;display:block; }
#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d92ff;background-image:none;position:relative;display:block; }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .row .container { background-color: transparent; background-image: none; }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .row .container > .video-iframe-container { display: none; }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .row > .video-iframe-container { display: none; }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .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); }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .row .container { border-width: 0; border-radius: 0; }#mZdc0q9CZGicDASF0xME6zAuBt4Oa3VP > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#JkoRFnMeWX4l02CVMWnsnItUlFUhov0b { color:#ffffff;display:block;width:31.124125rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:2.7278671264649rem;left:37.500001907349rem;height:11.66666875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UoLgdZvJP01URNHhsQIvELoyZdWPgsde { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .row .container { background-color: transparent; background-image: none; }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .row .container > .video-iframe-container { display: none; }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .row > .video-iframe-container { display: none; }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .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); }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .row .container { border-width: 0; border-radius: 0; }#UoLgdZvJP01URNHhsQIvELoyZdWPgsde > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#EAkSWp99xX4vdopJqsJBwTPnZiNJOnJb { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:4.1221826076507rem;left:0rem;height:3.33333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRFuDHm3xRmEp7T1rmt4DTwlTLxlWObQ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:13.1875rem;top:1.0308151245118rem;left:0rem;overflow:hidden;display:none; }
#i95Iu5E00SeFlI1BpMcSBK1pLKq1sd6Q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.3125rem;width:75rem;display:none; }
#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .row .container { background-color: transparent; background-image: none; }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .row .container > .video-iframe-container { display: none; }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .row > .video-iframe-container { display: none; }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .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); }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .row .container { border-width: 0; border-radius: 0; }#FtxcfbaWWbwmSO1xQ0mUP6uOMBzPiPRT > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#FqP17qxkob7FvT7q6wrHyaStXkmQuxdB { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.09) ;height:30.8125rem;width:56.25rem;top:3.0284423828125rem;left:9.3413619995119rem;display:block; }
#EpTDmOLMXTCK1VKWuaD7rQcVtkRSnA5e { position:absolute;display:block;z-index:100002;background-color:#e3ecff;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;height:35.6875rem;width:19.4375rem;top:0.74978637695312rem;left:27.718099594116rem;display:block; }
#BQLwWXFehlmTr2tm9onl1AUhH1hXnaII { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:12.8125rem;top:1.7493491172791rem;left:31.060113906861rem;overflow:hidden;display:block; }
#RUiaNAmrlJDdu1oh55Q4Lzkf3gsiwbqn { color:#000000;display:block;width:12.7495625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:400;z-index:100005;line-height:2.8;letter-spacing:0;top:2.9038630723953rem;left:49.715711593628rem;height:4.16666875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cKZKWVG0L6wObJVHTAiT3Knm5vQ8tp5t { position:absolute;display:block;z-index:100006;background-color:#c6c6c6;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;height:0.0625rem;width:56.25rem;top:12.748504638672rem;left:9.3743476867675rem;display:block; }
#DIdyrrE94sv09dOkVaJEfzQUxUneWmTE { position:absolute;display:block;z-index:100007;background-color:#c6c6c6;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;height:0.0625rem;width:56.25rem;top:16.405181884766rem;left:9.3114147186281rem;display:block; }
#stKcChdvfybDVZClssOWlbg2E7Plb8wu { position:absolute;display:block;z-index:100008;background-color:#c6c6c6;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;height:0.0625rem;width:56.25rem;top:20.061859130859rem;left:9.3114147186281rem;display:block; }
#Wbu9Dp4SRmhC4vaUFw1A4U7niNms40JU { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:11.0625rem;top:2.8743515014649rem;left:2.8428821563721rem;overflow:hidden;display:block; }
#ILttMWssxmvl6ZlFoU2hFlxehS4TZo6G { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:8.9375rem;top:21.185981750488rem;left:62.030168533325rem;overflow:hidden;display:block; }
#XxNsp0wH6SPTurTO7aDdWyN4ueTGX1oC { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.24913125rem;width:11.25rem;top:22.440322875976rem;left:62.464193344116rem;overflow:hidden;display:block; }
#hBfppDpBpS4zRv7hyTT1WO3VFfbWzpmk { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:400;z-index:100004;line-height:2.7;letter-spacing:0;top:10.375rem;left:31.125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KCPm2SpIWg9A1oJ39gyol0mRVawiDlTA { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:400;z-index:100004;line-height:2.7;letter-spacing:0;top:10.375rem;left:31.125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qolDXgsTrIKDIOzCC8xG7gaopGE5AbpN { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:21.878234863281rem;left:13.124784469604rem;overflow:hidden;display:block; }
#xTxdaP3sXDhB6T5wpkBEZmd36TZM7ehG { position:absolute;display:block;z-index:100008;background-color:#c6c6c6;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;height:0.0625rem;width:48.75rem;top:16.8125rem;left:13.125rem;display:none; }
#nVupua4C2VMpBsWEfNAxF7g0pxBSU87s { position:absolute;display:block;z-index:100008;background-color:#c6c6c6;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;height:0.0625rem;width:48.75rem;top:16.8125rem;left:13.125rem;display:none; }
#kIHXIWO2M41AdzqRHFpuT73PwLuwWmQi { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:5.2476129531861rem;left:30.122613906861rem;height:2.91666875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9MZXAHx1sm98TTyxWViqLiZd2mR3tWd { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:6.2285161018372rem;left:47.348089218139rem;height:2.91666875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5VHDpMi8TUGWqGo8OpLLelMInRoLWlh { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.0612rem;top:8.1955296993256rem;left:13.249784469604rem;overflow:hidden;display:block; }
#nud9zLdtyUFtuI1BWG1liwkC3p9Vw9mA { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100005;line-height:2.7;letter-spacing:0;top:9.6432297229769rem;left:31.193143844604rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RIh0RbT58Od3RQuRvkTcc3OgBH7wikep { position:absolute;display:block;z-index:100009;background-color:#c6c6c6;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;height:0.0618489375rem;width:48.75rem;top:22.310115814209rem;left:13.125001907349rem;display:none; }
#p5wXxZBvewZdBHSVPoHf7OTof4zouDoC { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:10.061828613281rem;left:12.874784469604rem;overflow:hidden;display:block; }
#KoSuo533guxHWhdnrKTt9TSRKVVR8TJI { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.6875rem;top:14.253479003906rem;left:12.749349594116rem;overflow:hidden;display:block; }
#UQartQT83CBWnAgklfGxeo8F0dPorsX9 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.125rem;top:20.625rem;left:12.811632156372rem;overflow:hidden;display:block; }
#qFRWhKRKbhGzOTPAT8sikbhG224Z8LNa { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:11.625rem;top:23.792297363281rem;left:13.312284469604rem;overflow:hidden;display:block; }
#ylogbNt7cy3VuAg2f2QMm6opnRgkJV5d { position:absolute;display:block;z-index:100009;background-color:#c6c6c6;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;height:0.0618489375rem;width:56.25rem;top:23.850921630859rem;left:9.3103313446044rem;display:block; }
#u5VOGMC3iOIT2t3aCbP3OFi3OyNdVrer { position:absolute;display:block;z-index:100010;background-color:#c6c6c6;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;height:0.060763875rem;width:56.25rem;top:27.717010498047rem;left:9.3103313446044rem;display:block; }
#UV0CcI1FcATSdBmNSdDVniSVWlNGmTn0 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:10.375rem;left:36.1875rem;display:block; }
#AeQDHcUnGwUSvMdD1quMWSvtr14zli0T { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:10.375rem;left:37.0625rem;display:block; }
#E8dsoAwBMTT296MVxSB4SbdEKr4fOJP2 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:10.375rem;left:37.9375rem;display:block; }
#onyTVfoWnRLEE3Z5uRgHmFber8gX7rzC { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:10.375rem;left:38.875rem;display:block; }
#Tuh1kB2f7alZUCW9JQqlU8aytWG1zkzm { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:10.375rem;left:39.8125rem;display:block; }
#u4VocNDToCQAEo80zkKaXO01215IZ5h0 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:14.1875rem;left:38.9375rem;display:block; }
#vu7KXTzIp5paHElsHd8a236ALaXT9B1E { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:14.1875rem;left:38.0625rem;display:block; }
#T6uT0vXIETuUZwsr1OcLzReZHBHT2fpI { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:14.1875rem;left:37.125rem;display:block; }
#hrnu5HFRIxI5ZEHkLLkbMGBQ3CTtSI2D { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:14.1875rem;left:36.25rem;display:block; }
#dJXvCwC9860nuTyJUI7ZQyMG1SypksnT { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100011;line-height:2.7;letter-spacing:0;top:13.4375rem;left:31.1875rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PhQIN4rudfSPnXnN6HsTgxpnzaq968At { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100011;line-height:2.7;letter-spacing:0;top:16.875rem;left:31.0625rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eWFvRe9dra8E8w5KuyTGn6W3NaaKqq1f { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:17.625rem;left:36.25rem;display:block; }
#z7T22SnAwWKAFeKvpIshCkhxDwBrgvxX { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:17.625rem;left:37.125rem;display:block; }
#ekl0DXA7u1MAfs5Eg5KqGBJollfhw82e { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:17.625rem;left:38rem;display:block; }
#q87U77Dc4znyRLeOdUlISUPxob8Vfqcw { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:17.625rem;left:38.9375rem;display:block; }
#rXlwO9KPGDQEiIOimKF16bTgQeKykq3N { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:17.658855199814rem;left:39.936414718628rem;display:block; }
#VueK1KD9G2JRvVRfNqc778ExH5fiAFOG { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:21.375rem;left:40.0625rem;display:block; }
#tOKu6vIVdubl0hO5csG68Q2FqorvM2WL { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:21.375rem;left:39.125rem;display:block; }
#o1ArFXbQ3cpCtTgk0CSn2rDvHF6Iagt6 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:21.375rem;left:38.1875rem;display:block; }
#AEXgXkvqlTvO4NDJVcLsoCADrrQTNcON { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:21.375rem;left:37.3125rem;display:block; }
#k5gTU09t8x92LzQitPkemSVq51lN88d7 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:21.375rem;left:36.4375rem;display:block; }
#ONPwBgM29G12bXu5x33OkrhCGwThFnmS { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100017;line-height:2.7;letter-spacing:0;top:20.625rem;left:31.1875rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gxvJVAipuhlZQxvLefxybDdPCMgOhBqx { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:25.0625rem;left:40.125rem;display:block; }
#kxeTOt7Dz47opewnS6zqsevBDGpxfUqE { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:25.0625rem;left:39.1875rem;display:block; }
#I6FOn4PyfIeevnoZBL9tUrRnJLvgB3Of { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:25.0625rem;left:38.25rem;display:block; }
#ALNCXFFH4v0Z7Aui03cdDvVHqLxAh8Qx { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:25.0625rem;left:37.4375rem;display:block; }
#eIo1l5lCvq2ofJ3aqngz2vqmkVcJZu1T { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:25.0625rem;left:36.5625rem;display:block; }
#CXhXeovCVi2xxQH7KrGCE5s9RKrxM7ED { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100017;line-height:2.7;letter-spacing:0;top:24.3125rem;left:31.1875rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UuA5S4IeHxufATeAvKU8iGMuIJBVw25F { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:29.0625rem;left:40.3125rem;display:block; }
#ytgEPgIyUWdQOtZO3ydDscxEcJHAK4Jt { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:29.0625rem;left:39.375rem;display:block; }
#xqgHA21tRWubBBhW2ZdhCKDVUspfSC5E { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:29.0625rem;left:38.4375rem;display:block; }
#uhASEayA8PCfcsg8KS0TalCin4LLwRan { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:29.0625rem;left:37.625rem;display:block; }
#USvCeiMPRt2s4Sy4UwPEChv1UrfKCosx { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:29.0625rem;left:36.6875rem;display:block; }
#tzMCbMgkTCwRxBXsbwz1HsKFpPtEOnJk { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100023;line-height:2.7;letter-spacing:0;top:28.3125rem;left:31.5625rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rLn0gVnXDAaKFbtUqI2OQRm4dZ7QWHvd { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:14.124349594116rem;left:39.874784469604rem;display:block; }
#tcsJs83aIONU4nzhE9gTUepkLUdlVSLI { color:#000000;display:block;width:4.31206875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100006;line-height:2.7;letter-spacing:0;top:9.5824652612206rem;left:50.935979843139rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HCZl4VB3oELsbhbrOfwvPEGKy299Kw1d { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:10.3125rem;left:55.75rem;display:block; }
#xRASgh5wUxqBX2aUBbbFeEQDITizc96f { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:10.3125rem;left:56.625rem;display:block; }
#w6Q4pciIJMz3diXdKtSeCBhR3p9e17t7 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:10.3125rem;left:57.5rem;display:block; }
#NT474V2JG8583ieympEvTt3m3oR1c9EC { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:10.3125rem;left:58.4375rem;display:block; }
#BxAJCgCL4yCnNlaxmIV0ti1wtsmWvweE { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:10.310330480337rem;left:59.436201095581rem;display:block; }
#hHnes1BauESWBadNJHGPSgUz2m6q2lC6 { color:#000000;display:block;width:4.31206875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100012;line-height:2.7;letter-spacing:0;top:13.3125rem;left:50.9375rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QMiiaLmTwLtOIP5Kh9R4H7QFIn52NXn1 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:14.0625rem;left:55.75rem;display:block; }
#WMJhLxiuz5NmTSAhEgpyz5eBzmAZL8st { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:14.0625rem;left:56.625rem;display:block; }
#vOskJRT24fJcsE3tGxtQSLgbayKHgmcM { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:14.0625rem;left:57.5rem;display:block; }
#XOavd2mpGVvCSiSUnAZ2rAq29TmyiIH5 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:14.0625rem;left:58.4375rem;display:block; }
#aIfXL6IOJol16dyt2LhQduJIn1TX2EU9 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:14.0625rem;left:59.4375rem;display:block; }
#aGrkRSZ7CV4ecTknknNKL2hfWgTFrcD8 { color:#000000;display:block;width:4.31206875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100012;line-height:2.7;letter-spacing:0;top:16.9375rem;left:51.1875rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LKyTltHHP7UcQkTJRz51l8cM8hliGv6G { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:17.6875rem;left:56rem;display:block; }
#zgAou3Mc6oo8UixrR9eSesf4xzlyB445 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:17.6875rem;left:56.875rem;display:block; }
#WkHhLMe3gOKCh9Q1xs6gs5wn15Jhm7dR { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:17.6875rem;left:57.75rem;display:block; }
#lBwrxCRyUI3GR9oXSFvTt6PZK6DGiv6T { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:17.6875rem;left:58.6875rem;display:block; }
#XNrwk51hGZRUtnfr5pwRoUeT9RlCLAeW { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:17.6875rem;left:59.6875rem;display:block; }
#Kq0X4S33t9qiVGvH0G81dk4T02enNm2d { color:#000000;display:block;width:4.31206875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100018;line-height:2.7;letter-spacing:0;top:20.625rem;left:51.1875rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fPH2uRzMyW8ODhFeyWXAPXJcnyIzSaeR { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:21.375rem;left:56rem;display:block; }
#ec2dZgOvBd6dGElalv2DZxcZCPS6nKPX { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:21.375rem;left:56.875rem;display:block; }
#oC2ivxTTeQNZ4kVThHu4VoAJWPU5PCyW { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:21.375rem;left:57.75rem;display:block; }
#HbosmdwsQAM84H7JXwIlTKd9qDOLcmIg { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:21.375rem;left:58.6875rem;display:block; }
#IiX30M24tkhTN2QU6DrGtJXRxTUAdPBR { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:21.375rem;left:59.6875rem;display:block; }
#U6TweKGghv0uoksF5yxapa6EMTGCzwSc { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:25rem;left:56.0625rem;display:block; }
#bNvU9tgCHagud9lD2vLIqACeo7uU9p9H { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:25rem;left:56.9375rem;display:block; }
#DWGNmN2RmudDWtFSN8vo9kJAOpM1q9OI { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:25rem;left:57.8125rem;display:block; }
#TeER7ap0fDJqcrd8LwDLQh3ITxJyqm2m { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25rem;left:58.75rem;display:block; }
#ndCdiaCX5kZ5B5V1WEU5OzlWhfa2xzds { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:24.965713500976rem;left:59.748266220093rem;display:block; }
#CEVSiZDtmJUl3AZzkPFNBpo3WDGksC7b { color:#000000;display:block;width:4.31206875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100019;line-height:2.7;letter-spacing:0;top:24.334854125976rem;left:51.506078720093rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bDo6DC5T1mmfSmyiI9SsVETqNIL3ISr5 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:29rem;left:56.1875rem;display:block; }
#H3mb6eePFNRHNlBSNuNREQlW5TDA9LUL { color:#000000;display:block;width:4.31206875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100025;line-height:2.7;letter-spacing:0;top:28.3125rem;left:51.6875rem;height:2.6388875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#meU2tQisTBAAIXWenBx9rmAKTo4Pi6OS { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:29rem;left:57.0625rem;display:block; }
#kxZTyvsTtUMQoooHibD7UN7LAnFvwpit { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:29rem;left:57.9375rem;display:block; }
#rbFpTtMRXNyayzqANdUUTfVEfP4hqiT3 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:29rem;left:58.875rem;display:block; }
#TyoU8lpRqSiP70A5QwttX14lVVT5bdZ8 { box-sizing:content-box;color:#f8d260;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:28.9375rem;left:59.875rem;display:block; }
#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .row .container { background-color: transparent; background-image: none; }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .row .container > .video-iframe-container { display: none; }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .row > .video-iframe-container { display: none; }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .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); }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .row .container { border-width: 0; border-radius: 0; }#BCkqi2r44fcoFTJ5P800c7iwXiG7hOhm > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/UC9VxU8H/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }
#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3.adaptive-delivery-prevent-bg { background-image: none; }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .row .container { background-color: transparent; background-image: none; }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .row .container > .video-iframe-container { display: none; }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .row > .video-iframe-container { display: none; }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .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); }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .row .container { border-width: 0; border-radius: 0; }#P1Bl8iw8SMzK4gOs1yimhIRKZcIsOLb3 > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#kxK3lzioONdLiAuKqJP0n4rEXGNApWW2 { color:#000000;display:block;width:72.249375rem;position:absolute;font-family:"inter regular";font-size:2.5rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:3.4375rem;left:1.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#neg7HLbf4dT8KKRgxvvWTLn5RscCJPlH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8120625rem;width:13.936625rem;top:19.559462547302rem;left:4.3587226867676rem;overflow:hidden;display:block; }
#UhgJvV9ZUJTaT9B3qIkJbvH4uTPieuIl { background-color:#f8d260;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.374375rem;height:4.375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:8.125rem;left:27.375rem;display:block; }
#Qo67xnQm0I1WuJTgzdFRTSTwHEQ7bh5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xr1BCOLMyOg8HLtpC4KuGuUHR0QKHTBd { background-color:#2550aa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#xr1BCOLMyOg8HLtpC4KuGuUHR0QKHTBd > .row .container { border-width: 0; border-radius: 0; }#xr1BCOLMyOg8HLtpC4KuGuUHR0QKHTBd > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#VBBCpxJofiCPguigwxICU8oDx8tDoXL6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:2.1831588745117rem;left:0rem;height:3.33333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WVNMhOfc6uMwrRpN8b2TmX07RmcNiFb8 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:13.1875rem;top:1.0308151245118rem;left:0rem;overflow:hidden;display:none; }
#WeQzhRQFV0rUQKTg95Rc89qzaPAgCTGX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.3125rem;width:75rem;display:none; }
#fTSNbA1cLZDbtdguEo7eyeiu8l7364gz { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9998125rem;width:59.375rem;top:9.1851119995119rem;left:6.7784290313719rem;overflow:hidden;display:block; }
#VlbUwQJe55TrdsxdGTs9AuI15TFSwPMi { background-color:#f8d260;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.374375rem;height:4.375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:6.8739166259762rem;left:27.310113906861rem;display:block; }
#iaVXQtwAaknQKNRx4uv9WhX1NFsg9704 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
