.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:143,143,143;--color-primary-2:31,31,31;--color-primary-3:16,16,16;--color-primary-4:5,5,5;--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:188,188,188;--color-tertiary-2:31,31,31;--color-tertiary-3:16,16,16;--color-tertiary-4:3,3,3;--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); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6055619d-1134-4984-b009-06b68851cd4c/highriskbg.png");background-position:top center !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; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.adaptive-delivery-prevent-bg, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyload, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyloading { background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { background-color: transparent; background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .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); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { border-width: 0; border-radius: 0; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ::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; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#pL92TzFkxpMSOn4w14aHIJ3M22rCHaU8 { color:#ffffff;display:block;width:64rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:19.4375rem;left:1.25rem;height:5.25rem;font-style:italic;display:block; }
#VtTZT9G1H1bRlLezHDx2JdtPwcv0kwtg { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:40.375rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#e2o7yuaJkJT7zxbntSMQWcT8D8s1J55U { 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.2475625rem;height:3.1245125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:52.5rem;left:12.75rem;display:block; }
#qnu1TmmiASiHFhIT449D0zXVFmM5p2WJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXwAIZ9DwSdXtVBZhgZ8zJL90caGpszw { 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.1245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:52.5rem;left:1.25rem;display:block; }
#HTfPVMoQHBVT3W15ezVz9z3vq4EzQK5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pg3NTe8u1ecRt3lwB8xrhRS8HrHusuNf { position:absolute;display:block;z-index:15014;height:7.0625rem;width:55.8125rem;top:59.5625rem;left:19.1875rem;display:none; }
#QKwa6sqDq9olz4UsKIZBOMSUJsU9ftV0 { position:absolute;display:block;z-index:15018;height:4.6875rem;width:75rem;top:5rem;left:0rem;display:block; }
#I6n5cQrcnIc8vyl2FX0f0MpsMBbIZEX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14994;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.25rem;height:;font-style:normal;display:block; }
#RgSX37JQoffwhW25Rr55koBlrkiHbUI0 { color:#ffffff;display:block;width:64rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:25.46875rem;left:1.25rem;height:12rem;font-style:normal;display:block; }
#l7iVBXz24aoyorOSGW07evnCtg7VkHho { 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; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { background-color: transparent; background-image: none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container > .video-iframe-container { display: none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row > .video-iframe-container { display: none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .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); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { border-width: 0; border-radius: 0; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l { 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; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { background-color: transparent; background-image: none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container > .video-iframe-container { display: none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row > .video-iframe-container { display: none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .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); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { border-width: 0; border-radius: 0; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#d4Csbrvbl7bD3kDZEdHqTqvdA5NplkcT { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:0rem;left:6.25rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihv6gvGXyfJNQgQ5GJFZSbTstEueFhUB { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:9.75rem;left:11.15625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { position:relative;display:block; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { background-color: transparent; background-image: none; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container > .video-iframe-container { display: none; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row > .video-iframe-container { display: none; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .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); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { border-width: 0; border-radius: 0; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .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; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f1f1f;background-image:none;font-size:0.875rem;font-family:arial;height:49.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; }#kTi0Nrz1DzPBgOaJoQb7xiSIyDkb1cnc { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;display:block; }
#g55uiM4PfGCyI0RPJUiiV8gpBOP9zRV9 { 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:33.8125rem;width:31.25rem;top:7.65625rem;left:43.75rem;overflow:hidden;display:block; }
#I143qWz3X2yLXSZgEk2E4cTQKrUekIg1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:15.8125rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:45.9375rem;left:0rem;display:block; }
#hwRz2S1aGL74T31iVS0yrtzTMxKxA6ER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rx7AJVfiJ2uiEG1Ub2CAePP8SMxLgZbF { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14994;line-height:1.5;letter-spacing:0;top:8.25rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#aq5yTlH12PkZPk1zgEeMAUMRKlrkezKh { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#UWVG4CdnqXKzzbmQraJLCXDoM9rb5aex { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.5;letter-spacing:0;top:24.5rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#GTZ0yOk3f45UOfTD5IcoznVUvfSUB9J0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.5;letter-spacing:0;top:21.625rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#Jyt6s7KXIeb6DCGpIttHlUbHMz0NRfp4 { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14993;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:0.0625rem;display:block; }
#KLlBUxJToPkIqSfMkkQP8J35AeUBdCeG { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:38rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#HTFdoxrQ1OTpzrW4dKI5ZxzTl9UlD0mV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:35.125rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#Qc59wbhOJvCXVXucdr2rSdGx6TdOFA3p { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.0625rem;left:0.0625rem;display:block; }
#WzOlqOaonduyPAZO6HJv5X7kCqTp1lan { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14995;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:0rem;display:block; }
#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS { 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; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row .container { background-color: transparent; background-image: none; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row .container > .video-iframe-container { display: none; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row > .video-iframe-container { display: none; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .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); }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row .container { border-width: 0; border-radius: 0; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 { position:relative;display:block; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 { background-color: transparent; background-image: none; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .row .container > .video-iframe-container { display: none; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .row > .video-iframe-container { display: none; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .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); }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 { border-width: 0; border-radius: 0; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .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; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f1f1f;background-image:none;font-size:0.875rem;font-family:arial;height:50.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; }#ViXiuMR81H2Zax4QXRKp4B4MJAPuJMJ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;display:block; }
#fTr7f7pV2UH6JsDn6kIiiCwbZkDgTpbp { 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:33rem;width:31.25rem;top:8.84375rem;left:43.75rem;overflow:hidden;display:block; }
#qOQikkXeJ0mwL5lin1mWgVq3U3uQuPHu { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:20.125rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:47.5rem;left:0rem;display:block; }
#BqVUfnkg4ooDJuVnePEUwt2IRA7SSMPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsGnGZ5x7JL9TmX5SnFpNUCa1Hxz3RNl { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14994;line-height:1.5;letter-spacing:0;top:8.25rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#p5SUFqrgJsgalk63sXVE22imdWQr6hi7 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#du4VNpBThb3kTqe8bd6oVROCBkzXUazf { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.5;letter-spacing:0;top:24.75rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#vZrMvn23gQSJ25uc2BeFBXZIz36X6qtd { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.5;letter-spacing:0;top:21.875rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#biVRnizJeOuQFEeTub6c2N5rfKJcu3iu { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14993;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:0.0625rem;display:block; }
#wmh7vTXXaHGFC1Ht13t85L2V8L5TvLMm { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:38.375rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#B0MhlbzC8xNsRgSEsnqGXhZMUh4EPnB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:35.5rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#IX5S6A0t8CisTHdtVZtsWTogkiWaOv5F { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.4375rem;left:0.0625rem;display:block; }
#SvOdTZJ8UZiW6dSmwuXDSBrfFrD8CClc { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14995;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:0rem;display:block; }
#ECaedInz37aoUAKrDaywwyzPHdzqoKgf { 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; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { background-color: transparent; background-image: none; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container > .video-iframe-container { display: none; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row > .video-iframe-container { display: none; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .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); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { border-width: 0; border-radius: 0; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J { position:relative;display:block; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J { background-color: transparent; background-image: none; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .row .container > .video-iframe-container { display: none; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .row > .video-iframe-container { display: none; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .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); }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J { border-width: 0; border-radius: 0; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .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; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f1f1f;background-image:none;font-size:0.875rem;font-family:arial;height:53.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; }#tncPKRmmnyVrOwsVnxI97E9139lJx9y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;display:block; }
#XZT9xNiiRP2k86csIlAUuWTSynaQM2T2 { 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:33.875rem;width:31.25rem;top:9.59375rem;left:43.75rem;overflow:hidden;display:block; }
#XZwKL2FylS5dHMRiTkVoTcFsIGuGTaJP { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:18.4375rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:49.9375rem;left:0rem;display:block; }
#cJ9rRghoO0DyV3gaZaxUiSxKCHc6idJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4EQfmOn1lvmsFbenwviGZyLhvgEM6f8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14994;line-height:1.5;letter-spacing:0;top:11.75rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#mTTcErXTrLcsdoXvbfTqph2Gc80vaEkB { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:14.625rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#Ff7oMe28PaD9zBKSKb6Cpch0tQRc6UUn { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.5;letter-spacing:0;top:26.125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#qadNdwpNc5G3ZoQGa5CPcktqGGJ3NSHi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.5;letter-spacing:0;top:23.25rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#yb0A8dETRoOCpQXtvNgszO6qIJzCT4GB { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14993;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:0.0625rem;display:block; }
#PTEEvcuUidAKuJ2D8TLlJ3vVWrZXL5ax { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:39.75rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#TWOc0DVsagp4NXRGgmBVeiP6zknK1hge { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:36.875rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#RSxuiXNpTKPBJir1nAs3cCCgDmLP2MOt { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.8125rem;left:0.0625rem;display:block; }
#dA5rdTVsk4fZHkvQMr8viQRZTkfbMQr3 { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14995;background-color:#494ce9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:0rem;display:block; }
#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 { 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; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { background-color: transparent; background-image: none; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container > .video-iframe-container { display: none; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row > .video-iframe-container { display: none; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .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); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { border-width: 0; border-radius: 0; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd211362-c896-4687-bdbf-22f73085fb2a/TotalFlexibillity.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM.adaptive-delivery-prevent-bg, #O8HE3cEulzaXS9PETUIBUR0R5yATOeDM.lazyload, #O8HE3cEulzaXS9PETUIBUR0R5yATOeDM.lazyloading { background-image: none; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row .container { background-color: transparent; background-image: none; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,31,31,0.7); }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row .container > .video-iframe-container { display: none; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,31,31,0.7); }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row > .video-iframe-container { display: none; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .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); }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row .container { border-width: 0; border-radius: 0; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM::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; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#k4dVRFbU0aTHLkWSfngiGTqJB6pGznoo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:26.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1kn7Id27ur5JniMddHxFm5aATzlP4Ke { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:3.1875rem;left:8.59375rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKU77zDPlCb4WTfbKX6r1T27qdWO3GfL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxssqbideDwTBL4UanewCXqRtRTu3kDf { box-sizing:content-box;height:10.874rem;width:48.562rem;position:absolute;display:block;z-index:15008;background-color:#343434;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:26.4375rem;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; }
#WqHPT0nU5F3hW7wUuU5xQZG735diKrxu { color:rgba(var(--color-tertiary-0),1);display:block;width:43.81225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.8125rem;left:28.8125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fm5KzA1zwdIWgC2rlc0GXU5598tVdz8g { box-sizing:content-box;height:20.68725rem;width:22.937rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -moz-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -ms-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -o-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#442fff4c', endColorstr='#0000001fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#442fff4c', endColorstr='#0000001fe' );";background-image: linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #442fff;border-left:0.0625rem solid #442fff;border-right:0.0625rem solid #442fff;border-bottom:0.0625rem solid #442fff;top:40.25rem;left:0.0625rem;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; }
#bl9Cae9HUSegG1TXAopti3qLxr2bCJZd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:45.125rem;left:2.2177734375rem;height:7.5rem;font-style:normal;display:block; }
#eZQxIiut5vCXAIyIqfu8KQbLN9nOCQPt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:42.28125rem;left:2.2177734375rem;height:1.6875rem;font-style:normal;display:block; }
#aLcsgHRJcedihez9TBTzcFe7i99FW1V1 { box-sizing:content-box;height:20.6865rem;width:22.9365rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -moz-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -ms-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -o-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#442fff4c', endColorstr='#0000001fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#442fff4c', endColorstr='#0000001fe' );";background-image: linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #442fff;border-left:0.0625rem solid #442fff;border-right:0.0625rem solid #442fff;border-bottom:0.0625rem solid #442fff;top:40.2490234375rem;left:25.9677734375rem;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; }
#q6m3of7DGv7UIrutP86sTSnlpFHoQTii { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:45.125rem;left:28.125rem;height:7.5rem;font-style:normal;display:block; }
#yoADs8lUeqZSe5bVT0MF9CUAcfZ3xqCi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:42.28125rem;left:28.125rem;height:1.6875rem;font-style:normal;display:block; }
#xAsSuasebfpQa3rtOAANtrh537kODVQh { box-sizing:content-box;height:20.6860625rem;width:22.9375rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -moz-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -ms-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-image: -o-linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#442fff4c', endColorstr='#0000001fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#442fff4c', endColorstr='#0000001fe' );";background-image: linear-gradient(360deg, rgba(68,47,255,0.3), rgba(0,0,0,2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #442fff;border-left:0.0625rem solid #442fff;border-right:0.0625rem solid #442fff;border-bottom:0.0625rem solid #442fff;top:40.25rem;left:51.9375rem;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; }
#zTbpuvf4CBvyTHs25CqbLT9BhihwZcV7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:42.28125rem;left:54.09375rem;height:1.6875rem;font-style:normal;display:block; }
#ZQOwt9op2WiivASXCXJg6MrZi2iBXpuV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:45.125rem;left:54.09375rem;height:6rem;font-style:normal;display:block; }
#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx { 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; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { background-color: transparent; background-image: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .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); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { border-width: 0; border-radius: 0; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { font-size:0.875rem;font-family:arial;height:73.9375rem;width:75rem;position:relative;display:block; }#QhtSeJ2rEbXXouEPdW4dgkxo2MxxwqH0 { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:11.5rem;left:8.59375rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w30VgVwk4hn49nqk7vkGptQQm9RKP3Wt { color:#ffffff;display:block;width:50.5603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:21.1865234375rem;left:12.21923828125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xq2d0rO1nx3idxMm3ILzSV3bTtExOL0d { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:36rem;left:1.25rem;height:3rem;font-style:normal;display:block; }
#SJNRKbQdrK6OyOimT3OvugnGcF6xFZHR { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.0625rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#nqUbQsputozR7aI9IBf0EgRLmwl1t8SQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:33.0625rem;left:44.25rem;height:1.6875rem;font-style:normal;display:block; }
#V8zIvQxU7BZWonbW3wvLVPFHFtXp1T6V { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:35.5rem;left:44.25rem;height:3rem;font-style:normal;display:block; }
#DldyIefTHvtKX7k3opgRTMyeGhtdk7nT { 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: 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.2155625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.1875rem;left:1.25rem;display:block; }
#rZZimJxV3wN74fAlllJC5SG0ksRFQlf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3BA2rJIUCcxU7nkG0DFBw5QVUDm6byu { 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: 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.1838125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.1875rem;left:44.25rem;display:block; }
#QAyD9NJN3epm3RpaVLyubQ86apIgPCWN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pv1Dff98Hr46GvnnkGxnZCE0SLIcTxbZ { position:absolute;display:block;z-index:15008;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:25.625rem;width:29.25rem;top:47.03125rem;left:1.25rem;overflow:hidden;display:block; }
#zhClxKW7T3uPSh77nT6p3Ad9NERpwTgK { position:absolute;display:block;z-index:15007;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:25.6875rem;width:30.75rem;top:47rem;left:43.65625rem;overflow:hidden;display:block; }
#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T { 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; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { background-color: transparent; background-image: none; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container > .video-iframe-container { display: none; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row > .video-iframe-container { display: none; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .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); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { border-width: 0; border-radius: 0; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 { 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; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { background-color: transparent; background-image: none; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container > .video-iframe-container { display: none; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row > .video-iframe-container { display: none; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .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); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { border-width: 0; border-radius: 0; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#AucQoLJlcx97mMKyAuSER9tglktS51VK { color:#ffffff;display:block;width:51.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:0rem;left:11.84375rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPpnrEWOpPRX94aVB6TsLoFeml8riLgO { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:10rem;left:10.625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xs07owORQbCmbQD8hOBF5TT6kiL8H530 { 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:12.1875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.8720703125rem;left:29.9990234375rem;display:block; }
#Rrv4v0esU5BgkbVCX1E6mJM58Ksm4TvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVUxUT85spvwiuLewGCUk41bManQrAUH { position:absolute;display:block;z-index:15007;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:14.3125rem;width:14.375rem;top:28.625rem;left:0rem;overflow:hidden;display:block; }
#mIDitm1JhNgmJPJBiJd2vF03tXNQNin6 { position:absolute;display:block;z-index:15008;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:14.3125rem;width:14.375rem;top:28.625rem;left:20.25rem;overflow:hidden;display:block; }
#yNav2JPQrTIo5Ac2sGCd17TrXzW0Oupw { position:absolute;display:block;z-index:15010;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:14.3125rem;width:14.375rem;top:28.625rem;left:40.375rem;overflow:hidden;display:block; }
#t6eTJ8Mftuy0rchV7eJceG6NXLmrc2zQ { 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:14.3125rem;width:14.375rem;top:28.625rem;left:60.625rem;overflow:hidden;display:block; }
#gJnSha9QmdRdu0vdMQS9QpkdEs5OT613 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:43.6875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTrtl3kXFqD6MoUTfTNWadRqgq7C3eJH { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:43.6875rem;left:20.25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVNqvBOJehqKmakSwB3JagCUzLbOS4WT { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:43.6875rem;left:40.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJvdkOL5ZIeWyFsLcVwcqEJG5pbQvnS5 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:43.6875rem;left:60.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9qLZ0Ix6VyBtcaNuMovrXZM6ie3DopC { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:24.90525rem;height:3.09375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.65673828125rem;left:37.5rem;display:none; }
#hoLOwe3Jhvr5ZnPpmNDksKuIrnbypW8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK { 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; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { background-color: transparent; background-image: none; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container > .video-iframe-container { display: none; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row > .video-iframe-container { display: none; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .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); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { border-width: 0; border-radius: 0; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g { 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; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { background-color: transparent; background-image: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .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); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { border-width: 0; border-radius: 0; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#wgwDFoMZVRvHb2RD3pF7GaEKHFboHZAy { 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; }
#Q8Z4Aevv3O1Q8NewO2hmvOuIqT04OUGX { 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; }
#yt8hNWS2ikFgDhGmO7k3tTpoCW9ndeH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFMyk1LgRq85PM0IKVeLsJFFitNLJTOu { 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; }
#wONAT8KT3BhvxBGGFdfS6SVmhqfS9wMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9Mu9KfAZe80K3fVTeaBfvlD0UrO5rxs { 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; }
#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ { 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; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { background-color: transparent; background-image: none; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container > .video-iframe-container { display: none; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row > .video-iframe-container { display: none; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .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); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { border-width: 0; border-radius: 0; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Wy6egn61wTEgCL8FXK58czS2He8alaDV { 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) { #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ { display:block; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL92TzFkxpMSOn4w14aHIJ3M22rCHaU8 { width:47.75rem;height:5.25rem;top:19.4375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTZT9G1H1bRlLezHDx2JdtPwcv0kwtg { width:45.8125rem;height:5.625rem;top:40.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2o7yuaJkJT7zxbntSMQWcT8D8s1J55U { width:9.1875rem;height:3.0625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnu1TmmiASiHFhIT449D0zXVFmM5p2WJ { display:block; }
 }@media only screen and (max-width: 763px) { #SXwAIZ9DwSdXtVBZhgZ8zJL90caGpszw { width:9.4375rem;height:3.0625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfPVMoQHBVT3W15ezVz9z3vq4EzQK5G { display:block; }
 }@media only screen and (max-width: 763px) { #Pg3NTe8u1ecRt3lwB8xrhRS8HrHusuNf { width:47.75rem;height:7.0625rem;top:59.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKwa6sqDq9olz4UsKIZBOMSUJsU9ftV0 { width:47.75rem;height:4.6875rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6n5cQrcnIc8vyl2FX0f0MpsMBbIZEX8 { width:23.75rem;height:;top:16.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSX37JQoffwhW25Rr55koBlrkiHbUI0 { width:47.75rem;height:12rem;top:25.4375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7iVBXz24aoyorOSGW07evnCtg7VkHho { display:none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l { display:none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4Csbrvbl7bD3kDZEdHqTqvdA5NplkcT { width:47.75rem;height:8rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihv6gvGXyfJNQgQ5GJFZSbTstEueFhUB { width:47.75rem;height:3.75rem;top:9.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { display:block; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTi0Nrz1DzPBgOaJoQb7xiSIyDkb1cnc { width:37.5rem;height:;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55uiM4PfGCyI0RPJUiiV8gpBOP9zRV9 { width:31.25rem;height:33.8125rem;top:7.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I143qWz3X2yLXSZgEk2E4cTQKrUekIg1 { width:15.8125rem;height:3.125rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwRz2S1aGL74T31iVS0yrtzTMxKxA6ER { display:block; }
 }@media only screen and (max-width: 763px) { #rx7AJVfiJ2uiEG1Ub2CAePP8SMxLgZbF { width:36.5625rem;height:1.875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq5yTlH12PkZPk1zgEeMAUMRKlrkezKh { width:36.5625rem;height:5.625rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWVG4CdnqXKzzbmQraJLCXDoM9rb5aex { width:36.5625rem;height:5.625rem;top:24.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZ0yOk3f45UOfTD5IcoznVUvfSUB9J0 { width:36.5625rem;height:1.875rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyt6s7KXIeb6DCGpIttHlUbHMz0NRfp4 { width:3.75rem;height:0.3125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLlBUxJToPkIqSfMkkQP8J35AeUBdCeG { width:36.5625rem;height:3.75rem;top:38rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTFdoxrQ1OTpzrW4dKI5ZxzTl9UlD0mV { width:36.5625rem;height:1.875rem;top:35.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc59wbhOJvCXVXucdr2rSdGx6TdOFA3p { width:3.75rem;height:0.3125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzOlqOaonduyPAZO6HJv5X7kCqTp1lan { width:3.75rem;height:0.3125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS { display:block; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 { display:block; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXiuMR81H2Zax4QXRKp4B4MJAPuJMJ5 { width:37.5rem;height:;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTr7f7pV2UH6JsDn6kIiiCwbZkDgTpbp { width:31.25rem;height:33rem;top:8.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOQikkXeJ0mwL5lin1mWgVq3U3uQuPHu { width:20.125rem;height:3.125rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqVUfnkg4ooDJuVnePEUwt2IRA7SSMPn { display:block; }
 }@media only screen and (max-width: 763px) { #HsGnGZ5x7JL9TmX5SnFpNUCa1Hxz3RNl { width:36.5625rem;height:1.875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5SUFqrgJsgalk63sXVE22imdWQr6hi7 { width:36.5625rem;height:5.625rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #du4VNpBThb3kTqe8bd6oVROCBkzXUazf { width:36.5625rem;height:5.625rem;top:24.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZrMvn23gQSJ25uc2BeFBXZIz36X6qtd { width:36.5625rem;height:1.875rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biVRnizJeOuQFEeTub6c2N5rfKJcu3iu { width:3.75rem;height:0.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmh7vTXXaHGFC1Ht13t85L2V8L5TvLMm { width:36.5625rem;height:5.625rem;top:38.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0MhlbzC8xNsRgSEsnqGXhZMUh4EPnB8 { width:36.5625rem;height:1.875rem;top:35.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX5S6A0t8CisTHdtVZtsWTogkiWaOv5F { width:3.75rem;height:0.3125rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOdTZJ8UZiW6dSmwuXDSBrfFrD8CClc { width:3.75rem;height:0.3125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECaedInz37aoUAKrDaywwyzPHdzqoKgf { display:block; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J { display:block; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tncPKRmmnyVrOwsVnxI97E9139lJx9y2 { width:34.8125rem;height:;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZT9xNiiRP2k86csIlAUuWTSynaQM2T2 { width:31.25rem;height:33.875rem;top:9.5625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwKL2FylS5dHMRiTkVoTcFsIGuGTaJP { width:18.4375rem;height:3.125rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ9rRghoO0DyV3gaZaxUiSxKCHc6idJO { display:block; }
 }@media only screen and (max-width: 763px) { #d4EQfmOn1lvmsFbenwviGZyLhvgEM6f8 { width:36.5625rem;height:1.875rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTcErXTrLcsdoXvbfTqph2Gc80vaEkB { width:36.5625rem;height:3.75rem;top:14.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7oMe28PaD9zBKSKb6Cpch0tQRc6UUn { width:36.5625rem;height:5.625rem;top:26.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qadNdwpNc5G3ZoQGa5CPcktqGGJ3NSHi { width:36.5625rem;height:1.875rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb0A8dETRoOCpQXtvNgszO6qIJzCT4GB { width:3.75rem;height:0.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTEEvcuUidAKuJ2D8TLlJ3vVWrZXL5ax { width:36.5625rem;height:5.625rem;top:39.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOc0DVsagp4NXRGgmBVeiP6zknK1hge { width:36.5625rem;height:1.875rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSxuiXNpTKPBJir1nAs3cCCgDmLP2MOt { width:3.75rem;height:0.3125rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA5rdTVsk4fZHkvQMr8viQRZTkfbMQr3 { width:3.75rem;height:0.3125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 { display:block; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8HE3cEulzaXS9PETUIBUR0R5yATOeDM { display:block; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4dVRFbU0aTHLkWSfngiGTqJB6pGznoo { width:21.375rem;height:1.5625rem;top:0rem;left:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1kn7Id27ur5JniMddHxFm5aATzlP4Ke { width:47.75rem;height:8rem;top:3.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKU77zDPlCb4WTfbKX6r1T27qdWO3GfL { width:16.5625rem;height:3.25rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxssqbideDwTBL4UanewCXqRtRTu3kDf { width:47.75rem;height:10.8125rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHPT0nU5F3hW7wUuU5xQZG735diKrxu { width:43.75rem;height:4.546875rem;top:24.8125rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm5KzA1zwdIWgC2rlc0GXU5598tVdz8g { width:22.875rem;height:20.625rem;top:40.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bl9Cae9HUSegG1TXAopti3qLxr2bCJZd { width:18.75rem;height:9rem;top:45.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZQxIiut5vCXAIyIqfu8KQbLN9nOCQPt { width:18.75rem;height:1.6875rem;top:42.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLcsgHRJcedihez9TBTzcFe7i99FW1V1 { width:22.875rem;height:20.625rem;top:40.1875rem;left:12.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6m3of7DGv7UIrutP86sTSnlpFHoQTii { width:18.75rem;height:9rem;top:45.125rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoADs8lUeqZSe5bVT0MF9CUAcfZ3xqCi { width:18.75rem;height:1.6875rem;top:42.25rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAsSuasebfpQa3rtOAANtrh537kODVQh { width:22.9375rem;height:20.6875rem;top:40.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTbpuvf4CBvyTHs25CqbLT9BhihwZcV7 { width:18.75rem;height:1.6875rem;top:42.25rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOwt9op2WiivASXCXJg6MrZi2iBXpuV { width:18.75rem;height:7.5rem;top:45.125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx { display:block; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhtSeJ2rEbXXouEPdW4dgkxo2MxxwqH0 { width:47.75rem;height:8rem;top:11.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30VgVwk4hn49nqk7vkGptQQm9RKP3Wt { width:47.75rem;height:3.75rem;top:21.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq2d0rO1nx3idxMm3ILzSV3bTtExOL0d { width:31.25rem;height:2.625rem;top:36rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNRKbQdrK6OyOimT3OvugnGcF6xFZHR { width:31.25rem;height:1.5rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqUbQsputozR7aI9IBf0EgRLmwl1t8SQ { width:29.5625rem;height:1.5rem;top:33.0625rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zIvQxU7BZWonbW3wvLVPFHFtXp1T6V { width:29.5625rem;height:2.625rem;top:35.5rem;left:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DldyIefTHvtKX7k3opgRTMyeGhtdk7nT { width:9.1875rem;height:3.125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZimJxV3wN74fAlllJC5SG0ksRFQlf8 { display:block; }
 }@media only screen and (max-width: 763px) { #A3BA2rJIUCcxU7nkG0DFBw5QVUDm6byu { width:9.125rem;height:3.125rem;top:41.1875rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyD9NJN3epm3RpaVLyubQ86apIgPCWN { display:block; }
 }@media only screen and (max-width: 763px) { #Pv1Dff98Hr46GvnnkGxnZCE0SLIcTxbZ { width:29.25rem;height:25.625rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhClxKW7T3uPSh77nT6p3Ad9NERpwTgK { width:30.75rem;height:25.6875rem;top:47rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T { display:block; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 { display:block; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AucQoLJlcx97mMKyAuSER9tglktS51VK { width:47.75rem;height:8rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPpnrEWOpPRX94aVB6TsLoFeml8riLgO { width:47.75rem;height:3.75rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs07owORQbCmbQD8hOBF5TT6kiL8H530 { width:12.1875rem;height:3.125rem;top:16.8125rem;left:16.3740234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrv4v0esU5BgkbVCX1E6mJM58Ksm4TvC { display:block; }
 }@media only screen and (max-width: 763px) { #DVUxUT85spvwiuLewGCUk41bManQrAUH { width:14.375rem;height:14.3125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIDitm1JhNgmJPJBiJd2vF03tXNQNin6 { width:14.375rem;height:14.3125rem;top:28.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNav2JPQrTIo5Ac2sGCd17TrXzW0Oupw { width:14.375rem;height:14.3125rem;top:28.625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6eTJ8Mftuy0rchV7eJceG6NXLmrc2zQ { width:14.375rem;height:14.3125rem;top:28.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJnSha9QmdRdu0vdMQS9QpkdEs5OT613 { width:14.375rem;height:3.75rem;top:43.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtl3kXFqD6MoUTfTNWadRqgq7C3eJH { width:14.375rem;height:3.75rem;top:43.6875rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVNqvBOJehqKmakSwB3JagCUzLbOS4WT { width:14.375rem;height:1.875rem;top:43.6875rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJvdkOL5ZIeWyFsLcVwcqEJG5pbQvnS5 { width:14.375rem;height:1.875rem;top:43.6875rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qLZ0Ix6VyBtcaNuMovrXZM6ie3DopC { width:24.875rem;height:3.0625rem;top:45.625rem;left:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoLOwe3Jhvr5ZnPpmNDksKuIrnbypW8y { display:block; }
 }@media only screen and (max-width: 763px) { #T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK { display:block; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g { display:none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wgwDFoMZVRvHb2RD3pF7GaEKHFboHZAy { width:41.25rem;height:8rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Z4Aevv3O1Q8NewO2hmvOuIqT04OUGX { width:9.4375rem;height:3.0625rem;top:7.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt8hNWS2ikFgDhGmO7k3tTpoCW9ndeH4 { display:block; }
 }@media only screen and (max-width: 763px) { #fFMyk1LgRq85PM0IKVeLsJFFitNLJTOu { width:9.1875rem;height:3.0625rem;top:7.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONAT8KT3BhvxBGGFdfS6SVmhqfS9wMG { display:block; }
 }@media only screen and (max-width: 763px) { #C9Mu9KfAZe80K3fVTeaBfvlD0UrO5rxs { width:47.75rem;height:11.261041666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ { display:block; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy6egn61wTEgCL8FXK58czS2He8alaDV { 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) { #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/6055619d-1134-4984-b009-06b68851cd4c/highriskbg.png");background-position:top center !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; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.adaptive-delivery-prevent-bg, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyload, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyloading { background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { background-color: transparent; background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .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); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { border-width: 0; border-radius: 0; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL92TzFkxpMSOn4w14aHIJ3M22rCHaU8 { width:20rem;height:2.3994125rem;top:11.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VtTZT9G1H1bRlLezHDx2JdtPwcv0kwtg { width:20rem;height:5.25rem;top:19.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e2o7yuaJkJT7zxbntSMQWcT8D8s1J55U { width:9.375rem;height:2.5rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnu1TmmiASiHFhIT449D0zXVFmM5p2WJ { display:block; }
 }@media only screen and (max-width: 763px) { #SXwAIZ9DwSdXtVBZhgZ8zJL90caGpszw { width:9.375rem;height:2.5rem;top:29.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfPVMoQHBVT3W15ezVz9z3vq4EzQK5G { display:block; }
 }@media only screen and (max-width: 763px) { #Pg3NTe8u1ecRt3lwB8xrhRS8HrHusuNf { width:20rem;height:3.625rem;top:0rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QKwa6sqDq9olz4UsKIZBOMSUJsU9ftV0 { width:20rem;height:4.6875rem;top:40.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6n5cQrcnIc8vyl2FX0f0MpsMBbIZEX8 { width:16.3125rem;height:1.29980625rem;top:8.099609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RgSX37JQoffwhW25Rr55koBlrkiHbUI0 { width:20rem;height:4.798825rem;top:13.7734375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7iVBXz24aoyorOSGW07evnCtg7VkHho { display:none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l { display:block; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4Csbrvbl7bD3kDZEdHqTqvdA5NplkcT { width:18.1875rem;height:6.75rem;top:3.25rem;left:0.90625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ihv6gvGXyfJNQgQ5GJFZSbTstEueFhUB { width:20rem;height:5.25rem;top:10.65625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { display:block; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTi0Nrz1DzPBgOaJoQb7xiSIyDkb1cnc { width:20rem;height:2.25rem;top:23.0625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g55uiM4PfGCyI0RPJUiiV8gpBOP9zRV9 { width:20rem;height:21.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I143qWz3X2yLXSZgEk2E4cTQKrUekIg1 { width:12.125rem;height:2.5rem;top:62.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwRz2S1aGL74T31iVS0yrtzTMxKxA6ER { display:block; }
 }@media only screen and (max-width: 763px) { #rx7AJVfiJ2uiEG1Ub2CAePP8SMxLgZbF { width:20rem;height:1.5rem;top:28.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aq5yTlH12PkZPk1zgEeMAUMRKlrkezKh { width:20rem;height:5.25rem;top:31.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UWVG4CdnqXKzzbmQraJLCXDoM9rb5aex { width:20rem;height:3.9375rem;top:43.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GTZ0yOk3f45UOfTD5IcoznVUvfSUB9J0 { width:20rem;height:1.5rem;top:41.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jyt6s7KXIeb6DCGpIttHlUbHMz0NRfp4 { width:3.75rem;height:0.3125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLlBUxJToPkIqSfMkkQP8J35AeUBdCeG { width:20rem;height:3.9375rem;top:55.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HTFdoxrQ1OTpzrW4dKI5ZxzTl9UlD0mV { width:20rem;height:1.5rem;top:52.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qc59wbhOJvCXVXucdr2rSdGx6TdOFA3p { width:3.75rem;height:0.3125rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzOlqOaonduyPAZO6HJv5X7kCqTp1lan { width:3.75rem;height:0.3125rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS { display:block; }#Wh3vrVVAKwXsKopSLeUbcMLIBT3y9pDS > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 { display:block; }#wwKzcWJXJnbTMaqMUmVcTXUkmS0klNI4 > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXiuMR81H2Zax4QXRKp4B4MJAPuJMJ5 { width:20rem;height:2.25rem;top:19.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTr7f7pV2UH6JsDn6kIiiCwbZkDgTpbp { width:19.9375rem;height:21.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOQikkXeJ0mwL5lin1mWgVq3U3uQuPHu { width:14.6875rem;height:2.5rem;top:59.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqVUfnkg4ooDJuVnePEUwt2IRA7SSMPn { display:block; }
 }@media only screen and (max-width: 763px) { #HsGnGZ5x7JL9TmX5SnFpNUCa1Hxz3RNl { width:20rem;height:1.5rem;top:24.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5SUFqrgJsgalk63sXVE22imdWQr6hi7 { width:20rem;height:3.9375rem;top:27.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #du4VNpBThb3kTqe8bd6oVROCBkzXUazf { width:20rem;height:5.25rem;top:38.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vZrMvn23gQSJ25uc2BeFBXZIz36X6qtd { width:20rem;height:1.5rem;top:36.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biVRnizJeOuQFEeTub6c2N5rfKJcu3iu { width:3.75rem;height:0.3125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmh7vTXXaHGFC1Ht13t85L2V8L5TvLMm { width:20rem;height:5.25rem;top:51.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B0MhlbzC8xNsRgSEsnqGXhZMUh4EPnB8 { width:20rem;height:1.5rem;top:48.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IX5S6A0t8CisTHdtVZtsWTogkiWaOv5F { width:3.75rem;height:0.3125rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOdTZJ8UZiW6dSmwuXDSBrfFrD8CClc { width:3.75rem;height:0.3125rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECaedInz37aoUAKrDaywwyzPHdzqoKgf { display:block; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J { display:block; }#NGC8WG5CBsHH7iMZyJmvWyvMkLQUuW9J > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tncPKRmmnyVrOwsVnxI97E9139lJx9y2 { width:17.8125rem;height:4.5rem;top:21.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XZT9xNiiRP2k86csIlAUuWTSynaQM2T2 { width:20rem;height:21.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwKL2FylS5dHMRiTkVoTcFsIGuGTaJP { width:13.9375rem;height:2.5rem;top:60.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJ9rRghoO0DyV3gaZaxUiSxKCHc6idJO { display:block; }
 }@media only screen and (max-width: 763px) { #d4EQfmOn1lvmsFbenwviGZyLhvgEM6f8 { width:20rem;height:1.5rem;top:29.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTTcErXTrLcsdoXvbfTqph2Gc80vaEkB { width:20rem;height:2.625rem;top:32.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7oMe28PaD9zBKSKb6Cpch0tQRc6UUn { width:20rem;height:3.9375rem;top:41.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qadNdwpNc5G3ZoQGa5CPcktqGGJ3NSHi { width:20rem;height:1.5rem;top:39.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yb0A8dETRoOCpQXtvNgszO6qIJzCT4GB { width:3.75rem;height:0.3125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTEEvcuUidAKuJ2D8TLlJ3vVWrZXL5ax { width:20rem;height:3.9375rem;top:53.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TWOc0DVsagp4NXRGgmBVeiP6zknK1hge { width:20rem;height:1.5rem;top:50.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSxuiXNpTKPBJir1nAs3cCCgDmLP2MOt { width:3.75rem;height:0.3125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA5rdTVsk4fZHkvQMr8viQRZTkfbMQr3 { width:3.75rem;height:0.3125rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 { display:block; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8HE3cEulzaXS9PETUIBUR0R5yATOeDM { display:block; }#O8HE3cEulzaXS9PETUIBUR0R5yATOeDM > .row .container { width:20rem;height:109.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4dVRFbU0aTHLkWSfngiGTqJB6pGznoo { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1kn7Id27ur5JniMddHxFm5aATzlP4Ke { width:20rem;height:6.75rem;top:3.171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dKU77zDPlCb4WTfbKX6r1T27qdWO3GfL { width:20rem;height:1.4619125rem;top:12.6708984375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxssqbideDwTBL4UanewCXqRtRTu3kDf { width:20rem;height:10.81175rem;top:14.8938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHPT0nU5F3hW7wUuU5xQZG735diKrxu { width:17.8125rem;height:6.8203125rem;top:16.888671875rem;left:1.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fm5KzA1zwdIWgC2rlc0GXU5598tVdz8g { width:19.875rem;height:22.5rem;top:29.0791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl9Cae9HUSegG1TXAopti3qLxr2bCJZd { width:13.75rem;height:10.5rem;top:34.5791015625rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZQxIiut5vCXAIyIqfu8KQbLN9nOCQPt { width:13.75rem;height:1.5rem;top:31.3291015625rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLcsgHRJcedihez9TBTzcFe7i99FW1V1 { width:19.8730625rem;height:22.5rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6m3of7DGv7UIrutP86sTSnlpFHoQTii { width:13.75rem;height:12rem;top:60.875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yoADs8lUeqZSe5bVT0MF9CUAcfZ3xqCi { width:13.75rem;height:1.5rem;top:57.375rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAsSuasebfpQa3rtOAANtrh537kODVQh { width:19.875rem;height:22.5rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTbpuvf4CBvyTHs25CqbLT9BhihwZcV7 { width:13.75rem;height:3rem;top:83.875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOwt9op2WiivASXCXJg6MrZi2iBXpuV { width:13.75rem;height:10.5rem;top:88.75rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx { background-color:transparent;background-image:none;display:block; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { background-color: transparent; background-image: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .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); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhtSeJ2rEbXXouEPdW4dgkxo2MxxwqH0 { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w30VgVwk4hn49nqk7vkGptQQm9RKP3Wt { width:20rem;height:5.25rem;top:8.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq2d0rO1nx3idxMm3ILzSV3bTtExOL0d { width:20rem;height:3.9375rem;top:18.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJNRKbQdrK6OyOimT3OvugnGcF6xFZHR { width:20rem;height:1.5rem;top:15.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqUbQsputozR7aI9IBf0EgRLmwl1t8SQ { width:20rem;height:1.5rem;top:51.6435546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8zIvQxU7BZWonbW3wvLVPFHFtXp1T6V { width:20rem;height:3.9375rem;top:54.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DldyIefTHvtKX7k3opgRTMyeGhtdk7nT { width:7.5rem;height:2.5rem;top:24.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZimJxV3wN74fAlllJC5SG0ksRFQlf8 { display:block; }
 }@media only screen and (max-width: 763px) { #A3BA2rJIUCcxU7nkG0DFBw5QVUDm6byu { width:6.6875rem;height:2.5rem;top:60.2060546875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyD9NJN3epm3RpaVLyubQ86apIgPCWN { display:block; }
 }@media only screen and (max-width: 763px) { #Pv1Dff98Hr46GvnnkGxnZCE0SLIcTxbZ { width:20rem;height:17.5195rem;top:29.146484375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zhClxKW7T3uPSh77nT6p3Ad9NERpwTgK { width:20rem;height:16.7060625rem;top:65.29296875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T { display:block; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 { display:block; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AucQoLJlcx97mMKyAuSER9tglktS51VK { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xPpnrEWOpPRX94aVB6TsLoFeml8riLgO { width:20rem;height:5.25rem;top:7rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xs07owORQbCmbQD8hOBF5TT6kiL8H530 { width:12.1875rem;height:3.125rem;top:16.8125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrv4v0esU5BgkbVCX1E6mJM58Ksm4TvC { display:block; }
 }@media only screen and (max-width: 763px) { #DVUxUT85spvwiuLewGCUk41bManQrAUH { width:9.375rem;height:9.375rem;top:24rem;left:5.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mIDitm1JhNgmJPJBiJd2vF03tXNQNin6 { width:9.2480625rem;height:9.2480625rem;top:39.46875rem;left:5.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yNav2JPQrTIo5Ac2sGCd17TrXzW0Oupw { width:9.2480625rem;height:9.2480625rem;top:55.25rem;left:5.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #t6eTJ8Mftuy0rchV7eJceG6NXLmrc2zQ { width:9.2480625rem;height:9.2480625rem;top:69.8134765625rem;left:5.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gJnSha9QmdRdu0vdMQS9QpkdEs5OT613 { width:9.4355625rem;height:2.625rem;top:33.3125rem;left:5.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtl3kXFqD6MoUTfTNWadRqgq7C3eJH { width:9.375rem;height:2.625rem;top:48.716796875rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVNqvBOJehqKmakSwB3JagCUzLbOS4WT { width:9.375rem;height:1.3125rem;top:64.498046875rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJvdkOL5ZIeWyFsLcVwcqEJG5pbQvnS5 { width:9.375rem;height:1.3125rem;top:79.0615234375rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9qLZ0Ix6VyBtcaNuMovrXZM6ie3DopC { width:9.0625rem;height:2.5rem;top:14.9375rem;left:5.46875rem;font-size:0.75rem;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;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;display:block; }
 }@media only screen and (max-width: 763px) { #hoLOwe3Jhvr5ZnPpmNDksKuIrnbypW8y { display:block; }
 }@media only screen and (max-width: 763px) { #T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK { display:block; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g { 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; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g.adaptive-delivery-prevent-bg, #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g.lazyload, #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g.lazyloading { background-image: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { background-color: transparent; background-image: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .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); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgwDFoMZVRvHb2RD3pF7GaEKHFboHZAy { 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;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Z4Aevv3O1Q8NewO2hmvOuIqT04OUGX { width:7.375rem;height:2.5rem;top:12.75rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt8hNWS2ikFgDhGmO7k3tTpoCW9ndeH4 { display:block; }
 }@media only screen and (max-width: 763px) { #fFMyk1LgRq85PM0IKVeLsJFFitNLJTOu { width:7.375rem;height:2.5rem;top:16.8740234375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONAT8KT3BhvxBGGFdfS6SVmhqfS9wMG { display:block; }
 }@media only screen and (max-width: 763px) { #C9Mu9KfAZe80K3fVTeaBfvlD0UrO5rxs { width:20rem;height:4.71581875rem;top:16.412109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ { display:block; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy6egn61wTEgCL8FXK58czS2He8alaDV { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;display:block; }
 }