.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,31,31,0.98); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,31,31,0.98); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: block; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af4ab5c8-f76d-44b7-a164-d3c10fb28004/imasdasd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN.adaptive-delivery-prevent-bg, #AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN.lazyload, #AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN.lazyloading { background-image: none; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container { background-color: transparent; background-image: none; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container > .video-iframe-container { display: none; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row > .video-iframe-container { display: none; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .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); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container { border-width: 0; border-radius: 0; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#tZoK4aUZE1D11g0nBTk2gwIXKTTFeIWn { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:inter;font-size:3.625rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:18.1171875rem;left:0rem;height:11.9619375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7hs1uo5q2tept4HbSCXqT9352bx5pe9 { background-color:#f8d260;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:39.3125rem;left:0rem;display:block; }
#Ha8XCWt8FzcTPNTQ8AJV63MGdaLmwGAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1CgE6FTfuulwvyWR84oVf13bh2rme7a { 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:1.4375rem;width:9.875rem;top:3.84375rem;left:0rem;overflow:hidden;display:block; }
#hMsSp17Xx1rK0lGQb1TLlr2BzJHLhVp9 { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:30.875rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kP0hB14fwN5FhGUmV7QtqJ72Eyocw9iv { background-color:#1f1f1f;background-image:none;border-top:0.125rem solid #f8d260;border-left:0.125rem solid #f8d260;border-right:0.125rem solid #f8d260;border-bottom:0.125rem solid #f8d260;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8d260;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.3125rem;left:17.1875rem;display:block; }
#scg7b46EZ0BqO3qgixWlF6796MrkOXJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCRTT71NfKH10SJ13w2TkGvURIA7TRhy { color:#f8d260;display:block;width:41.4375rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.375rem;height:3.0874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwdODfa0lTxDZW0EztBXzqgXt5aSIIi1 { 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:3.25rem;width:3.25rem;top:12.5rem;left:0rem;overflow:hidden;display:block; }
#mE96ASnL8ziGp58pgWcFaeBLInfmuiOy { 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:1.25rem;width:7.8125rem;top:15.75rem;left:55.1875rem;overflow:hidden;display:block; }
#yWA4gIAtRe0OwUNswDyL45BI5mzC53UM { color:rgba(255,255,255,0.6);display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:10.46875rem;left:59.875rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RuGi75LAJMbE8mmfWVTb9eLMeMemmTGD { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:21.1875rem;left:54.875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsVBxVoG1rPDhRmGONA4Ghp2dAiQplMA { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:24.3125rem;left:54.875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icsdqWvDUxPu4db6xayUQXZKo6wSPuTg { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:31.8125rem;left:54.875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VExB79U84yozl6vq4HDFW3Lm3H1sJB2e { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:29.2509765625rem;left:54.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpaA4URVLztqK9uuG0Bl6PkvAAadobFn { box-sizing:content-box;height:3.125rem;width:12.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.3);background-image:none;top:36.8125rem;left:55.1875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#TZKqad9arfRNZXQo1FI1tJCvfco3veHv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.8251953125rem;left:55.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVvGhQSPLAyGJB0aF3nFIbnNTppV8TAx { 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:25.9375rem;width:20rem;display:none; }
#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row .container { background-color: transparent; background-image: none; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row .container > .video-iframe-container { display: none; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row > .video-iframe-container { display: none; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .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); }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row .container { border-width: 0; border-radius: 0; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ISP2cCE4hMo6y7tnCLT2NoGXK6WvWPHD { box-sizing:content-box;height:3.4375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a651ae29-0dab-4f1c-b30e-c10b3fd12011/logos.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.6875rem;left:0rem;display:block; }#ISP2cCE4hMo6y7tnCLT2NoGXK6WvWPHD.adaptive-delivery-prevent-bg, #ISP2cCE4hMo6y7tnCLT2NoGXK6WvWPHD.lazyload, #ISP2cCE4hMo6y7tnCLT2NoGXK6WvWPHD.lazyloading { background-image: none; }
#wPUaWRk9aZ0Qg6aCEUPqiO9MaM9eeN4I { box-sizing:content-box;height:10.5rem;width:4.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f1f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1f1f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1f1f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1f1f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1f1f1f, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;display:block; }
#dMeTkipklTGsgiDm0a3BPSavT3y6DeM6 { box-sizing:content-box;height:10.5rem;width:4.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1f1f1f);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1f1f1f);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1f1f1f);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1f1f1f' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1f1f1f);background-size:auto !important;top:0rem;left:70.6875rem;display:block; }
#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr { position:relative;display:block; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr { background-color: transparent; background-image: none; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row .container > .video-iframe-container { display: none; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row > .video-iframe-container { display: none; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .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); }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr { border-width: 0; border-radius: 0; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sT3ZTairAb2JgTz290XT2u0umngp42uO { position:relative;display:block; }#sT3ZTairAb2JgTz290XT2u0umngp42uO { background-color: transparent; background-image: none; }#sT3ZTairAb2JgTz290XT2u0umngp42uO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row .container > .video-iframe-container { display: none; }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row > .video-iframe-container { display: none; }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .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); }#sT3ZTairAb2JgTz290XT2u0umngp42uO { border-width: 0; border-radius: 0; }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row .container { border-top:0.1875rem solid #f8d260;border-left:0.1875rem solid #f8d260;border-right:0.1875rem solid #f8d260;border-bottom:0.1875rem solid #f8d260;background-color:transparent;background-image: -webkit-linear-gradient(166deg, rgba(248,210,96,0.19), rgba(0,0,0,0));background-image: -moz-linear-gradient(166deg, rgba(248,210,96,0.19), rgba(0,0,0,0));background-image: -ms-linear-gradient(166deg, rgba(248,210,96,0.19), rgba(0,0,0,0));background-image: -o-linear-gradient(166deg, rgba(248,210,96,0.19), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d26030', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d26030', endColorstr='#00000000' );";background-image: linear-gradient(166deg, rgba(248,210,96,0.19), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#xHmvMmo7oU6ZmukqZNGRXgZ9LHdUkCoZ { color:#f8d260;display:block;width:75rem;position:absolute;font-family:"inter new";font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:10.5625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WT0BG0mh6O5PzsyeykQZuOSNJqT3m2ax { color:#ffffff;display:block;width:63.375rem;position:absolute;font-family:"inter new";font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:28.125rem;left:5.8125rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuqLEtyQaS0ozwlsE0tnLXQwbOiHI2Z3 { color:#ffffff;display:block;width:66.6875rem;position:absolute;font-family:"inter new";font-size:3.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:13.5rem;left:4.1875rem;height:12.786625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row .container { background-color: transparent; background-image: none; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row .container > .video-iframe-container { display: none; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row > .video-iframe-container { display: none; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .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); }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row .container { border-width: 0; border-radius: 0; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#EAaTSx5bLsVVnThCft0F0MPEVCXq1vyy { color:#ffffff;display:block;width:69.25rem;position:absolute;font-family:"inter new";font-size:3.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:10.9375rem;left:2.875rem;height:8.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2UzcVcaKegTRCBU7b2xQo4mIep7o8ce { color:#f8d260;display:block;width:75rem;position:absolute;font-family:"inter new";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieqouaeGTdashlfnV7FSdMT9i5d71TrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row .container { background-color: transparent; background-image: none; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row .container > .video-iframe-container { display: none; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row > .video-iframe-container { display: none; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .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); }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row .container { border-width: 0; border-radius: 0; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#EgkwQfgriEzU2shocg8dOZ6C7MEM8Js4 { box-sizing:content-box;height:31.5625rem;width:43.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #1f1f1f, #282828);background-image: -moz-linear-gradient(193deg, #1f1f1f, #282828);background-image: -ms-linear-gradient(193deg, #1f1f1f, #282828);background-image: -o-linear-gradient(193deg, #1f1f1f, #282828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#282828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#282828' );";background-image: linear-gradient(193deg, #1f1f1f, #282828);background-size:auto !important;top:4.53125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#L5L4cJRuxHSBFcOIwe8JxzVD9JSUMBoV { color:#ffffff;display:block;width:40rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:28.25rem;left:1.9375rem;height:4.38720625rem;font-style:normal;display:block; }
#cbQmsZUx9Z772SKbXT8UARvd1nCWBuuy { color:#f8d260;display:block;width:40rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.9248046875rem;left:1.9375rem;height:2.11230625rem;font-style:normal;display:block; }
#OdzBhxOq40Lt5ggiBZbQeh4QL43s47tJ { color:#f8d260;display:block;width:25.125rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.9375rem;left:48rem;height:2.11230625rem;font-style:normal;display:block; }
#OkaxxkC3X8w2XfKZ6McRR9FGa6hxfJlC { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.2490234375rem;left:48.0625rem;height:5.8496125rem;font-style:normal;display:block; }
#oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i { box-sizing:content-box;height:18.75rem;width:43.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/27bdfb4a-de89-4a5b-935c-5ce4e39562ee/imsds.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.59375rem;left:0rem;display:block; }#oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i.adaptive-delivery-prevent-bg, #oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i.lazyload, #oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i.lazyloading { background-image: none; }
#HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4 { box-sizing:content-box;height:18.75rem;width:28.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e554826a-c7ce-4b5c-a578-9bd19b375482/asdasd111.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.46875rem;left:46.1875rem;display:block; }#HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4.adaptive-delivery-prevent-bg, #HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4.lazyload, #HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4.lazyloading { background-image: none; }
#t5wixW2SH6zkSEziNXbC6p0At45VyrZO { box-sizing:content-box;height:31.5625rem;width:28.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f1f1f, #282828);background-image: -moz-linear-gradient(180deg, #1f1f1f, #282828);background-image: -ms-linear-gradient(180deg, #1f1f1f, #282828);background-image: -o-linear-gradient(180deg, #1f1f1f, #282828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#282828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#282828' );";background-image: linear-gradient(180deg, #1f1f1f, #282828);background-size:auto !important;top:4.53125rem;left:46.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR { position:relative;display:block; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR { background-color: transparent; background-image: none; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row .container > .video-iframe-container { display: none; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row > .video-iframe-container { display: none; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .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); }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR { border-width: 0; border-radius: 0; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RAf6zSJuKV7RuehLhlIVwZ74JrBIND74 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:23rem;left:33.1875rem;height:4.38720625rem;font-style:normal;display:block; }
#aNoNS7W3fesLON6C0kmxGBBZmBkZfQeK { color:#f8d260;display:block;width:40rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.6875rem;left:33.1875rem;height:2.11230625rem;font-style:normal;display:block; }
#KFGomWCnwQS2B2IR8cbAQNpXZEcBhgOw { color:#f8d260;display:block;width:25.125rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.875rem;height:2.11230625rem;font-style:normal;display:block; }
#Pl5KQTzq1dEHZFyHzKska5knl6UTEaAy { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.9375rem;left:1.9375rem;height:5.8496125rem;font-style:normal;display:block; }
#mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm { box-sizing:content-box;height:18.75rem;width:43.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/856bd353-dc1a-4cd3-a378-9a659077bcb4/img1233.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.375rem;left:31.25rem;display:block; }#mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm.adaptive-delivery-prevent-bg, #mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm.lazyload, #mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm.lazyloading { background-image: none; }
#OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH { box-sizing:content-box;height:17.8125rem;width:25.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8649adc1-b423-49ea-948c-b04d50332f2b/img122223.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.125rem;left:1.5625rem;display:block; }#OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH.adaptive-delivery-prevent-bg, #OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH.lazyload, #OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH.lazyloading { background-image: none; }
#qCsOGIIeXa8XxpwbolZmqitQkKrWJ2dM { box-sizing:content-box;height:31.5625rem;width:28.75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #1f1f1f, #282828);background-image: -moz-linear-gradient(193deg, #1f1f1f, #282828);background-image: -ms-linear-gradient(193deg, #1f1f1f, #282828);background-image: -o-linear-gradient(193deg, #1f1f1f, #282828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#282828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#282828' );";background-image: linear-gradient(193deg, #1f1f1f, #282828);background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#ZHqAekcW6irhTMnzRBIXyVnABT4KahQt { box-sizing:content-box;height:31.5625rem;width:43.75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #282828, #1f1f1f);background-image: -moz-linear-gradient(193deg, #282828, #1f1f1f);background-image: -ms-linear-gradient(193deg, #282828, #1f1f1f);background-image: -o-linear-gradient(193deg, #282828, #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );";background-image: linear-gradient(193deg, #282828, #1f1f1f);background-size:auto !important;top:0rem;left:31.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi { position:relative;display:block; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi { background-color: transparent; background-image: none; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row .container > .video-iframe-container { display: none; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row > .video-iframe-container { display: none; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .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); }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi { border-width: 0; border-radius: 0; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#naH9Rrtabm6TxM1O7LGZHM7KvKuA6nOE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter new";font-size:3.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:8.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFKMohcOEqNTTsNWsUWuuGXQobTcgNac { color:#f8d260;display:block;width:75rem;position:absolute;font-family:"inter new";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.75rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW { position:relative;display:block; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW { background-color: transparent; background-image: none; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row .container > .video-iframe-container { display: none; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row > .video-iframe-container { display: none; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .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); }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW { border-width: 0; border-radius: 0; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OOkLbKrPWaLBmTr70O2y5lDHWToIbCE3 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #282828, #1f1f1f);background-image: -moz-linear-gradient(193deg, #282828, #1f1f1f);background-image: -ms-linear-gradient(193deg, #282828, #1f1f1f);background-image: -o-linear-gradient(193deg, #282828, #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );";background-image: linear-gradient(193deg, #282828, #1f1f1f);background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#uitT4skoU1KxTs4fBD3m8xOEx7BnkDTi { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teg3gcACFTDRcvocLmHqyDsn0byGHdTB { position:absolute;display:block;z-index:14996;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:12.5rem;top:0.6875rem;left:0.5rem;overflow:hidden;display:block; }
#EMtncMIPKZsHQOOTL9Kl83pXuSqvHJhv { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:2.8125rem;left:13.625rem;height:4.125rem;font-style:normal;display:block; }
#wOyfBAQh66qbDlkafVihRMT3TX7Z39CW { 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:12.5rem;top:0.6875rem;left:40.625rem;overflow:hidden;display:block; }
#Hss28b38b8u7qaO6UGBaWleNzu11Oabf { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:2.8125rem;left:53.75rem;height:4.125rem;font-style:normal;display:block; }
#W9dJhqZHARtlZbgAWmZ2CTm3amTeXWqr { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #282828, #1f1f1f);background-image: -moz-linear-gradient(193deg, #282828, #1f1f1f);background-image: -ms-linear-gradient(193deg, #282828, #1f1f1f);background-image: -o-linear-gradient(193deg, #282828, #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );";background-image: linear-gradient(193deg, #282828, #1f1f1f);background-size:auto !important;top:0rem;left:40.125rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#FmOfTRlHVsziArGSSAclEbEaAD8V2Kpl { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:40.3125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X { position:relative;display:block; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X { background-color: transparent; background-image: none; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row .container > .video-iframe-container { display: none; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row > .video-iframe-container { display: none; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .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); }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X { border-width: 0; border-radius: 0; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UH41Zoe7IVwwlS2FMnsWIbA16x5X5dPs { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #282828, #1f1f1f);background-image: -moz-linear-gradient(193deg, #282828, #1f1f1f);background-image: -ms-linear-gradient(193deg, #282828, #1f1f1f);background-image: -o-linear-gradient(193deg, #282828, #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );";background-image: linear-gradient(193deg, #282828, #1f1f1f);background-size:auto !important;top:1.5rem;left:1.625rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#WsrO1zoXqBhNNfLhrrJnxd4AaMKCUHny { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbSfCQXW6LpCPAJ8lXtFUEsPJ49KXAeS { position:absolute;display:block;z-index:14996;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:12.5rem;top:0.6875rem;left:0.5rem;overflow:hidden;display:block; }
#IzoV8KxpkVtkUmKDaXKRhpKawpE8vsIw { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:2.8125rem;left:13.625rem;height:4.125rem;font-style:normal;display:block; }
#qClealqNVKFI13RJsKHclIW0QnTogANv { 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:12.5rem;top:0.6875rem;left:40.625rem;overflow:hidden;display:block; }
#KffB2VvNcvKbkVQmm6cJLQrdnE5EWHqN { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:2.8125rem;left:53.75rem;height:4.125rem;font-style:normal;display:block; }
#A3lOJeiy4kfqoB95xUQKFLUZAPIm10ZZ { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #282828, #1f1f1f);background-image: -moz-linear-gradient(193deg, #282828, #1f1f1f);background-image: -ms-linear-gradient(193deg, #282828, #1f1f1f);background-image: -o-linear-gradient(193deg, #282828, #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );";background-image: linear-gradient(193deg, #282828, #1f1f1f);background-size:auto !important;top:1.9375rem;left:41.1875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#l9CkxGKlqEwTlzBWsKt43UIwQhDnnDNW { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:41.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W { position:relative;display:block; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W { background-color: transparent; background-image: none; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row .container > .video-iframe-container { display: none; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row > .video-iframe-container { display: none; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .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); }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W { border-width: 0; border-radius: 0; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LDJ7dCahlJnfGJKmeGl6C6uTdg8Ipt0p { 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:12.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#IWfIliuE1MLJIaiOUa5zSRF4BArK2wcW { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:2.6875rem;left:31.25rem;height:4.125rem;font-style:normal;display:block; }
#FvtmSW3FQxWAiIFlxZxAJIbpR9GOILIk { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #282828, #1f1f1f);background-image: -moz-linear-gradient(193deg, #282828, #1f1f1f);background-image: -ms-linear-gradient(193deg, #282828, #1f1f1f);background-image: -o-linear-gradient(193deg, #282828, #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f' );";background-image: linear-gradient(193deg, #282828, #1f1f1f);background-size:auto !important;top:0.8125rem;left:19.875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#QtVfD986E6tFWVE1iGrfDRdOEDgcdOGW { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.0625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI { position:relative;display:block; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI { background-color: transparent; background-image: none; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row .container > .video-iframe-container { display: none; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row > .video-iframe-container { display: none; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .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); }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI { border-width: 0; border-radius: 0; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row .container { border-top:0.1875rem solid rgba(255,255,255,0.1);border-left:0.1875rem solid rgba(255,255,255,0.1);border-right:0.1875rem solid rgba(255,255,255,0.1);border-bottom:0.1875rem solid rgba(255,255,255,0.1);background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(255,255,255,0.08), rgba(0,0,0,0));background-image: -moz-linear-gradient(168deg, rgba(255,255,255,0.08), rgba(0,0,0,0));background-image: -ms-linear-gradient(168deg, rgba(255,255,255,0.08), rgba(0,0,0,0));background-image: -o-linear-gradient(168deg, rgba(255,255,255,0.08), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff14', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff14', endColorstr='#00000000' );";background-image: linear-gradient(168deg, rgba(255,255,255,0.08), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#v1OT9okykbEcHyJzaR9HobBcWGRHGWLK { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"inter new";font-size:3.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:8.8994140625rem;left:4.3125rem;height:12.786625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJVDzWZxxEHr80oi7lxzQZ3Trf96ixdl { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:37.6875rem;height:14.7119375rem;font-style:normal;display:block; }#SJVDzWZxxEHr80oi7lxzQZ3Trf96ixdl li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#SJVDzWZxxEHr80oi7lxzQZ3Trf96ixdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e1dcf7cb7f47f1b6cfe182d31a5c33cae73852fa.svg); }
#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u { position:relative;display:block; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u { background-color: transparent; background-image: none; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row .container > .video-iframe-container { display: none; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row > .video-iframe-container { display: none; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .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); }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u { border-width: 0; border-radius: 0; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BiZ2NRS86cReRu72OKfOsGNXUMLnxgnz { color:#ffffff;display:block;width:69.25rem;position:absolute;font-family:"inter new";font-size:3.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:10.9375rem;left:2.875rem;height:8.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3nbTVC7ibJEThvv34shhX3mbKbawxiA { color:#f8d260;display:block;width:75rem;position:absolute;font-family:"inter new";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 { position:relative;display:block; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 { background-color: transparent; background-image: none; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row .container > .video-iframe-container { display: none; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row > .video-iframe-container { display: none; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .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); }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 { border-width: 0; border-radius: 0; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WaX7ORO2v0BxWw0n4a8fmXszqTQ64O29 { color:rgba(255,255,255,0.6);display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5rem;left:5rem;height:4.38720625rem;font-style:normal;display:block; }
#BdoveTK0ctogaKOoIJxyZ0qKevRmE5sz { background-color:#1f1f1f;background-image:none;border-top:0.125rem solid #f8d260;border-left:0.125rem solid #f8d260;border-right:0.125rem solid #f8d260;border-bottom:0.125rem solid #f8d260;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8d260;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.9375rem;left:5rem;display:block; }
#EJAgtCzUD5kpq7ItoftSQ43iWXXFPK71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnFvMI1aVRWpFJOiHPw3oQJqBNEy3CHw { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5625rem;left:5rem;height:3.57421875rem;font-style:normal;display:block; }
#Flla6yh5NVUq2fsL9CdQAN4cmyTDBoBe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.0625rem;width:28.75rem;top:0rem;left:5rem;overflow:hidden;display:block; }
#s1wcUIhAu00RaZt02yuz0zLTLNy7bSts { color:rgba(255,255,255,0.6);display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:41.875rem;height:4.38720625rem;font-style:normal;display:block; }
#h8ZhRCiqckyvnFOZTDLSNwzgC9zecNrk { background-color:#1f1f1f;background-image:none;border-top:0.125rem solid #f8d260;border-left:0.125rem solid #f8d260;border-right:0.125rem solid #f8d260;border-bottom:0.125rem solid #f8d260;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8d260;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.9375rem;left:41.875rem;display:block; }
#EAgFky5J6cT9bV3rgStVA8TQ1FXxp89q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILJub9Jqm19MIAUmF525LlKfwXRrFPvM { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.375rem;left:41.875rem;height:3.57421875rem;font-style:normal;display:block; }
#seFFP2bD7Rk1WOAdtzNUUkFbXb9c7mNe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.1875rem;width:28.75rem;top:0rem;left:41.875rem;overflow:hidden;display:block; }
#ZTed2NciwbpmPdM8luJXihN0zTvGIthM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(37,80,170,0.85));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(37,80,170,0.85));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(37,80,170,0.85));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(37,80,170,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2550aad8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2550aad8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(37,80,170,0.85));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; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row .container { background-color: transparent; background-image: none; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row .container > .video-iframe-container { display: none; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row > .video-iframe-container { display: none; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .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); }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row .container { border-width: 0; border-radius: 0; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row .container { background-color: transparent; background-image: none; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row .container > .video-iframe-container { display: none; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row > .video-iframe-container { display: none; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .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); }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row .container { border-width: 0; border-radius: 0; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#LonxNdkBPvhHMwzNv3sIPkC26BQAknVp { color:#ffffff;display:block;width:69.25rem;position:absolute;font-family:"inter new";font-size:3.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:11.3125rem;left:2.875rem;height:8.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtFiVOmmDTFxnwTx4Bn7HMzNg4zOlgRi { color:#ffffff;display:block;width:63.375rem;position:absolute;font-family:"inter new";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:23rem;left:5.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBCVrLVFSTgvQutW1K2kUMHI8SZaVWJr { background-color:#f8d260;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.375rem;left:27.5rem;display:block; }
#GcXpU2276h59hTi1oDxcx9xsg0TTsNcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSdUt4m54I3TTZMcS2TSVxDosXLFGMN0 { color:#f8d260;display:block;width:75rem;position:absolute;font-family:"inter new";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:7.875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfLx1PQsNZTUwRMzwpyLTVf1gdW4SJFr { color:#ffffff;display:block;width:63.375rem;position:absolute;font-family:"inter new";font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:30.125rem;left:5.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1d79clmhZgXrcdnKf7JC19plLv9gLJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row .container { background-color: transparent; background-image: none; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row .container > .video-iframe-container { display: none; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row > .video-iframe-container { display: none; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .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); }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row .container { border-width: 0; border-radius: 0; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#dbZmG1PTm3QGfGE6UmgOtmKNVpiofnTN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter new";font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.494140625rem;left:0rem;height:4.26220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row .container { background-color: transparent; background-image: none; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row .container > .video-iframe-container { display: none; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row > .video-iframe-container { display: none; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .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); }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row .container { border-width: 0; border-radius: 0; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#gtdI78mXXA2znmsfCtLtAkTx87yQhHoc { position:absolute;display:block;z-index:15032;background-color:#1f1f1f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.9375rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }
#rX6ss1WNsW1ZSvSlngSzcp5m2sFEy1CQ { color:#f8d260;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:15.125rem;left:27.5625rem;height:2.2749rem;font-style:normal;display:block; }
#GyQEMPWBfFsaI5W7iTRIImSTUTQpuzzZ { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.8;letter-spacing:0;top:18.25rem;left:27.5625rem;height:4.72411875rem;font-style:normal;display:block; }
#wzDWQg76B9uuvI8ISsLuCa0i38a7rmpi { position:absolute;display:block;z-index:15038;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.875rem;width:22.9375rem;top:0rem;left:51.0625rem;display:block; }
#P0PUJzceftEAoQA5h8kiRtluq7VWMMnX { color:#f8d260;display:block;width:15.6875rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:14.9375rem;left:52.6875rem;height:2.2749rem;font-style:normal;display:block; }
#IfA8MSeJsaes7Rtf9O8xVVcIuG6Vh4oh { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:17.9375rem;left:52.6875rem;height:4.72411875rem;font-style:normal;display:block; }
#WzfTOX2p8oFkhskF1Ek7HIMZk2PqXH29 { color:#f8d260;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.5625rem;height:2.2749rem;font-style:normal;display:block; }
#xfi0NVJhx28mpGLmt8NixTTUfPV1OiRF { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:18.375rem;left:1.5625rem;height:4.72411875rem;font-style:normal;display:block; }
#gQ4z0tW9TnTJJQw5T3sTr5AyMEdR8FuT { position:absolute;display:block;z-index:15038;background-color:#1f1f1f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.8125rem;width:22.9375rem;top:0.1396484375rem;left:0rem;display:block; }
#ma8E4qmmvZEPHD8GeEuRl2L7eZWiOtlg { position:absolute;display:block;z-index:15049;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:12.625rem;width:20rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#t0dWE5n3dERaamMCnpkg309KyzfO4Uh1 { position:absolute;display:block;z-index:15050;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:12.625rem;width:20rem;top:1.25rem;left:27.5rem;overflow:hidden;display:block; }
#folhR7N8bD81RNgERM0GwkQOkK9eVDA5 { position:absolute;display:block;z-index:15051;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:12.625rem;width:20rem;top:1.25rem;left:52.5rem;overflow:hidden;display:block; }
#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row .container { background-color: transparent; background-image: none; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row .container > .video-iframe-container { display: none; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row > .video-iframe-container { display: none; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .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); }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row .container { border-width: 0; border-radius: 0; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#cp7TeHihH1qhmcXTwr9gT09b1SUmTvFW { position:absolute;display:block;z-index:15032;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.125rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }
#I853DrphIpQwMil4sLTOm6GEbGapTABs { color:#f8d260;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:15.125rem;left:27.5625rem;height:2.2749rem;font-style:normal;display:block; }
#Uudz6oST4F90toqXIslObqkQQ2Duxfbw { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.8;letter-spacing:0;top:18.25rem;left:27.5625rem;height:3.1494125rem;font-style:normal;display:block; }
#IuV9H2di4QfXmfAdkgNJh6Mk446fGgFC { position:absolute;display:block;z-index:15038;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.0625rem;width:22.9375rem;top:0rem;left:51.0625rem;display:block; }
#qXb7fTmsOAJpCUTbd8BMXnEGmHeeJNra { color:#f8d260;display:block;width:15.6875rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:14.9375rem;left:52.6875rem;height:2.2749rem;font-style:normal;display:block; }
#GwTLVGXSONaEokZDRT1R162ZSeL1k8cQ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:17.9375rem;left:52.6875rem;height:3.1494125rem;font-style:normal;display:block; }
#cEiQmwvovbPIiTd9PD4TTzO9IixdoL2W { color:#f8d260;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.5625rem;height:2.2749rem;font-style:normal;display:block; }
#U0bS7O98c03O6TbUVEe24LEki0sJ8hg8 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:18.375rem;left:1.5625rem;height:3.1494125rem;font-style:normal;display:block; }
#AqFPE8fuLTJreIiTTSeMQGBV0Bm6MmhT { position:absolute;display:block;z-index:15038;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.0625rem;width:22.9375rem;top:0.1396484375rem;left:0rem;display:block; }
#LfsnaIlmaQzUTbRgHFpFoap72E5DTc30 { position:absolute;display:block;z-index:15049;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:12.625rem;width:20rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#bhiJyHPpTcpGcaSAyPcS5KLE348G0zLw { position:absolute;display:block;z-index:15050;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:12.625rem;width:20rem;top:1.25rem;left:27.5rem;overflow:hidden;display:block; }
#xXpPUpQFtc7sUT5skh9O4ZpbeaSM7Fl3 { position:absolute;display:block;z-index:15051;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:12.625rem;width:20rem;top:1.25rem;left:52.5rem;overflow:hidden;display:block; }
#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row .container { background-color: transparent; background-image: none; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row .container > .video-iframe-container { display: none; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row > .video-iframe-container { display: none; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .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); }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row .container { border-width: 0; border-radius: 0; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#gW0C53aBiMgCDs2FDhyyIJEG0Gt1mu4R { 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:30.875rem;width:31.6875rem;top:10.0625rem;left:41rem;overflow:hidden;display:block; }
#tzy1iuv4e03tMCzO8LgWmI8Iodh3X0ez { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.12890625rem;left:4.6875rem;height:30.8984375rem;font-style:normal;display:block; }#tzy1iuv4e03tMCzO8LgWmI8Iodh3X0ez li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#tzy1iuv4e03tMCzO8LgWmI8Iodh3X0ez li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e1dcf7cb7f47f1b6cfe182d31a5c33cae73852fa.svg); }
#J7eAZFJduxqt3znHpQi756k1TbOMydhW { position:absolute;display:block;z-index:15000;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:45.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#f8hHlPmhkZxuaptDOG9ESBiAFVd4GH6J { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:4.75rem;left:4.6875rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row .container { background-color: transparent; background-image: none; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row .container > .video-iframe-container { display: none; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row > .video-iframe-container { display: none; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .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); }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row .container { border-width: 0; border-radius: 0; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#k4X6JE4zXkGlAXN6n0TVaa7iTnhBGbLM { position:absolute;display:block;z-index:15048;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 2.5rem rgba(0,0,0,0.06) ;height:9.6875rem;width:22.5rem;top:17.875rem;left:51.0625rem;display:block; }
#ToeTNXpgHnLZObGIrzvsEbTiLDfO2wt4 { position:absolute;display:block;z-index:15036;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 2.5rem rgba(0,0,0,0.06) ;height:9.6875rem;width:22.5rem;top:21.625rem;left:26.3125rem;display:block; }
#amMKF6EVzMzlpF9qn6Gsu9A1VAqofSuv { position:absolute;display:block;z-index:15039;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 2.5rem rgba(0,0,0,0.06) ;height:9.6875rem;width:22.5rem;top:30rem;left:51.0625rem;display:block; }
#Oc9KiZFxKnqUE28yksshLSE0SMCsqZ6N { position:absolute;display:block;z-index:15045;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 2.5rem rgba(0,0,0,0.06) ;height:9.6875rem;width:22.5rem;top:30rem;left:1.4375rem;display:block; }
#FgrlmF7Ratzi1PICXHWta2QpV06ZTe88 { color:rgba(255,255,255,0.6);display:block;width:9.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15076;line-height:1.5;letter-spacing:0;top:35.9375rem;left:8rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KweR8wk7Wx0W7TQtR8XI3110iArUc0n5 { color:rgba(255,255,255,0.6);display:block;width:10.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15079;line-height:1.5;letter-spacing:0;top:23.8125rem;left:57rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmkyHTveLJyJwGpCbTRBtLB8I88rC6my { color:#f8d260;display:block;width:7.375rem;position:absolute;font-family:"inter semi bold";font-size:2.625rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:32.25rem;left:8.875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDNmBbAfoaaOmsCdvheBgE0Iib01yT0M { color:#f8d260;display:block;width:7.375rem;position:absolute;font-family:"inter semi bold";font-size:2.625rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:20.0625rem;left:58.625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPHo39smPaVNJbonTPd0uX8OSr8TQLrP { position:absolute;display:block;z-index:15033;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 2.5rem rgba(0,0,0,0.06) ;height:9.6875rem;width:22.5rem;top:33.5rem;left:26.3125rem;display:block; }
#pt0hqNCAS5efP4mrD8uc1cWyfvnOmhpu { color:rgba(255,255,255,0.6);display:block;width:9.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15064;line-height:1.7;letter-spacing:0;top:39.5rem;left:32.875rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pAAalMW9wymTpCdstcBA4EhJGI269cTZ { color:#f8d260;display:block;width:11rem;position:absolute;font-family:"inter semi bold";font-size:2.625rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:35.8125rem;left:32.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bfhAyTh0Zlu1zupbHmdbWf3AbI5pePzZ { color:rgba(255,255,255,0.6);display:block;width:16rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:26.8125rem;left:29.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ozrJbpmaFUFVTCbzVPb5czXBadNltvPG { color:#f8d260;display:block;width:7.375rem;position:absolute;font-family:"inter semi bold";font-size:2.625rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:23.0625rem;left:33.875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXievChpL6dqyzFpeSEZneem7F04Ndds { color:rgba(255,255,255,0.6);display:block;width:17.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:35.4375rem;left:53.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXZBty5IRx2mQ3JRuFkh5aA0HCLKATF5 { color:#f8d260;display:block;width:12.125rem;position:absolute;font-family:"inter semi bold";font-size:2.625rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:31.75rem;left:56.25rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZpcSBnhTK36bU1VX0pQF44qA8gvM8Vn { position:absolute;display:block;z-index:15042;background-color:#1f1f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 2.5rem rgba(0,0,0,0.06) ;height:9.6875rem;width:22.5rem;top:17.875rem;left:1.4375rem;display:block; }
#mqvUTflTsHKS7IGcy8blUByASJJGrtVx { color:rgba(255,255,255,0.6);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:24rem;left:7.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rr6ApVnbAGiEcSB7w18ghQwToBqFf98H { color:#f8d260;display:block;width:7.375rem;position:absolute;font-family:"inter semi bold";font-size:2.625rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:19.8125rem;left:9rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rPAPQhSTvdXdTHKX6kE6WTD10SZnavdd { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.875rem;left:0rem;height:8.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row .container { background-color: transparent; background-image: none; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row .container > .video-iframe-container { display: none; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row > .video-iframe-container { display: none; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .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); }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row .container { border-width: 0; border-radius: 0; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#ZPiwSKEEMhsfHoJUvRKap7GBTqHCQ3wh { box-sizing:content-box;height:49.375rem;width:35.625rem;position:absolute;display:block;z-index:15000;background-color:#1f1f1f;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vXHmVf3xMmLbxdNtVmzTGZvMB9MSS2WW { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.625rem;height:3.4121125rem;font-style:normal;display:block; }
#sAciIid2IJmxvQwxfNMCv3OLlV74NI17 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.625rem;height:6.94925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#sAciIid2IJmxvQwxfNMCv3OLlV74NI17 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#sAciIid2IJmxvQwxfNMCv3OLlV74NI17 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
#WPJllMDniSi486u4REXDTTAS5OwD9XEB { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.625rem;height:1.29980625rem;font-style:normal;display:block; }
#u2TbN8HsAC0q6VB8GlEyLl8ykPSJyFll { color:#f8d260;display:block;width:6rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.625rem;height:3.4121125rem;font-style:normal;display:block; }
#sIrvXX6HG5HOZxh72nm4xXxwcvv5DdQi { color:#f8d260;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.875rem;left:8.625rem;height:1.4624rem;font-style:normal;display:block; }
#Ez1pNdb1Tai4a06vQTwT4VPka1zuRrbv { color:rgba(255,255,255,0.6);display:block;width:8rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3359375rem;left:8.625rem;height:1.4624rem;font-style:normal;display:block; }
#rUSTXgVtaF8BusOL9bTD9JLtvmRuBXzR { color:#f8d260;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.875rem;left:25.3125rem;height:1.4624rem;font-style:normal;display:block; }
#yh1osy4GMPyG56O1XsnfK5R1UOhLLIrU { color:rgba(255,255,255,0.6);display:block;width:8rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.3125rem;height:1.4624rem;font-style:normal;display:block; }
#Czvr2NnmJIfPq02bIymNs6iKI7Rz6pmc { color:#f8d260;display:block;width:8.0625rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:17.25rem;height:3.4121125rem;font-style:normal;display:block; }
#RnpQ2X2PwtUihXkngglfaGI4Gmdlrrm2 { color:rgba(255,255,255,0.6);display:block;width:6.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.5rem;left:17.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WboW8ETvXDCT8oP4DaXzuVHAZT1HWLyc { box-sizing:content-box;height:1.8125rem;width:7.1875rem;position:absolute;display:block;z-index:15009;background-color:#1f1f1f;background-image:none;top:23.125rem;left:17.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);display:block; }
#UOaRs5ciMpKzvcnVWwRruSBXkRarCEvS { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.4375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#A9N1ianQFyQvWCWx14QseP3Zc6OEFxQl { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:30.25rem;left:2.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#A9N1ianQFyQvWCWx14QseP3Zc6OEFxQl li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9N1ianQFyQvWCWx14QseP3Zc6OEFxQl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
#hPXo0RPLTun4L8qzaIoRT9xSvq6EGbEu { box-sizing:content-box;height:49.375rem;width:35.625rem;position:absolute;display:block;z-index:15015;background-color:#1f1f1f;background-image:none;top:0rem;left:39.125rem;border-top:0.125rem solid #f8d260;border-left:0.125rem solid #f8d260;border-right:0.125rem solid #f8d260;border-bottom:0.125rem solid #f8d260;display:block; }
#hwbaVNtGO29hbntN1JrCyxp3V5FACANu { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.5625rem;left:41.625rem;height:1.29980625rem;font-style:normal;display:block; }
#M6zuZw2HQwukdWoZ5pznkRKS2WST2CmN { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:30.375rem;left:41.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#M6zuZw2HQwukdWoZ5pznkRKS2WST2CmN li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#M6zuZw2HQwukdWoZ5pznkRKS2WST2CmN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
#D7SdCwUO2GGCwPe9iiI7TWips1sAN6BX { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.875rem;left:41.75rem;height:1.29980625rem;font-style:normal;display:block; }
#vFigwLXwwt3Jm9WWCgnJNyD3ei4TiRpD { color:#f8d260;display:block;width:7.3125rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20rem;left:41.75rem;height:3.4121125rem;font-style:normal;display:block; }
#C79WHEKX16e0yzR1LaTrrm3Lhho9NE4h { color:#f8d260;display:block;width:5.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20rem;left:49.625rem;height:1.4624rem;font-style:normal;display:block; }
#x95aGATqebNxNlTqxoyc0N3F3lTTeT1i { color:rgba(255,255,255,0.6);display:block;width:5.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.4375rem;left:49.625rem;height:1.4624rem;font-style:normal;display:block; }
#UTvRK4dP9AsblXKJuVFpvv32c0ukTlJx { color:#f8d260;display:block;width:4.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20rem;left:66.125rem;height:1.4624rem;font-style:normal;display:block; }
#iNvJDBWGgz7ZioRSXlqRxT5rI9kkHNwl { color:rgba(255,255,255,0.6);display:block;width:4.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.4375rem;left:66.125rem;height:1.4624rem;font-style:normal;display:block; }
#o1TR8KhTzl6k93KwrnT5Gd3vFg7md9s1 { color:#f8d260;display:block;width:9.625rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:56.375rem;height:3.4121125rem;font-style:normal;display:block; }
#NArt0dvvwcRb9nbT4utTBcMIdA8zdyOL { color:rgba(255,255,255,0.6);display:block;width:6.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:23.625rem;left:56.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5uQ3PKLTheC51KskVDuHhL4nZ8h9xnB { box-sizing:content-box;height:1.8125rem;width:7.1875rem;position:absolute;display:block;z-index:15024;background-color:#1f1f1f;background-image:none;top:23.25rem;left:56.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);display:block; }
#icefAgTCDZKpD8xpyaTVAe4C5RLsplio { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5625rem;left:41.75rem;height:5.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#icefAgTCDZKpD8xpyaTVAe4C5RLsplio li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#icefAgTCDZKpD8xpyaTVAe4C5RLsplio li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
#tBkt4TRITymQihWgTDZI1UXu3kr9kLZc { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.25rem;left:41.75rem;height:3.4121125rem;font-style:normal;display:block; }
#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row .container { background-color: transparent; background-image: none; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row .container > .video-iframe-container { display: none; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row > .video-iframe-container { display: none; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .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); }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row .container { border-width: 0; border-radius: 0; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#SiqX2rmf0iUN3KXMg3aGP64xxh0GTqsW { box-sizing:content-box;height:34.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#1f1f1f;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uBB0bkJKdXG3lrgsWaa7VBHxyRh4d1NX { color:#ffffff;display:block;width:15rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:1.29980625rem;font-style:normal;display:block; }
#aiq3GhDurPs8gJVyytCGtZGyqWSNIhhA { color:#f8d260;display:block;width:15rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:3.125rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x3T9B0KHKShUlfP1aPAif2hRdLzBxLpz { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:21.875rem;height:1.29980625rem;font-style:normal;display:block; }
#m7U8ReKVNeChky7190EJNddCk8VFnk9J { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:5.8125rem;left:21.875rem;height:4.19970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ltQAWd4bzObVfWo34b0mW1X8r2yv5O6z { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:57.5rem;height:1.29980625rem;font-style:normal;display:block; }
#f59GKptrstK7MlvsIGntCzFPJEd3ElIC { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.8125rem;left:57.5rem;height:5.59960625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z0Vs5BfdNLdZUETWz3cC6sevm4iuMmbx { box-sizing:content-box;height:34.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:#2550aa;background-image:none;top:0rem;left:20rem;display:block; }
#FNpf4Ce2dtqkKdH3KG1qEWBrHnXs2GAi { box-sizing:content-box;height:34.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#2550aa;background-image:none;top:0rem;left:55.625rem;display:block; }
#iaDNq2iclO4Tc9qGHq1rAcVPEVbRF8vE { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#2550aa;background-image:none;top:12.4609375rem;left:0rem;display:block; }
#v7UdlngBklKgipMcvVtEVbFogC6xxLui { color:#f8d260;display:block;width:15rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.125rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SX7XhDxkV6onKSWyqKToncTlui7RGTf9 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.3125rem;left:21.875rem;height:2.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ox9kv40bpa7TSx5rzQpdKHNT05vRC7kT { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:14.3125rem;left:57.5rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TCJHPkxIiQBeeTgsRe1vLsG16EwPAMPK { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#2550aa;background-image:none;top:22.685546875rem;left:0rem;display:block; }
#dqiTwlrbeE3iukPayx5vE5cWeii0Ride { color:#f8d260;display:block;width:15rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.625rem;left:3.125rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JsrHfiKtrcwfLckUQ3n6H12CFs1fDuZv { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:24.625rem;left:21.875rem;height:2.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p2zn3gEELI3Hsc6c3TQnPfexTvDHLbpm { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:28.8857421875rem;left:57.5rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TqHPJamRvTSRBHdzoweCqKvD8cWMHbv3 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:18.26953125rem;left:21.875rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C6X0tfesPa15lTD4TpmyN8hMIgxlAoZP { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.26953125rem;left:57.5rem;height:2.7998rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VIMrqKcewv3dwsoKUvaoDFseDVX8Kuzy { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:28.8857421875rem;left:21.875rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aLw3ZT2dmOHxXzG4ul9CR4LHvcxhRSUy { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:24.5751953125rem;left:57.5rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row .container { background-color: transparent; background-image: none; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row .container > .video-iframe-container { display: none; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row > .video-iframe-container { display: none; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .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); }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row .container { border-width: 0; border-radius: 0; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#aPn0db4qguXD00KQwHayOvLPZLpzX4vR { color:#f8d260;display:block;width:51rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.5rem;left:0rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHEf0Df0ufMZTB9N9L6iZLPCT2OWSVkI { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:inter;font-size:3.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:9.8125rem;left:0rem;height:9.44925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row .container { background-color: transparent; background-image: none; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row .container > .video-iframe-container { display: none; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row > .video-iframe-container { display: none; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .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); }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row .container { border-width: 0; border-radius: 0; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#k6AiLDsVG0FD9OJxWblDorpzR7GCniZQ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:12.8125rem;left:0rem;height:5.5996125rem;font-style:normal;display:block; }
#Kevt3n0TiwVe16oQvgwbrVWkieRp7iN0 { color:#f8d260;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#xAaVVmIlFDJgxa4GRPTXaOuoJOLMBStD { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#1f1f1f;background-image:none;top:0rem;left:0rem;display:block; }
#SMhH0X5549hZ3ItRCbxmBaOr77oCGZLn { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.125rem;left:2.125rem; }
#zhBS1gzIslVS6TWDrJoMFUDl7Z638V0T { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:12.9375rem;left:18.75rem;height:6.9995rem;font-style:normal;display:block; }
#keqWhzLQuXEQfcVUNKMJplO8KJFqzCuB { color:#f8d260;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.75rem;left:18.75rem;height:2.11230625rem;font-style:normal;display:block; }
#FzhZk66PFiBUKpsuTJbK232F5noQTW39 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#1f1f1f;background-image:none;top:0rem;left:18.75rem;display:block; }
#p2OU82yG1Vq62xQpESgZM2pLDf26FoAr { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.125rem;left:20.875rem; }
#pnacaRz0zyIgVnRgQ33NknoRAI6MdwSt { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:12.8125rem;left:37.5rem;height:6.9995rem;font-style:normal;display:block; }
#Ld9qK1K4EIZOGBwzncOsbqRauSFVhVVb { color:#f8d260;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.625rem;left:37.5rem;height:2.11230625rem;font-style:normal;display:block; }
#yhTsmeNLfhzSDMkKS0IQcweduRkdb4gb { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#1f1f1f;background-image:none;top:0rem;left:37.5rem;display:block; }
#x4xO8VlMoUc2uRTUrAv4KTPOGSCSUO1t { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.125rem;left:39.625rem; }
#QWyT3sTPmmFC33TEByBKsBkut4WbUBPS { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:12.8125rem;left:56.25rem;height:6.9995rem;font-style:normal;display:block; }
#cJTy1ONQyTBZiuNiDwMcTCtZ2pTBtX7M { color:#f8d260;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:9.625rem;left:56.25rem;height:2.11230625rem;font-style:normal;display:block; }
#EoC0k84Uf9LG4z3eXQsrDmZWO0gWXg3C { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#1f1f1f;background-image:none;top:0rem;left:56.25rem;display:block; }
#KstwIBNBhQTwT9RIryOTdkFewoTwXgVo { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.125rem;left:58.375rem; }
#paPmod6h1HOT6Nn3KCqkDBt981xbaWNs { background-color:transparent;background-image:none;border-top:0.125rem solid #f8d260;border-left:0.125rem solid #f8d260;border-right:0.125rem solid #f8d260;border-bottom:0.125rem solid #f8d260;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8d260;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.771484375rem;left:18.75rem;display:block; }
#g5mFgtJ6ahNzGpCrlO9gWT1Ws3lb1JSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g3iAK8SdpUfiUIxcps7OT3cVAaLJaPlF { background-color:transparent;background-image:none;border-top:0.125rem solid #f8d260;border-left:0.125rem solid #f8d260;border-right:0.125rem solid #f8d260;border-bottom:0.125rem solid #f8d260;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f8d260;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.771484375rem;left:0rem;display:block; }
#NqsGHmZWezsGE1lWBQ5zgmwXRh6PcUzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwcvmAFuJdgJgRm9hfqTZ5UZbFXDkHve { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:0.9746125rem;font-style:normal;display:block; }
#UvZrlVAazW803lbuxO7wM1peexXk8ttq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,80,170,0.85);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; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row .container { background-color: transparent; background-image: none; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row .container > .video-iframe-container { display: none; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row > .video-iframe-container { display: none; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .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); }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row .container { border-width: 0; border-radius: 0; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#LIyzclsE7NO1P5HbLwwVqE4rkJIJxU6Q { 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:46.6875rem;width:42.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GeB8RrRPBoM6aWvTIXrJaXvR5q1ve3Th { color:#f8d260;display:block;width:35.25rem;position:absolute;font-family:inter;font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:39.75rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sKv4fIdga8vg4oHMoT1i6JuocTT3f1MS { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:inter;font-size:7.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:17.53125rem;left:39.6875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrT0552WmavZFWzzl8shBKI9IIbo26OT { background-color:#f8d260;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:5.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.25rem;left:39.6875rem;display:block; }
#UZr3Un1GEE3ts2JXku1fgDaErT1goF71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AHdknTmdE9lE9yyZPOaDxG4WUS95KySI { box-sizing:content-box;height:6.875rem;width:19.0625rem;position:absolute;display:block;z-index:15012;background-color:#1f1f1f;background-image:none;top:28.4375rem;left:0rem;display:block; }
#EJoHNpsg6bdqenCmc4KJTmWvsohvcWfF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:30.3125rem;left:2.125rem;height:1.4624rem;font-style:normal;display:block; }
#Mkrq2NsEnL499XdgJOz8NK89TWJPdd5H { color:rgba(255,255,255,0.8);display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:32.3125rem;left:2.125rem;height:1.29980625rem;font-style:normal;display:block; }
#aR9SWtb41r500h2UGQSQkwZB1qmukLhA { box-sizing:content-box;height:12.5rem;width:38.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #234895);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #234895);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #234895);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #234895);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#234895' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#234895' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #234895);background-size:auto !important;top:34.25rem;left:-0.03125rem;display:block; }
#cITbawMGlF58Qyhc0EtdhvReRexEOpDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(37,80,170,0.85), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(37,80,170,0.85), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(37,80,170,0.85), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(37,80,170,0.85), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2550aad8', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2550aad8', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(37,80,170,0.85), rgba(0,0,0,0));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; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row .container { background-color: transparent; background-image: none; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row .container > .video-iframe-container { display: none; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row > .video-iframe-container { display: none; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .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); }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row .container { border-width: 0; border-radius: 0; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J { position:relative;display:block; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J { background-color: transparent; background-image: none; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row .container > .video-iframe-container { display: none; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row > .video-iframe-container { display: none; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .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); }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J { border-width: 0; border-radius: 0; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu { position:relative;display:block; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu { background-color: transparent; background-image: none; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row .container > .video-iframe-container { display: none; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row > .video-iframe-container { display: none; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .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); }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu { border-width: 0; border-radius: 0; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eBdhuhOQlCbkcFXSrUyfKtUMzHgI1TdW { color:rgba(255,255,255,0.6);display:block;width:12.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.8125rem;height:2.2744125rem;font-style:normal;display:block; }
#srJmeyKgU9v6XRtRdlyuSwNrhEmF8xLy { color:#f8d260;display:block;width:12.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#EnCJm6omDx0av0QpH7HmAx5qZZb8Jqne { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#y6zExufIVWTGBtFXcEFl6XZ6b5ZwHWFK { color:rgba(255,255,255,0.6);display:block;width:12.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#CpdZXBHPGhH1999qRAM3NyLc1zUqlG5x { color:rgba(255,255,255,0.6);display:block;width:12.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.625rem;height:1.13720625rem;font-style:normal;display:block; }
#uwKGs5opI5lNq0Hl5utcKA9DFdpQfqt2 { box-sizing:content-box;height:14.75rem;width:16.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(124deg, #313131, #1f1f1f);background-image: -moz-linear-gradient(124deg, #313131, #1f1f1f);background-image: -ms-linear-gradient(124deg, #313131, #1f1f1f);background-image: -o-linear-gradient(124deg, #313131, #1f1f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#1f1f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#1f1f1f' );";background-image: linear-gradient(124deg, #313131, #1f1f1f);background-size:auto !important;top:1.75rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);box-shadow: none;display:block; }
#azFA5QmVPOSFl6y3spA1mQZ0rxo2w9Fl { 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:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN { display:block; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZoK4aUZE1D11g0nBTk2gwIXKTTFeIWn { width:47.625rem;height:11.9375rem;top:18.0625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hs1uo5q2tept4HbSCXqT9352bx5pe9 { width:15.9375rem;height:3.875rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha8XCWt8FzcTPNTQ8AJV63MGdaLmwGAI { display:block; }
 }@media only screen and (max-width: 763px) { #R1CgE6FTfuulwvyWR84oVf13bh2rme7a { width:9.875rem;height:1.4375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMsSp17Xx1rK0lGQb1TLlr2BzJHLhVp9 { width:41.25rem;height:5.625rem;top:30.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP0hB14fwN5FhGUmV7QtqJ72Eyocw9iv { width:13.4375rem;height:3.875rem;top:39.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scg7b46EZ0BqO3qgixWlF6796MrkOXJZ { display:block; }
 }@media only screen and (max-width: 763px) { #DCRTT71NfKH10SJ13w2TkGvURIA7TRhy { width:41.4375rem;height:3.0625rem;top:13.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdODfa0lTxDZW0EztBXzqgXt5aSIIi1 { width:3.25rem;height:3.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE96ASnL8ziGp58pgWcFaeBLInfmuiOy { width:7.8125rem;height:1.25rem;top:15.75rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWA4gIAtRe0OwUNswDyL45BI5mzC53UM { width:15.125rem;height:0.875rem;top:10.4375rem;left:32.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuGi75LAJMbE8mmfWVTb9eLMeMemmTGD { width:20.125rem;height:3.125rem;top:21.1875rem;left:27.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsVBxVoG1rPDhRmGONA4Ghp2dAiQplMA { width:20.125rem;height:5rem;top:24.3125rem;left:27.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icsdqWvDUxPu4db6xayUQXZKo6wSPuTg { width:20.125rem;height:1.875rem;top:31.8125rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VExB79U84yozl6vq4HDFW3Lm3H1sJB2e { width:20.125rem;height:2rem;top:29.25rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpaA4URVLztqK9uuG0Bl6PkvAAadobFn { width:12.9375rem;height:3.125rem;top:36.8125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKqad9arfRNZXQo1FI1tJCvfco3veHv { width:12.5rem;height:1.25rem;top:37.8125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvGhQSPLAyGJB0aF3nFIbnNTppV8TAx { width:20rem;height:25.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC { display:block; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISP2cCE4hMo6y7tnCLT2NoGXK6WvWPHD { width:47.75rem;height:3.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPUaWRk9aZ0Qg6aCEUPqiO9MaM9eeN4I { width:4.3125rem;height:10.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMeTkipklTGsgiDm0a3BPSavT3y6DeM6 { width:4.3125rem;height:10.5rem;top:0rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niaVh0P0IATWAUXZsUsreUXb2nbXdEZr { display:block; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT3ZTairAb2JgTz290XT2u0umngp42uO { display:block; }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHmvMmo7oU6ZmukqZNGRXgZ9LHdUkCoZ { width:47.75rem;height:1.5rem;top:10.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0BG0mh6O5PzsyeykQZuOSNJqT3m2ax { width:47.75rem;height:14.625rem;top:28.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuqLEtyQaS0ozwlsE0tnLXQwbOiHI2Z3 { width:47.75rem;height:12.75rem;top:13.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK { display:block; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAaTSx5bLsVVnThCft0F0MPEVCXq1vyy { width:47.75rem;height:8.5rem;top:10.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2UzcVcaKegTRCBU7b2xQo4mIep7o8ce { width:47.75rem;height:1.5rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieqouaeGTdashlfnV7FSdMT9i5d71TrP { display:block; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgkwQfgriEzU2shocg8dOZ6C7MEM8Js4 { width:43.75rem;height:31.5625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5L4cJRuxHSBFcOIwe8JxzVD9JSUMBoV { width:40rem;height:4.375rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQmsZUx9Z772SKbXT8UARvd1nCWBuuy { width:40rem;height:2.0625rem;top:24.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdzBhxOq40Lt5ggiBZbQeh4QL43s47tJ { width:25.125rem;height:2.0625rem;top:24.9375rem;left:22.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkaxxkC3X8w2XfKZ6McRR9FGa6hxfJlC { width:25rem;height:5.8125rem;top:28.1875rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i { width:43.75rem;height:18.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4 { width:28.75rem;height:18.75rem;top:4.4375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5wixW2SH6zkSEziNXbC6p0At45VyrZO { width:28.75rem;height:31.5625rem;top:4.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR { display:block; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAf6zSJuKV7RuehLhlIVwZ74JrBIND74 { width:40rem;height:4.375rem;top:23rem;left:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoNS7W3fesLON6C0kmxGBBZmBkZfQeK { width:40rem;height:2.0625rem;top:19.6875rem;left:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFGomWCnwQS2B2IR8cbAQNpXZEcBhgOw { width:25.125rem;height:2.0625rem;top:19.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl5KQTzq1dEHZFyHzKska5knl6UTEaAy { width:25rem;height:5.8125rem;top:22.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm { width:43.75rem;height:18.75rem;top:1.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH { width:25.75rem;height:17.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCsOGIIeXa8XxpwbolZmqitQkKrWJ2dM { width:28.75rem;height:31.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHqAekcW6irhTMnzRBIXyVnABT4KahQt { width:43.75rem;height:31.5625rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi { display:block; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naH9Rrtabm6TxM1O7LGZHM7KvKuA6nOE { width:47.75rem;height:8.5rem;top:8.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFKMohcOEqNTTsNWsUWuuGXQobTcgNac { width:47.75rem;height:1.5rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW { display:block; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOkLbKrPWaLBmTr70O2y5lDHWToIbCE3 { width:2.6875rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uitT4skoU1KxTs4fBD3m8xOEx7BnkDTi { width:2.4375rem;height:0.9375rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teg3gcACFTDRcvocLmHqyDsn0byGHdTB { width:12.5rem;height:8.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMtncMIPKZsHQOOTL9Kl83pXuSqvHJhv { top:2.8125rem;left:2.625rem;width:21.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOyfBAQh66qbDlkafVihRMT3TX7Z39CW { width:12.5rem;height:8.75rem;top:0.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hss28b38b8u7qaO6UGBaWleNzu11Oabf { top:2.8125rem;left:26.5rem;width:21.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9dJhqZHARtlZbgAWmZ2CTm3amTeXWqr { width:2.6875rem;height:2.6875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmOfTRlHVsziArGSSAclEbEaAD8V2Kpl { width:2.4375rem;height:0.9375rem;top:0.9375rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X { display:block; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UH41Zoe7IVwwlS2FMnsWIbA16x5X5dPs { width:2.6875rem;height:2.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsrO1zoXqBhNNfLhrrJnxd4AaMKCUHny { width:2.4375rem;height:0.9375rem;top:2.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbSfCQXW6LpCPAJ8lXtFUEsPJ49KXAeS { width:12.5rem;height:8.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzoV8KxpkVtkUmKDaXKRhpKawpE8vsIw { top:2.8125rem;left:6.8125rem;width:16.0625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qClealqNVKFI13RJsKHclIW0QnTogANv { width:12.5rem;height:8.75rem;top:0.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffB2VvNcvKbkVQmm6cJLQrdnE5EWHqN { top:2.8125rem;left:26.5rem;width:21.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3lOJeiy4kfqoB95xUQKFLUZAPIm10ZZ { width:2.6875rem;height:2.6875rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9CkxGKlqEwTlzBWsKt43UIwQhDnnDNW { width:2.4375rem;height:0.9375rem;top:2.875rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W { display:block; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDJ7dCahlJnfGJKmeGl6C6uTdg8Ipt0p { width:12.5rem;height:8.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWfIliuE1MLJIaiOUa5zSRF4BArK2wcW { top:2.6875rem;left:17.625rem;width:25.0625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvtmSW3FQxWAiIFlxZxAJIbpR9GOILIk { width:2.6875rem;height:2.6875rem;top:0.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVfD986E6tFWVE1iGrfDRdOEDgcdOGW { width:2.4375rem;height:0.9375rem;top:1.75rem;left:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI { display:block; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1OT9okykbEcHyJzaR9HobBcWGRHGWLK { width:29.9375rem;height:12.75rem;top:8.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJVDzWZxxEHr80oi7lxzQZ3Trf96ixdl { width:33.3125rem;height:14.6875rem;top:7.9375rem;left:14.4375rem;font-size:1.125rem;display:block; }#SJVDzWZxxEHr80oi7lxzQZ3Trf96ixdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e1dcf7cb7f47f1b6cfe182d31a5c33cae73852fa.svg); }
 }@media only screen and (max-width: 763px) { #DJM1OiNEgNL5vO74TpixebR6FdLlAK8u { display:block; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiZ2NRS86cReRu72OKfOsGNXUMLnxgnz { width:47.75rem;height:8.5rem;top:10.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3nbTVC7ibJEThvv34shhX3mbKbawxiA { width:47.75rem;height:1.5rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 { display:block; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaX7ORO2v0BxWw0n4a8fmXszqTQ64O29 { width:28.75rem;height:4.375rem;top:23.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdoveTK0ctogaKOoIJxyZ0qKevRmE5sz { width:11.875rem;height:3.125rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJAgtCzUD5kpq7ItoftSQ43iWXXFPK71 { display:block; }
 }@media only screen and (max-width: 763px) { #vnFvMI1aVRWpFJOiHPw3oQJqBNEy3CHw { width:28.75rem;height:3.5625rem;top:18.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flla6yh5NVUq2fsL9CdQAN4cmyTDBoBe { width:28.75rem;height:16.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1wcUIhAu00RaZt02yuz0zLTLNy7bSts { width:28.75rem;height:5.875rem;top:23.3125rem;left:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZhRCiqckyvnFOZTDLSNwzgC9zecNrk { width:11.875rem;height:3.125rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAgFky5J6cT9bV3rgStVA8TQ1FXxp89q { display:block; }
 }@media only screen and (max-width: 763px) { #ILJub9Jqm19MIAUmF525LlKfwXRrFPvM { width:28.75rem;height:3.5625rem;top:18.375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seFFP2bD7Rk1WOAdtzNUUkFbXb9c7mNe { width:28.75rem;height:16.1875rem;top:0rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTed2NciwbpmPdM8luJXihN0zTvGIthM { display:block; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO { display:block; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LonxNdkBPvhHMwzNv3sIPkC26BQAknVp { width:47.75rem;height:8.5rem;top:11.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtFiVOmmDTFxnwTx4Bn7HMzNg4zOlgRi { width:47.75rem;height:4.875rem;top:23rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCVrLVFSTgvQutW1K2kUMHI8SZaVWJr { width:20rem;height:5.25rem;top:35.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXpU2276h59hTi1oDxcx9xsg0TTsNcL { display:block; }
 }@media only screen and (max-width: 763px) { #LSdUt4m54I3TTZMcS2TSVxDosXLFGMN0 { width:47.75rem;height:1.5rem;top:7.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfLx1PQsNZTUwRMzwpyLTVf1gdW4SJFr { width:47.75rem;height:2.4375rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1d79clmhZgXrcdnKf7JC19plLv9gLJA { display:block; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbZmG1PTm3QGfGE6UmgOtmKNVpiofnTN { width:47.75rem;height:4.25rem;top:3.4375rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W { display:block; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtdI78mXXA2znmsfCtLtAkTx87yQhHoc { width:22.9375rem;height:24.9375rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX6ss1WNsW1ZSvSlngSzcp5m2sFEy1CQ { top:15.125rem;left:12.125rem;width:19.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyQEMPWBfFsaI5W7iTRIImSTUTQpuzzZ { top:18.25rem;left:13.3125rem;width:18.4375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzDWQg76B9uuvI8ISsLuCa0i38a7rmpi { width:22.9375rem;height:24.875rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PUJzceftEAoQA5h8kiRtluq7VWMMnX { top:14.9375rem;left:31.75rem;width:15.6875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfA8MSeJsaes7Rtf9O8xVVcIuG6Vh4oh { top:17.9375rem;left:27.4375rem;width:20.1875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfTOX2p8oFkhskF1Ek7HIMZk2PqXH29 { top:15.25rem;left:0rem;width:19.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfi0NVJhx28mpGLmt8NixTTUfPV1OiRF { top:18.375rem;left:0rem;width:18.75rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ4z0tW9TnTJJQw5T3sTr5AyMEdR8FuT { width:22.9375rem;height:24.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma8E4qmmvZEPHD8GeEuRl2L7eZWiOtlg { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0dWE5n3dERaamMCnpkg309KyzfO4Uh1 { width:20rem;height:12.625rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #folhR7N8bD81RNgERM0GwkQOkK9eVDA5 { width:20rem;height:12.625rem;top:1.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN { display:block; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cp7TeHihH1qhmcXTwr9gT09b1SUmTvFW { width:22.9375rem;height:23.125rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I853DrphIpQwMil4sLTOm6GEbGapTABs { top:15.125rem;left:12.125rem;width:19.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uudz6oST4F90toqXIslObqkQQ2Duxfbw { top:18.25rem;left:13.3125rem;width:18.4375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV9H2di4QfXmfAdkgNJh6Mk446fGgFC { width:22.9375rem;height:23.0625rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXb7fTmsOAJpCUTbd8BMXnEGmHeeJNra { top:14.9375rem;left:31.75rem;width:15.6875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTLVGXSONaEokZDRT1R162ZSeL1k8cQ { top:17.9375rem;left:28.25rem;width:19.375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEiQmwvovbPIiTd9PD4TTzO9IixdoL2W { top:15.25rem;left:0rem;width:19.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0bS7O98c03O6TbUVEe24LEki0sJ8hg8 { top:18.375rem;left:0rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqFPE8fuLTJreIiTTSeMQGBV0Bm6MmhT { width:22.9375rem;height:23.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfsnaIlmaQzUTbRgHFpFoap72E5DTc30 { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhiJyHPpTcpGcaSAyPcS5KLE348G0zLw { width:20rem;height:12.625rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXpPUpQFtc7sUT5skh9O4ZpbeaSM7Fl3 { width:20rem;height:12.625rem;top:1.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS { display:block; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gW0C53aBiMgCDs2FDhyyIJEG0Gt1mu4R { width:31.6875rem;height:30.875rem;top:10.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzy1iuv4e03tMCzO8LgWmI8Iodh3X0ez { width:33.75rem;height:;top:11.125rem;left:0rem;font-size:1rem;display:block; }#tzy1iuv4e03tMCzO8LgWmI8Iodh3X0ez li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e1dcf7cb7f47f1b6cfe182d31a5c33cae73852fa.svg); }
 }@media only screen and (max-width: 763px) { #J7eAZFJduxqt3znHpQi756k1TbOMydhW { width:47.75rem;height:45.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8hHlPmhkZxuaptDOG9ESBiAFVd4GH6J { width:37.375rem;height:2.875rem;top:4.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ { display:block; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4X6JE4zXkGlAXN6n0TVaa7iTnhBGbLM { width:22.5rem;height:9.6875rem;top:17.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToeTNXpgHnLZObGIrzvsEbTiLDfO2wt4 { width:22.5rem;height:9.6875rem;top:21.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amMKF6EVzMzlpF9qn6Gsu9A1VAqofSuv { width:22.5rem;height:9.6875rem;top:30rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc9KiZFxKnqUE28yksshLSE0SMCsqZ6N { width:22.5rem;height:9.6875rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgrlmF7Ratzi1PICXHWta2QpV06ZTe88 { width:9.4375rem;height:1.5rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KweR8wk7Wx0W7TQtR8XI3110iArUc0n5 { width:10.6875rem;height:1.5rem;top:23.8125rem;left:37.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmkyHTveLJyJwGpCbTRBtLB8I88rC6my { width:7.375rem;height:3.9375rem;top:32.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDNmBbAfoaaOmsCdvheBgE0Iib01yT0M { width:7.375rem;height:3.9375rem;top:20.0625rem;left:40.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPHo39smPaVNJbonTPd0uX8OSr8TQLrP { width:22.5rem;height:9.6875rem;top:33.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt0hqNCAS5efP4mrD8uc1cWyfvnOmhpu { width:9.4375rem;height:1.6875rem;top:39.5rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAAalMW9wymTpCdstcBA4EhJGI269cTZ { width:11rem;height:3.9375rem;top:35.8125rem;left:18.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfhAyTh0Zlu1zupbHmdbWf3AbI5pePzZ { width:16rem;height:1.5rem;top:26.8125rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrJbpmaFUFVTCbzVPb5czXBadNltvPG { width:7.375rem;height:3.9375rem;top:23.0625rem;left:20.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXievChpL6dqyzFpeSEZneem7F04Ndds { width:17.3125rem;height:1.5rem;top:35.4375rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXZBty5IRx2mQ3JRuFkh5aA0HCLKATF5 { width:12.125rem;height:3.9375rem;top:31.75rem;left:35.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZpcSBnhTK36bU1VX0pQF44qA8gvM8Vn { width:22.5rem;height:9.6875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqvUTflTsHKS7IGcy8blUByASJJGrtVx { width:10.4375rem;height:1.5rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr6ApVnbAGiEcSB7w18ghQwToBqFf98H { width:7.375rem;height:3.9375rem;top:19.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPAPQhSTvdXdTHKX6kE6WTD10SZnavdd { width:47.75rem;height:8.5rem;top:5.875rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs { display:block; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPiwSKEEMhsfHoJUvRKap7GBTqHCQ3wh { width:35.625rem;height:49.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXHmVf3xMmLbxdNtVmzTGZvMB9MSS2WW { width:30.625rem;height:3.375rem;top:2.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAciIid2IJmxvQwxfNMCv3OLlV74NI17 { width:30.625rem;height:6.9375rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }#sAciIid2IJmxvQwxfNMCv3OLlV74NI17 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #WPJllMDniSi486u4REXDTTAS5OwD9XEB { width:30.625rem;height:1.25rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2TbN8HsAC0q6VB8GlEyLl8ykPSJyFll { width:6rem;height:3.4375rem;top:19.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrvXX6HG5HOZxh72nm4xXxwcvv5DdQi { width:8rem;height:1.4375rem;top:19.875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez1pNdb1Tai4a06vQTwT4VPka1zuRrbv { width:8rem;height:1.4375rem;top:21.3125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUSTXgVtaF8BusOL9bTD9JLtvmRuBXzR { width:8rem;height:1.4375rem;top:19.875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh1osy4GMPyG56O1XsnfK5R1UOhLLIrU { width:8rem;height:1.4375rem;top:21.3125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czvr2NnmJIfPq02bIymNs6iKI7Rz6pmc { width:8.0625rem;height:3.4375rem;top:19.875rem;left:10.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnpQ2X2PwtUihXkngglfaGI4Gmdlrrm2 { width:6.8125rem;height:1.125rem;top:23.5rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboW8ETvXDCT8oP4DaXzuVHAZT1HWLyc { width:7.1875rem;height:1.8125rem;top:23.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOaRs5ciMpKzvcnVWwRruSBXkRarCEvS { width:30.625rem;height:1.25rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9N1ianQFyQvWCWx14QseP3Zc6OEFxQl { width:30.625rem;height:;top:30.25rem;left:0rem;font-size:1rem;display:block; }#A9N1ianQFyQvWCWx14QseP3Zc6OEFxQl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #hPXo0RPLTun4L8qzaIoRT9xSvq6EGbEu { width:35.625rem;height:49.375rem;top:0rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwbaVNtGO29hbntN1JrCyxp3V5FACANu { width:30.625rem;height:1.25rem;top:27.5625rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6zuZw2HQwukdWoZ5pznkRKS2WST2CmN { width:30.625rem;height:;top:30.375rem;left:17.125rem;font-size:1rem;display:block; }#M6zuZw2HQwukdWoZ5pznkRKS2WST2CmN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #D7SdCwUO2GGCwPe9iiI7TWips1sAN6BX { width:30.625rem;height:1.25rem;top:16.875rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFigwLXwwt3Jm9WWCgnJNyD3ei4TiRpD { width:7.3125rem;height:3.4375rem;top:20rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79WHEKX16e0yzR1LaTrrm3Lhho9NE4h { width:5.8125rem;height:1.4375rem;top:20rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x95aGATqebNxNlTqxoyc0N3F3lTTeT1i { width:5.5rem;height:1.4375rem;top:21.4375rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvRK4dP9AsblXKJuVFpvv32c0ukTlJx { width:4.625rem;height:1.4375rem;top:20rem;left:43.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNvJDBWGgz7ZioRSXlqRxT5rI9kkHNwl { width:4.625rem;height:1.4375rem;top:21.4375rem;left:43.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TR8KhTzl6k93KwrnT5Gd3vFg7md9s1 { width:9.625rem;height:3.4375rem;top:20rem;left:35.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NArt0dvvwcRb9nbT4utTBcMIdA8zdyOL { width:6.8125rem;height:1.125rem;top:23.625rem;left:36.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5uQ3PKLTheC51KskVDuHhL4nZ8h9xnB { width:7.1875rem;height:1.8125rem;top:23.25rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icefAgTCDZKpD8xpyaTVAe4C5RLsplio { width:30.625rem;height:;top:7.5625rem;left:17.125rem;font-size:1rem;display:block; }#icefAgTCDZKpD8xpyaTVAe4C5RLsplio li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #tBkt4TRITymQihWgTDZI1UXu3kr9kLZc { width:30.625rem;height:3.375rem;top:2.25rem;left:17.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe { display:block; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiqX2rmf0iUN3KXMg3aGP64xxh0GTqsW { width:47.75rem;height:34.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBB0bkJKdXG3lrgsWaa7VBHxyRh4d1NX { width:15rem;height:1.3125rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiq3GhDurPs8gJVyytCGtZGyqWSNIhhA { width:15rem;height:1.25rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3T9B0KHKShUlfP1aPAif2hRdLzBxLpz { width:31.875rem;height:1.3125rem;top:3.125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7U8ReKVNeChky7190EJNddCk8VFnk9J { width:31.875rem;height:4.1875rem;top:5.8125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltQAWd4bzObVfWo34b0mW1X8r2yv5O6z { width:13.75rem;height:1.25rem;top:3.125rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59GKptrstK7MlvsIGntCzFPJEd3ElIC { width:13.75rem;height:5.5625rem;top:5.8125rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Vs5BfdNLdZUETWz3cC6sevm4iuMmbx { width:0.0625rem;height:34.0625rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpf4Ce2dtqkKdH3KG1qEWBrHnXs2GAi { width:0.0625rem;height:34.0625rem;top:0rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaDNq2iclO4Tc9qGHq1rAcVPEVbRF8vE { width:47.75rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7UdlngBklKgipMcvVtEVbFogC6xxLui { width:15rem;height:1.25rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX7XhDxkV6onKSWyqKToncTlui7RGTf9 { width:31.875rem;height:2.75rem;top:14.3125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9kv40bpa7TSx5rzQpdKHNT05vRC7kT { width:13.75rem;height:1.375rem;top:14.3125rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJHPkxIiQBeeTgsRe1vLsG16EwPAMPK { width:47.75rem;height:0.0625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiTwlrbeE3iukPayx5vE5cWeii0Ride { width:15rem;height:1.25rem;top:24.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsrHfiKtrcwfLckUQ3n6H12CFs1fDuZv { width:31.875rem;height:2.75rem;top:24.625rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2zn3gEELI3Hsc6c3TQnPfexTvDHLbpm { width:13.75rem;height:1.375rem;top:28.875rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHPJamRvTSRBHdzoweCqKvD8cWMHbv3 { width:31.875rem;height:1.375rem;top:18.25rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6X0tfesPa15lTD4TpmyN8hMIgxlAoZP { width:13.75rem;height:2.75rem;top:18.25rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIMrqKcewv3dwsoKUvaoDFseDVX8Kuzy { width:31.875rem;height:1.375rem;top:28.875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLw3ZT2dmOHxXzG4ul9CR4LHvcxhRSUy { width:13.75rem;height:1.375rem;top:24.5625rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C { display:block; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPn0db4qguXD00KQwHayOvLPZLpzX4vR { width:47.75rem;height:2.875rem;top:5.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHEf0Df0ufMZTB9N9L6iZLPCT2OWSVkI { width:47.75rem;height:9.4375rem;top:9.8125rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF { display:block; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6AiLDsVG0FD9OJxWblDorpzR7GCniZQ { width:17.5rem;height:5.5625rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kevt3n0TiwVe16oQvgwbrVWkieRp7iN0 { width:17.5rem;height:2.0625rem;top:9.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAaVVmIlFDJgxa4GRPTXaOuoJOLMBStD { width:7.5rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMhH0X5549hZ3ItRCbxmBaOr77oCGZLn { width:3.25rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhBS1gzIslVS6TWDrJoMFUDl7Z638V0T { width:17.5rem;height:6.9375rem;top:12.9375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keqWhzLQuXEQfcVUNKMJplO8KJFqzCuB { width:17.5rem;height:2.0625rem;top:9.75rem;left:6.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzhZk66PFiBUKpsuTJbK232F5noQTW39 { width:7.5rem;height:7.5rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2OU82yG1Vq62xQpESgZM2pLDf26FoAr { width:3.25rem;height:3.25rem;top:2.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnacaRz0zyIgVnRgQ33NknoRAI6MdwSt { width:17.5rem;height:6.9375rem;top:12.8125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld9qK1K4EIZOGBwzncOsbqRauSFVhVVb { width:17.5rem;height:2.0625rem;top:9.625rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTsmeNLfhzSDMkKS0IQcweduRkdb4gb { width:7.5rem;height:7.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4xO8VlMoUc2uRTUrAv4KTPOGSCSUO1t { width:3.25rem;height:3.25rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWyT3sTPmmFC33TEByBKsBkut4WbUBPS { width:17.5rem;height:6.9375rem;top:12.8125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTy1ONQyTBZiuNiDwMcTCtZ2pTBtX7M { width:17.5rem;height:2.0625rem;top:9.625rem;left:30.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoC0k84Uf9LG4z3eXQsrDmZWO0gWXg3C { width:7.5rem;height:7.5rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KstwIBNBhQTwT9RIryOTdkFewoTwXgVo { width:3.25rem;height:3.25rem;top:2.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paPmod6h1HOT6Nn3KCqkDBt981xbaWNs { width:11.875rem;height:3.125rem;top:21.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5mFgtJ6ahNzGpCrlO9gWT1Ws3lb1JSo { display:block; }
 }@media only screen and (max-width: 763px) { #g3iAK8SdpUfiUIxcps7OT3cVAaLJaPlF { width:9.8125rem;height:3.125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqsGHmZWezsGE1lWBQ5zgmwXRh6PcUzF { display:block; }
 }@media only screen and (max-width: 763px) { #nwcvmAFuJdgJgRm9hfqTZ5UZbFXDkHve { width:17.6875rem;height:1rem;top:25.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZrlVAazW803lbuxO7wM1peexXk8ttq { display:block; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIyzclsE7NO1P5HbLwwVqE4rkJIJxU6Q { width:42.1875rem;height:46.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeB8RrRPBoM6aWvTIXrJaXvR5q1ve3Th { width:35.25rem;height:5.1875rem;top:9.625rem;left:12.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKv4fIdga8vg4oHMoT1i6JuocTT3f1MS { width:35.3125rem;height:7.5rem;top:17.5rem;left:12.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrT0552WmavZFWzzl8shBKI9IIbo26OT { width:22.3125rem;height:5.25rem;top:29.25rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZr3Un1GEE3ts2JXku1fgDaErT1goF71 { display:block; }
 }@media only screen and (max-width: 763px) { #AHdknTmdE9lE9yyZPOaDxG4WUS95KySI { width:19.0625rem;height:6.875rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJoHNpsg6bdqenCmc4KJTmWvsohvcWfF { width:12.5rem;height:1.4375rem;top:30.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkrq2NsEnL499XdgJOz8NK89TWJPdd5H { width:12.5rem;height:1.25rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR9SWtb41r500h2UGQSQkwZB1qmukLhA { width:38.75rem;height:12.5rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cITbawMGlF58Qyhc0EtdhvReRexEOpDV { display:block; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJtLZqp0qo5yghueM1T1vuyGPqfb069J { display:block; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu { display:block; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBdhuhOQlCbkcFXSrUyfKtUMzHgI1TdW { width:12.9375rem;height:2.25rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJmeyKgU9v6XRtRdlyuSwNrhEmF8xLy { width:12.9375rem;height:1.25rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnCJm6omDx0av0QpH7HmAx5qZZb8Jqne { width:12.9375rem;height:1.25rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zExufIVWTGBtFXcEFl6XZ6b5ZwHWFK { width:12.9375rem;height:1.25rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpdZXBHPGhH1999qRAM3NyLc1zUqlG5x { width:12.9375rem;height:1.125rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwKGs5opI5lNq0Hl5utcKA9DFdpQfqt2 { width:16.25rem;height:14.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azFA5QmVPOSFl6y3spA1mQZ0rxo2w9Fl { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN { background-color:rgba(31,31,31,0.98);background-image:none;display:block; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container { background-color: transparent; background-image: none; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container > .video-iframe-container { display: none; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row > .video-iframe-container { display: none; }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .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); }#AWfmkVrsFnA5UnN3NIifBgkMQp3esxuN > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZoK4aUZE1D11g0nBTk2gwIXKTTFeIWn { width:20rem;height:8.796875rem;top:11.849609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hs1uo5q2tept4HbSCXqT9352bx5pe9 { width:15rem;height:3.5625rem;top:34.931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha8XCWt8FzcTPNTQ8AJV63MGdaLmwGAI { display:block; }
 }@media only screen and (max-width: 763px) { #R1CgE6FTfuulwvyWR84oVf13bh2rme7a { width:9.875rem;height:1.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMsSp17Xx1rK0lGQb1TLlr2BzJHLhVp9 { width:20rem;height:11.25rem;top:21.619140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP0hB14fwN5FhGUmV7QtqJ72Eyocw9iv { width:12.8125rem;height:3.625rem;top:39.494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scg7b46EZ0BqO3qgixWlF6796MrkOXJZ { display:block; }
 }@media only screen and (max-width: 763px) { #DCRTT71NfKH10SJ13w2TkGvURIA7TRhy { width:16.5rem;height:2.5996125rem;top:7.125rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdODfa0lTxDZW0EztBXzqgXt5aSIIi1 { width:2.75rem;height:2.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE96ASnL8ziGp58pgWcFaeBLInfmuiOy { width:7.875rem;height:1.25rem;top:49.494140625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWA4gIAtRe0OwUNswDyL45BI5mzC53UM { width:11.75rem;height:0.625rem;top:46.53125rem;left:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuGi75LAJMbE8mmfWVTb9eLMeMemmTGD { width:15rem;height:2rem;top:52.619140625rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsVBxVoG1rPDhRmGONA4Ghp2dAiQplMA { width:15rem;height:2.5625rem;top:54.619140625rem;left:2.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icsdqWvDUxPu4db6xayUQXZKo6wSPuTg { width:15rem;height:1.875rem;top:58.306640625rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VExB79U84yozl6vq4HDFW3Lm3H1sJB2e { width:15rem;height:1.125rem;top:57.119140625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpaA4URVLztqK9uuG0Bl6PkvAAadobFn { width:12.9375rem;height:3.125rem;top:63.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKqad9arfRNZXQo1FI1tJCvfco3veHv { width:12.5rem;height:1.29980625rem;top:64.125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvGhQSPLAyGJB0aF3nFIbnNTppV8TAx { top:42.494140625rem;left:0rem;width:20rem;height:25.9375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC { display:block; }#z9Q51n5K76mAKZwscXFgyr0EzCwF3GAC > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISP2cCE4hMo6y7tnCLT2NoGXK6WvWPHD { width:20rem;height:2.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPUaWRk9aZ0Qg6aCEUPqiO9MaM9eeN4I { width:2.5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMeTkipklTGsgiDm0a3BPSavT3y6DeM6 { width:2.5rem;height:5rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niaVh0P0IATWAUXZsUsreUXb2nbXdEZr { display:block; }#niaVh0P0IATWAUXZsUsreUXb2nbXdEZr > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT3ZTairAb2JgTz290XT2u0umngp42uO { display:block; }#sT3ZTairAb2JgTz290XT2u0umngp42uO > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHmvMmo7oU6ZmukqZNGRXgZ9LHdUkCoZ { width:17.5rem;height:1.23730625rem;top:2.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0BG0mh6O5PzsyeykQZuOSNJqT3m2ax { width:17.5rem;height:25.3125rem;top:20rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuqLEtyQaS0ozwlsE0tnLXQwbOiHI2Z3 { width:17.5rem;height:13.6465rem;top:5.0234375rem;left:1.25rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK { display:block; }#LQ1lqKcyVZpnKTK0t34sG2lDAI6d5TRK > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAaTSx5bLsVVnThCft0F0MPEVCXq1vyy { width:20rem;height:6.82325rem;top:4.625rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q2UzcVcaKegTRCBU7b2xQo4mIep7o8ce { width:20rem;height:1.23730625rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieqouaeGTdashlfnV7FSdMT9i5d71TrP { display:block; }#ieqouaeGTdashlfnV7FSdMT9i5d71TrP > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgkwQfgriEzU2shocg8dOZ6C7MEM8Js4 { width:19.875rem;height:28.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5L4cJRuxHSBFcOIwe8JxzVD9JSUMBoV { width:17.5rem;height:7.3095625rem;top:20.486328125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQmsZUx9Z772SKbXT8UARvd1nCWBuuy { width:17.5rem;height:4.2246125rem;top:15.01171875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdzBhxOq40Lt5ggiBZbQeh4QL43s47tJ { width:17.5rem;height:4.2246125rem;top:45.875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkaxxkC3X8w2XfKZ6McRR9FGa6hxfJlC { width:17.5rem;height:8.7715rem;top:51.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i { width:20rem;height:12.5rem;top:1.3125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ceca6b52-88a5-4266-a7e8-cb9bc1b318a3/img11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i.adaptive-delivery-prevent-bg, #oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i.lazyload, #oZRq2uDuodQB57nAt1MwCaaTGnTUCX6i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4 { width:20rem;height:12.5rem;top:32.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8e536b80-ba98-45c6-b1fa-f46533fd39bb/imasda11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4.adaptive-delivery-prevent-bg, #HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4.lazyload, #HiZTZOt0IHxog1k1m6Sn7EoWhCm3PLB4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t5wixW2SH6zkSEziNXbC6p0At45VyrZO { width:19.875rem;height:31.25rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR { display:block; }#AkC3TsmbqQIh5b0LfJDSCpVvo4zxrtKR > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAf6zSJuKV7RuehLhlIVwZ74JrBIND74 { width:17.5rem;height:8.7715rem;top:18.3740234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoNS7W3fesLON6C0kmxGBBZmBkZfQeK { width:17.5rem;height:2.11230625rem;top:15.01171875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFGomWCnwQS2B2IR8cbAQNpXZEcBhgOw { width:17.5rem;height:2.11230625rem;top:44.875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl5KQTzq1dEHZFyHzKska5knl6UTEaAy { width:17.5rem;height:7.3095625rem;top:47.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm { width:20rem;height:12.5rem;top:1.3125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/856bd353-dc1a-4cd3-a378-9a659077bcb4/img1233.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm.adaptive-delivery-prevent-bg, #mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm.lazyload, #mKgQF2TBLUnutT1i7xWIC2QE3nJGO4bm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH { width:20rem;height:12.5rem;top:31.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8649adc1-b423-49ea-948c-b04d50332f2b/img122223.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH.adaptive-delivery-prevent-bg, #OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH.lazyload, #OaV6pURGLWTAHLdqOaHkWuUgV89LtJJH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qCsOGIIeXa8XxpwbolZmqitQkKrWJ2dM { width:19.875rem;height:28.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHqAekcW6irhTMnzRBIXyVnABT4KahQt { width:19.875rem;height:26.6875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi { display:block; }#TZ92Uwwlr33lSAXqriRnPDCVdlBHaiGi > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naH9Rrtabm6TxM1O7LGZHM7KvKuA6nOE { width:20rem;height:6.8232375rem;top:6.318359375rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rFKMohcOEqNTTsNWsUWuuGXQobTcgNac { width:20rem;height:2.4746125rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW { display:block; }#gLZa8U6kJP3UfrvGDvtFVEWwJlkHGLqW > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOkLbKrPWaLBmTr70O2y5lDHWToIbCE3 { width:2.6875rem;height:2.6875rem;top:1.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uitT4skoU1KxTs4fBD3m8xOEx7BnkDTi { width:2.4375rem;height:0.9746125rem;top:2rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teg3gcACFTDRcvocLmHqyDsn0byGHdTB { width:12.5rem;height:8.75rem;top:1.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMtncMIPKZsHQOOTL9Kl83pXuSqvHJhv { width:20rem;height:6.1875rem;top:9.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOyfBAQh66qbDlkafVihRMT3TX7Z39CW { width:12.5rem;height:8.75rem;top:19.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hss28b38b8u7qaO6UGBaWleNzu11Oabf { width:17.1875rem;height:6.1875rem;top:28.5rem;left:1.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9dJhqZHARtlZbgAWmZ2CTm3amTeXWqr { width:2.6875rem;height:2.6875rem;top:19.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmOfTRlHVsziArGSSAclEbEaAD8V2Kpl { width:2.4375rem;height:0.9746125rem;top:20.6875rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X { display:block; }#vLdLUQXAOTmEwkuxFhXrDcmrqriTJR0X > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UH41Zoe7IVwwlS2FMnsWIbA16x5X5dPs { width:2.6875rem;height:2.6875rem;top:2.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsrO1zoXqBhNNfLhrrJnxd4AaMKCUHny { width:2.4375rem;height:0.9746125rem;top:3rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbSfCQXW6LpCPAJ8lXtFUEsPJ49KXAeS { width:12.5rem;height:8.75rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzoV8KxpkVtkUmKDaXKRhpKawpE8vsIw { width:16.0625rem;height:4.125rem;top:11.25rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qClealqNVKFI13RJsKHclIW0QnTogANv { width:12.5rem;height:8.75rem;top:16.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffB2VvNcvKbkVQmm6cJLQrdnE5EWHqN { width:20rem;height:4.125rem;top:25.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3lOJeiy4kfqoB95xUQKFLUZAPIm10ZZ { width:2.6875rem;height:2.6875rem;top:17.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9CkxGKlqEwTlzBWsKt43UIwQhDnnDNW { width:2.4375rem;height:0.9746125rem;top:18.8125rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W { display:block; }#BdCsCSrpfsTTp0V0UE5FigN8v1ITkh0W > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDJ7dCahlJnfGJKmeGl6C6uTdg8Ipt0p { width:12.5rem;height:8.75rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWfIliuE1MLJIaiOUa5zSRF4BArK2wcW { width:17.3125rem;height:6.1875rem;top:10.875rem;left:1.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvtmSW3FQxWAiIFlxZxAJIbpR9GOILIk { width:2.6875rem;height:2.6875rem;top:2.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVfD986E6tFWVE1iGrfDRdOEDgcdOGW { width:2.4375rem;height:0.9746125rem;top:3rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI { display:block; }#To9wi5cBqP9tcn8Ed3NLcPW1vi0AnpvI > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1OT9okykbEcHyJzaR9HobBcWGRHGWLK { width:16.25rem;height:4.548825rem;top:3.1875rem;left:1.875rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJVDzWZxxEHr80oi7lxzQZ3Trf96ixdl { width:16.25rem;height:27.8661875rem;top:9.171875rem;left:1.875rem;font-size:1.125rem;display:block; }#SJVDzWZxxEHr80oi7lxzQZ3Trf96ixdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e1dcf7cb7f47f1b6cfe182d31a5c33cae73852fa.svg); }
 }@media only screen and (max-width: 763px) { #DJM1OiNEgNL5vO74TpixebR6FdLlAK8u { display:block; }#DJM1OiNEgNL5vO74TpixebR6FdLlAK8u > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiZ2NRS86cReRu72OKfOsGNXUMLnxgnz { width:20rem;height:6.82325rem;top:5.005859375rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l3nbTVC7ibJEThvv34shhX3mbKbawxiA { width:20rem;height:1.23730625rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 { display:block; }#b1JsaQWAOMcTRvMD7mWDvrmmnF2LUrE7 > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaX7ORO2v0BxWw0n4a8fmXszqTQ64O29 { width:20rem;height:5.84765625rem;top:20.2841625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdoveTK0ctogaKOoIJxyZ0qKevRmE5sz { width:11.875rem;height:3.125rem;top:27.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJAgtCzUD5kpq7ItoftSQ43iWXXFPK71 { display:block; }
 }@media only screen and (max-width: 763px) { #vnFvMI1aVRWpFJOiHPw3oQJqBNEy3CHw { width:20rem;height:5.361325rem;top:13.6738125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flla6yh5NVUq2fsL9CdQAN4cmyTDBoBe { width:20rem;height:11.173913043478rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1wcUIhAu00RaZt02yuz0zLTLNy7bSts { width:20rem;height:5.84765625rem;top:53.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZhRCiqckyvnFOZTDLSNwzgC9zecNrk { width:11.875rem;height:3.125rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAgFky5J6cT9bV3rgStVA8TQ1FXxp89q { display:block; }
 }@media only screen and (max-width: 763px) { #ILJub9Jqm19MIAUmF525LlKfwXRrFPvM { width:20rem;height:5.361325rem;top:46.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seFFP2bD7Rk1WOAdtzNUUkFbXb9c7mNe { width:20rem;height:11.260869565217rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTed2NciwbpmPdM8luJXihN0zTvGIthM { display:block; }#ZTed2NciwbpmPdM8luJXihN0zTvGIthM > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO { display:block; }#Nf5tIyNnAsIXDhImhKJ7ZUlaAdmaU6aO > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LonxNdkBPvhHMwzNv3sIPkC26BQAknVp { width:20rem;height:6.82325rem;top:5.82421875rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZtFiVOmmDTFxnwTx4Bn7HMzNg4zOlgRi { width:20rem;height:7.5rem;top:14.96875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCVrLVFSTgvQutW1K2kUMHI8SZaVWJr { width:20rem;height:5.25rem;top:31.3974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXpU2276h59hTi1oDxcx9xsg0TTsNcL { display:block; }
 }@media only screen and (max-width: 763px) { #LSdUt4m54I3TTZMcS2TSVxDosXLFGMN0 { width:20rem;height:1.23730625rem;top:3.0224609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfLx1PQsNZTUwRMzwpyLTVf1gdW4SJFr { width:20rem;height:5.625rem;top:23.884765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1d79clmhZgXrcdnKf7JC19plLv9gLJA { display:block; }#w1d79clmhZgXrcdnKf7JC19plLv9gLJA > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbZmG1PTm3QGfGE6UmgOtmKNVpiofnTN { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W { display:block; }#iaT5LTq1tTi3AQnLkPu7T94qQAPBds0W > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtdI78mXXA2znmsfCtLtAkTx87yQhHoc { width:20rem;height:22.125rem;top:24.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #rX6ss1WNsW1ZSvSlngSzcp5m2sFEy1CQ { width:18.125rem;height:1.57498125rem;top:38.0625rem;left:1.125rem;font-size:1.125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #GyQEMPWBfFsaI5W7iTRIImSTUTQpuzzZ { width:18.125rem;height:4.72265625rem;top:40.25rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzDWQg76B9uuvI8ISsLuCa0i38a7rmpi { width:20rem;height:23.625rem;top:48.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #P0PUJzceftEAoQA5h8kiRtluq7VWMMnX { width:17.5rem;height:1.57498125rem;top:62rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfA8MSeJsaes7Rtf9O8xVVcIuG6Vh4oh { width:17.8125rem;height:6.296875rem;top:64.25rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfTOX2p8oFkhskF1Ek7HIMZk2PqXH29 { width:18.125rem;height:1.57498125rem;top:14.5rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfi0NVJhx28mpGLmt8NixTTUfPV1OiRF { width:17.8125rem;height:4.72265625rem;top:16.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ4z0tW9TnTJJQw5T3sTr5AyMEdR8FuT { width:20rem;height:22.75rem;top:0.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #ma8E4qmmvZEPHD8GeEuRl2L7eZWiOtlg { width:20rem;height:12.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0dWE5n3dERaamMCnpkg309KyzfO4Uh1 { width:20rem;height:12.625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #folhR7N8bD81RNgERM0GwkQOkK9eVDA5 { width:20rem;height:12.625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN { display:block; }#rDqu5cuxtQCBLTIpdaJcNgXXkxsfaXqN > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cp7TeHihH1qhmcXTwr9gT09b1SUmTvFW { width:20rem;height:20.625rem;top:23.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #I853DrphIpQwMil4sLTOm6GEbGapTABs { width:18.125rem;height:1.57498125rem;top:36.875rem;left:1.125rem;font-size:1.125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Uudz6oST4F90toqXIslObqkQQ2Duxfbw { width:18.125rem;height:3.1484375rem;top:39.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV9H2di4QfXmfAdkgNJh6Mk446fGgFC { width:20rem;height:22.3125rem;top:45.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #qXb7fTmsOAJpCUTbd8BMXnEGmHeeJNra { width:17.5rem;height:1.57498125rem;top:58.8125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTLVGXSONaEokZDRT1R162ZSeL1k8cQ { width:17.8125rem;height:4.72265625rem;top:61rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEiQmwvovbPIiTd9PD4TTzO9IixdoL2W { width:18.125rem;height:1.57498125rem;top:14.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0bS7O98c03O6TbUVEe24LEki0sJ8hg8 { width:17.8125rem;height:3.1484375rem;top:16.8125rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqFPE8fuLTJreIiTTSeMQGBV0Bm6MmhT { width:20rem;height:20.125rem;top:1.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #LfsnaIlmaQzUTbRgHFpFoap72E5DTc30 { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhiJyHPpTcpGcaSAyPcS5KLE348G0zLw { width:20rem;height:12.625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXpPUpQFtc7sUT5skh9O4ZpbeaSM7Fl3 { width:20rem;height:12.625rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS { display:block; }#XViokH3sEmcxlyZQqO8NXp6O2ZwCb7RS > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gW0C53aBiMgCDs2FDhyyIJEG0Gt1mu4R { width:16.5625rem;height:16.125rem;top:52.75rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzy1iuv4e03tMCzO8LgWmI8Iodh3X0ez { width:17.5rem;height:41.2949375rem;top:9.37890625rem;left:1.25rem;font-size:1rem;display:block; }#tzy1iuv4e03tMCzO8LgWmI8Iodh3X0ez li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e1dcf7cb7f47f1b6cfe182d31a5c33cae73852fa.svg); }
 }@media only screen and (max-width: 763px) { #J7eAZFJduxqt3znHpQi756k1TbOMydhW { width:20rem;height:69.0625rem;top:1.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #f8hHlPmhkZxuaptDOG9ESBiAFVd4GH6J { width:17.5rem;height:5.19921875rem;top:3.625rem;left:1.25rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ { display:block; }#kUwSDmXo0yHSV2r8AiqVoaATseT70vQQ > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4X6JE4zXkGlAXN6n0TVaa7iTnhBGbLM { width:20rem;height:9.6875rem;top:34.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToeTNXpgHnLZObGIrzvsEbTiLDfO2wt4 { width:20rem;height:9.6875rem;top:23.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amMKF6EVzMzlpF9qn6Gsu9A1VAqofSuv { width:20rem;height:9.6875rem;top:67.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc9KiZFxKnqUE28yksshLSE0SMCsqZ6N { width:20rem;height:9.6875rem;top:45.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgrlmF7Ratzi1PICXHWta2QpV06ZTe88 { width:9.4375rem;height:1.5rem;top:51.625rem;left:5.3125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KweR8wk7Wx0W7TQtR8XI3110iArUc0n5 { width:10.6875rem;height:1.5rem;top:40.75rem;left:4.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EmkyHTveLJyJwGpCbTRBtLB8I88rC6my { width:7.375rem;height:3rem;top:47.9375rem;left:6.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDNmBbAfoaaOmsCdvheBgE0Iib01yT0M { width:7.375rem;height:3rem;top:37rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPHo39smPaVNJbonTPd0uX8OSr8TQLrP { width:20rem;height:9.6875rem;top:56.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt0hqNCAS5efP4mrD8uc1cWyfvnOmhpu { width:9.4375rem;height:1.5rem;top:62.5625rem;left:5.3125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pAAalMW9wymTpCdstcBA4EhJGI269cTZ { width:11rem;height:3rem;top:58.875rem;left:4.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfhAyTh0Zlu1zupbHmdbWf3AbI5pePzZ { width:16rem;height:1.5rem;top:29.8125rem;left:2rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ozrJbpmaFUFVTCbzVPb5czXBadNltvPG { width:7.375rem;height:3rem;top:26.0625rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXievChpL6dqyzFpeSEZneem7F04Ndds { width:17.3125rem;height:1.5rem;top:73.5rem;left:1.375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dXZBty5IRx2mQ3JRuFkh5aA0HCLKATF5 { width:12.125rem;height:3rem;top:69.8125rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZpcSBnhTK36bU1VX0pQF44qA8gvM8Vn { width:20rem;height:9.6875rem;top:12.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqvUTflTsHKS7IGcy8blUByASJJGrtVx { width:10.4375rem;height:1.5rem;top:19.0625rem;left:4.8125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rr6ApVnbAGiEcSB7w18ghQwToBqFf98H { width:7.375rem;height:3rem;top:15.3125rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPAPQhSTvdXdTHKX6kE6WTD10SZnavdd { width:20rem;height:10.3984375rem;top:0rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs { display:block; }#zJpGvXHzhxKx1sJrHE7Vznx9b4WWBpvs > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPiwSKEEMhsfHoJUvRKap7GBTqHCQ3wh { width:20rem;height:53.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXHmVf3xMmLbxdNtVmzTGZvMB9MSS2WW { width:17.5rem;height:2.5996125rem;top:3.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAciIid2IJmxvQwxfNMCv3OLlV74NI17 { width:17.5rem;height:9.5488125rem;top:7.25rem;left:1.25rem;font-size:1rem;display:block; }#sAciIid2IJmxvQwxfNMCv3OLlV74NI17 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #WPJllMDniSi486u4REXDTTAS5OwD9XEB { width:17.5rem;height:1.29980625rem;top:18.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2TbN8HsAC0q6VB8GlEyLl8ykPSJyFll { width:6rem;height:2.5996125rem;top:21rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrvXX6HG5HOZxh72nm4xXxwcvv5DdQi { width:8rem;height:1.4619125rem;top:20.8125rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez1pNdb1Tai4a06vQTwT4VPka1zuRrbv { width:8rem;height:1.4619125rem;top:22.25rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUSTXgVtaF8BusOL9bTD9JLtvmRuBXzR { width:8rem;height:1.4619125rem;top:25.07421875rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh1osy4GMPyG56O1XsnfK5R1UOhLLIrU { width:8rem;height:1.4619125rem;top:26.53515625rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czvr2NnmJIfPq02bIymNs6iKI7Rz6pmc { width:6.3125rem;height:2.5996125rem;top:25.07421875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnpQ2X2PwtUihXkngglfaGI4Gmdlrrm2 { width:6.8125rem;height:1.13671875rem;top:28.25rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboW8ETvXDCT8oP4DaXzuVHAZT1HWLyc { width:7.1875rem;height:1.8125rem;top:27.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOaRs5ciMpKzvcnVWwRruSBXkRarCEvS { width:17.5rem;height:1.29980625rem;top:32.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9N1ianQFyQvWCWx14QseP3Zc6OEFxQl { width:17.5rem;height:16.922875rem;top:35rem;left:1.25rem;font-size:1rem;display:block; }#A9N1ianQFyQvWCWx14QseP3Zc6OEFxQl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #hPXo0RPLTun4L8qzaIoRT9xSvq6EGbEu { width:19.75rem;height:57.25rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwbaVNtGO29hbntN1JrCyxp3V5FACANu { width:17.5rem;height:1.29980625rem;top:86.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6zuZw2HQwukdWoZ5pznkRKS2WST2CmN { width:17.5rem;height:22.57225rem;top:89.375rem;left:1.25rem;font-size:1rem;display:block; }#M6zuZw2HQwukdWoZ5pznkRKS2WST2CmN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #D7SdCwUO2GGCwPe9iiI7TWips1sAN6BX { width:17.5rem;height:1.29980625rem;top:72.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFigwLXwwt3Jm9WWCgnJNyD3ei4TiRpD { width:6.125rem;height:2.5996125rem;top:75.8125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79WHEKX16e0yzR1LaTrrm3Lhho9NE4h { width:5.8125rem;height:1.4619125rem;top:75.6875rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x95aGATqebNxNlTqxoyc0N3F3lTTeT1i { width:5.5rem;height:1.4619125rem;top:77.125rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvRK4dP9AsblXKJuVFpvv32c0ukTlJx { width:4.625rem;height:1.4619125rem;top:79.125rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNvJDBWGgz7ZioRSXlqRxT5rI9kkHNwl { width:4.625rem;height:1.4619125rem;top:80.5625rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TR8KhTzl6k93KwrnT5Gd3vFg7md9s1 { width:7.8125rem;height:2.5996125rem;top:79.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NArt0dvvwcRb9nbT4utTBcMIdA8zdyOL { width:6.8125rem;height:1.13671875rem;top:82.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5uQ3PKLTheC51KskVDuHhL4nZ8h9xnB { width:7.1875rem;height:1.8125rem;top:82rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icefAgTCDZKpD8xpyaTVAe4C5RLsplio { width:17.5rem;height:8.249rem;top:62.4375rem;left:1.25rem;font-size:1rem;display:block; }#icefAgTCDZKpD8xpyaTVAe4C5RLsplio li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_356c74f26072a6f33a43235ff4e9137eef95cec9.svg); }
 }@media only screen and (max-width: 763px) { #tBkt4TRITymQihWgTDZI1UXu3kr9kLZc { width:17.5rem;height:2.5996125rem;top:58.625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe { display:block; }#tDpcCIHNKBdzBuzckKDUZDdZQWOhmISe > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiqX2rmf0iUN3KXMg3aGP64xxh0GTqsW { width:20rem;height:60.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBB0bkJKdXG3lrgsWaa7VBHxyRh4d1NX { width:17.5rem;height:1.29980625rem;top:2.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiq3GhDurPs8gJVyytCGtZGyqWSNIhhA { width:17.5rem;height:1.29980625rem;top:4.6123046875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3T9B0KHKShUlfP1aPAif2hRdLzBxLpz { width:20rem;height:0;top:73.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7U8ReKVNeChky7190EJNddCk8VFnk9J { width:17.5rem;height:6.9970625rem;top:6.7744140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltQAWd4bzObVfWo34b0mW1X8r2yv5O6z { width:13.75rem;height:0;top:71.75rem;left:6.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f59GKptrstK7MlvsIGntCzFPJEd3ElIC { width:17.5rem;height:4.1982375rem;top:15.232421875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Vs5BfdNLdZUETWz3cC6sevm4iuMmbx { width:0.0625rem;height:34.0625rem;top:1.25rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNpf4Ce2dtqkKdH3KG1qEWBrHnXs2GAi { width:0.0625rem;height:34.0625rem;top:1.25rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaDNq2iclO4Tc9qGHq1rAcVPEVbRF8vE { width:20rem;height:0.0625rem;top:21.423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7UdlngBklKgipMcvVtEVbFogC6xxLui { width:17.5rem;height:1.29980625rem;top:22.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX7XhDxkV6onKSWyqKToncTlui7RGTf9 { width:17.5rem;height:4.19824375rem;top:24.8154296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9kv40bpa7TSx5rzQpdKHNT05vRC7kT { width:17.5rem;height:1.3994125rem;top:29.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJHPkxIiQBeeTgsRe1vLsG16EwPAMPK { width:20rem;height:0.0625rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiTwlrbeE3iukPayx5vE5cWeii0Ride { width:17.5rem;height:1.29980625rem;top:42.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsrHfiKtrcwfLckUQ3n6H12CFs1fDuZv { width:17.5rem;height:5.59765625rem;top:44.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2zn3gEELI3Hsc6c3TQnPfexTvDHLbpm { width:17.5rem;height:1.3994125rem;top:56.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHPJamRvTSRBHdzoweCqKvD8cWMHbv3 { width:17.5rem;height:2.798825rem;top:32.5771484375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6X0tfesPa15lTD4TpmyN8hMIgxlAoZP { width:17.5rem;height:2.798825rem;top:35.97265625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIMrqKcewv3dwsoKUvaoDFseDVX8Kuzy { width:17.5rem;height:2.798825rem;top:53.3564453125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLw3ZT2dmOHxXzG4ul9CR4LHvcxhRSUy { width:17.5rem;height:1.3994125rem;top:50.8330078125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C { display:block; }#r5JMVV45DoG85lsTdZWnJhpW2PzzkO7C > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPn0db4qguXD00KQwHayOvLPZLpzX4vR { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHEf0Df0ufMZTB9N9L6iZLPCT2OWSVkI { width:20rem;height:5.19921875rem;top:5.400390625rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF { display:block; }#dZnP0WRqh6nEo5XQl0OCk2SHwoZSiBMF > .row .container { width:20rem;height:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6AiLDsVG0FD9OJxWblDorpzR7GCniZQ { width:17.5rem;height:5.59765625rem;top:12.7373046875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kevt3n0TiwVe16oQvgwbrVWkieRp7iN0 { width:17.5rem;height:2.11230625rem;top:10rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAaVVmIlFDJgxa4GRPTXaOuoJOLMBStD { width:7.5rem;height:7.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMhH0X5549hZ3ItRCbxmBaOr77oCGZLn { display:flex;width:3.25rem;height:3.25rem;top:3.375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #zhBS1gzIslVS6TWDrJoMFUDl7Z638V0T { width:17.5rem;height:6.9970625rem;top:39.6953125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keqWhzLQuXEQfcVUNKMJplO8KJFqzCuB { width:17.5rem;height:2.11230625rem;top:36.95804375rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzhZk66PFiBUKpsuTJbK232F5noQTW39 { width:7.5rem;height:7.5rem;top:28.20804375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2OU82yG1Vq62xQpESgZM2pLDf26FoAr { display:flex;width:3.25rem;height:3.25rem;top:30.33304375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #pnacaRz0zyIgVnRgQ33NknoRAI6MdwSt { width:17.5rem;height:6.9970625rem;top:65.05378125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ld9qK1K4EIZOGBwzncOsbqRauSFVhVVb { width:17.5rem;height:2.11230625rem;top:61.691475rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhTsmeNLfhzSDMkKS0IQcweduRkdb4gb { width:7.5rem;height:7.5rem;top:52.941475rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4xO8VlMoUc2uRTUrAv4KTPOGSCSUO1t { display:flex;width:3.25rem;height:3.25rem;top:55.066475rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #QWyT3sTPmmFC33TEByBKsBkut4WbUBPS { width:17.5rem;height:6.9970625rem;top:86.662109375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJTy1ONQyTBZiuNiDwMcTCtZ2pTBtX7M { width:17.5rem;height:2.11230625rem;top:83.2998046875rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoC0k84Uf9LG4z3eXQsrDmZWO0gWXg3C { width:7.5rem;height:7.5rem;top:74.5498046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KstwIBNBhQTwT9RIryOTdkFewoTwXgVo { display:flex;width:3.25rem;height:3.25rem;top:76.6748046875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #paPmod6h1HOT6Nn3KCqkDBt981xbaWNs { width:11.875rem;height:3.125rem;top:47.94140625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5mFgtJ6ahNzGpCrlO9gWT1Ws3lb1JSo { display:block; }
 }@media only screen and (max-width: 763px) { #g3iAK8SdpUfiUIxcps7OT3cVAaLJaPlF { width:9.8125rem;height:3.125rem;top:20.9833984375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqsGHmZWezsGE1lWBQ5zgmwXRh6PcUzF { display:block; }
 }@media only screen and (max-width: 763px) { #nwcvmAFuJdgJgRm9hfqTZ5UZbFXDkHve { width:17.6875rem;height:0.9746125rem;top:24.7333984375rem;left:1.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvZrlVAazW803lbuxO7wM1peexXk8ttq { display:block; }#UvZrlVAazW803lbuxO7wM1peexXk8ttq > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIyzclsE7NO1P5HbLwwVqE4rkJIJxU6Q { width:20rem;height:22.133333333333rem;top:23.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GeB8RrRPBoM6aWvTIXrJaXvR5q1ve3Th { width:20rem;height:10.3984375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKv4fIdga8vg4oHMoT1i6JuocTT3f1MS { width:20rem;height:4.2246125rem;top:11.9228515625rem;left:0rem;font-size:3.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrT0552WmavZFWzzl8shBKI9IIbo26OT { width:19rem;height:4.625rem;top:17.875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZr3Un1GEE3ts2JXku1fgDaErT1goF71 { display:block; }
 }@media only screen and (max-width: 763px) { #AHdknTmdE9lE9yyZPOaDxG4WUS95KySI { width:19.0625rem;height:6.875rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJoHNpsg6bdqenCmc4KJTmWvsohvcWfF { width:12.5rem;height:1.4619125rem;top:43.125rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkrq2NsEnL499XdgJOz8NK89TWJPdd5H { width:12.5rem;height:1.29980625rem;top:45.2578125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR9SWtb41r500h2UGQSQkwZB1qmukLhA { width:20rem;height:7.8125rem;top:37.5rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cITbawMGlF58Qyhc0EtdhvReRexEOpDV { display:block; }#cITbawMGlF58Qyhc0EtdhvReRexEOpDV > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJtLZqp0qo5yghueM1T1vuyGPqfb069J { display:block; }#cJtLZqp0qo5yghueM1T1vuyGPqfb069J > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu { display:block; }#GIyZhyNntcDblHmJLmDNvx1QQfs2GWeu > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBdhuhOQlCbkcFXSrUyfKtUMzHgI1TdW { width:15.375rem;height:1.13671875rem;top:1.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJmeyKgU9v6XRtRdlyuSwNrhEmF8xLy { width:12.9375rem;height:1.29980625rem;top:2.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnCJm6omDx0av0QpH7HmAx5qZZb8Jqne { width:12.9375rem;height:1.29980625rem;top:4.2373046875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zExufIVWTGBtFXcEFl6XZ6b5ZwHWFK { width:12.9375rem;height:1.29980625rem;top:5.537109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpdZXBHPGhH1999qRAM3NyLc1zUqlG5x { width:12.9375rem;height:1.13671875rem;top:7.4619140625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwKGs5opI5lNq0Hl5utcKA9DFdpQfqt2 { width:20rem;height:9.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azFA5QmVPOSFl6y3spA1mQZ0rxo2w9Fl { display:flex;top:0.625rem;left:17.625rem;width:1.75rem;height:1.75rem;z-index:15006;font-size:1.1875rem; }
 }