.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,221,221;--color-primary-1:142,142,142;--color-primary-2:28,28,28;--color-primary-3:14,14,14;--color-primary-4:4,4,4;--color-secondary-0:246,247,254;--color-secondary-1:227,227,252;--color-secondary-2:198,199,248;--color-secondary-3:99,100,124;--color-secondary-4:30,30,37;--color-tertiary-0:255,255,255;--color-tertiary-1:255,252,250;--color-tertiary-2:255,244,239;--color-tertiary-3:128,122,120;--color-tertiary-4:25,24,24;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:#1f1f1f;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: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2463ffc-4bc5-4657-9488-072adc97b3c2/HShero.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.adaptive-delivery-prevent-bg, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyload, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyloading { background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { background-color: transparent; background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.65); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.65); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .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); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { border-width: 0; border-radius: 0; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;overflow:visible;position:relative;display:block; }#yXHd6BHLZr6i5lZ0iove66Wxt9NSKiHZ { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:22.25rem;left:5.5rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JN4ArPTGTwePUPTLZD82AQJoTOXRcA4m { position:absolute;display:block;z-index:15019;height:4.6875rem;width:75rem;top:5rem;left:0rem;display:block; }
#rSXdggSSd8u0E0MFooTPX0QiZPXLuTJf { position:absolute;display:block;z-index:15014;height:7.0625rem;width:55.8125rem;top:59.5625rem;left:19.1875rem;display:none; }
#onvTpufnynxWJmTDKMWbmhucT5Rfzl9J { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.5625rem;top:16.5rem;left:5.5rem;overflow:hidden;display:block; }
#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac { position:relative;display:block; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac { background-color: transparent; background-image: none; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .row .container > .video-iframe-container { display: none; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .row > .video-iframe-container { display: none; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .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); }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac { border-width: 0; border-radius: 0; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .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; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .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:21.625rem;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; }#n6dDuzNqoi746MWIb2phK4ea225yTuaf { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:14994;line-height:1.2;letter-spacing:0;top:8.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yfxm98hFamxvdIWmU2oNS7l7HJuvu8AR { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:14995;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnCCWq6qksVUTmXAvWd2XRTq2FMTdzJQ { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14996;line-height:1.5;letter-spacing:0;top:5.75rem;left:37.5rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k { position:relative;display:block; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k { background-color: transparent; background-image: none; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .row .container > .video-iframe-container { display: none; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .row > .video-iframe-container { display: none; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .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); }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k { border-width: 0; border-radius: 0; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .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; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .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:1.4375rem;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; }#ufpTlbznxX1iTksNS3nVlc5NrPbxeGSw { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6875rem;left:0rem;display:block; }
#sbIxhGLKp6wQUInKNxIymFZU3am5kugq { position:relative;display:block; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq { background-color: transparent; background-image: none; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .row .container > .video-iframe-container { display: none; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .row > .video-iframe-container { display: none; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .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); }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq { border-width: 0; border-radius: 0; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .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; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .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:17.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; }#zNT8bBG8dHVGCx4uJwVvTgEZwq1xJiuT { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:14994;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w9s1mfbB755Lt4abs9mvlITHL3pCDypX { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14996;line-height:1.5;letter-spacing:0;top:5.75rem;left:37.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ { position:relative;display:block; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ { background-color: transparent; background-image: none; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .row .container > .video-iframe-container { display: none; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .row > .video-iframe-container { display: none; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .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); }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ { border-width: 0; border-radius: 0; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .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; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .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:1.4375rem;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; }#Ir1ZyRBeTPTCWiUqHnehiraACbkxyO4E { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6875rem;left:0rem;display:block; }
#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 { position:relative;display:block; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 { background-color: transparent; background-image: none; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .row .container > .video-iframe-container { display: none; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .row > .video-iframe-container { display: none; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .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); }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 { border-width: 0; border-radius: 0; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .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; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .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:20.6875rem;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; }#JrC3kxNyaP5ZBD2iE7cW3e5kq9bWTBTX { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:14994;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbTlCPeWlSfd1hEwROPtfEJ2wKEU094T { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14996;line-height:1.5;letter-spacing:0;top:5.75rem;left:37.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll { position:relative;display:block; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll { background-color: transparent; background-image: none; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .row .container > .video-iframe-container { display: none; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .row > .video-iframe-container { display: none; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .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); }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll { border-width: 0; border-radius: 0; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .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; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .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:8.5625rem;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; }#fGTMcgT1wEnhvpo0zOC8MkXoEuNoNqiu { box-sizing:content-box;height:8.4375rem;width:75rem;position:absolute;display:block;z-index:14994;background-color:#272727;background-image:none;box-shadow: none;border-top:0.0625rem solid #f5c74e;border-left:0.0625rem solid #f5c74e;border-right:0.0625rem solid #f5c74e;border-bottom:0.0625rem solid #f5c74e;top:0rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#gPipX8P2w7Gs4Zqq0GgxCfrsseXaD16n { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:6.875rem;top:0.4375rem;left:2.25rem;overflow:hidden;display:block; }
#KT2dQr2nLzD97NZtcPGSTcK4Ak9VbQPD { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:14997;line-height:1.2;letter-spacing:0;top:3.15625rem;left:11.34375rem;height:2.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn { position:relative;display:block; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn { background-color: transparent; background-image: none; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .row .container > .video-iframe-container { display: none; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .row > .video-iframe-container { display: none; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .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); }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn { border-width: 0; border-radius: 0; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .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; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .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.6875rem;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; }#MpTxsAhttTpIzrfXp1mWJVz6G9TL8ROa { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:14994;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ek8JkbZAOLPcbwOE94shnKitdO1Qad9L { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14996;line-height:1.5;letter-spacing:0;top:5.75rem;left:37.5rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NwG9bKzeOsFPpNm15hDuzt9Cro375hiI { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14997;line-height:1.5;letter-spacing:0;top:11.4375rem;left:39.0625rem;height:4.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NwG9bKzeOsFPpNm15hDuzt9Cro375hiI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NwG9bKzeOsFPpNm15hDuzt9Cro375hiI li:before{  }
#qyqcbqPL0RRzTLCG86qu04GMNPBOqFBt { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14997;line-height:1.5;letter-spacing:0;top:17.75rem;left:37.5rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE { position:relative;display:block; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE { background-color: transparent; background-image: none; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .row .container > .video-iframe-container { display: none; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .row > .video-iframe-container { display: none; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .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); }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE { border-width: 0; border-radius: 0; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .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; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .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:1.4375rem;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; }#gqA9W9PHXJPT0Zk7DpEML3fgbG1NHK8g { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6875rem;left:0rem;display:block; }
#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp { position:relative;display:block; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp { background-color: transparent; background-image: none; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .row .container > .video-iframe-container { display: none; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .row > .video-iframe-container { display: none; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .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); }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp { border-width: 0; border-radius: 0; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .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; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .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:23.5625rem;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; }#ZaN6Tc5vCTJogRiJshk2fTOaPfDHtZKw { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:14990;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dymscqdGDtdX4taPoRIcPz2no9xsrIaA { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14993;line-height:1.5;letter-spacing:0;top:5.75rem;left:37.5rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yEdQbB1w2gOiA4P7PIt6yiQBTrDWV8a9 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14992;line-height:1.5;letter-spacing:0;top:8.6875rem;left:39.0625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yEdQbB1w2gOiA4P7PIt6yiQBTrDWV8a9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yEdQbB1w2gOiA4P7PIt6yiQBTrDWV8a9 li:before{  }
#mcts6CVHfl3KSzcBP2GfSUr5LW3AwdzJ { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14991;line-height:1.5;letter-spacing:0;top:16.8125rem;left:37.5rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h { position:relative;display:block; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h { background-color: transparent; background-image: none; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .row .container > .video-iframe-container { display: none; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .row > .video-iframe-container { display: none; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .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); }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h { border-width: 0; border-radius: 0; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .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; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .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.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; }#If57BcUhDyo508zLQnfOXytPCeJahrpS { position:relative;display:block; }#If57BcUhDyo508zLQnfOXytPCeJahrpS { background-color: transparent; background-image: none; }#If57BcUhDyo508zLQnfOXytPCeJahrpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .row .container > .video-iframe-container { display: none; }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .row > .video-iframe-container { display: none; }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .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); }#If57BcUhDyo508zLQnfOXytPCeJahrpS { border-width: 0; border-radius: 0; }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .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; }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .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:35.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; }#szumvAxiEKuHXs8PmCXdOxbP9FtHTWQC { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:14995;line-height:1.2;letter-spacing:0;top:0rem;left:25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6t5sf06PH7vT6xaMlwy1PEhp15kn8Rs { box-sizing:content-box;height:12.5625rem;width:22.3125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#AEBbJRKdbHdCreFo7V1RTudSkHur4azs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:15.625rem;top:11.3125rem;left:3.34375rem;overflow:hidden;display:block; }
#g33sggUwNw79m6xM0DlbpZtBhelBMvX5 { box-sizing:content-box;height:12.5625rem;width:22.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:52.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Mky4rJIw85oer75gRBgTUsUGReKzIluR { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:15.625rem;top:11.5625rem;left:56.03125rem;overflow:hidden;display:block; }
#VwuAVWU28WnLLuCNiScnJgPUyszrKtio { box-sizing:content-box;height:12.5625rem;width:22.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:26.34375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TcNpCqu11RT5PHDlShFXDT9ddu3nXlCT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:14.375rem;top:10rem;left:30.3125rem;overflow:hidden;display:block; }
#rl8CS4CaNHZkWdPGUCVErK0Q3Z4ArPgP { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:14994;line-height:1.5;letter-spacing:0;top:21.25rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBd3ucavoRVlIkUvgH729Q1HzwQTEOed { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:26.1875rem;left:0rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akKU9ldLVaXaeeST5MldX5MCNtLQ1hIV { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.0009765625rem;left:0rem;display:block; }
#plsLV0cHcizuaCVGGZNdef4pa6aObRha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMFf6QpDHLROUpRqobw36E6nN1bh7ggE { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:26.1875rem;left:26.34375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRxF2vFh66lSm0xQnULwvIJWzQfFkZcg { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.0009765625rem;left:26.34375rem;display:block; }
#HgLPuk8gSSCtgLCKTlxttXzA6sc8m6Zr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNwUerJRzfDP0bD7lPaVOhq4bQpVHRW2 { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:21.25rem;left:26.34375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lacoTXSFcKF3XwFK2fxwcKq2C9WrXmPe { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:26.1875rem;left:52.6875rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WhW9p0aQOrgmJ9aPUWF9hOze0ff5IpGi { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.0009765625rem;left:52.6875rem;display:block; }
#BfvJJNLdpNydG97zfHzpq1PBfvwzSLh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiaOeQZWHLuHMDSaWtyvRXOWToUkWIAf { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.25rem;left:52.6875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA { position:relative;display:block; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA { background-color: transparent; background-image: none; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .row .container > .video-iframe-container { display: none; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .row > .video-iframe-container { display: none; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .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); }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA { border-width: 0; border-radius: 0; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .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; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .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.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; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container { background-color: transparent; background-image: none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container > .video-iframe-container { display: none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row > .video-iframe-container { display: none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .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); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container { border-width: 0; border-radius: 0; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#Ur9ectUI4N8X0TCsEiqX4J2J3OaKXZsv { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:4.84375rem;left:3.123046875rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CGtTCGTWNNRZB45gBo7CvyiTkxtLROFT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #494ce9, #292b83);background-image: -moz-linear-gradient(90deg, #494ce9, #292b83);background-image: -ms-linear-gradient(90deg, #494ce9, #292b83);background-image: -o-linear-gradient(90deg, #494ce9, #292b83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );";background-image: linear-gradient(90deg, #494ce9, #292b83);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4980625rem;height:3.124025rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.28125rem;left:51.3125rem;display:block; }
#ugCgP1JJWpaCyOoml7gLMuOyaRTo8ENN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIFDzxMJiKdDaXI3X7ZrQ93VgdPzW6BS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2470625rem;height:3.124025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.28125rem;left:62.5rem;display:block; }
#GAxOPAG9gQispHTCydUahwZdQkvaxvRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUPVPxFUTJ4wht8PViQTwCuNuVQTHKdf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { background-color: transparent; background-image: none; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container > .video-iframe-container { display: none; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row > .video-iframe-container { display: none; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .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); }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { border-width: 0; border-radius: 0; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#TQHpgSbtCEWtBxObMfx8WTuPcwlICCL1 { position:absolute;display:block;z-index:15000;height:7.3125rem;width:75rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT { display:block; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXHd6BHLZr6i5lZ0iove66Wxt9NSKiHZ { width:47.125rem;height:13.5rem;top:22.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN4ArPTGTwePUPTLZD82AQJoTOXRcA4m { width:47.75rem;height:4.6875rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSXdggSSd8u0E0MFooTPX0QiZPXLuTJf { width:47.75rem;height:7.0625rem;top:59.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #onvTpufnynxWJmTDKMWbmhucT5Rfzl9J { width:11.5625rem;height:2.5rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sckqgEyGQBLWVe27tCP40VLVdlIU2Pac { display:block; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6dDuzNqoi746MWIb2phK4ea225yTuaf { width:25rem;height:2.25rem;top:8.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfxm98hFamxvdIWmU2oNS7l7HJuvu8AR { width:25rem;height:1.1875rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnCCWq6qksVUTmXAvWd2XRTq2FMTdzJQ { width:37.5rem;height:11.8125rem;top:5.75rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k { display:block; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufpTlbznxX1iTksNS3nVlc5NrPbxeGSw { width:47.75rem;height:0.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIxhGLKp6wQUInKNxIymFZU3am5kugq { display:block; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNT8bBG8dHVGCx4uJwVvTgEZwq1xJiuT { width:25rem;height:4.5rem;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9s1mfbB755Lt4abs9mvlITHL3pCDypX { width:37.5rem;height:;top:5.75rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ { display:block; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir1ZyRBeTPTCWiUqHnehiraACbkxyO4E { width:47.75rem;height:0.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 { display:block; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrC3kxNyaP5ZBD2iE7cW3e5kq9bWTBTX { width:25rem;height:;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbTlCPeWlSfd1hEwROPtfEJ2wKEU094T { width:37.5rem;height:;top:5.75rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll { display:block; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGTMcgT1wEnhvpo0zOC8MkXoEuNoNqiu { width:47.625rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPipX8P2w7Gs4Zqq0GgxCfrsseXaD16n { width:6.875rem;height:7.6875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2dQr2nLzD97NZtcPGSTcK4Ak9VbQPD { width:47.75rem;height:2.25rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0uzbeei7vtfTnbTL31WeCnGI94oCLvn { display:block; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpTxsAhttTpIzrfXp1mWJVz6G9TL8ROa { width:25rem;height:;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek8JkbZAOLPcbwOE94shnKitdO1Qad9L { width:37.5rem;height:3.9375rem;top:5.75rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwG9bKzeOsFPpNm15hDuzt9Cro375hiI { width:35.9375rem;height:4.5625rem;top:11.4375rem;left:11.8125rem;font-size:0.875rem;display:block; }#NwG9bKzeOsFPpNm15hDuzt9Cro375hiI li:before{  }
 }@media only screen and (max-width: 763px) { #qyqcbqPL0RRzTLCG86qu04GMNPBOqFBt { width:37.5rem;height:2.625rem;top:17.75rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE { display:block; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqA9W9PHXJPT0Zk7DpEML3fgbG1NHK8g { width:47.75rem;height:0.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp { display:block; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaN6Tc5vCTJogRiJshk2fTOaPfDHtZKw { width:25rem;height:;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymscqdGDtdX4taPoRIcPz2no9xsrIaA { width:37.5rem;height:1.3125rem;top:5.75rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEdQbB1w2gOiA4P7PIt6yiQBTrDWV8a9 { width:35.9375rem;height:6.1875rem;top:8.6875rem;left:11.8125rem;font-size:0.875rem;display:block; }#yEdQbB1w2gOiA4P7PIt6yiQBTrDWV8a9 li:before{  }
 }@media only screen and (max-width: 763px) { #mcts6CVHfl3KSzcBP2GfSUr5LW3AwdzJ { width:37.5rem;height:;top:16.8125rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOFFIclHdCu6xWk6Eue4dLiopc95OB8h { display:block; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #If57BcUhDyo508zLQnfOXytPCeJahrpS { display:block; }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szumvAxiEKuHXs8PmCXdOxbP9FtHTWQC { width:25rem;height:3.375rem;top:0rem;left:11.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6t5sf06PH7vT6xaMlwy1PEhp15kn8Rs { width:22.3125rem;height:12.5625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEBbJRKdbHdCreFo7V1RTudSkHur4azs { width:15.625rem;height:2.8125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g33sggUwNw79m6xM0DlbpZtBhelBMvX5 { width:22.3125rem;height:12.5625rem;top:6.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mky4rJIw85oer75gRBgTUsUGReKzIluR { width:15.625rem;height:2.3125rem;top:11.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwuAVWU28WnLLuCNiScnJgPUyszrKtio { width:22.3125rem;height:12.5625rem;top:6.4375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcNpCqu11RT5PHDlShFXDT9ddu3nXlCT { width:14.375rem;height:5.4375rem;top:10rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8CS4CaNHZkWdPGUCVErK0Q3Z4ArPgP { width:22.3125rem;height:;top:21.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBd3ucavoRVlIkUvgH729Q1HzwQTEOed { width:22.3125rem;height:3.9375rem;top:26.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akKU9ldLVaXaeeST5MldX5MCNtLQ1hIV { width:10.625rem;height:2.5rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plsLV0cHcizuaCVGGZNdef4pa6aObRha { display:block; }
 }@media only screen and (max-width: 763px) { #AMFf6QpDHLROUpRqobw36E6nN1bh7ggE { width:22.3125rem;height:3.9375rem;top:26.1875rem;left:12.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRxF2vFh66lSm0xQnULwvIJWzQfFkZcg { width:10.625rem;height:2.5rem;top:32rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgLPuk8gSSCtgLCKTlxttXzA6sc8m6Zr { display:block; }
 }@media only screen and (max-width: 763px) { #qNwUerJRzfDP0bD7lPaVOhq4bQpVHRW2 { width:22.3125rem;height:3.75rem;top:21.25rem;left:12.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lacoTXSFcKF3XwFK2fxwcKq2C9WrXmPe { width:22.3125rem;height:3.9375rem;top:26.1875rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhW9p0aQOrgmJ9aPUWF9hOze0ff5IpGi { width:10.625rem;height:2.5rem;top:32rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfvJJNLdpNydG97zfHzpq1PBfvwzSLh5 { display:block; }
 }@media only screen and (max-width: 763px) { #iiaOeQZWHLuHMDSaWtyvRXOWToUkWIAf { width:22.3125rem;height:3.75rem;top:21.25rem;left:25.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA { display:block; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR { display:none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ur9ectUI4N8X0TCsEiqX4J2J3OaKXZsv { width:41.25rem;height:8rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGtTCGTWNNRZB45gBo7CvyiTkxtLROFT { width:9.4375rem;height:3.0625rem;top:7.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugCgP1JJWpaCyOoml7gLMuOyaRTo8ENN { display:block; }
 }@media only screen and (max-width: 763px) { #EIFDzxMJiKdDaXI3X7ZrQ93VgdPzW6BS { width:9.1875rem;height:3.0625rem;top:7.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAxOPAG9gQispHTCydUahwZdQkvaxvRK { display:block; }
 }@media only screen and (max-width: 763px) { #dUPVPxFUTJ4wht8PViQTwCuNuVQTHKdf { width:47.75rem;height:11.261041666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 { display:block; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQHpgSbtCEWtBxObMfx8WTuPcwlICCL1 { width:47.75rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2463ffc-4bc5-4657-9488-072adc97b3c2/HShero.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.adaptive-delivery-prevent-bg, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyload, #J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT.lazyloading { background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { background-color: transparent; background-image: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.65); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.65); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { display: none; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .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); }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { border-width: 0; border-radius: 0; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PlzJBa7WPu2n43T2tVDeuolIpKnJtT > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXHd6BHLZr6i5lZ0iove66Wxt9NSKiHZ { width:20rem;height:9rem;top:10.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JN4ArPTGTwePUPTLZD82AQJoTOXRcA4m { width:20rem;height:4.6875rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSXdggSSd8u0E0MFooTPX0QiZPXLuTJf { width:20rem;height:3.625rem;top:0rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #onvTpufnynxWJmTDKMWbmhucT5Rfzl9J { width:6.25rem;height:1.3125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sckqgEyGQBLWVe27tCP40VLVdlIU2Pac { display:block; }#sckqgEyGQBLWVe27tCP40VLVdlIU2Pac > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6dDuzNqoi746MWIb2phK4ea225yTuaf { width:20rem;height:2.25rem;top:3.69921875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yfxm98hFamxvdIWmU2oNS7l7HJuvu8AR { width:20rem;height:1.19921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SnCCWq6qksVUTmXAvWd2XRTq2FMTdzJQ { width:20rem;height:21rem;top:7.19921875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k { display:block; }#uQJXsMqV4TwhzTs16H2fZpWxwWqcSJ4k > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufpTlbznxX1iTksNS3nVlc5NrPbxeGSw { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIxhGLKp6wQUInKNxIymFZU3am5kugq { display:block; }#sbIxhGLKp6wQUInKNxIymFZU3am5kugq > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNT8bBG8dHVGCx4uJwVvTgEZwq1xJiuT { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #w9s1mfbB755Lt4abs9mvlITHL3pCDypX { width:20rem;height:13.125rem;top:9.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ { display:block; }#zZOTQAWnAAJE7A10fBq8Hxf3ee7fuNWJ > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir1ZyRBeTPTCWiUqHnehiraACbkxyO4E { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 { display:block; }#Arf7TtskEM7vbRZE7SGBoEQcdudHTnw7 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrC3kxNyaP5ZBD2iE7cW3e5kq9bWTBTX { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sbTlCPeWlSfd1hEwROPtfEJ2wKEU094T { width:20rem;height:17.0625rem;top:7rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll { display:block; }#Wh8ogycGmdaeNGOdUNCV6GQrMEOuhnll > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGTMcgT1wEnhvpo0zOC8MkXoEuNoNqiu { width:19.875rem;height:13.0625rem;top:0rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPipX8P2w7Gs4Zqq0GgxCfrsseXaD16n { width:5.1875rem;height:5.8125rem;top:2rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2dQr2nLzD97NZtcPGSTcK4Ak9VbQPD { width:17.25rem;height:2.69921875rem;top:8.8125rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #B0uzbeei7vtfTnbTL31WeCnGI94oCLvn { display:block; }#B0uzbeei7vtfTnbTL31WeCnGI94oCLvn > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpTxsAhttTpIzrfXp1mWJVz6G9TL8ROa { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ek8JkbZAOLPcbwOE94shnKitdO1Qad9L { width:20rem;height:7.875rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NwG9bKzeOsFPpNm15hDuzt9Cro375hiI { width:20rem;height:4.5625rem;top:13.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#NwG9bKzeOsFPpNm15hDuzt9Cro375hiI li:before{  }
 }@media only screen and (max-width: 763px) { #qyqcbqPL0RRzTLCG86qu04GMNPBOqFBt { width:20rem;height:3.9375rem;top:19.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE { display:block; }#K2ryIiNxCqZgzFZVanse6aiLZq7rTFyE > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqA9W9PHXJPT0Zk7DpEML3fgbG1NHK8g { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp { display:block; }#IWg5AuN8cEINMFar4TMW6pCOcSDuhGEp > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaN6Tc5vCTJogRiJshk2fTOaPfDHtZKw { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dymscqdGDtdX4taPoRIcPz2no9xsrIaA { width:20rem;height:1.3125rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yEdQbB1w2gOiA4P7PIt6yiQBTrDWV8a9 { width:20rem;height:10.125rem;top:7.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#yEdQbB1w2gOiA4P7PIt6yiQBTrDWV8a9 li:before{  }
 }@media only screen and (max-width: 763px) { #mcts6CVHfl3KSzcBP2GfSUr5LW3AwdzJ { width:20rem;height:5.25rem;top:18.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qOFFIclHdCu6xWk6Eue4dLiopc95OB8h { display:block; }#qOFFIclHdCu6xWk6Eue4dLiopc95OB8h > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #If57BcUhDyo508zLQnfOXytPCeJahrpS { display:block; }#If57BcUhDyo508zLQnfOXytPCeJahrpS > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szumvAxiEKuHXs8PmCXdOxbP9FtHTWQC { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #C6t5sf06PH7vT6xaMlwy1PEhp15kn8Rs { width:20rem;height:9.375rem;top:4.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEBbJRKdbHdCreFo7V1RTudSkHur4azs { width:12.5rem;height:2.25rem;top:8.4609375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g33sggUwNw79m6xM0DlbpZtBhelBMvX5 { width:20rem;height:9.375rem;top:63.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Mky4rJIw85oer75gRBgTUsUGReKzIluR { width:12.5rem;height:1.8125rem;top:39.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwuAVWU28WnLLuCNiScnJgPUyszrKtio { width:20rem;height:9.375rem;top:35.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TcNpCqu11RT5PHDlShFXDT9ddu3nXlCT { width:10.625rem;height:3.875rem;top:66.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8CS4CaNHZkWdPGUCVErK0Q3Z4ArPgP { width:20rem;height:5.625rem;top:15.3984375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IBd3ucavoRVlIkUvgH729Q1HzwQTEOed { width:20rem;height:3.9375rem;top:22.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #akKU9ldLVaXaeeST5MldX5MCNtLQ1hIV { width:10.625rem;height:2.5rem;top:28.6875rem;left:0rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #plsLV0cHcizuaCVGGZNdef4pa6aObRha { display:block; }
 }@media only screen and (max-width: 763px) { #AMFf6QpDHLROUpRqobw36E6nN1bh7ggE { width:20rem;height:3.9375rem;top:79.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zRxF2vFh66lSm0xQnULwvIJWzQfFkZcg { width:10.625rem;height:2.5rem;top:85.125rem;left:0rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HgLPuk8gSSCtgLCKTlxttXzA6sc8m6Zr { display:block; }
 }@media only screen and (max-width: 763px) { #qNwUerJRzfDP0bD7lPaVOhq4bQpVHRW2 { width:20rem;height:3.75rem;top:74.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lacoTXSFcKF3XwFK2fxwcKq2C9WrXmPe { width:20rem;height:3.9375rem;top:50.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WhW9p0aQOrgmJ9aPUWF9hOze0ff5IpGi { width:10.625rem;height:2.5rem;top:56.6875rem;left:0rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BfvJJNLdpNydG97zfHzpq1PBfvwzSLh5 { display:block; }
 }@media only screen and (max-width: 763px) { #iiaOeQZWHLuHMDSaWtyvRXOWToUkWIAf { width:20rem;height:3.75rem;top:45.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA { display:block; }#skWnvhRacKkGvQRKcgfyNVJDdRyn6TRA > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR { background-color:#1f1f1f;background-image:url("https://images.assets-landingi.com/uc/077cc589-53ac-47f8-a208-4e9eaccddc8f/Takecontrolofyourrevenue.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR.adaptive-delivery-prevent-bg, #TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR.lazyload, #TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR.lazyloading { background-image: none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container { background-color: transparent; background-image: none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container > .video-iframe-container { display: none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row > .video-iframe-container { display: none; }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .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); }#TFRRRCJAQAbTgc8emZnpZ55AwxCizfBR > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ur9ectUI4N8X0TCsEiqX4J2J3OaKXZsv { width:17.25rem;height:4.5rem;top:5.3125rem;left:1.375rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CGtTCGTWNNRZB45gBo7CvyiTkxtLROFT { width:7.375rem;height:2.5rem;top:12.75rem;left:1.375rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ugCgP1JJWpaCyOoml7gLMuOyaRTo8ENN { display:block; }
 }@media only screen and (max-width: 763px) { #EIFDzxMJiKdDaXI3X7ZrQ93VgdPzW6BS { width:7.375rem;height:2.5rem;top:16.8740234375rem;left:1.375rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #GAxOPAG9gQispHTCydUahwZdQkvaxvRK { display:block; }
 }@media only screen and (max-width: 763px) { #dUPVPxFUTJ4wht8PViQTwCuNuVQTHKdf { width:20rem;height:4.71581875rem;top:16.412109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 { display:block; }#v5ADQdTMTTkCDAaAGt9JA39rhPc0diL7 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQHpgSbtCEWtBxObMfx8WTuPcwlICCL1 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;display:block; }
 }