.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#232936;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:url("https://images.assets-landingi.com/ulRTEzeA/border_top.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT.adaptive-delivery-prevent-bg, #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT.lazyload, #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT.lazyloading { background-image: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { background-color: transparent; background-image: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { border-width: 0; border-radius: 0; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.5rem;top:1.5625rem;left:1rem;overflow:hidden;display:block; }
#ucpq59EPFtf85DxW4bxEbCsHL4cdRcyA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.9375rem;top:1.03125rem;left:12.09375rem;overflow:hidden;display:block; }
#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d81523bb-5232-464e-a1f1-d1a820977b62/MaskGroup33.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.adaptive-delivery-prevent-bg, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyload, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyloading { background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { background-color: transparent; background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,41,54,0.35); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,41,54,0.35); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .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); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { border-width: 0; border-radius: 0; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#WxC3pKUDxcvkzzCTvS2EG05nf2BVro4i { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:0rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aJJi4GNQGwyu74qhGIG9mZF8CgP7owJF { background-color:#fff703;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.25rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#232936;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.15rem;height:4.15rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.350002288818rem;left:0.3125rem;display:block; }
#lkhddv7iSGPfFE6PTiPvuLhU7vZMC95s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOr6DgAOdzmy5rDBzr1wgaKZOh9xhECM { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.23828125rem;left:0rem;height:7.796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vzz29WU4qrx7TL7yuimKxReTAfGReePP { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a3C45wViZ3kUHzWXNHfxEH36gnIu2iuv { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.162502288818rem;left:0.5625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f5f8;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"red hat display";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"red hat display";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#fff703;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"red hat display";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.418750762939rem;left:41.562500953674rem;z-index:15008; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #TTHDJ5Ereu4qvlT5rqZQxTZhnKFAMRrG { display:flex;position:relative;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #PpseZnb32niWRZlfLsMNKX651AT6nTd5 { width:auto; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #gDgkxZru7nkPcmm4FafeHJdyI4cfHZg9 {  }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #ilTAzP0cm6fqI3N261qoAQtxoi4gSnS6 { display:flex;position:relative;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #Q0gQptnyc7HTo8eTWCTmDRxQ8UeX7KwO {  }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #GMTTRhVrMd7C4eUObAdZM82UxVDtVcKV {  }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #KA251eZEfT0phau0wm9eIFNzC1EdvSdA { display:flex;position:relative;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #FXnMqWOt0fJbEcBUdZ9wLAT6mk7vvZQO {  }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #RwNyFICLnlm8Rbqo7KNkNcUzlgtwJPVz {  }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #fKR76MsvNNP6aMfefD1SaQ69TDKuVUR1 { display:flex;position:relative;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #lSKGPHAGHyGZa3HNcn87FUuQBTPxBlB0 {  }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #SKXObI8bZBK8TKllEcJxcTwVbcF91CIu {  }
#NLp0EZZ7NbSqHCXTFhvuFOeqesS3K0Ux { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.300001144409rem;left:7.1874990463256rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RnxoJ4mhNJTI65Rwc12R9SWV76xne1Dh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.262500762939rem;left:31.962498664856rem; }
#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { background-color: transparent; background-image: none; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container > .video-iframe-container { display: none; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row > .video-iframe-container { display: none; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .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); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { border-width: 0; border-radius: 0; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#JFu2RBa60eeEGET2UEpLVPFSukJnafeK { color:#232936;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:11.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { background-color: transparent; background-image: none; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container > .video-iframe-container { display: none; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row > .video-iframe-container { display: none; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .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); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { border-width: 0; border-radius: 0; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#A1q14WEsRF4MJIOtwk5rRrimuKyd4WiC { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.125rem;left:10.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#mTZvEX7CH1dHtO4EGoOpfqlFW2QDcisv { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:#232936;background-image:none;top:25.25rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#QokfTXP7yaK4gJmtnG7Pz0DHVJBtylQ4 { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:11.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ev7CX9T6KdUzArOWuCZNcxnCQPaT1kbo { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.125rem;left:29.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Ak84ghuhU4X9hG4O13Walx2q23FFnZRN { color:#232936;display:block;width:15.125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:30.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHKHorwSb2O3XgK72WJcqEKcorwEQ86G { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15006;background-color:#2ee3a9;background-image:none;top:25.375rem;left:29.09375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#HpmCQKrpGlAiOC16cqx9XKJyCTQsO28C { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.125rem;left:47.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#kJHemMhNPEn9KF6PF05ZaIErwKPxgFs8 { color:#232936;display:block;width:15.1875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:48.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pR3WS7Q7waJWGayEl1NWdvrtoSBTWRJE { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15010;background-color:#232936;background-image:none;top:25.25rem;left:47.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#duQzlctgyQp9DsNK6nSff4TOUeCWpfko { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:11.375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1FFp8keB0N9LETh9z8lMtkWDAX3orUc { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:30.125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ngaf51h6dlZIl4UQvGuD0D0FPy5QBiBe { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.875rem;left:48.8125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4y9Pe8uQqaibhTrLKippCXTwX2LUhTq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:8.25rem;left:35.3125rem;overflow:hidden;display:block; }
#TV0tA8KGQfhalGL7xiki4xkTbEbZUK79 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.1875rem;left:17.5rem; }
#LOtX6d5VEg9zii38TXHv17T1lnKZV3Wp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.1875rem;left:54.9375rem; }
#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { background-color: transparent; background-image: none; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container > .video-iframe-container { display: none; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row > .video-iframe-container { display: none; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .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); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { border-width: 0; border-radius: 0; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#f7KIqg1b17imTAJJnPZpReKFCd0RTcbK { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.125rem;left:10.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#tQS70F2L5t50ZwOZsCzALHbXDZC6OItl { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.125rem;left:29.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#JROuf1ZzoU18OB7qzD1c1Tc3TpqCGBT2 { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15006;background-color:#232936;background-image:none;top:25.25rem;left:29.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#VvisemOzMUHlL8E21mMGCDr0A8euvblO { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.125rem;left:47.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#gXBhyNlt3g9QerdxP9FVUMWPA1qvN1Vy { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15010;background-color:#2ee3a9;background-image:none;top:25.375rem;left:47.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#zk86pDwXJTCM6nOA170VdnShiJfLfeyi { color:#232936;display:block;width:15.1875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:30.21875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbGcW4DwDvznztcBq3saFIlNLUgD2hoc { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUpWTaKS23Aaq4L1X8P5b2blMXt5JovH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:9rem;left:35.5625rem;overflow:hidden;display:block; }
#CA6K6Afv04lUZbIuVm8QnUiXBw9JBx8o { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:9rem;left:16.8125rem;overflow:hidden;display:block; }
#oB4cvqXeQhREUMSeSDa7D0EaxO4DHce5 { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:48.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7O7fgVqLWZscguR3vaIq4AekwASc0MH { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.8125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hn27UWJvg3zfqswA9vJZss2Am4Cn9eFe { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.3125rem;left:11.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Twim6kI28DyfQbssmVQl7l7cZUEURTxe { color:#232936;display:block;width:16.875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:10.6875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgnHS5y0XQhPBHL8J5Lzfc4zoTPKaJnD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.6875rem;left:54.9375rem; }
#Qw4LwclIO5a2n8obdB3kCQGrgdLLDzIa { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:#2ee3a9;background-image:none;top:25.375rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#aDexwT62mTAqeQE5rLv90gJHuGntXUVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { background-color: transparent; background-image: none; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container > .video-iframe-container { display: none; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row > .video-iframe-container { display: none; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .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); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { border-width: 0; border-radius: 0; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#BGQLaHPTzP94QbuMrK7NA99DERodOmXZ { background-color:#fff703;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#232936;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.75rem;left:8.125rem;display:block; }
#I1ZVfBtmVP1khr1U6OFwPaPGJMUi5VAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Td3G5lRrO2EbRZ0BA8CA41eQ464MCAVX { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"red hat display";font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.125rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmaZVqpI4lCntzR94RD7PLSbc7IG7JZq { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.3125rem;left:8.125rem;height:9.74609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.5rem;left:8.125rem;height:20.375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e5e9d4ec-811c-4dc9-bac1-af6dfdfaa3f2/check.png); }
#TKe5HvFn2TZxUScLwOd98DpWIShc2nT4 { box-sizing:content-box;height:0.125rem;width:58.625rem;position:absolute;display:block;z-index:15008;background-color:#2ee3a9;background-image:none;top:23.375rem;left:8.1875rem;display:block; }
#eb1x8fmtwiONO1HcI6MzIyNSv4Or3tzX { box-sizing:content-box;height:0.125rem;width:58.625rem;position:absolute;display:block;z-index:15009;background-color:#2ee3a9;background-image:none;top:45.875rem;left:8.1875rem;display:block; }
#tVrDLzylFsVTR0PyhRtyKI54gozcgGuC { background-color:#fff703;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#232936;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.3125rem;left:22.125rem;display:block; }
#z87ioQ9mDkdAXlyIgx8VGNpsWTT3JxMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { background-color: transparent; background-image: none; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container > .video-iframe-container { display: none; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row > .video-iframe-container { display: none; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .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); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { border-width: 0; border-radius: 0; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#httthzbtJdrn4d9rgLmVKGCVt7QnUAM6 { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.73828125rem;left:11.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeOztaA8zQINyty3Rymn0AQO1VJkAqho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { background-color: transparent; background-image: none; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container > .video-iframe-container { display: none; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row > .video-iframe-container { display: none; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .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); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { border-width: 0; border-radius: 0; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#xThSJOLdUuzNgWyRBDP8GFBXsgtt6KkF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.625rem;top:1.5rem;left:5.0625rem;overflow:hidden;display:block; }
#STyCvK8U95x8GcHTnI5xe2BJe0J1J88x { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElXwgTmGun9gQzSyvkIhnW3FLnoRHHiT { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEka60fvnDmECF0z48U2OeXTbbpNDG0z { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:21.875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCWpCZCTZ7LzUkynEOdTwMPZaWcCRtOI { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AuXSLR730cdQGDnkIrKmJJD6hSVFs01n { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.625rem;top:1.5rem;left:23.8125rem;overflow:hidden;display:block; }
#GyD1UbLsaWrUg1vC5XhA1pxix7K783MF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.625rem;top:1.5rem;left:42.5625rem;overflow:hidden;display:block; }
#HzSPT0v2sb2CVtahIJtTERNqRN8oeIA5 { color:#232936;display:block;width:13.875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:39.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHw0w986f9Q0rE6Io86g7BGR6BClEd57 { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.625rem;left:40.625rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCW4qLLQa7tEha2XyPcF3B8JBX3CpHJN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.625rem;top:1.875rem;left:61.3125rem;overflow:hidden;display:block; }
#xy1e8xRRDwGJXGcptVeLrxTcEq7RbtnN { color:#232936;display:block;width:13.875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.8125rem;left:58.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wESfzqCnqbNz1TPHSmFLp8UK6AFVZ0Ta { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.986328125rem;left:59.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row .container { background-color: transparent; background-image: none; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row .container > .video-iframe-container { display: none; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row > .video-iframe-container { display: none; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .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); }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row .container { border-width: 0; border-radius: 0; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#SLv8taLd9nzGRFrTSwmftaubzVHGXkdf { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.84375rem;left:11.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row .container { background-color: transparent; background-image: none; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row .container > .video-iframe-container { display: none; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row > .video-iframe-container { display: none; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .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); }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row .container { border-width: 0; border-radius: 0; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#AywDN8EmkuQG3XoildudIl2UZ9cvEtF5 { position:absolute;display:block;z-index:15003;height:22.5rem;width:40rem;top:1.875rem;left:17.5rem;display:block; }
#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { background-color: transparent; background-image: none; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container > .video-iframe-container { display: none; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row > .video-iframe-container { display: none; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .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); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { border-width: 0; border-radius: 0; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#wOmH2eFT6DyHN04oIDvJLEykEy1P62Tc { color:#232936;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.03125rem;left:11.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { background-color: transparent; background-image: none; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container > .video-iframe-container { display: none; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row > .video-iframe-container { display: none; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .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); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { border-width: 0; border-radius: 0; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#wUl1xyChiiHs0PnZ8WgqrG0ETQBAEk4F { box-sizing:content-box;height:57.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:1.6875rem;left:0rem;border-top:0.0625rem solid #232936;border-left:0.0625rem solid #232936;border-right:0.0625rem solid #232936;border-bottom:0.0625rem solid #232936;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tt9BbnwmpU4eRfXsfCItgMou3MOc3Ko0 { color:#232936;display:block;width:36.5625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.40625rem;height:1.625rem;font-style:normal;display:block; }
#xk150s2Cf34hdkzg9GlhHkMIp6FDTTpu { color:#e80333;display:block;width:36.5625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.40625rem;height:1.625rem;font-style:normal;display:block; }
#KBJx95OCpWN0sy5nyDpuQ0ZT58Mqgubb { color:#232936;display:block;width:40.4375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.90625rem;left:2.40625rem;height:19.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gt0X4hup0OdkFqZ6gqE25m8T22ScXWL2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:27.625rem;top:5.6875rem;left:44.598960876465rem;overflow:hidden;display:block; }
#RrdT0M6DQsufhpMlwcOwdWLzghIVF6DE { color:#232936;display:block;width:40.4375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:32.28125rem;left:31.723957061767rem;height:22.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LizLGxaHyTeFzeyyhAHTe7GZKfXk9RM2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.125rem;width:22.25rem;top:32.59375rem;left:2.40625rem;overflow:hidden;display:block; }
#IIX33ZFNndlFI13oKtLT9xB496VxiUxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row .container { background-color: transparent; background-image: none; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row .container > .video-iframe-container { display: none; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row > .video-iframe-container { display: none; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .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); }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row .container { border-width: 0; border-radius: 0; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#ETHT2W5t6glk64SJfWxwie0obI275Kim { box-sizing:content-box;height:53.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0.8125rem;left:0rem;border-top:0.0625rem solid #232936;border-left:0.0625rem solid #232936;border-right:0.0625rem solid #232936;border-bottom:0.0625rem solid #232936;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#STO1BoOzd4lJ19BmE7NUN2TNZvkplXX5 { color:#232936;display:block;width:36.5625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:1.9375rem;height:1.625rem;font-style:normal;display:block; }
#r7pBW01KZE3aLrRcVu5mRFFznJlWc6y6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:26.5rem;top:28.6875rem;left:2.5rem;overflow:hidden;display:block; }
#AcbQkKU5QARwIeaiMKIIrZxDrbOlq1US { color:#e80333;display:block;width:36.5625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.9375rem;height:1.625rem;font-style:normal;display:block; }
#ooGBf0L2z6mqJBvDmZJ7iLVygIPMbcL3 { color:#232936;display:block;width:36.125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.15625rem;height:6.5rem;font-style:normal;display:block; }
#WGObMydO8vUOuHvmoirhavtu6CT82rkc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.125rem;width:26.3125rem;top:7.1875rem;left:45.638542175293rem;overflow:hidden;display:block; }
#Zg3hJHvv6qysHFFVSsgru0JA66PZv916 { color:#232936;display:block;width:38.9375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:28.6875rem;left:33.125rem;height:21.125rem;font-style:normal;display:block; }
#F0JpBC1m8DRGFs0gAS4Wbognnxb2NIhT { color:#232936;display:block;width:36.125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.9375rem;height:6.5rem;font-style:normal;display:block; }
#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { background-color: transparent; background-image: none; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container > .video-iframe-container { display: none; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row > .video-iframe-container { display: none; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .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); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { border-width: 0; border-radius: 0; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#XRgUHeqTNC2SPopmsZqv7hX8lFGpEt8J { background-color:#fff703;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#232936;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.4375rem;left:22.125rem;display:block; }
#QXNhqt5xXDgPN5zWhoEasLGfDEeC7IgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { background-color: transparent; background-image: none; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container > .video-iframe-container { display: none; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row > .video-iframe-container { display: none; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .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); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { border-width: 0; border-radius: 0; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#eTpd5uTuI3liOLtDLx88eM7Jmf7MGKod { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.15625rem;left:11.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row .container { background-color: transparent; background-image: none; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row .container > .video-iframe-container { display: none; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row > .video-iframe-container { display: none; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .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); }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row .container { border-width: 0; border-radius: 0; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#hi2lwW6Qa2FlhJBZp3vQ0recLaIiTCOP { box-sizing:content-box;height:6.25rem;width:36.1875rem;position:absolute;display:block;z-index:15000;background-color:#2ee3a9;background-image:none;top:2rem;left:0.65625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QA2GWK38GMTmbvHFSBJ2AVPQnb8dfF92 { color:#232936;display:block;width:33.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.90625rem;left:39.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptZKMtm49XTOMF0zwJFIasyCEQqthG6y { box-sizing:content-box;height:37.3125rem;width:36.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.25rem;left:0.65625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem #d9d9d9 ;display:block; }
#zMebudNo8cq0zfA3vdTQyCTU1m9w7UoG { color:#232936;display:block;width:33.1875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:30.981250762939rem;left:39.65625rem;height:;display:block; }#zMebudNo8cq0zfA3vdTQyCTU1m9w7UoG li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zMebudNo8cq0zfA3vdTQyCTU1m9w7UoG li:before{  }
#DvlwMe7roPmLZKdrIkCZZzSOngiQopEA { box-sizing:content-box;height:37.3125rem;width:36.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:8.25rem;left:38.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem #d9d9d9 ;display:block; }
#TozkOrX9Tmq2Tmz2PfOAWb8X3k3eQaK3 { color:#232936;display:block;width:33.1875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.981250762939rem;left:2.15625rem;height:;display:block; }#TozkOrX9Tmq2Tmz2PfOAWb8X3k3eQaK3 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TozkOrX9Tmq2Tmz2PfOAWb8X3k3eQaK3 li:before{  }
#rPOanlyd23bazeOI8VkvO7o5TJ56O31F { box-sizing:content-box;height:6.25rem;width:36.1875rem;position:absolute;display:block;z-index:15004;background-color:#2ee3a9;background-image:none;top:2rem;left:38.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#rO0w4bPDUSlPsThliBogOXUyJfbOCB6y { color:#232936;display:block;width:33.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.90625rem;left:2.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPaTtTZUpsFC3nKmK0B2HZQTAyHcCw6b { color:#232936;display:block;width:20.625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:8.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#utd1k9E5UXZrTKMfyDipullXTt6sDoyK { position:absolute;display:block;z-index:15004;height:17.4375rem;width:31.25rem;top:12.0625rem;left:40.625rem;display:block; }
#p6QClnEmxL8OTmEHkdPcqgfIKZ13deAd { color:#232936;display:block;width:20.625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:45.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#EmMw4dd8XVykFSgUpD7NOLHlTHVPgpOl { position:absolute;display:block;z-index:15006;height:17.4375rem;width:31.25rem;top:12.0625rem;left:3.125rem;display:block; }
#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row .container { background-color: transparent; background-image: none; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row .container > .video-iframe-container { display: none; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row > .video-iframe-container { display: none; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .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); }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row .container { border-width: 0; border-radius: 0; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#tCEFOfhLWsdk3SiXdaL1oNJn7aiLlXtk { box-sizing:content-box;height:6.25rem;width:36.1875rem;position:absolute;display:block;z-index:15000;background-color:#2ee3a9;background-image:none;top:2rem;left:0.65625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Swwkq81SHF39xQhi0qvAdc2AMyaXOu5W { color:#232936;display:block;width:33.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.90625rem;left:2.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIF4GUaItDVmX50ZWT7WK0oongL2isJ8 { box-sizing:content-box;height:39.3125rem;width:36.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.25rem;left:0.65625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem #d9d9d9 ;display:block; }
#DB8PeOG7ZDGecFWQ3NGufnTmX4ZN72R9 { color:#232936;display:block;width:33.1875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:30.974609375rem;left:2.15625rem;height:;display:block; }#DB8PeOG7ZDGecFWQ3NGufnTmX4ZN72R9 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DB8PeOG7ZDGecFWQ3NGufnTmX4ZN72R9 li:before{  }
#TaCXI4WOkC84GlefFxgiuN2gCszBoDuT { box-sizing:content-box;height:39.3125rem;width:36.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:8.25rem;left:38.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem #d9d9d9 ;display:block; }
#N64A5w4ULdWgPN2SxfbORB2BQmc6C1xy { color:#232936;display:block;width:33.1875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.974609375rem;left:39.65625rem;height:;display:block; }#N64A5w4ULdWgPN2SxfbORB2BQmc6C1xy li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#N64A5w4ULdWgPN2SxfbORB2BQmc6C1xy li:before{  }
#Tcu120pQ3zgWFFct2h75T908J6PNDxpA { box-sizing:content-box;height:6.25rem;width:36.1875rem;position:absolute;display:block;z-index:15004;background-color:#2ee3a9;background-image:none;top:2rem;left:38.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Am5PCnBbHLG8FxhXffReHh9hwX96lA5O { color:#232936;display:block;width:34.1875rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.90625rem;left:39.15625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XvVvucEayC3wpIJAxReyIWABnT9Jr7D4 { color:#232936;display:block;width:20.625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.6875rem;left:8.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#F2SOshZxg2nqr15pVxKFDGGdGBcTlIqA { position:absolute;display:block;z-index:15006;height:17.4375rem;width:31.25rem;top:12.1875rem;left:3.125rem;display:block; }
#JzbsLfvCERJfluw1HW7NuUWS3mTegqx6 { position:absolute;display:block;z-index:15008;height:17.4375rem;width:31.25rem;top:12.1875rem;left:40.625rem;display:block; }
#GFDfhyUNAGdPtSya5zGApU762Q2savOZ { color:#232936;display:block;width:20.625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.6875rem;left:45.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { background-color: transparent; background-image: none; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container > .video-iframe-container { display: none; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row > .video-iframe-container { display: none; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .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); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { border-width: 0; border-radius: 0; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#U7IWcLoD5f9RWsIFNTDZi4Vd4Vz09deR { background-color:#fff703;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#232936;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.03125rem;left:22.125rem;display:block; }
#NF0G7E9dc0TAWIM5ZwirNLbMTCeqwOMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9aa682aa-fcb5-456b-9c61-d55d82d87e46/MaskGroup32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.adaptive-delivery-prevent-bg, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyload, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyloading { background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { background-color: transparent; background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .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); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { border-width: 0; border-radius: 0; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#fAMoo5VtXROby2qzfKatJTA8U3quCiT1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:20.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IdNEvpwrKd6TMSKCWWXeUDw5UuRZVoMh { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.40625rem;height:4.875rem;font-style:normal;display:block; }
#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:22.40625rem;height:;font-style:normal;overflow:hidden;display:block; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3984a2bc-cf99-4a3e-b027-f1ec77e13446/Group3952.png); }
#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { background-color: transparent; background-image: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .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); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { border-width: 0; border-radius: 0; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { box-sizing:content-box;height:53.125rem;width:47.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.625rem;left:0rem;border-top:0.0625rem solid #232936;border-left:0.0625rem solid #232936;border-right:0.0625rem solid #232936;border-bottom:0.0625rem solid #232936;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#O9DqFLLTkytEdTLx9eCnATZLr1TVFCQq { box-sizing:content-box;height:53.125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2rem;left:51.125rem;border-top:0.0625rem solid #232936;border-left:0.0625rem solid #232936;border-right:0.0625rem solid #232936;border-bottom:0.0625rem solid #232936;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TckcvtRf1qV6hireE1GU3MR0usWfymBd { position:absolute;z-index:15003;top:9.064453125rem;left:2.9375rem;width:41.75rem;height:44.3125rem;display:block; }
#HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { color:#232936;display:block;width:37.125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3583335876465rem;left:8.375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rz8a5bLcSSg6JaGy9FNCyFdzLg2hxyMT { color:#232936;display:block;width:21.8125rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3583335876465rem;left:52.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PN0kdTzftpx86HJWmtDJupo54wkR91JK { color:#232936;display:block;width:21.8125rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:52.15625rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQhqcRU6y3A7rT5NT3vMBe60PTa92NKv { color:#2ee3a9;display:block;width:2.9375rem;position:absolute;font-family:"red hat display";font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1947917938231rem;left:58.84375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2WOqa9bmbkhtk2mva0CqSuqqwFXJWTi { color:#232936;display:block;width:6.5625rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0645828247069rem;left:61.3125rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwuR9hKXdbSFahbOpp4JqTSUu5kgLod3 { color:#232936;display:block;width:21.8125rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.2802734375rem;left:52.15625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fVkzJMLSyu55GTWWlnOEnAx5J1eZ9yP8 { color:#232936;display:block;width:9.6875rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.092708587646rem;left:53.40625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLCzPhT0rNsBVl4p2pZooyIvX0IAl1Us { box-sizing:content-box;height:31.25rem;width:21.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(35,41,54,0.05);background-image:none;top:15.7802734375rem;left:52.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN { color:#232936;display:block;width:19rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.933333396912rem;left:53.40625rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/80849348-f9b2-4ac3-baf0-5f783eed2077/a.svg); }
#ANTTq7m4yt7EKHo5y4cUbRy26cU5eKJh { color:#bfbfbf;display:block;width:18.75rem;position:absolute;font-family:"red hat display";font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:48.2802734375rem;left:55.21875rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8CUOPdhXiQZULuBuqsBCOrWORc7ELk5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:2.7265625rem;left:2.5rem;overflow:hidden;display:block; }
#xTmQta3Gsrf9D3qmrNH2ZaULkPn32DHk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:48.2802734375rem;left:53.59375rem;overflow:hidden;display:block; }
#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242935;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { background-color: transparent; background-image: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .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); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { border-width: 0; border-radius: 0; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.75rem;top:3.8125rem;left:64.59375rem;overflow:hidden;display:block; }
#yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"red hat display";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.138671875rem;left:0.8125rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#OkeAx7ZblMJreunteM8X2qUr2mqcySTd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.8125rem;left:53.6875rem;overflow:hidden;display:block; }
#goT43xyykx7qtEcLfaQTbGSlBmaEueCE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.8125rem;left:56.5625rem;overflow:hidden;display:block; }
#h2mO61fdaGNsPLa7ziHf237zyzKnXOVX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.8125rem;left:59.375rem;overflow:hidden;display:block; }
#E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:3.8125rem;left:29.9375rem;overflow:hidden;display:block; }
#SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.25rem;left:32.4375rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"red hat display";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.5rem;left:32.4375rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.099609375rem;left:42.8125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"red hat display";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:6.4873046875rem;left:0.8125rem;height:4.546875rem;text-align:left;text-align-last:left;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3d80;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:13.75rem;height:2.4375rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucpq59EPFtf85DxW4bxEbCsHL4cdRcyA { width:6.875rem;height:2.0625rem;top:1.78125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d81523bb-5232-464e-a1f1-d1a820977b62/MaskGroup33.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.adaptive-delivery-prevent-bg, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyload, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyloading { background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { background-color: transparent; background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232936; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232936; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .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); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { width:47.75rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WxC3pKUDxcvkzzCTvS2EG05nf2BVro4i { width:45.625rem;height:4.875rem;top:0.9375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJJi4GNQGwyu74qhGIG9mZF8CgP7owJF { width:37.6875rem;height:4.0625rem;top:26.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lkhddv7iSGPfFE6PTiPvuLhU7vZMC95s { display:block; }
 }@media only screen and (max-width: 1199px) { #IOr6DgAOdzmy5rDBzr1wgaKZOh9xhECM { width:45.625rem;height:6.5rem;top:6.5625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vzz29WU4qrx7TL7yuimKxReTAfGReePP { width:45.625rem;height:1.625rem;top:14.5625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3C45wViZ3kUHzWXNHfxEH36gnIu2iuv { width:45.625rem;height:1.0556625rem;top:22.6875rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-text.counter-number { padding-top:0.36125rem;padding-right:0.320625rem;padding-bottom:0.36125rem;padding-left:0.320625rem;width:1.923125rem;min-width:1.923125rem;height:1.9425rem;font-size:1.445625rem;line-height:31.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.225625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.56375rem;height:0.768125rem;font-size:0.541875rem;line-height:12.29px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf { display:flex;width:13.25rem;height:3.6875rem;top:13.0625rem;left:33.5830078125rem;padding-top:0.451875rem;padding-right:0.458125rem;padding-bottom:0.451875rem;padding-left:0.458125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #TTHDJ5Ereu4qvlT5rqZQxTZhnKFAMRrG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #PpseZnb32niWRZlfLsMNKX651AT6nTd5 {  }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #gDgkxZru7nkPcmm4FafeHJdyI4cfHZg9 {  }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #ilTAzP0cm6fqI3N261qoAQtxoi4gSnS6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #Q0gQptnyc7HTo8eTWCTmDRxQ8UeX7KwO {  }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #GMTTRhVrMd7C4eUObAdZM82UxVDtVcKV {  }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #KA251eZEfT0phau0wm9eIFNzC1EdvSdA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #FXnMqWOt0fJbEcBUdZ9wLAT6mk7vvZQO {  }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #RwNyFICLnlm8Rbqo7KNkNcUzlgtwJPVz {  }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #fKR76MsvNNP6aMfefD1SaQ69TDKuVUR1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #lSKGPHAGHyGZa3HNcn87FUuQBTPxBlB0 {  }
 }@media only screen and (max-width: 1199px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #SKXObI8bZBK8TKllEcJxcTwVbcF91CIu {  }
 }@media only screen and (max-width: 1199px) { #NLp0EZZ7NbSqHCXTFhvuFOeqesS3K0Ux { width:45.625rem;height:3.25rem;top:17.875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RnxoJ4mhNJTI65Rwc12R9SWV76xne1Dh { width:8.625rem;height:8.625rem;top:11.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ { display:block; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JFu2RBa60eeEGET2UEpLVPFSukJnafeK { width:39.1875rem;height:3.736325rem;top:1.1000003814698rem;left:4.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW { display:block; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A1q14WEsRF4MJIOtwk5rRrimuKyd4WiC { width:11.625rem;height:22.5625rem;top:1.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTZvEX7CH1dHtO4EGoOpfqlFW2QDcisv { width:11.75rem;height:4.3125rem;top:20rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QokfTXP7yaK4gJmtnG7Pz0DHVJBtylQ4 { width:10.8125rem;height:2.6rem;top:2.3125rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ev7CX9T6KdUzArOWuCZNcxnCQPaT1kbo { width:11.625rem;height:22.5625rem;top:1.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ak84ghuhU4X9hG4O13Walx2q23FFnZRN { width:10.5625rem;height:2.6rem;top:2.3125rem;left:18.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHKHorwSb2O3XgK72WJcqEKcorwEQ86G { width:11.625rem;height:4.375rem;top:19.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpmCQKrpGlAiOC16cqx9XKJyCTQsO28C { width:11.625rem;height:22.5625rem;top:1.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJHemMhNPEn9KF6PF05ZaIErwKPxgFs8 { width:10.8125rem;height:3.89941875rem;top:2.3125rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pR3WS7Q7waJWGayEl1NWdvrtoSBTWRJE { width:11.75rem;height:4.4375rem;top:19.875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #duQzlctgyQp9DsNK6nSff4TOUeCWpfko { width:10.8125rem;height:9.098625rem;top:10.27499961853rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1FFp8keB0N9LETh9z8lMtkWDAX3orUc { width:10.8125rem;height:9.098625rem;top:10.27499961853rem;left:18.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ngaf51h6dlZIl4UQvGuD0D0FPy5QBiBe { width:10.8125rem;height:9.098625rem;top:10.27499961853rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4y9Pe8uQqaibhTrLKippCXTwX2LUhTq { width:5rem;height:5rem;top:4.9125003814697rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV0tA8KGQfhalGL7xiki4xkTbEbZUK79 { width:3.125rem;height:3.125rem;top:5.8500003814697rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOtX6d5VEg9zii38TXHv17T1lnKZV3Wp { width:3.125rem;height:3.125rem;top:5.8500003814697rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU { display:block; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f7KIqg1b17imTAJJnPZpReKFCd0RTcbK { width:11.625rem;height:22.5625rem;top:1.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tQS70F2L5t50ZwOZsCzALHbXDZC6OItl { width:11.625rem;height:22.5625rem;top:1.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JROuf1ZzoU18OB7qzD1c1Tc3TpqCGBT2 { width:11.625rem;height:4.375rem;top:19.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvisemOzMUHlL8E21mMGCDr0A8euvblO { width:11.625rem;height:22.5625rem;top:1.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gXBhyNlt3g9QerdxP9FVUMWPA1qvN1Vy { width:11.625rem;height:4.375rem;top:19.9375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zk86pDwXJTCM6nOA170VdnShiJfLfeyi { width:10.8125rem;height:3.89941875rem;top:2.3125rem;left:18.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbGcW4DwDvznztcBq3saFIlNLUgD2hoc { width:10.8125rem;height:7.7988125rem;top:10.887500762939rem;left:18.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pUpWTaKS23Aaq4L1X8P5b2blMXt5JovH { width:4.5rem;height:4.5rem;top:5.5625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CA6K6Afv04lUZbIuVm8QnUiXBw9JBx8o { width:4.5rem;height:4.5rem;top:5.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oB4cvqXeQhREUMSeSDa7D0EaxO4DHce5 { width:10.8125rem;height:2.6rem;top:2.3125rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7O7fgVqLWZscguR3vaIq4AekwASc0MH { width:10.8125rem;height:9.098625rem;top:10.89999961853rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hn27UWJvg3zfqswA9vJZss2Am4Cn9eFe { width:10.8125rem;height:2.6rem;top:2.3125rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Twim6kI28DyfQbssmVQl7l7cZUEURTxe { width:10.8125rem;height:9.098625rem;top:10.962501525879rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgnHS5y0XQhPBHL8J5Lzfc4zoTPKaJnD { width:3.125rem;height:3.125rem;top:6.2124996185303rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qw4LwclIO5a2n8obdB3kCQGrgdLLDzIa { width:11.6875rem;height:4.3125rem;top:20rem;left:5.96875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #aDexwT62mTAqeQE5rLv90gJHuGntXUVo { display:block; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { width:47.75rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BGQLaHPTzP94QbuMrK7NA99DERodOmXZ { width:14.5rem;height:3rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1ZVfBtmVP1khr1U6OFwPaPGJMUi5VAm { display:block; }
 }@media only screen and (max-width: 1199px) { #Td3G5lRrO2EbRZ0BA8CA41eQ464MCAVX { width:47.75rem;height:4.875rem;top:6.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmaZVqpI4lCntzR94RD7PLSbc7IG7JZq { width:47.75rem;height:10.7226625rem;top:12.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo { width:47.75rem;height:18.5810625rem;top:25.4775390625rem;left:0rem;font-size:1.125rem;display:block; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e5e9d4ec-811c-4dc9-bac1-af6dfdfaa3f2/check.png); }
 }@media only screen and (max-width: 1199px) { #TKe5HvFn2TZxUScLwOd98DpWIShc2nT4 { width:47.75rem;height:0.125rem;top:24.1025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eb1x8fmtwiONO1HcI6MzIyNSv4Or3tzX { width:47.75rem;height:0.125rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVrDLzylFsVTR0PyhRtyKI54gozcgGuC { width:30.75rem;height:4.0625rem;top:47.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z87ioQ9mDkdAXlyIgx8VGNpsWTT3JxMA { display:block; }
 }@media only screen and (max-width: 1199px) { #UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA { display:block; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #httthzbtJdrn4d9rgLmVKGCVt7QnUAM6 { width:47.75rem;height:1.86875rem;top:2.0031242370606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeOztaA8zQINyty3Rymn0AQO1VJkAqho { display:block; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { width:47.75rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xThSJOLdUuzNgWyRBDP8GFBXsgtt6KkF { width:8.625rem;height:8.75rem;top:1.5rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STyCvK8U95x8GcHTnI5xe2BJe0J1J88x { width:11.25rem;height:1.29980625rem;top:11.8125rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElXwgTmGun9gQzSyvkIhnW3FLnoRHHiT { width:11.375rem;height:5.2rem;top:13.9375rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hEka60fvnDmECF0z48U2OeXTbbpNDG0z { width:11.375rem;height:3.9rem;top:13.9375rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCWpCZCTZ7LzUkynEOdTwMPZaWcCRtOI { width:11.25rem;height:1.29980625rem;top:11.8125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuXSLR730cdQGDnkIrKmJJD6hSVFs01n { width:8.625rem;height:8.75rem;top:1.5rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GyD1UbLsaWrUg1vC5XhA1pxix7K783MF { width:8.625rem;height:8.75rem;top:1.5rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzSPT0v2sb2CVtahIJtTERNqRN8oeIA5 { width:11.6875rem;height:2.5996125rem;top:11.625rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHw0w986f9Q0rE6Io86g7BGR6BClEd57 { width:11.375rem;height:5.2rem;top:14.48828125rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCW4qLLQa7tEha2XyPcF3B8JBX3CpHJN { width:8.625rem;height:8.75rem;top:1.875rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xy1e8xRRDwGJXGcptVeLrxTcEq7RbtnN { width:11.25rem;height:2.5996125rem;top:11.8125rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wESfzqCnqbNz1TPHSmFLp8UK6AFVZ0Ta { width:11.375rem;height:1.29980625rem;top:14.5869140625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV { display:block; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SLv8taLd9nzGRFrTSwmftaubzVHGXkdf { width:47.75rem;height:3.736325rem;top:1.7875003814698rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT { display:block; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row .container { width:47.75rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AywDN8EmkuQG3XoildudIl2UZ9cvEtF5 { width:46.875rem;height:26.3125rem;top:0.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 { display:block; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wOmH2eFT6DyHN04oIDvJLEykEy1P62Tc { width:33.0625rem;height:3.736325rem;top:1.6000003814698rem;left:7.34375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz { display:block; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { width:47.75rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wUl1xyChiiHs0PnZ8WgqrG0ETQBAEk4F { width:47.625rem;height:57.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tt9BbnwmpU4eRfXsfCItgMou3MOc3Ko0 { width:36.5625rem;height:1.4625rem;top:2.875rem;left:1.6812496185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xk150s2Cf34hdkzg9GlhHkMIp6FDTTpu { width:28.125rem;height:1.4625rem;top:5.1875rem;left:1.6812496185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBJx95OCpWN0sy5nyDpuQ0ZT58Mqgubb { width:27.75rem;height:19.0048625rem;top:8.40625rem;left:1.6812496185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gt0X4hup0OdkFqZ6gqE25m8T22ScXWL2 { width:17.9375rem;height:14.3125rem;top:5.1875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrdT0M6DQsufhpMlwcOwdWLzghIVF6DE { width:26.75rem;height:26.31444375rem;top:29.375rem;left:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LizLGxaHyTeFzeyyhAHTe7GZKfXk9RM2 { width:14.375rem;height:14.3125rem;top:29.375rem;left:1.6812496185302rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIX33ZFNndlFI13oKtLT9xB496VxiUxI { display:block; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row .container { width:47.75rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ETHT2W5t6glk64SJfWxwie0obI275Kim { width:47.625rem;height:50.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STO1BoOzd4lJ19BmE7NUN2TNZvkplXX5 { width:6.625rem;height:1.4625rem;top:3.5rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7pBW01KZE3aLrRcVu5mRFFznJlWc6y6 { width:17.9375rem;height:14.375rem;top:26.69375038147rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcbQkKU5QARwIeaiMKIIrZxDrbOlq1US { width:21.0625rem;height:1.4625rem;top:6.2385416030884rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ooGBf0L2z6mqJBvDmZJ7iLVygIPMbcL3 { width:22.875rem;height:7.3095625rem;top:17.563541412354rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGObMydO8vUOuHvmoirhavtu6CT82rkc { width:18.5625rem;height:12rem;top:6.2385416030884rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zg3hJHvv6qysHFFVSsgru0JA66PZv916 { width:23.6875rem;height:21.9287rem;top:26.69375038147rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0JpBC1m8DRGFs0gAS4Wbognnxb2NIhT { width:22.125rem;height:7.30956875rem;top:8.7885417938231rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n { display:block; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XRgUHeqTNC2SPopmsZqv7hX8lFGpEt8J { width:30.75rem;height:4.0625rem;top:1.53125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXNhqt5xXDgPN5zWhoEasLGfDEeC7IgE { display:block; }
 }@media only screen and (max-width: 1199px) { #ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 { display:block; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eTpd5uTuI3liOLtDLx88eM7Jmf7MGKod { width:47.75rem;height:3.736325rem;top:1.15625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF { display:block; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row .container { width:47.75rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hi2lwW6Qa2FlhJBZp3vQ0recLaIiTCOP { width:23.875rem;height:6.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QA2GWK38GMTmbvHFSBJ2AVPQnb8dfF92 { width:23.75rem;height:1.86875rem;top:4.109375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptZKMtm49XTOMF0zwJFIasyCEQqthG6y { width:23.75rem;height:35.3125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zMebudNo8cq0zfA3vdTQyCTU1m9w7UoG { width:22.4375rem;height:18.047875rem;top:23.130207061767rem;left:0.71875rem;font-size:1rem;display:block; }#zMebudNo8cq0zfA3vdTQyCTU1m9w7UoG li:before{  }
 }@media only screen and (max-width: 1199px) { #DvlwMe7roPmLZKdrIkCZZzSOngiQopEA { width:23.75rem;height:35.3125rem;top:8.25rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TozkOrX9Tmq2Tmz2PfOAWb8X3k3eQaK3 { width:22.0625rem;height:18.985375rem;top:23.130207061767rem;left:24.78125rem;font-size:1rem;display:block; }#TozkOrX9Tmq2Tmz2PfOAWb8X3k3eQaK3 li:before{  }
 }@media only screen and (max-width: 1199px) { #rPOanlyd23bazeOI8VkvO7o5TJ56O31F { width:23.6875rem;height:6.25rem;top:2rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rO0w4bPDUSlPsThliBogOXUyJfbOCB6y { width:22.3125rem;height:1.86875rem;top:4.1906242370606rem;left:24.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPaTtTZUpsFC3nKmK0B2HZQTAyHcCw6b { width:20.625rem;height:1.3rem;top:9.5625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utd1k9E5UXZrTKMfyDipullXTt6sDoyK { width:17.25rem;height:9.5rem;top:12.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6QClnEmxL8OTmEHkdPcqgfIKZ13deAd { width:20.625rem;height:1.3rem;top:9.5625rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmMw4dd8XVykFSgUpD7NOLHlTHVPgpOl { width:17.25rem;height:9.5rem;top:12.5625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q { display:block; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row .container { width:47.75rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tCEFOfhLWsdk3SiXdaL1oNJn7aiLlXtk { width:23.875rem;height:6.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Swwkq81SHF39xQhi0qvAdc2AMyaXOu5W { width:23.75rem;height:1.86875rem;top:3.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bIF4GUaItDVmX50ZWT7WK0oongL2isJ8 { width:23.75rem;height:36.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DB8PeOG7ZDGecFWQ3NGufnTmX4ZN72R9 { width:22.9375rem;height:17.6855625rem;top:24.625rem;left:0.46875rem;font-size:1rem;display:block; }#DB8PeOG7ZDGecFWQ3NGufnTmX4ZN72R9 li:before{  }
 }@media only screen and (max-width: 1199px) { #TaCXI4WOkC84GlefFxgiuN2gCszBoDuT { width:23.625rem;height:36.75rem;top:8.25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N64A5w4ULdWgPN2SxfbORB2BQmc6C1xy { width:22.0625rem;height:18.047875rem;top:24.625rem;left:25.4375rem;font-size:1rem;display:block; }#N64A5w4ULdWgPN2SxfbORB2BQmc6C1xy li:before{  }
 }@media only screen and (max-width: 1199px) { #Tcu120pQ3zgWFFct2h75T908J6PNDxpA { width:23.5625rem;height:6.25rem;top:2rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Am5PCnBbHLG8FxhXffReHh9hwX96lA5O { width:22.3125rem;height:3.736325rem;top:3.2562503814698rem;left:24.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvVvucEayC3wpIJAxReyIWABnT9Jr7D4 { width:20.625rem;height:1.3rem;top:9.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F2SOshZxg2nqr15pVxKFDGGdGBcTlIqA { width:17.25rem;height:9.5rem;top:12.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzbsLfvCERJfluw1HW7NuUWS3mTegqx6 { width:17.25rem;height:9.5rem;top:12.5625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFDfhyUNAGdPtSya5zGApU762Q2savOZ { width:20.625rem;height:1.3rem;top:9.6875rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 { display:block; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U7IWcLoD5f9RWsIFNTDZi4Vd4Vz09deR { width:30.75rem;height:4.0625rem;top:2rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NF0G7E9dc0TAWIM5ZwirNLbMTCeqwOMk { display:block; }
 }@media only screen and (max-width: 1199px) { #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr { display:block; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fAMoo5VtXROby2qzfKatJTA8U3quCiT1 { width:18.75rem;height:23.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdNEvpwrKd6TMSKCWWXeUDw5UuRZVoMh { width:27.1875rem;height:3.736325rem;top:1.5625rem;left:19.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM { width:27.75rem;height:16.90725rem;top:7.4375rem;left:20rem;font-size:1.125rem;display:block; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3984a2bc-cf99-4a3e-b027-f1ec77e13446/Group3952.png); }
 }@media only screen and (max-width: 1199px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:47.75rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:47.5rem;height:53.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9DqFLLTkytEdTLx9eCnATZLr1TVFCQq { width:47.625rem;height:45.3125rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:45.875rem;height:42.25rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:36.8125rem;height:5.60449375rem;top:3.15625rem;left:6.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rz8a5bLcSSg6JaGy9FNCyFdzLg2hxyMT { width:47.75rem;height:2.4375rem;top:58.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PN0kdTzftpx86HJWmtDJupo54wkR91JK { width:47.75rem;height:2.4375rem;top:61.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQhqcRU6y3A7rT5NT3vMBe60PTa92NKv { width:37.625rem;height:2.4375rem;top:64.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2WOqa9bmbkhtk2mva0CqSuqqwFXJWTi { width:47.75rem;height:2.4375rem;top:64.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwuR9hKXdbSFahbOpp4JqTSUu5kgLod3 { width:47.75rem;height:4.875rem;top:68.310546875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fVkzJMLSyu55GTWWlnOEnAx5J1eZ9yP8 { width:45.9375rem;height:1.38125rem;top:76.242708206175rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLCzPhT0rNsBVl4p2pZooyIvX0IAl1Us { width:46.5rem;height:25.75rem;top:74.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCC0vR848BnLQVW7Vsz40AVrb5rmoekN { width:46.0625rem;height:15.421875rem;top:78.953125rem;left:1.6875rem;font-size:1.0625rem;display:block; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/80849348-f9b2-4ac3-baf0-5f783eed2077/a.svg); }
 }@media only screen and (max-width: 1199px) { #ANTTq7m4yt7EKHo5y4cUbRy26cU5eKJh { width:44.25rem;height:2.2734375rem;top:96.140625rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8CUOPdhXiQZULuBuqsBCOrWORc7ELk5 { width:5rem;height:5rem;top:2.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTmQta3Gsrf9D3qmrNH2ZaULkPn32DHk { width:0.875rem;height:0.9375rem;top:96.140625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { display:block; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { width:12.3125rem;height:3rem;top:2.015625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { width:12.4375rem;height:3.6738375rem;top:1.6796875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkeAx7ZblMJreunteM8X2qUr2mqcySTd { width:2.3125rem;height:2.3125rem;top:6.8125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goT43xyykx7qtEcLfaQTbGSlBmaEueCE { width:2.3125rem;height:2.3125rem;top:6.8125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2mO61fdaGNsPLa7ziHf237zyzKnXOVX { width:2.3125rem;height:2.3125rem;top:6.8125rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { width:1.625rem;height:1.625rem;top:2.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { width:9.375rem;height:1.225rem;top:2rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { width:9.375rem;height:1.225rem;top:3.125rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { width:9.375rem;height:1.225rem;top:2.90234375rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { width:27.75rem;height:6.12305625rem;top:5.84375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:12.5rem;height:2.1875rem;top:0.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpq59EPFtf85DxW4bxEbCsHL4cdRcyA { width:6.875rem;height:2.0625rem;top:5.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS { background-color:#232936;background-image:none;display:block; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { background-color: transparent; background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .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); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxC3pKUDxcvkzzCTvS2EG05nf2BVro4i { width:20rem;height:9.3408125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJJi4GNQGwyu74qhGIG9mZF8CgP7owJF { width:18.9375rem;height:2.75rem;top:39.25686875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkhddv7iSGPfFE6PTiPvuLhU7vZMC95s { display:block; }
 }@media only screen and (max-width: 763px) { #IOr6DgAOdzmy5rDBzr1wgaKZOh9xhECM { width:20rem;height:11.6953125rem;top:11.839875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vzz29WU4qrx7TL7yuimKxReTAfGReePP { width:20rem;height:3.8984375rem;top:24.7851875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3C45wViZ3kUHzWXNHfxEH36gnIu2iuv { width:20rem;height:1.21875rem;top:36.78811875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf { display:flex;width:18rem;height:5.0625rem;top:45.0693359375rem;left:0.5400390625rem; }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #TTHDJ5Ereu4qvlT5rqZQxTZhnKFAMRrG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #PpseZnb32niWRZlfLsMNKX651AT6nTd5 {  }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #gDgkxZru7nkPcmm4FafeHJdyI4cfHZg9 {  }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #ilTAzP0cm6fqI3N261qoAQtxoi4gSnS6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #Q0gQptnyc7HTo8eTWCTmDRxQ8UeX7KwO {  }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #GMTTRhVrMd7C4eUObAdZM82UxVDtVcKV {  }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #KA251eZEfT0phau0wm9eIFNzC1EdvSdA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #FXnMqWOt0fJbEcBUdZ9wLAT6mk7vvZQO {  }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #RwNyFICLnlm8Rbqo7KNkNcUzlgtwJPVz {  }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #fKR76MsvNNP6aMfefD1SaQ69TDKuVUR1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #lSKGPHAGHyGZa3HNcn87FUuQBTPxBlB0 {  }
 }@media only screen and (max-width: 763px) { #N4wTmFdo4SLNZnqom7sa4lHfCySbiaUf #SKXObI8bZBK8TKllEcJxcTwVbcF91CIu {  }
 }@media only screen and (max-width: 763px) { #NLp0EZZ7NbSqHCXTFhvuFOeqesS3K0Ux { width:20rem;height:5.60449375rem;top:29.933625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnxoJ4mhNJTI65Rwc12R9SWV76xne1Dh { display:flex;width:8.625rem;height:8.625rem;top:43.25686875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ { display:block; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFu2RBa60eeEGET2UEpLVPFSukJnafeK { width:20rem;height:5.60449375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW { display:block; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1q14WEsRF4MJIOtwk5rRrimuKyd4WiC { width:20rem;height:22.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZvEX7CH1dHtO4EGoOpfqlFW2QDcisv { width:20rem;height:3.4375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokfTXP7yaK4gJmtnG7Pz0DHVJBtylQ4 { width:20rem;height:1.4625rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev7CX9T6KdUzArOWuCZNcxnCQPaT1kbo { width:20rem;height:20.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak84ghuhU4X9hG4O13Walx2q23FFnZRN { width:20rem;height:1.4625rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHKHorwSb2O3XgK72WJcqEKcorwEQ86G { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpmCQKrpGlAiOC16cqx9XKJyCTQsO28C { width:20rem;height:20.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHemMhNPEn9KF6PF05ZaIErwKPxgFs8 { width:20rem;height:2.923825rem;top:48.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3WS7Q7waJWGayEl1NWdvrtoSBTWRJE { width:20rem;height:3.4375rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duQzlctgyQp9DsNK6nSff4TOUeCWpfko { width:15.375rem;height:7.3095625rem;top:10.9375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FFp8keB0N9LETh9z8lMtkWDAX3orUc { width:15.375rem;height:7.3095625rem;top:33.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngaf51h6dlZIl4UQvGuD0D0FPy5QBiBe { width:15.375rem;height:7.3095625rem;top:55.8125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4y9Pe8uQqaibhTrLKippCXTwX2LUhTq { width:5rem;height:5rem;top:28.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0tA8KGQfhalGL7xiki4xkTbEbZUK79 { display:flex;width:3.125rem;height:3.125rem;top:5.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LOtX6d5VEg9zii38TXHv17T1lnKZV3Wp { display:flex;width:3.125rem;height:3.125rem;top:51.362499237061rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU { display:block; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7KIqg1b17imTAJJnPZpReKFCd0RTcbK { width:20rem;height:22.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQS70F2L5t50ZwOZsCzALHbXDZC6OItl { width:20rem;height:20.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JROuf1ZzoU18OB7qzD1c1Tc3TpqCGBT2 { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvisemOzMUHlL8E21mMGCDr0A8euvblO { width:20rem;height:20.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXBhyNlt3g9QerdxP9FVUMWPA1qvN1Vy { width:20rem;height:3.4375rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk86pDwXJTCM6nOA170VdnShiJfLfeyi { width:15.1875rem;height:4.3857375rem;top:25.91250038147rem;left:2.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbGcW4DwDvznztcBq3saFIlNLUgD2hoc { width:16.6875rem;height:7.3095625rem;top:34.6875rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUpWTaKS23Aaq4L1X8P5b2blMXt5JovH { width:4.5rem;height:4.5rem;top:29.387499809265rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA6K6Afv04lUZbIuVm8QnUiXBw9JBx8o { width:4.5rem;height:4.5rem;top:6.41250038147rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB4cvqXeQhREUMSeSDa7D0EaxO4DHce5 { width:15.375rem;height:2.923825rem;top:48.262500762939rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7O7fgVqLWZscguR3vaIq4AekwASc0MH { width:16rem;height:5.84765625rem;top:57.174999237061rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn27UWJvg3zfqswA9vJZss2Am4Cn9eFe { width:15.375rem;height:2.923825rem;top:2.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twim6kI28DyfQbssmVQl7l7cZUEURTxe { width:16.3125rem;height:7.3095625rem;top:12.16250038147rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnHS5y0XQhPBHL8J5Lzfc4zoTPKaJnD { display:flex;width:3.125rem;height:3.125rem;top:52.300000190735rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Qw4LwclIO5a2n8obdB3kCQGrgdLLDzIa { width:20rem;height:3.4375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDexwT62mTAqeQE5rLv90gJHuGntXUVo { display:block; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGQLaHPTzP94QbuMrK7NA99DERodOmXZ { width:14.5rem;height:3rem;top:1.25rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZVfBtmVP1khr1U6OFwPaPGJMUi5VAm { display:block; }
 }@media only screen and (max-width: 763px) { #Td3G5lRrO2EbRZ0BA8CA41eQ464MCAVX { width:20rem;height:9.097625rem;top:5.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmaZVqpI4lCntzR94RD7PLSbc7IG7JZq { width:20rem;height:14.625rem;top:15.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo { width:20rem;height:39.047875rem;top:33rem;left:0rem;font-size:1.125rem;display:block; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e5e9d4ec-811c-4dc9-bac1-af6dfdfaa3f2/check.png); }
 }@media only screen and (max-width: 763px) { #TKe5HvFn2TZxUScLwOd98DpWIShc2nT4 { width:20rem;height:0.125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb1x8fmtwiONO1HcI6MzIyNSv4Or3tzX { width:20rem;height:0.125rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVrDLzylFsVTR0PyhRtyKI54gozcgGuC { width:19rem;height:4.0625rem;top:74.875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z87ioQ9mDkdAXlyIgx8VGNpsWTT3JxMA { display:block; }
 }@media only screen and (max-width: 763px) { #UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA { display:block; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #httthzbtJdrn4d9rgLmVKGCVt7QnUAM6 { width:20rem;height:3.736325rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOztaA8zQINyty3Rymn0AQO1VJkAqho { display:block; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xThSJOLdUuzNgWyRBDP8GFBXsgtt6KkF { width:8.625rem;height:8.75rem;top:0.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyCvK8U95x8GcHTnI5xe2BJe0J1J88x { width:12.5rem;height:1.3rem;top:10.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElXwgTmGun9gQzSyvkIhnW3FLnoRHHiT { width:12.5rem;height:3.9rem;top:12.862499237061rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEka60fvnDmECF0z48U2OeXTbbpNDG0z { width:12.5rem;height:3.9rem;top:30.1992234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCWpCZCTZ7LzUkynEOdTwMPZaWcCRtOI { width:12.5rem;height:1.29980625rem;top:27.6494171875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuXSLR730cdQGDnkIrKmJJD6hSVFs01n { width:8.625rem;height:8.75rem;top:17.6494171875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyD1UbLsaWrUg1vC5XhA1pxix7K783MF { width:8.625rem;height:8.75rem;top:35.34765625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzSPT0v2sb2CVtahIJtTERNqRN8oeIA5 { width:13.875rem;height:1.29980625rem;top:45.34765625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHw0w986f9Q0rE6Io86g7BGR6BClEd57 { width:12.5rem;height:5.2rem;top:47.47265625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCW4qLLQa7tEha2XyPcF3B8JBX3CpHJN { width:8.625rem;height:8.75rem;top:53.921875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1e8xRRDwGJXGcptVeLrxTcEq7RbtnN { width:13.875rem;height:2.5996125rem;top:63.921875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wESfzqCnqbNz1TPHSmFLp8UK6AFVZ0Ta { width:12.5rem;height:1.29980625rem;top:67.7714875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV { display:block; }#bvzIUe0Q1OOWkMC8iykuVBte5I1dViRV > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLv8taLd9nzGRFrTSwmftaubzVHGXkdf { width:20rem;height:5.6044875rem;top:1.1031246185302rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT { display:block; }#VMh5TrwFXJREQSsUNGUuhwVDRLcGcrRT > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AywDN8EmkuQG3XoildudIl2UZ9cvEtF5 { width:20rem;height:11.25rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 { display:block; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOmH2eFT6DyHN04oIDvJLEykEy1P62Tc { width:20rem;height:7.472625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz { display:block; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUl1xyChiiHs0PnZ8WgqrG0ETQBAEk4F { width:19.875rem;height:107.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt9BbnwmpU4eRfXsfCItgMou3MOc3Ko0 { width:5.9375rem;height:1.4625rem;top:2.5625rem;left:7.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk150s2Cf34hdkzg9GlhHkMIp6FDTTpu { width:13.4375rem;height:2.923825rem;top:5.875rem;left:3.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJx95OCpWN0sy5nyDpuQ0ZT58Mqgubb { width:18.9375rem;height:24.85251875rem;top:10.523958206177rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt0X4hup0OdkFqZ6gqE25m8T22ScXWL2 { width:20rem;height:16.0125rem;top:36.136459350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrdT0M6DQsufhpMlwcOwdWLzghIVF6DE { width:18.625rem;height:33.62401875rem;top:53.824999809265rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LizLGxaHyTeFzeyyhAHTe7GZKfXk9RM2 { width:20rem;height:19.8875rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIX33ZFNndlFI13oKtLT9xB496VxiUxI { display:block; }#IIX33ZFNndlFI13oKtLT9xB496VxiUxI > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETHT2W5t6glk64SJfWxwie0obI275Kim { width:19.875rem;height:86.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO1BoOzd4lJ19BmE7NUN2TNZvkplXX5 { width:6.0625rem;height:1.4625rem;top:2.6875rem;left:6.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pBW01KZE3aLrRcVu5mRFFznJlWc6y6 { width:20rem;height:16.0948125rem;top:71.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbQkKU5QARwIeaiMKIIrZxDrbOlq1US { width:20rem;height:2.923825rem;top:6.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooGBf0L2z6mqJBvDmZJ7iLVygIPMbcL3 { width:18.8125rem;height:8.771475rem;top:20.575000762939rem;left:0.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGObMydO8vUOuHvmoirhavtu6CT82rkc { width:20rem;height:13.0166875rem;top:31.03750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3hJHvv6qysHFFVSsgru0JA66PZv916 { width:18.4375rem;height:24.8525375rem;top:45.6875rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JpBC1m8DRGFs0gAS4Wbognnxb2NIhT { width:19.125rem;height:8.771475rem;top:10.52499961853rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n { display:block; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRgUHeqTNC2SPopmsZqv7hX8lFGpEt8J { width:20rem;height:4.0625rem;top:1.65625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXNhqt5xXDgPN5zWhoEasLGfDEeC7IgE { display:block; }
 }@media only screen and (max-width: 763px) { #ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 { display:block; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTpd5uTuI3liOLtDLx88eM7Jmf7MGKod { width:20rem;height:5.6044875rem;top:0.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF { display:block; }#sCMMnrnIPu2AkJ63D34rOdV2o47gOhGF > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hi2lwW6Qa2FlhJBZp3vQ0recLaIiTCOP { width:20rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA2GWK38GMTmbvHFSBJ2AVPQnb8dfF92 { width:20rem;height:1.86875rem;top:3.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptZKMtm49XTOMF0zwJFIasyCEQqthG6y { width:20rem;height:37.625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMebudNo8cq0zfA3vdTQyCTU1m9w7UoG { width:19.1875rem;height:19.347625rem;top:24.375rem;left:0.40625rem;font-size:1rem;display:block; }#zMebudNo8cq0zfA3vdTQyCTU1m9w7UoG li:before{  }
 }@media only screen and (max-width: 763px) { #DvlwMe7roPmLZKdrIkCZZzSOngiQopEA { width:20rem;height:37.75rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TozkOrX9Tmq2Tmz2PfOAWb8X3k3eQaK3 { width:18.9375rem;height:18.985375rem;top:69.8125rem;left:0.53125rem;font-size:1rem;display:block; }#TozkOrX9Tmq2Tmz2PfOAWb8X3k3eQaK3 li:before{  }
 }@media only screen and (max-width: 763px) { #rPOanlyd23bazeOI8VkvO7o5TJ56O31F { width:20rem;height:6.25rem;top:47.4853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO0w4bPDUSlPsThliBogOXUyJfbOCB6y { width:20rem;height:1.86875rem;top:49.4228515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPaTtTZUpsFC3nKmK0B2HZQTAyHcCw6b { width:20rem;height:1.29980625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utd1k9E5UXZrTKMfyDipullXTt6sDoyK { width:17.25rem;height:9.5rem;top:12.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6QClnEmxL8OTmEHkdPcqgfIKZ13deAd { width:20rem;height:1.29980625rem;top:55.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmMw4dd8XVykFSgUpD7NOLHlTHVPgpOl { width:17.25rem;height:9.5rem;top:57.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q { display:block; }#vRB8HM7AwXmtZDfAIzJNMrnVmgtE662Q > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCEFOfhLWsdk3SiXdaL1oNJn7aiLlXtk { width:20rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swwkq81SHF39xQhi0qvAdc2AMyaXOu5W { width:20rem;height:1.86875rem;top:3.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIF4GUaItDVmX50ZWT7WK0oongL2isJ8 { width:20rem;height:38.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB8PeOG7ZDGecFWQ3NGufnTmX4ZN72R9 { width:18.75rem;height:20.285125rem;top:23.5625rem;left:0.625rem;font-size:1rem;display:block; }#DB8PeOG7ZDGecFWQ3NGufnTmX4ZN72R9 li:before{  }
 }@media only screen and (max-width: 763px) { #TaCXI4WOkC84GlefFxgiuN2gCszBoDuT { width:20rem;height:38.25rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N64A5w4ULdWgPN2SxfbORB2BQmc6C1xy { width:18.75rem;height:19.347625rem;top:73.75rem;left:0.625rem;font-size:1rem;display:block; }#N64A5w4ULdWgPN2SxfbORB2BQmc6C1xy li:before{  }
 }@media only screen and (max-width: 763px) { #Tcu120pQ3zgWFFct2h75T908J6PNDxpA { width:20rem;height:8rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am5PCnBbHLG8FxhXffReHh9hwX96lA5O { width:20rem;height:3.736325rem;top:51.693748474121rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVvucEayC3wpIJAxReyIWABnT9Jr7D4 { width:20rem;height:1.29980625rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2SOshZxg2nqr15pVxKFDGGdGBcTlIqA { width:17.25rem;height:9.5rem;top:12.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzbsLfvCERJfluw1HW7NuUWS3mTegqx6 { width:17.25rem;height:9.5rem;top:62.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFDfhyUNAGdPtSya5zGApU762Q2savOZ { width:20rem;height:1.3rem;top:58.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 { display:block; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7IWcLoD5f9RWsIFNTDZi4Vd4Vz09deR { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0G7E9dc0TAWIM5ZwirNLbMTCeqwOMk { display:block; }
 }@media only screen and (max-width: 763px) { #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9aa682aa-fcb5-456b-9c61-d55d82d87e46/MaskGroup32.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.adaptive-delivery-prevent-bg, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyload, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyloading { background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { background-color: transparent; background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .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); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAMoo5VtXROby2qzfKatJTA8U3quCiT1 { width:20rem;height:25.240625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdNEvpwrKd6TMSKCWWXeUDw5UuRZVoMh { width:18.25rem;height:9.75rem;top:26.90625rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM { width:18.5625rem;height:18.047875rem;top:38.11562538147rem;left:0.71875rem;font-size:1rem;display:block; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3984a2bc-cf99-4a3e-b027-f1ec77e13446/Group3952.png); }
 }@media only screen and (max-width: 763px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:20rem;height:111.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:19.875rem;height:53.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9DqFLLTkytEdTLx9eCnATZLr1TVFCQq { width:19.875rem;height:53.125rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:17.625rem;height:33.3125rem;top:17.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:19.25rem;height:8.125rem;top:8.84375rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rz8a5bLcSSg6JaGy9FNCyFdzLg2hxyMT { width:20rem;height:2.03125rem;top:57.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN0kdTzftpx86HJWmtDJupo54wkR91JK { width:20rem;height:2.03125rem;top:60.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQhqcRU6y3A7rT5NT3vMBe60PTa92NKv { width:2.5rem;height:2.03125rem;top:63.6875rem;left:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WOqa9bmbkhtk2mva0CqSuqqwFXJWTi { width:8.75rem;height:2.03125rem;top:63.625rem;left:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuR9hKXdbSFahbOpp4JqTSUu5kgLod3 { width:20rem;height:3.25rem;top:66.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVkzJMLSyu55GTWWlnOEnAx5J1eZ9yP8 { width:19.3125rem;height:1.38125rem;top:73.9375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCzPhT0rNsBVl4p2pZooyIvX0IAl1Us { width:20rem;height:37.1875rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCC0vR848BnLQVW7Vsz40AVrb5rmoekN { width:19.3125rem;height:26.46875rem;top:76.5625rem;left:0.6875rem;font-size:1.0625rem;display:block; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/80849348-f9b2-4ac3-baf0-5f783eed2077/a.svg); }
 }@media only screen and (max-width: 763px) { #ANTTq7m4yt7EKHo5y4cUbRy26cU5eKJh { width:17.0625rem;height:4.546875rem;top:103.6875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8CUOPdhXiQZULuBuqsBCOrWORc7ELk5 { width:5rem;height:5rem;top:2.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmQta3Gsrf9D3qmrNH2ZaULkPn32DHk { width:0.875rem;height:0.9375rem;top:103.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { background-color:#242935;background-image:none;display:block; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { background-color: transparent; background-image: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .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); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { width:10.75rem;height:2.5625rem;top:11.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { width:19.4375rem;height:3.14941875rem;top:1.7099609375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkeAx7ZblMJreunteM8X2qUr2mqcySTd { width:2.0625rem;height:2.0625rem;top:14.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goT43xyykx7qtEcLfaQTbGSlBmaEueCE { width:2.0625rem;height:2.0625rem;top:14.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mO61fdaGNsPLa7ziHf237zyzKnXOVX { width:2.0625rem;height:2.0625rem;top:14.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { width:1.625rem;height:1.625rem;top:7.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { width:6.25rem;height:1.4875rem;top:6.5625rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { width:8.1875rem;height:1.6625rem;top:7.9375rem;left:3.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { width:7.875rem;height:1.4875rem;top:7.318359375rem;left:12.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { width:18.75rem;height:6.2988375rem;top:19.3125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }