.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:64,64,115;--color-primary-1:37,37,72;--color-primary-2:30,30,67;--color-primary-3:32,32,55;--color-primary-4:5,11,47;--color-secondary-0:250,222,225;--color-secondary-1:237,146,156;--color-secondary-2:219,36,56;--color-secondary-3:110,18,28;--color-secondary-4:33,5,8;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:119,119,119;--color-tertiary-3:118,118,118;--color-tertiary-4:0,0,0;--headlines-font-family:"work sans";--paragraphs-font-family:"work sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .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); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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;z-index:auto;display:block; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container { background-color: transparent; background-image: none; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container > .video-iframe-container { display: none; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row > .video-iframe-container { display: none; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .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); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container { border-width: 0; border-radius: 0; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#ZITDqyn8y2589Sh1nZn5DSUwE2TTXrJN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.5rem;top:0.59375rem;left:0.75rem;overflow:hidden;display:block; }
#wQXFhC57iPdBVagT8onMtDsEkSDLaVd5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:3.125rem;left:16.4375rem;display:block; }
#AfRGOT6DlQCqKmt3N4awT0pdBZtHmdGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7NiIcIPruRi7h2wcbLU3LTAbTQVXZpp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.125rem;left:24.625rem;display:block; }
#T1M3uBtezg8zL5POPyRV1pORQDE6ZExw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cV6GAWnwrGR1kag1dLDsUaWfq7H3r0f7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.125rem;left:32.8125rem;display:block; }
#gdMDz38eqSL2zXyzJK0xfp2R2uHfdyMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vn9RJF3cyhRKNsuuzNWznx6mPzmT1vv7 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.25rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.28125rem;left:42.5rem;display:block; }
#ToSm2Ga6LWFoo2SpTgOmwGMohxTGkWF6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKiya3GTe5b8w2Znu2vJOWUilqZMJDTh { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.375rem;top:32.875rem;left:60.5625rem;overflow:hidden;display:none; }
#pS7yHEsMCpAIvxegQf0o9l4G3OU9PRmz { position:absolute;display:block;z-index:15000;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:18.75rem;width:18.75rem;display:none; }
#wR6MbrJ6FDOl5GUUx47ROHGz6fxen3Ma { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#nKEiNfAzTgSMvFiFwfMQ9EJDwZnMAu8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVEgoJ8dpILkblBT2HxEH8kTvr7h5UfM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#noLOeHaTG3xZJ7HPnQb5m33I5geDEINR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qV2VfE7dcyq4wwPkWXIGSoeTVDyd2qPO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:1.9375rem;top:1.25rem;left:7.4375rem;display:none; }
#VoOBIGauGrMxBdkXKOcwXVTpsTuXHZag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ReDuEWPrh1i1Du1La1Oz5XUXAFhNWmCg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:1.71875rem;left:57.5625rem;display:block; }
#oe2idzQ1AK8CWkJbL88k4C3skeIhfIVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixU4cU2PgtWnLJxd9XBTWQksRFxGgTs5 { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.625rem 0.625rem rgba(var(--color-primary-0),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#BT9uDSi6HT7PbCzU1fmJiEJBkFoz7Gid { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:3.625rem;left:62.375rem;height:;text-align:left;text-align-last:left;display:block; }
#em1duANpAU6oATbD9E9JlVlRI5QoCX5X { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.125rem;left:62.5rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#BdTSqWfFzAyx5To6WOoVasR87nEfidGT { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:58.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IllLTTzbsLT7uToHysrIUVmsHfIp90Pr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:58.625rem; }
#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx { position:relative;display:none; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx { border-width: 0; border-radius: 0; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .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; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;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:none; }#mQygqe66bewI1M4dp8QGPNg59H6QHMUT { color:#dbdfe1;display:block;width:37.999125rem;position:absolute;font-family:"work sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:6.7491326332094rem;left:0rem;height:2.13125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#mQygqe66bewI1M4dp8QGPNg59H6QHMUT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mQygqe66bewI1M4dp8QGPNg59H6QHMUT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32814250-d2a8-4457-ad21-89d69f6f2b71/herobg.png");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.adaptive-delivery-prevent-bg, #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.lazyload, #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.lazyloading { background-image: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { background-color: transparent; background-image: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.1); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container > .video-iframe-container { display: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.1); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row > .video-iframe-container { display: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .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); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { border-width: 0; border-radius: 0; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { width:75rem;height:42.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#oRoW3RbypfMHJRREy8phfo1cLd2bHX8k { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.75rem rgba(0,0,0,0.65) ;height:26.9375rem;width:26.9375rem;top:4.75rem;left:48.0625rem;overflow:hidden;display:block; }
#WMUrdGwxEdCSDRTcIDIHs27kzZpQcmvA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:30.125rem;left:0rem;display:block; }
#medqMcyhrBDteGQR4mOrH9XVSIwHtRud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPVca0Ma4KQOkRmVzpOr3b9TtmFHuphJ { box-sizing:content-box;height:6.625rem;width:26.875rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:31.5625rem;left:48.125rem;display:block; }
#dWruzJV7LIZOGkdRVXeQAe68z2HDpsBz { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLGWWL8S39PToz61NfTq5KoTuFnxzpal { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:5.5625rem;left:0rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qLGWWL8S39PToz61NfTq5KoTuFnxzpal li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qLGWWL8S39PToz61NfTq5KoTuFnxzpal li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
#QLKwiOrQEmknbMBQidz06WDPh6KtZBZO { color:#d0d0d0;display:block;width:19.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.9;letter-spacing:0;top:21.5625rem;left:22.3125rem;height:4.5859375rem;text-align:left;text-align-last:left;display:block; }#QLKwiOrQEmknbMBQidz06WDPh6KtZBZO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QLKwiOrQEmknbMBQidz06WDPh6KtZBZO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
#ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg { color:#d0d0d0;display:block;width:21.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:21.5625rem;left:0rem;height:4.5859375rem;text-align:left;text-align-last:left;display:block; }#ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
#RQu27I3d05pR4l0JRnDfK3nSwdIzc7Gv { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.125rem;left:18.625rem;display:block; }
#ASUuWiz1MZ4gBhEGIr6itRXmE8qOSw2U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7hk9W5vAg5Ui6fFaWdHACbDG8y8GgQs { position:absolute;display:block;z-index:15034;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:4.9375rem;width:24.8125rem;top:32.40625rem;left:49.125rem;overflow:hidden;display:block; }
#iTKJyn7DG2nrQsG4bgME82gJ5pvOEy0H { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.625rem 0.625rem rgba(var(--color-primary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#c1lbxzdNH3o5tG4o4ECbHx5v4sfMQSnD { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.8125rem;left:0.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#X5u5z7q7JE51ByXIhVlV81LIyFuCH517 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:31.375rem;left:1.125rem; }
#iy1gfv6mkfyLXFhhUv9BKOCUslMN1Xm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:;text-align:left;text-align-last:left;display:block; }
#uuc4ToWDSO8e5s5mc513grhNsRmenuHi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:30.5556640625rem;left:5rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 { position:relative;display:block; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 { background-color: transparent; background-image: none; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .row .container > .video-iframe-container { display: none; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .row > .video-iframe-container { display: none; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .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); }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 { border-width: 0; border-radius: 0; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .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; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hDZEPn3lgnQwQXidOwrlCl2VM33GuTgT { color:#404073;display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.5625rem;left:6.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JG6DB71EXHE3UhxUGHwln08Nva9ZBkV5 { position:absolute;display:block;z-index:15030;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:4.1875rem;width:7.875rem;top:4.9375rem;left:67.125rem;overflow:hidden;display:block; }
#XsMy9fvyusV5THx0UvEv1pbFdD4xFSWB { position:absolute;display:block;z-index:15029;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:3.6875rem;width:7.375rem;top:5.1875rem;left:57.5625rem;overflow:hidden;display:block; }
#KSODbITiBwd3HwKdbyTSAQc4ksNk0ZOp { position:absolute;display:block;z-index:15028;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:4.0625rem;width:7.625rem;top:5rem;left:47.875rem;overflow:hidden;display:block; }
#mHNPJfaXLPUgTd4O0p8ZxkTxoMkwaFU6 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.625rem;top:5.6875rem;left:37rem;overflow:hidden;display:block; }
#ieK8T2Tkv6IAsnLzVTpVGWua6iX9alKJ { position:absolute;display:block;z-index:15026;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:3rem;width:9.375rem;top:5.5625rem;left:25.9375rem;overflow:hidden;display:block; }
#EZspCv4L2Heukgg5bkAFUDV9Ug9u6Gb5 { position:absolute;display:block;z-index:15025;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:4.1875rem;width:6.375rem;top:4.9375rem;left:17.5rem;overflow:hidden;display:block; }
#JvUP2osqxR9uhT5Ln9JHLrugvgedxqO0 { position:absolute;display:block;z-index:15024;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:3.875rem;width:7.0625rem;top:5.125rem;left:8.875rem;overflow:hidden;display:block; }
#QyxfoM7J89741HwdvqebqAmIixvzz4MT { position:absolute;display:block;z-index:15023;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:4.375rem;width:7.5rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { position:relative;display:block; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { background-color: transparent; background-image: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container > .video-iframe-container { display: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row > .video-iframe-container { display: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .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); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { border-width: 0; border-radius: 0; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .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; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iTaCf7o9rFvu7Nw26IHLwiKa4lwx4hIX { box-sizing:content-box;height:51.4375rem;width:37.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404073, #202037);background-image: -moz-linear-gradient(180deg, #404073, #202037);background-image: -ms-linear-gradient(180deg, #404073, #202037);background-image: -o-linear-gradient(180deg, #404073, #202037);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#202037' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#202037' );";background-image: linear-gradient(180deg, #404073, #202037);background-size:auto !important;top:4.6240234375rem;left:18.75rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(64,64,115,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#wtdCO8165txGWATZhJrnWeZxbbk5y88N { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);top:5.8994140625rem;left:24.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#s6qsysH67FVUN0zAaedv59UT5as7pROb { position:absolute;display:block;z-index:15015;height:29.375rem;width:33.875rem;top:13.15625rem;left:20.5625rem;display:block; }
#aBO9DJJDr2pQzWi4NJD4rHGJutkx3afN { color:#fdfdfd;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9rem;left:24.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#TWt5N95OwUOG61TxdwrGH1uJIDnhSlyJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.3125rem;height:6.499rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mZJX0C0igXiFdygkMMZTEPenWTDzwdyc { position:absolute;display:block;z-index:15017;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:3.625rem;width:3.625rem;top:50.9619140625rem;left:29.375rem;overflow:hidden;display:block; }
#lL9G9zKzANxKqUd3aLtKxgtRqHmXWRxT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.125rem;left:34.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phJJmGND3v3AvI3HpDC5dvLo8IV4BqwF { box-sizing:content-box;height:3.125rem;width:24.5625rem;position:absolute;display:block;z-index:15018;background-color:#d53b4a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5625rem;left:25.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:center !important;background-repeat: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; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.adaptive-delivery-prevent-bg, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyload, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyloading { background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { background-color: transparent; background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.88); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.88); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .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); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { border-width: 0; border-radius: 0; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::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; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#zcK12278mXb4V9py0aJXJudw4PMXd64h { color:#ff7d8b;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:48.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JQ1SUo7gkfgzHtJIhDGgRCT0oFq5rHU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.63);top:10.3125rem;left:42.25rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#osFU70GcSMpMfg1g7ogLKPR4HWimSShn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:15.25rem;left:55.125rem;height:21.933625rem;overflow:hidden;display:block; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:15.25rem;left:42.75rem;height:21.933625rem;overflow:hidden;display:block; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
#TaleoAoVpKAGr16aQki0NnmTfKgU3vp8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:31.875rem;top:6.5rem;left:6.8125rem;overflow:hidden;display:block; }
#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row .container { background-color: transparent; background-image: none; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row .container > .video-iframe-container { display: none; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row > .video-iframe-container { display: none; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .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); }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row .container { border-width: 0; border-radius: 0; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#r4fwDn73BB3kKrI5L9Ffllo3KmvMWc2r { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"work sans";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);top:2.4375rem;left:25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZ8vNM94caaqM8yvSsWEGJMGyhZu5Qim { box-sizing:content-box;height:29.0625rem;width:21.875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:11.4375rem;left:1.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#rwmEcXLVMvcTDhuoFA4lTOCAneZo2T0S { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:12.625rem;left:2.59375rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#rwmEcXLVMvcTDhuoFA4lTOCAneZo2T0S li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#rwmEcXLVMvcTDhuoFA4lTOCAneZo2T0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#yGtTXxtmJrU8RSzfRVRQkiOKlrvT1LTe { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:8.875rem;left:4.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XaM8WNZXEeWr9RvryeSVF8gBsu0ZpZ7I { box-sizing:content-box;height:3.4375rem;width:21.875rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:1.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#EShdfG3hATvdR6LkMVfTVPIb17RoFtQZ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:15.625rem;width:21.875rem;top:24.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#f63TbUsVRIAmt4ymJEr18Mp0DCBxpNUw { box-sizing:content-box;height:29.0625rem;width:21.875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:11.5rem;left:26.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#vCsxFqWKny9VdZ8ot64iaa2ZsseTVWIG { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:12.625rem;left:27.59375rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vCsxFqWKny9VdZ8ot64iaa2ZsseTVWIG li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#vCsxFqWKny9VdZ8ot64iaa2ZsseTVWIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#JPa1Xz1kXK6CKvxKLEyJd39nAJUswhno { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:15.625rem;width:21.875rem;top:24.9375rem;left:26.5625rem;overflow:hidden;display:block; }
#m0HgUq2xVe1bD387fCgOZOnvZIlEhm8V { box-sizing:content-box;height:3.4375rem;width:21.875rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:26.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TaJhh0ipah4VfI7dcZu3JAKVMpdZAinw { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:8.875rem;left:27.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PxS5QsTaVwCCKswXn0H990y4xqbXoHe3 { box-sizing:content-box;height:29.0625rem;width:21.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:11.5rem;left:51.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#KQfhBntlzgNexfI4kKkTdMJ0VHE9G3Jb { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:12.625rem;left:52.59375rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KQfhBntlzgNexfI4kKkTdMJ0VHE9G3Jb li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#KQfhBntlzgNexfI4kKkTdMJ0VHE9G3Jb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#MUeWV4S8UZeXbDDRPlDIWhbW9qLs5p7U { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:15.625rem;width:21.875rem;top:24.9375rem;left:51.5625rem;overflow:hidden;display:block; }
#mG2T1eaVhP09FvEJMkuZGW3QaFn8TllH { box-sizing:content-box;height:3.4375rem;width:21.875rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:51.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JEXaSRJcLbCTmBEeaVDIbBlbhSh4cR8R { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:8.875rem;left:52.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252548;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; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row .container { background-color: transparent; background-image: none; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row .container > .video-iframe-container { display: none; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row > .video-iframe-container { display: none; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .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); }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row .container { border-width: 0; border-radius: 0; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#xihaT6MqTSFTwhqTbT8XxJ2r8fdI91eC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:23.625rem;top:17.875rem;left:1rem;overflow:hidden;display:block; }
#bD4uTRiX1gv1tfJD9MOTxBCSVRct1kgX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:7.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:17.875rem;left:1.46875rem;display:block; }
#xxt9mTcLcWTlZRca2CrSbaFOZN5OFETn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDzoxh7kT2SoZkD2l0Gv4IyECFUo8uFV { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:21rem;left:8.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1r0N50M797bsuGBOOZD9pgiL0NCpLHy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:22.3125rem;top:26.8125rem;left:2.3125rem;overflow:hidden;display:block; }
#wpszhqDt4JHB2S6G3b5Kq1WeqN86Q2PG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:5.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:26.625rem;left:2.125rem;display:block; }
#RvAMTQe4zTIUFoPoT0CrNrBJTrU6GH6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fP0yUXJJ3KkTTETOW3NSnsw0t1BnFaRr { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(128,81,181,0.4) ;height:26.3125rem;width:40.75rem;top:4.6875rem;left:32.474497310451rem;overflow:hidden;display:block; }
#DOPqDl9hiRC1bVU3zDPKaqWvN1h5amFs { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.888671875rem;left:1.6875rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#myHRlTfeMJ2Mo2AZBd01AZePBBURhVzx { color:#bababa;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:11.75rem;left:1.6875rem;height:5.625rem;display:block; }
#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row .container { background-color: transparent; background-image: none; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row .container > .video-iframe-container { display: none; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row > .video-iframe-container { display: none; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .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); }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row .container { border-width: 0; border-radius: 0; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#kB2psWodCUdNbIsyFLoc8oHeNF2XkT2J { box-sizing:content-box;height:29.0625rem;width:21.875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:3.375rem;left:1.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#yqnAke4yGvev7Zdix13ywftIye9DTD9k { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:4.6875rem;left:2.59375rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#yqnAke4yGvev7Zdix13ywftIye9DTD9k li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#yqnAke4yGvev7Zdix13ywftIye9DTD9k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#Lf5BTQyPcFoEEDVNT9IIR1o0hWi3T5sQ { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:2.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dRUid1hJFVtXqu5VS3yKWxi1JcegvAyB { box-sizing:content-box;height:3.4375rem;width:21.875rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:1.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#abPpuDoWh2m41mpgZdM25yGysvRAG5Ii { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:15.625rem;width:21.875rem;top:16.875rem;left:1.5625rem;overflow:hidden;display:block; }
#GFWqZwGgcv2bUJUgG4MPX4BEpiHWtO8B { box-sizing:content-box;height:29.0625rem;width:21.875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.4375rem;left:26.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#OE4t35f3yE0w7yELtHLyEqVOr5VwFTEZ { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:4.6875rem;left:27.59375rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OE4t35f3yE0w7yELtHLyEqVOr5VwFTEZ li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#OE4t35f3yE0w7yELtHLyEqVOr5VwFTEZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#MRJT025G1itF5AwPgttDBxyrpA29reJy { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:15.625rem;width:21.875rem;top:16.875rem;left:26.5625rem;overflow:hidden;display:block; }
#tUgN2prgkEQTKDLi4w4fkdm7rhOddoR3 { box-sizing:content-box;height:3.4375rem;width:21.875rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:26.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yR2fDNqUKlIma63UiKXTNkrrz2erSuZe { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:0.8125rem;left:27.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qpicuNoNOwtWarkBA5uBuz6MJ7kDJFG4 { box-sizing:content-box;height:29.0625rem;width:21.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:3.4375rem;left:51.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#IQ13dZs6nzfVQnZlxAOwd6EweWEHFLeC { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:4.6875rem;left:52.59375rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IQ13dZs6nzfVQnZlxAOwd6EweWEHFLeC li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#IQ13dZs6nzfVQnZlxAOwd6EweWEHFLeC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#JbDI9SvJKKgQVOtvhyq3iAuZNw8Pg01V { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:15.625rem;width:21.875rem;top:16.875rem;left:51.5625rem;overflow:hidden;display:block; }
#dSfm0yCFC9TbS3HVffK0Ds82K416XBqK { box-sizing:content-box;height:3.4375rem;width:21.875rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:51.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xIOVHRBEl4gLFSZCuKKhGNVKB8TlotgF { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:0.9462890625rem;left:51.84375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o1OlTTZ1XoePJ1qQen4IcHo3WK2TOfiw { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.375rem;left:40.6875rem;display:block; }
#lFmcXm8wnPw4ZpnaA33t9Q2l6VKMe7cJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzZJseWP4wEWxcw8B7DPGPTmX4ldLUt7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:35.21875rem;left:20.28125rem;display:block; }
#pJH7FeSe3JKTbnHfd2X32naVb5UlHRIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvwkUutyfw2rDNIKLRd9MTQX62SgDKcz { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.9375rem 0.625rem rgba(var(--color-primary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.25rem;left:20.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#khSDDrEaoklokc8J4uJ00R1sUC7hTCJV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:37.125rem;left:25.125rem;height:;text-align:left;text-align-last:left;display:block; }
#JvoNeNI9OQ7E1QvOllu8hbLBUeBeVv8X { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:35.625rem;left:25.25rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#TgHVooQl1ySG6TazXTblktHfVFoieBWT { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:20.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FSVis96eBWk6nP1FKqP2OC7lloakqUIF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:36.5rem;left:21.375rem; }
#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row .container { background-color: transparent; background-image: none; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row .container > .video-iframe-container { display: none; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row > .video-iframe-container { display: none; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .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); }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row .container { border-width: 0; border-radius: 0; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#UFytnQA3FOuMcNQB1aKg821ZWDJRIhzQ { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(128,81,181,0.4) ;height:22.875rem;width:24.5625rem;top:4.75rem;left:46.4375rem;overflow:hidden;display:block; }
#ROFZQN9rufZuA7sv9BRrEo4mpfKeq5RS { color:rgba(var(--color-primary-2),1);display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.9375rem;left:4rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w7XCBvKs7Na4mem3eDBIWamLaOv34mHs { color:#202037;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:12.5rem;left:4rem;height:6.25rem;display:block; }#w7XCBvKs7Na4mem3eDBIWamLaOv34mHs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w7XCBvKs7Na4mem3eDBIWamLaOv34mHs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
#oFBqAuyoS4U5tmsi3mKQfgrqVRE4Vy9X { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.625rem;left:23.875rem;display:block; }
#Metl7rBQSXZAS2mVWtIisdBgkv5BWLCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUcDzislzPeQ2DFwZp7yR6xh8aFwgoZA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:21.3125rem;left:4rem;display:block; }
#F4r5aUDRoxUwJ2fOPvkpqtxsFiBIt8dG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpTXUyUBpViBLu8ZBqDOp3nFyKTUabLQ { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.625rem 0.625rem rgba(var(--color-primary-1),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:4rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#kUinRJB96LrSWSrO5WTsvXT0U4Sr9lte { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:23.1875rem;left:8.875rem;height:;text-align:left;text-align-last:left;display:block; }
#ACyPKin96HETwuLvQgt3bEMmLvZ2xGsM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:21.75rem;left:9rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#R85OWiAthp8PxfkHxR2aRHZfrEO4BBlw { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:4.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QqFcfOzszoUXVqGm9vSQMtUsikSTse92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:22.5625rem;left:5.125rem; }
#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252548;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; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row .container { background-color: transparent; background-image: none; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row .container > .video-iframe-container { display: none; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row > .video-iframe-container { display: none; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .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); }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row .container { border-width: 0; border-radius: 0; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#LSSVz2QKT90z8x7xBaxXl2Glt5nPb5Is { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(128,81,181,0.4) ;height:26.3125rem;width:40.75rem;top:4.6875rem;left:32.474497310451rem;overflow:hidden;display:block; }
#oyNwzXUutOnvFyzD4d0OwggsTMWGNoT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.888671875rem;left:1.6875rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IiotNlzZdMARaiW1zcGLaWsRUaVaFkuW { color:#bababa;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:11.75rem;left:1.6875rem;height:5.625rem;display:block; }
#IlbiPbbaU8KEOGK9zVmi1Kb5sdEkKqhA { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26.125rem;left:1.6875rem;display:block; }
#QxTWvLm0gcXbWQkUCQ9phbtd7XImMZqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rFxgvJhkVguW7iuSxkdmTMOn157EP1Gd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:20.0625rem;left:1.6875rem;display:block; }
#ZoW44eHzG61Wyew8DDUS7Nio431yX0LJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQxpcGDAHo2RUX2DDK1LWDrng5y5VTZ5 { box-sizing:content-box;height:4.375rem;width:17.875rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.625rem 0.625rem rgba(var(--color-primary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:1.6875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#IgbqMgfZelZZM2X7g8loaRCSPadyozkz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:21.9375rem;left:6.5625rem;height:;text-align:left;text-align-last:left;display:block; }
#ApEltTpkDCHZkKKxhC4hXuH6Usa5A7nE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.6875rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#elBqnGGLb1BTMP1Bpl9Thnnr0AnA8q2x { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:2.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TXKSvMuHpCkgRTIlq9t4y6zWgtuzwgh2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:21.3125rem;left:2.8125rem; }
#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row .container { background-color: transparent; background-image: none; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row .container > .video-iframe-container { display: none; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row > .video-iframe-container { display: none; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .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); }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row .container { border-width: 0; border-radius: 0; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#M662eTlShX9IuE7WIHKVDpKwPEgVmRXs { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.6875rem;left:35rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXqpDdOm1eXdF4rMS9Dhbv5ysGwWTkCg { color:#202037;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:12.3125rem;left:35rem;height:10.75rem;display:block; }#aXqpDdOm1eXdF4rMS9Dhbv5ysGwWTkCg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aXqpDdOm1eXdF4rMS9Dhbv5ysGwWTkCg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
#LU6sGn8IpJkhrlL0Mf1wpobvlxf3c5oW { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.6875rem;left:54.25rem;display:block; }
#AgGUNTp1nKiJacuo14Arq8zuIRCoURUk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meu9hOLRP0uod7z16FLx3MqPAESWbT6N { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(128,81,181,0.4) ;height:25rem;width:26.875rem;top:4.3125rem;left:3.75rem;overflow:hidden;display:block; }
#iv6K8hULM6kcKecUx4DsQvkOz40IwyXp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:25.375rem;left:35rem;display:block; }
#vWwGp9KIOaSLJJekV6VLC5Bs237KiTDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqT0R116BR6HU3HZitnC9sJqv9xT9dEC { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.625rem 0.625rem rgba(var(--color-primary-1),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.375rem;left:35rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#icW5pO9Ti1AKBqtED3NLOTIrukLWdcrh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.25rem;left:39.875rem;height:;text-align:left;text-align-last:left;display:block; }
#LRr6u1ZttCRLJ8z3IFL5sB1qT9IwEAv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:25.8125rem;left:40rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#ReBuCnlyOzZnRN6MyndCfx4JTOFHbAfi { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:35.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#auZlyaGTyffSue4F7WcgwnTGqmmqrd0R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:26.625rem;left:36.125rem; }
#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { position:relative;display:block; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { background-color: transparent; background-image: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container > .video-iframe-container { display: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row > .video-iframe-container { display: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .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); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { border-width: 0; border-radius: 0; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .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; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qHN0Pm3iB7T2Mq2wUqNVUc1kQUh6mNRD { position:absolute;display:block;z-index:15001;background-color:#1e1e43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.54) ;height:60.0625rem;width:39.4375rem;top:2.25rem;left:17.8125rem;display:block; }
#dUcSIaCcRgodNncTnWyVLWz0xlAy4Ooy { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"work sans";font-size:2.125rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:3.4482421875rem;left:28.96875rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LX1Qh4rm6XCTd2Sgvu7Mrz20OmmckFr4 { color:#f4f4f4;display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:6.9375rem;left:18.25rem;height:1.48730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#aGpvh0hOMfcCpa1sJEk3T37T8afnLTf2 { position:absolute;display:block;z-index:15048;height:50rem;width:31.25rem;top:9.6875rem;left:21.875rem;display:block; }
#Cl3J2EKzd0G3ZFRDtRMur931P0CyImnr { box-sizing:content-box;height:51.875rem;width:33.0625rem;position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;top:9rem;left:21.09375rem;display:block; }
#vru2GnHCwE7XvcmGFyvn8wPuaTfxwy7S { box-sizing:content-box;height:3.125rem;width:19.3125rem;position:absolute;display:block;z-index:15019;background-color:#d53b4a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.16015625rem;left:27.84375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#nvqTqS6VzisqRkV9z5vFkwv6lf292stR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { background-color: transparent; background-image: none; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container > .video-iframe-container { display: none; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row > .video-iframe-container { display: none; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .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); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { border-width: 0; border-radius: 0; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#mAO7y2tsAtJmbvZB3GqqwMBsDuoFFxru { color:rgba(var(--color-primary-0),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:7.5625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEgiCS5dnbvrsrAMWd6PQVqC9cpIhZlP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:29.375rem;width:21.875rem;top:14.625rem;left:2.875rem;display:block; }
#ZkBprEa5UsvdJGBddbeA5rw7P04qSoGv { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:.13;top:39.5rem;left:19.4375rem; }
#avDa9wM5nX1dCSQy5SIvBbZC8KyKy7Cy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24rem;left:4.5625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFz7UFe9WzXCQQpBWGtg3blT6AKJCgJM { color:#011d4d;display:block;width:8.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.25rem;left:8.6875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZJwZUPefb18eIGnhqPtuPi5MtS5iJ5p { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.125rem;top:22.25rem;left:3.9375rem;overflow:hidden;display:block; }
#wJU5zkF8Cd17KWFxCTpTh5xcOhDK5oZB { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#b7zpJKT2lzoQlLuIDnxfyCnMAPlWeN36 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:29.375rem;width:21.875rem;top:14.625rem;left:26.5rem;display:block; }
#sVacq4XFqvMyy5RrqyZBMcmVax86vLld { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:.13;top:39.5rem;left:43.0625rem; }
#dp0bs1Ts47cT34IIRvTJ0GwoVTlaTDKm { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:24rem;left:28.1875rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vdszr0epkEus92ZQCVnBnwIP6EmNZmGh { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.125rem;top:22.25rem;left:27.5625rem;overflow:hidden;display:block; }
#ne7UF7dTL5aCWEcfcdV2TmH0Z2zREAsE { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.1875rem;left:28.1875rem;overflow:hidden;display:block; }
#zSMocPDQGCWp4G1mLkrtQzT9aTftXPXT { color:#011d4d;display:block;width:8.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.25rem;left:32.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoA81RAgZWF8k5G880Jl7hUtuzS2ZMnp { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:29.375rem;width:21.875rem;top:14.625rem;left:50.25rem;display:block; }
#ASHTmyc9VQbBJMXhtbpTUPv0dCucpTHS { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:.13;top:39.5rem;left:66.8125rem; }
#Bnsf1Glo76QXWZdI0hiN0n4SO6pBVMxW { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24rem;left:51.9375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkSgmkbkJy7vlQciThLQdmDgfitSfSvt { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.125rem;top:22.25rem;left:51.3125rem;overflow:hidden;display:block; }
#yLoGWUJxksuGybSOUUTlItVeq5Qbife5 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.1875rem;left:51.9375rem;overflow:hidden;display:block; }
#ALSek9y1XgXU2Bq0JuBAztbrsTCpt4hB { color:#011d4d;display:block;width:8.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.25rem;left:56.0625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");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; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.adaptive-delivery-prevent-bg, #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.lazyload, #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.lazyloading { background-image: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { background-color: transparent; background-image: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container > .video-iframe-container { display: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row > .video-iframe-container { display: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .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); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { border-width: 0; border-radius: 0; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#w8IrC64xXFTr5tb8cmNUyrxP5b5JFtGZ { color:#acacac;display:block;width:52.125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.75rem;left:12.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#w9EfNJm7dqTNKTSHLNTITIKmyVl1q7Rm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.8125rem;left:-0.5625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g75UlO2Uvy1kOLTE5p12HMnfwwmSNE5p { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.6875rem;left:39.6875rem;display:block; }
#uzZMDAHXKlUkkp9E5CAp6hDpadmPadhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MdcRFWPT6B7FVXd41Vtx8q1xNtBbBa16 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:10.375rem;left:20.09375rem;display:block; }
#ynAx63ZesZpI75IwVvGanXyRf5w3UqKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOwi1Neu7BlJTXiyA2ChcP9JHIzIG8Te { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.625rem 0.625rem rgba(var(--color-primary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:20.0625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#pP0rS3nbmQ8XP4FUWeNyklMtPzOIOIgN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:12.25rem;left:24.9375rem;height:;text-align:left;text-align-last:left;display:block; }
#nXXso93h7LlqK1wTsRexyzWhuE3mdDdf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:10.8125rem;left:25.0625rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#qKSc0Ny5dqzl6HTKqkKoT4F4tWpciBGX { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.0625rem;left:20.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M2hd3aSHyIiFX26BowBJ4TMqiI04SzBp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:11.625rem;left:21.1875rem; }
#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC { position:relative;display:block; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC { background-color: transparent; background-image: none; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .row .container > .video-iframe-container { display: none; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .row > .video-iframe-container { display: none; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .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); }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC { border-width: 0; border-radius: 0; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .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; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;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; }#XR1A8fzEEkPrRebipgfp17Ei0ulNK74y { color:rgba(var(--color-primary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.875rem;left:38.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7oChACiUCbev0CItoJm0ytCs1KRxT4u { color:rgba(var(--color-tertiary-3),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:6.25rem;left:38.3125rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMQcF3GKS2wa8UwNCslNMUNxzDIckhxK { color:rgba(var(--color-primary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:17.3125rem;left:38.3125rem;height:8.13675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nMQcF3GKS2wa8UwNCslNMUNxzDIckhxK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMQcF3GKS2wa8UwNCslNMUNxzDIckhxK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
#oSFOEeHV93piMCLclxFCaREEQsxPQLVd { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:28.4375rem;width:32.9375rem;top:6.5625rem;left:0rem;overflow:hidden;display:block; }
#Vb9pEU2ThmAEp9Kztn2rNykSrc702BTT { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.875rem;left:0rem;display:block; }
#q1KD492WrWwnGabtFgrBaOfsJPWfxKlb { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.89)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.89)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:3.4375rem;left:0.5625rem;display:block; }
#G2hsbmL3HT96P3udyMsGGEcTkCUGGWWN { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:4.3125rem;left:1.4375rem;display:block; }
#RquMtVPqkDK5NFEhGHZbIL69qQyinIrr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.1875rem;top:5.3125rem;left:2.125rem;overflow:hidden;display:block; }
#OU8FvDnAlE9FmaxJQFgrFw7ObCKTMNNX { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.875rem;left:0rem;display:block; }
#HGVISDCbly4hrDwpWi535VWdNqDpo8B5 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:7.9375rem;top:35.625rem;left:38.3125rem;overflow:hidden;display:block; }
#J2dJqTplSd2T8KDRvxattF4VWNx70gGu { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:35.375rem;left:47.5rem;overflow:hidden;display:block; }
#LSdBJ1PphP7O06LAQXiI7HailgFkufKx { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.90625rem;left:56.8125rem;display:block; }
#iV9ILTGadT6a1DogNiO08xWuRTSRky3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnAvmmmzlNNcfwCp4r3hii4dMTf5NRzm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:28.75rem;left:38.3125rem;display:block; }
#rTPiFkV0ynceCKrvbsvd1zIaJbqeE5ZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leWHdehAfbqNmn5LaT8hkeHfQiEHW4m4 { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.625rem 0.625rem rgba(var(--color-primary-1),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:38.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#a98nJTwqTmx3HOmSStZ1bRTGvDZ8QBOw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:30.625rem;left:43.1875rem;height:;text-align:left;text-align-last:left;display:block; }
#OeoZG4SB0flut3drIqlPVhTvzhaqgyiT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:29.1875rem;left:43.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#keqAUK8V8d7XGLk4ZehsPrC44fk8vt8X { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.4375rem;left:38.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DQlT5OiOA4qkpda9bDcXnUTbnny5Dd8k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:30rem;left:39.4375rem; }
#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");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; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.adaptive-delivery-prevent-bg, #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.lazyload, #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.lazyloading { background-image: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { background-color: transparent; background-image: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container > .video-iframe-container { display: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row > .video-iframe-container { display: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .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); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { border-width: 0; border-radius: 0; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#WmvKKTI8ofMAh7I0CaFNcpKJnaqL7iOS { box-sizing:content-box;height:40.625rem;width:37.5rem;position:absolute;display:block;z-index:14998;background-color:#1e1e43;background-image:none;top:3.1875rem;left:18.75rem;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(157,157,157,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GA5RsCSe3Rus4goptph98TngFGHthavC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.1875rem;top:44.25rem;left:35.4375rem;overflow:hidden;display:block; }
#yw288gS0nL76P5iUKeF8cfJDQLopHtkT { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:41.8125rem;left:33.3125rem;display:block; }
#chfXlgakbDaxxasRIRKHgzzDJbLVkWc7 { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);top:4.6875rem;left:24.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#IPVTcsWcduah7ZNNNmLddOIG7J1r8a79 { position:absolute;display:block;z-index:15015;height:29.375rem;width:33.875rem;top:11.75rem;left:20.5625rem;display:block; }
#t9751Gi90C7PwsXGizHZ50TzIZQNfHNC { color:#fdfdfd;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.39453125rem;left:24.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#REPxlWWmVA9uygtw2rURNzg13z633X9a { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:42.375rem;left:33.875rem;display:block; }
#e6ihh2QaItUyxPlAH6qJ7a5ODFNGpEDz { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #404073, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #404073, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:43.25rem;left:34.75rem;display:block; }
#GKPy3MmetS4UZFtksg2ssRT06EsxeoRU { box-sizing:content-box;height:3.125rem;width:27.4375rem;position:absolute;display:block;z-index:15020;background-color:#d53b4a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4248046875rem;left:23.78125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");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; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.adaptive-delivery-prevent-bg, #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.lazyload, #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.lazyloading { background-image: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { background-color: transparent; background-image: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container > .video-iframe-container { display: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row > .video-iframe-container { display: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .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); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { border-width: 0; border-radius: 0; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#fQJ5d3QqWlqwaSL7ZgSWQKHBKxJh0Wy2 { color:#acacac;display:block;width:52.125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.75rem;left:12.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ddA6zJG8PMAZWa5e8yE5dvDDz1DOX2t2 { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:"work sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.8125rem;left:9.125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#murP7L7SXvG0rrOadkyDu63V4UTT1Ias { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.5rem;left:41.75rem;display:block; }
#Vg04O4dq68G9T0mJH9u9DuhEJ1P6i5ax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9TxEOHdbOMtuI0gOJVpWdGCZgvaHQPP { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.3125rem 0.9375rem 0.625rem rgba(var(--color-primary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:22.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Osq5IRCf5zZ8LnE0LFgBTXVbIQehlFHE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:12.0625rem;left:27.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#FETKsNXea6cJ2skqvtlbotmNHyXyaEd2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:10.625rem;left:27.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#DMqycBgxOCkG8zc7K10HUMIoxxwQlfIf { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:22.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UNyUsoGb1y689cGfBopRfIHukUuoPyAh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:11.4375rem;left:23.3125rem; }
#nzTeEaVi8c2vClo76DsvVXfZRmtadSzH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.5rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:10.125rem;left:22.15625rem;display:block; }
#yn1MZn8J0RXzkUWbR4n6hbmTgSM0eI3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDrvI2agpqO26D7pbdHkIRTaE9tJR04g { position:relative;display:block; } #G943097a15dfa09d264edec86d584697.widget-smartsection *:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="text"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="email"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="tel"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection textarea:focus-visible { outline: none; } #cDrvI2agpqO26D7pbdHkIRTaE9tJR04g > .row .container { position:relative;display:block; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV { position:relative;display:none; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV { border-width: 0; border-radius: 0; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .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; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#krKh8XxqkT9VMA1Aivoo8PZTqlsfCBVv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.4375rem;left:5.875rem;display:none; }
#c6Ha6RIKA9sO0iyI308WySEbc0WNQBJc { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:33.84375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#RuRnXMvgPlLLPzel2RD9HMBriDgwvS4H { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:14.0625rem;left:38.71875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:none; }
#J8Z1B89lXztReKKUvLA8n2JbpzS8aFM1 { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:34.40625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#LCRQAnKtTrzThXtuvMzgZtEsJTSxoRch { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:13.4375rem;left:34.96875rem;display:none; }
#hkoqG9SNAKvxqZUkVAXBX7ulDTM5uwsT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.375rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:12.1875rem;left:33.84375rem;display:none; }
#eqawkzSM3qsBpFlTbmUN8DF9AKJQAvbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF { display:block; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZITDqyn8y2589Sh1nZn5DSUwE2TTXrJN { top:0.5625rem;left:0rem;width:6.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXFhC57iPdBVagT8onMtDsEkSDLaVd5 { width:8.1875rem;height:1.5625rem;top:3.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfRGOT6DlQCqKmt3N4awT0pdBZtHmdGe { display:block; }
 }@media only screen and (max-width: 763px) { #m7NiIcIPruRi7h2wcbLU3LTAbTQVXZpp { width:8.1875rem;height:1.5625rem;top:3.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1M3uBtezg8zL5POPyRV1pORQDE6ZExw { display:block; }
 }@media only screen and (max-width: 763px) { #cV6GAWnwrGR1kag1dLDsUaWfq7H3r0f7 { width:8.1875rem;height:1.5625rem;top:3.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdMDz38eqSL2zXyzJK0xfp2R2uHfdyMJ { display:block; }
 }@media only screen and (max-width: 763px) { #vn9RJF3cyhRKNsuuzNWznx6mPzmT1vv7 { width:13.4375rem;height:3.25rem;top:2.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSm2Ga6LWFoo2SpTgOmwGMohxTGkWF6 { display:block; }
 }@media only screen and (max-width: 763px) { #BKiya3GTe5b8w2Znu2vJOWUilqZMJDTh { top:32.875rem;left:37rem;width:4.375rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pS7yHEsMCpAIvxegQf0o9l4G3OU9PRmz { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wR6MbrJ6FDOl5GUUx47ROHGz6fxen3Ma { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #nKEiNfAzTgSMvFiFwfMQ9EJDwZnMAu8C { display:block; }
 }@media only screen and (max-width: 763px) { #wVEgoJ8dpILkblBT2HxEH8kTvr7h5UfM { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #noLOeHaTG3xZJ7HPnQb5m33I5geDEINR { display:block; }
 }@media only screen and (max-width: 763px) { #qV2VfE7dcyq4wwPkWXIGSoeTVDyd2qPO { top:1.25rem;left:0rem;width:4.25rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoOBIGauGrMxBdkXKOcwXVTpsTuXHZag { display:none; }
 }@media only screen and (max-width: 763px) { #ReDuEWPrh1i1Du1La1Oz5XUXAFhNWmCg { width:17.4375rem;height:4.375rem;top:1.6875rem;left:30.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oe2idzQ1AK8CWkJbL88k4C3skeIhfIVM { display:block; }
 }@media only screen and (max-width: 763px) { #ixU4cU2PgtWnLJxd9XBTWQksRFxGgTs5 { top:1.75rem;left:30.25rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT9uDSi6HT7PbCzU1fmJiEJBkFoz7Gid { top:3.625rem;left:35.25rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1duANpAU6oATbD9E9JlVlRI5QoCX5X { top:2.125rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdTSqWfFzAyx5To6WOoVasR87nEfidGT { top:2.4375rem;left:44.4375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IllLTTzbsLT7uToHysrIUVmsHfIp90Pr { top:3rem;left:45rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx { display:none; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mQygqe66bewI1M4dp8QGPNg59H6QHMUT { width:17.5rem;height:;top:0.5625rem;left:0rem;font-size:0.875rem;color:#dbdfe1;display:none; }#mQygqe66bewI1M4dp8QGPNg59H6QHMUT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
 }@media only screen and (max-width: 763px) { #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d47d21f-d0f5-4eef-b0c1-56ced1d77637/herobg.png");background-position:bottom 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;display:block; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.adaptive-delivery-prevent-bg, #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.lazyload, #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.lazyloading { background-image: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { background-color: transparent; background-image: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,83,0.36); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container > .video-iframe-container { display: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,83,0.36); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row > .video-iframe-container { display: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .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); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { border-width: 0; border-radius: 0; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRoW3RbypfMHJRREy8phfo1cLd2bHX8k { width:26.9375rem;height:26.9375rem;top:4.75rem;left:20.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 3.75rem rgba(0,0,0,0.65) ;display:block; }
 }@media only screen and (max-width: 763px) { #WMUrdGwxEdCSDRTcIDIHs27kzZpQcmvA { width:17.4375rem;height:4.375rem;top:30.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #medqMcyhrBDteGQR4mOrH9XVSIwHtRud { display:block; }
 }@media only screen and (max-width: 763px) { #RPVca0Ma4KQOkRmVzpOr3b9TtmFHuphJ { top:31.5625rem;left:20.875rem;width:26.875rem;height:6.625rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -moz-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -ms-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -o-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );";background-image: linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dWruzJV7LIZOGkdRVXeQAe68z2HDpsBz { width:43.6875rem;height:11.375rem;top:8.375rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qLGWWL8S39PToz61NfTq5KoTuFnxzpal { width:46.375rem;height:1.5rem;top:5.5625rem;left:0rem;font-size:1.375rem;color:#dbdfe1;display:block; }#qLGWWL8S39PToz61NfTq5KoTuFnxzpal li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
 }@media only screen and (max-width: 763px) { #QLKwiOrQEmknbMBQidz06WDPh6KtZBZO { width:19.125rem;height:4.5625rem;top:21.5625rem;left:8.6875rem;font-size:1rem;color:#d0d0d0;display:block; }#QLKwiOrQEmknbMBQidz06WDPh6KtZBZO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg { width:21.125rem;height:4.5625rem;top:21.5625rem;left:0rem;font-size:1rem;color:#d0d0d0;display:block; }#ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #RQu27I3d05pR4l0JRnDfK3nSwdIzc7Gv { width:14.125rem;height:4.375rem;top:30.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASUuWiz1MZ4gBhEGIr6itRXmE8qOSw2U { display:block; }
 }@media only screen and (max-width: 763px) { #C7hk9W5vAg5Ui6fFaWdHACbDG8y8GgQs { top:32.375rem;left:22.9375rem;width:24.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTKJyn7DG2nrQsG4bgME82gJ5pvOEy0H { top:30.125rem;left:0rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1lbxzdNH3o5tG4o4ECbHx5v4sfMQSnD { top:30.8125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5u5z7q7JE51ByXIhVlV81LIyFuCH517 { top:31.375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy1gfv6mkfyLXFhhUv9BKOCUslMN1Xm7 { top:32rem;left:0rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc4ToWDSO8e5s5mc513grhNsRmenuHi { top:30.5rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 { display:block; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDZEPn3lgnQwQXidOwrlCl2VM33GuTgT { top:1.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG6DB71EXHE3UhxUGHwln08Nva9ZBkV5 { top:4.9375rem;left:39.875rem;width:7.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMy9fvyusV5THx0UvEv1pbFdD4xFSWB { top:5.1875rem;left:40.375rem;width:7.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSODbITiBwd3HwKdbyTSAQc4ksNk0ZOp { top:5rem;left:34.25rem;width:7.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHNPJfaXLPUgTd4O0p8ZxkTxoMkwaFU6 { top:5.6875rem;left:23.375rem;width:8.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieK8T2Tkv6IAsnLzVTpVGWua6iX9alKJ { top:5.5625rem;left:12.3125rem;width:9.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZspCv4L2Heukgg5bkAFUDV9Ug9u6Gb5 { top:4.9375rem;left:3.875rem;width:6.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvUP2osqxR9uhT5Ln9JHLrugvgedxqO0 { top:5.125rem;left:0rem;width:7.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyxfoM7J89741HwdvqebqAmIixvzz4MT { top:4.8125rem;left:0rem;width:7.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { display:block; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { background-color: transparent; background-image: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container > .video-iframe-container { display: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row > .video-iframe-container { display: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .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); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { border-width: 0; border-radius: 0; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTaCf7o9rFvu7Nw26IHLwiKa4lwx4hIX { top:4.5625rem;left:5.125rem;width:37.5rem;height:51.4375rem;background-color:#404073;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(64,64,115,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wtdCO8165txGWATZhJrnWeZxbbk5y88N { top:5.875rem;left:11.0625rem;width:25.625rem;height:2.5625rem;font-size:1.5rem;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s6qsysH67FVUN0zAaedv59UT5as7pROb { top:13.125rem;left:6.9375rem;width:33.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBO9DJJDr2pQzWi4NJD4rHGJutkx3afN { top:9rem;left:11.0625rem;width:25.625rem;height:2.75rem;font-size:0.9375rem;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #TWt5N95OwUOG61TxdwrGH1uJIDnhSlyJ { top:43.625rem;left:7.6875rem;width:32.375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZJX0C0igXiFdygkMMZTEPenWTDzwdyc { top:50.9375rem;left:15.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL9G9zKzANxKqUd3aLtKxgtRqHmXWRxT { top:52.125rem;left:20.4375rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phJJmGND3v3AvI3HpDC5dvLo8IV4BqwF { top:5.5625rem;left:11.625rem;width:24.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcK12278mXb4V9py0aJXJudw4PMXd64h { top:8.75rem;left:34.3125rem;width:13.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1SUo7gkfgzHtJIhDGgRCT0oFq5rHU7 { top:10.3125rem;left:22.125rem;width:25.625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osFU70GcSMpMfg1g7ogLKPR4HWimSShn { top:15.25rem;left:35.375rem;width:12.375rem;height:21.875rem;font-size:0.9375rem;display:block; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji { top:15.25rem;left:29.125rem;width:11.5rem;height:21.875rem;font-size:0.9375rem;display:block; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #TaleoAoVpKAGr16aQki0NnmTfKgU3vp8 { top:6.5rem;left:0rem;width:31.875rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu { display:block; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4fwDn73BB3kKrI5L9Ffllo3KmvMWc2r { top:2.4375rem;left:6.0625rem;width:25.6875rem;height:2.875rem;font-size:2.25rem;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8vNM94caaqM8yvSsWEGJMGyhZu5Qim { top:11.4375rem;left:0rem;width:21.875rem;height:29.0625rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #rwmEcXLVMvcTDhuoFA4lTOCAneZo2T0S { top:12.625rem;left:0rem;width:19.8125rem;height:10.375rem;font-size:0.9375rem;color:#bababa;display:block; }#rwmEcXLVMvcTDhuoFA4lTOCAneZo2T0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #yGtTXxtmJrU8RSzfRVRQkiOKlrvT1LTe { top:8.875rem;left:0rem;width:16.4375rem;height:1.75rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XaM8WNZXEeWr9RvryeSVF8gBsu0ZpZ7I { top:8.0625rem;left:0rem;width:21.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EShdfG3hATvdR6LkMVfTVPIb17RoFtQZ { top:24.9375rem;left:0rem;width:21.875rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f63TbUsVRIAmt4ymJEr18Mp0DCBxpNUw { top:11.5rem;left:9.875rem;width:21.875rem;height:29.0625rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #vCsxFqWKny9VdZ8ot64iaa2ZsseTVWIG { top:12.625rem;left:11.9375rem;width:19.8125rem;height:10.375rem;font-size:0.9375rem;color:#bababa;display:block; }#vCsxFqWKny9VdZ8ot64iaa2ZsseTVWIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #JPa1Xz1kXK6CKvxKLEyJd39nAJUswhno { top:24.9375rem;left:9.875rem;width:21.875rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m0HgUq2xVe1bD387fCgOZOnvZIlEhm8V { top:8.125rem;left:9.875rem;width:21.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJhh0ipah4VfI7dcZu3JAKVMpdZAinw { top:8.875rem;left:11.1875rem;width:20.5625rem;height:1.75rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PxS5QsTaVwCCKswXn0H990y4xqbXoHe3 { top:11.5rem;left:25.75rem;width:21.875rem;height:29.0625rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #KQfhBntlzgNexfI4kKkTdMJ0VHE9G3Jb { top:12.625rem;left:27.8125rem;width:19.8125rem;height:10.375rem;font-size:0.9375rem;color:#bababa;display:block; }#KQfhBntlzgNexfI4kKkTdMJ0VHE9G3Jb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #MUeWV4S8UZeXbDDRPlDIWhbW9qLs5p7U { top:24.9375rem;left:25.75rem;width:21.875rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mG2T1eaVhP09FvEJMkuZGW3QaFn8TllH { top:8.125rem;left:25.75rem;width:21.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEXaSRJcLbCTmBEeaVDIbBlbhSh4cR8R { top:8.875rem;left:27.0625rem;width:20.5625rem;height:;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg { display:block; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xihaT6MqTSFTwhqTbT8XxJ2r8fdI91eC { top:17.875rem;left:0rem;width:23.625rem;height:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bD4uTRiX1gv1tfJD9MOTxBCSVRct1kgX { width:24rem;height:7.875rem;top:17.875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xxt9mTcLcWTlZRca2CrSbaFOZN5OFETn { display:block; }
 }@media only screen and (max-width: 763px) { #vDzoxh7kT2SoZkD2l0Gv4IyECFUo8uFV { width:15.4375rem;height:;top:21rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1r0N50M797bsuGBOOZD9pgiL0NCpLHy { top:26.8125rem;left:0rem;width:22.3125rem;height:4.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wpszhqDt4JHB2S6G3b5Kq1WeqN86Q2PG { width:22.8125rem;height:5.1875rem;top:26.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RvAMTQe4zTIUFoPoT0CrNrBJTrU6GH6y { display:block; }
 }@media only screen and (max-width: 763px) { #fP0yUXJJ3KkTTETOW3NSnsw0t1BnFaRr { top:4.6875rem;left:6.375rem;width:40.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOPqDl9hiRC1bVU3zDPKaqWvN1h5amFs { top:4.875rem;left:0rem;width:25.875rem;height:5.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myHRlTfeMJ2Mo2AZBd01AZePBBURhVzx { top:11.75rem;left:0rem;width:26.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ { display:block; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB2psWodCUdNbIsyFLoc8oHeNF2XkT2J { top:3.375rem;left:0rem;width:21.875rem;height:29.0625rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #yqnAke4yGvev7Zdix13ywftIye9DTD9k { top:4.6875rem;left:0rem;width:19.8125rem;height:10.375rem;font-size:0.9375rem;color:#bababa;display:block; }#yqnAke4yGvev7Zdix13ywftIye9DTD9k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #Lf5BTQyPcFoEEDVNT9IIR1o0hWi3T5sQ { top:0.8125rem;left:0rem;width:19.5rem;height:1.75rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dRUid1hJFVtXqu5VS3yKWxi1JcegvAyB { top:0rem;left:0rem;width:21.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPpuDoWh2m41mpgZdM25yGysvRAG5Ii { top:16.875rem;left:0rem;width:21.875rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GFWqZwGgcv2bUJUgG4MPX4BEpiHWtO8B { top:3.4375rem;left:9.875rem;width:21.875rem;height:29.0625rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #OE4t35f3yE0w7yELtHLyEqVOr5VwFTEZ { top:4.6875rem;left:11.9375rem;width:19.8125rem;height:10.375rem;font-size:0.9375rem;color:#bababa;display:block; }#OE4t35f3yE0w7yELtHLyEqVOr5VwFTEZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #MRJT025G1itF5AwPgttDBxyrpA29reJy { top:16.875rem;left:9.875rem;width:21.875rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tUgN2prgkEQTKDLi4w4fkdm7rhOddoR3 { top:0.0625rem;left:9.875rem;width:21.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR2fDNqUKlIma63UiKXTNkrrz2erSuZe { top:0.8125rem;left:11.1875rem;width:20.5625rem;height:;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qpicuNoNOwtWarkBA5uBuz6MJ7kDJFG4 { top:3.4375rem;left:25.75rem;width:21.875rem;height:29.0625rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #IQ13dZs6nzfVQnZlxAOwd6EweWEHFLeC { top:4.6875rem;left:27.8125rem;width:19.8125rem;height:10.375rem;font-size:0.9375rem;color:#bababa;display:block; }#IQ13dZs6nzfVQnZlxAOwd6EweWEHFLeC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #JbDI9SvJKKgQVOtvhyq3iAuZNw8Pg01V { top:16.875rem;left:25.75rem;width:21.875rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dSfm0yCFC9TbS3HVffK0Ds82K416XBqK { top:0.0625rem;left:25.75rem;width:21.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIOVHRBEl4gLFSZCuKKhGNVKB8TlotgF { top:0.9375rem;left:26.3125rem;width:21.3125rem;height:1.5rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o1OlTTZ1XoePJ1qQen4IcHo3WK2TOfiw { width:14.125rem;height:4.0625rem;top:35.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmcXm8wnPw4ZpnaA33t9Q2l6VKMe7cJ { display:block; }
 }@media only screen and (max-width: 763px) { #AzZJseWP4wEWxcw8B7DPGPTmX4ldLUt7 { width:17.4375rem;height:4.375rem;top:35.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pJH7FeSe3JKTbnHfd2X32naVb5UlHRIf { display:block; }
 }@media only screen and (max-width: 763px) { #BvwkUutyfw2rDNIKLRd9MTQX62SgDKcz { top:35.25rem;left:0rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSDDrEaoklokc8J4uJ00R1sUC7hTCJV { top:37.125rem;left:15.875rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvoNeNI9OQ7E1QvOllu8hbLBUeBeVv8X { top:35.625rem;left:15.875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHVooQl1ySG6TazXTblktHfVFoieBWT { top:35.9375rem;left:12.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVis96eBWk6nP1FKqP2OC7lloakqUIF { top:36.5rem;left:13.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg { display:block; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFytnQA3FOuMcNQB1aKg821ZWDJRIhzQ { top:4.75rem;left:22.5625rem;width:24.5625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROFZQN9rufZuA7sv9BRrEo4mpfKeq5RS { top:4.9375rem;left:0rem;width:39.125rem;height:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7XCBvKs7Na4mem3eDBIWamLaOv34mHs { top:12.5rem;left:0rem;width:38.75rem;height:6.25rem;font-size:1rem;display:block; }#w7XCBvKs7Na4mem3eDBIWamLaOv34mHs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #oFBqAuyoS4U5tmsi3mKQfgrqVRE4Vy9X { width:13.25rem;height:3.75rem;top:21.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Metl7rBQSXZAS2mVWtIisdBgkv5BWLCP { display:block; }
 }@media only screen and (max-width: 763px) { #DUcDzislzPeQ2DFwZp7yR6xh8aFwgoZA { width:17.6875rem;height:4.375rem;top:21.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4r5aUDRoxUwJ2fOPvkpqtxsFiBIt8dG { display:block; }
 }@media only screen and (max-width: 763px) { #UpTXUyUBpViBLu8ZBqDOp3nFyKTUabLQ { top:21.3125rem;left:0rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUinRJB96LrSWSrO5WTsvXT0U4Sr9lte { top:23.1875rem;left:0rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyPKin96HETwuLvQgt3bEMmLvZ2xGsM { top:21.75rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R85OWiAthp8PxfkHxR2aRHZfrEO4BBlw { top:22rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqFcfOzszoUXVqGm9vSQMtUsikSTse92 { top:22.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX { display:block; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSSVz2QKT90z8x7xBaxXl2Glt5nPb5Is { top:4.6875rem;left:6.375rem;width:40.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyNwzXUutOnvFyzD4d0OwggsTMWGNoT5 { top:4.875rem;left:0rem;width:25.875rem;height:5.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiotNlzZdMARaiW1zcGLaWsRUaVaFkuW { top:11.75rem;left:0rem;width:26.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlbiPbbaU8KEOGK9zVmi1Kb5sdEkKqhA { width:17.875rem;height:3.75rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxTWvLm0gcXbWQkUCQ9phbtd7XImMZqc { display:block; }
 }@media only screen and (max-width: 763px) { #rFxgvJhkVguW7iuSxkdmTMOn157EP1Gd { width:17.875rem;height:4.375rem;top:20.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZoW44eHzG61Wyew8DDUS7Nio431yX0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #tQxpcGDAHo2RUX2DDK1LWDrng5y5VTZ5 { top:20.0625rem;left:0rem;width:17.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgbqMgfZelZZM2X7g8loaRCSPadyozkz { top:21.9375rem;left:0rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApEltTpkDCHZkKKxhC4hXuH6Usa5A7nE { top:20.5rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBqnGGLb1BTMP1Bpl9Thnnr0AnA8q2x { top:20.75rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXKSvMuHpCkgRTIlq9t4y6zWgtuzwgh2 { top:21.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZaN0GPn8TF0P91QrqerkmcvUVilfZRh { display:block; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M662eTlShX9IuE7WIHKVDpKwPEgVmRXs { top:4.6875rem;left:13.375rem;width:34.375rem;height:5.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXqpDdOm1eXdF4rMS9Dhbv5ysGwWTkCg { top:12.3125rem;left:15rem;width:32.75rem;height:10.75rem;font-size:1rem;display:block; }#aXqpDdOm1eXdF4rMS9Dhbv5ysGwWTkCg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #LU6sGn8IpJkhrlL0Mf1wpobvlxf3c5oW { width:14.125rem;height:3.75rem;top:25.6875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgGUNTp1nKiJacuo14Arq8zuIRCoURUk { display:block; }
 }@media only screen and (max-width: 763px) { #meu9hOLRP0uod7z16FLx3MqPAESWbT6N { top:4.3125rem;left:0rem;width:26.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv6K8hULM6kcKecUx4DsQvkOz40IwyXp { width:17.4375rem;height:4.375rem;top:25.375rem;left:21.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vWwGp9KIOaSLJJekV6VLC5Bs237KiTDZ { display:block; }
 }@media only screen and (max-width: 763px) { #vqT0R116BR6HU3HZitnC9sJqv9xT9dEC { top:25.375rem;left:21.375rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icW5pO9Ti1AKBqtED3NLOTIrukLWdcrh { top:27.25rem;left:26.25rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRr6u1ZttCRLJ8z3IFL5sB1qT9IwEAv9 { top:25.8125rem;left:26.375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBuCnlyOzZnRN6MyndCfx4JTOFHbAfi { top:26.0625rem;left:21.9375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auZlyaGTyffSue4F7WcgwnTGqmmqrd0R { top:26.625rem;left:22.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { display:block; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { background-color: transparent; background-image: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container > .video-iframe-container { display: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row > .video-iframe-container { display: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .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); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { border-width: 0; border-radius: 0; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHN0Pm3iB7T2Mq2wUqNVUc1kQUh6mNRD { top:2.25rem;left:4.1875rem;width:39.4375rem;height:60.0625rem;background-color:#404073;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.54) ;display:block; }
 }@media only screen and (max-width: 763px) { #dUcSIaCcRgodNncTnWyVLWz0xlAy4Ooy { top:3.4375rem;left:15.34375rem;width:17.0625rem;height:2.5rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LX1Qh4rm6XCTd2Sgvu7Mrz20OmmckFr4 { top:6.9375rem;left:4.625rem;width:38.5rem;height:1.4375rem;font-size:0.9375rem;color:#c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #aGpvh0hOMfcCpa1sJEk3T37T8afnLTf2 { top:9.6875rem;left:8.25rem;width:31.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl3J2EKzd0G3ZFRDtRMur931P0CyImnr { top:9rem;left:7.46875rem;width:33.0625rem;height:51.875rem;background-color:#e3e3e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vru2GnHCwE7XvcmGFyvn8wPuaTfxwy7S { top:3.125rem;left:14.21875rem;width:19.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqTqS6VzisqRkV9z5vFkwv6lf292stR { display:block; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAO7y2tsAtJmbvZB3GqqwMBsDuoFFxru { top:7.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgiCS5dnbvrsrAMWd6PQVqC9cpIhZlP { top:14.625rem;left:0rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBprEa5UsvdJGBddbeA5rw7P04qSoGv { top:39.5rem;left:5.8125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avDa9wM5nX1dCSQy5SIvBbZC8KyKy7Cy { width:18.5rem;height:7rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFz7UFe9WzXCQQpBWGtg3blT6AKJCgJM { width:8.0625rem;height:1.25rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZJwZUPefb18eIGnhqPtuPi5MtS5iJ5p { top:22.25rem;left:0rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJU5zkF8Cd17KWFxCTpTh5xcOhDK5oZB { top:17.1875rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7zpJKT2lzoQlLuIDnxfyCnMAPlWeN36 { top:14.625rem;left:12.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVacq4XFqvMyy5RrqyZBMcmVax86vLld { top:39.5rem;left:29.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp0bs1Ts47cT34IIRvTJ0GwoVTlaTDKm { width:18.5rem;height:8.4375rem;top:24rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdszr0epkEus92ZQCVnBnwIP6EmNZmGh { top:22.25rem;left:13.9375rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne7UF7dTL5aCWEcfcdV2TmH0Z2zREAsE { top:17.1875rem;left:14.5625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMocPDQGCWp4G1mLkrtQzT9aTftXPXT { width:8.0625rem;height:1.25rem;top:18.25rem;left:18.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoA81RAgZWF8k5G880Jl7hUtuzS2ZMnp { top:14.625rem;left:25.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASHTmyc9VQbBJMXhtbpTUPv0dCucpTHS { top:39.5rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnsf1Glo76QXWZdI0hiN0n4SO6pBVMxW { width:18.5rem;height:8.4375rem;top:24rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSgmkbkJy7vlQciThLQdmDgfitSfSvt { top:22.25rem;left:37.6875rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLoGWUJxksuGybSOUUTlItVeq5Qbife5 { top:17.1875rem;left:38.3125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALSek9y1XgXU2Bq0JuBAztbrsTCpt4hB { width:8.625rem;height:1.25rem;top:18.25rem;left:39.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position: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;display:block; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.adaptive-delivery-prevent-bg, #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.lazyload, #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.lazyloading { background-image: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { background-color: transparent; background-image: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container > .video-iframe-container { display: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row > .video-iframe-container { display: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .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); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { border-width: 0; border-radius: 0; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8IrC64xXFTr5tb8cmNUyrxP5b5JFtGZ { top:5.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #w9EfNJm7dqTNKTSHLNTITIKmyVl1q7Rm { width:47.75rem;height:2.625rem;top:2.8125rem;left:0rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g75UlO2Uvy1kOLTE5p12HMnfwwmSNE5p { width:14.125rem;height:3.75rem;top:10.6875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZMDAHXKlUkkp9E5CAp6hDpadmPadhZ { display:block; }
 }@media only screen and (max-width: 763px) { #MdcRFWPT6B7FVXd41Vtx8q1xNtBbBa16 { width:17.4375rem;height:4.375rem;top:10.375rem;left:6.46875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ynAx63ZesZpI75IwVvGanXyRf5w3UqKo { display:block; }
 }@media only screen and (max-width: 763px) { #TOwi1Neu7BlJTXiyA2ChcP9JHIzIG8Te { top:10.375rem;left:6.4375rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP0rS3nbmQ8XP4FUWeNyklMtPzOIOIgN { top:12.25rem;left:11.3125rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXXso93h7LlqK1wTsRexyzWhuE3mdDdf { top:10.8125rem;left:11.4375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKSc0Ny5dqzl6HTKqkKoT4F4tWpciBGX { top:11.0625rem;left:7rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2hd3aSHyIiFX26BowBJ4TMqiI04SzBp { top:11.625rem;left:7.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC { display:block; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XR1A8fzEEkPrRebipgfp17Ei0ulNK74y { top:2.875rem;left:19.6875rem;width:28.0625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oChACiUCbev0CItoJm0ytCs1KRxT4u { width:35.9375rem;height:10.1875rem;top:6.25rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMQcF3GKS2wa8UwNCslNMUNxzDIckhxK { width:18.5rem;height:8.125rem;top:17.3125rem;left:24.6875rem;font-size:1.125rem;display:block; }#nMQcF3GKS2wa8UwNCslNMUNxzDIckhxK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #oSFOEeHV93piMCLclxFCaREEQsxPQLVd { top:6.5625rem;left:0rem;width:32.9375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9pEU2ThmAEp9Kztn2rNykSrc702BTT { top:2.875rem;left:0rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1KD492WrWwnGabtFgrBaOfsJPWfxKlb { width:7.25rem;height:7.25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hsbmL3HT96P3udyMsGGEcTkCUGGWWN { width:5.5rem;height:5.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RquMtVPqkDK5NFEhGHZbIL69qQyinIrr { top:5.3125rem;left:0rem;width:4.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU8FvDnAlE9FmaxJQFgrFw7ObCKTMNNX { top:2.875rem;left:0rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGVISDCbly4hrDwpWi535VWdNqDpo8B5 { top:35.625rem;left:24.6875rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2dJqTplSd2T8KDRvxattF4VWNx70gGu { top:35.375rem;left:33.875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSdBJ1PphP7O06LAQXiI7HailgFkufKx { width:12.25rem;height:4.0625rem;top:28.875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV9ILTGadT6a1DogNiO08xWuRTSRky3H { display:block; }
 }@media only screen and (max-width: 763px) { #VnAvmmmzlNNcfwCp4r3hii4dMTf5NRzm { width:17.4375rem;height:4.375rem;top:28.75rem;left:24.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rTPiFkV0ynceCKrvbsvd1zIaJbqeE5ZA { display:block; }
 }@media only screen and (max-width: 763px) { #leWHdehAfbqNmn5LaT8hkeHfQiEHW4m4 { top:28.75rem;left:24.6875rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98nJTwqTmx3HOmSStZ1bRTGvDZ8QBOw { top:30.625rem;left:29.5625rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeoZG4SB0flut3drIqlPVhTvzhaqgyiT { top:29.1875rem;left:29.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keqAUK8V8d7XGLk4ZehsPrC44fk8vt8X { top:29.4375rem;left:25.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlT5OiOA4qkpda9bDcXnUTbnny5Dd8k { top:30rem;left:25.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");background-position: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;display:block; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.adaptive-delivery-prevent-bg, #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.lazyload, #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.lazyloading { background-image: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { background-color: transparent; background-image: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container > .video-iframe-container { display: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row > .video-iframe-container { display: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .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); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { border-width: 0; border-radius: 0; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmvKKTI8ofMAh7I0CaFNcpKJnaqL7iOS { top:3.1875rem;left:5.125rem;width:37.5rem;height:40.625rem;background-color:#404073;background-image:none;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(157,157,157,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #GA5RsCSe3Rus4goptph98TngFGHthavC { top:44.25rem;left:21.8125rem;width:4.1875rem;height:3.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yw288gS0nL76P5iUKeF8cfJDQLopHtkT { top:41.8125rem;left:19.6875rem;width:8.375rem;height:8.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #chfXlgakbDaxxasRIRKHgzzDJbLVkWc7 { top:4.6875rem;left:11.0625rem;width:25.625rem;height:2.5625rem;font-size:1.5rem;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPVTcsWcduah7ZNNNmLddOIG7J1r8a79 { top:11.75rem;left:6.9375rem;width:33.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9751Gi90C7PwsXGizHZ50TzIZQNfHNC { top:8.375rem;left:11.0625rem;width:25.625rem;height:2.75rem;font-size:0.9375rem;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #REPxlWWmVA9uygtw2rURNzg13z633X9a { width:7.25rem;height:7.25rem;top:42.375rem;left:20.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e6ihh2QaItUyxPlAH6qJ7a5ODFNGpEDz { width:5.5rem;height:5.5rem;top:43.25rem;left:21.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #404073, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #404073, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GKPy3MmetS4UZFtksg2ssRT06EsxeoRU { top:4.375rem;left:10.15625rem;width:27.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position: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;display:block; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.adaptive-delivery-prevent-bg, #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.lazyload, #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.lazyloading { background-image: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { background-color: transparent; background-image: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container > .video-iframe-container { display: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row > .video-iframe-container { display: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .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); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { border-width: 0; border-radius: 0; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQJ5d3QqWlqwaSL7ZgSWQKHBKxJh0Wy2 { top:5.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #ddA6zJG8PMAZWa5e8yE5dvDDz1DOX2t2 { width:47.75rem;height:2.625rem;top:2.8125rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #murP7L7SXvG0rrOadkyDu63V4UTT1Ias { width:14.125rem;height:3.75rem;top:10.5rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg04O4dq68G9T0mJH9u9DuhEJ1P6i5ax { display:block; }
 }@media only screen and (max-width: 763px) { #H9TxEOHdbOMtuI0gOJVpWdGCZgvaHQPP { top:10.1875rem;left:8.5rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osq5IRCf5zZ8LnE0LFgBTXVbIQehlFHE { top:12.0625rem;left:13.4375rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETKsNXea6cJ2skqvtlbotmNHyXyaEd2 { top:10.625rem;left:13.5625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqycBgxOCkG8zc7K10HUMIoxxwQlfIf { top:10.875rem;left:9.125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNyUsoGb1y689cGfBopRfIHukUuoPyAh { top:11.4375rem;left:9.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTeEaVi8c2vClo76DsvVXfZRmtadSzH { width:17.4375rem;height:4.5rem;top:10.125rem;left:8.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yn1MZn8J0RXzkUWbR4n6hbmTgSM0eI3P { display:block; }
 }@media only screen and (max-width: 763px) { #cDrvI2agpqO26D7pbdHkIRTaE9tJR04g { display:block; } #G943097a15dfa09d264edec86d584697.widget-smartsection *:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="text"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="email"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="tel"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection textarea:focus-visible { outline: none; } #cDrvI2agpqO26D7pbdHkIRTaE9tJR04g > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEsHhQGafVyeIOMFQsohRLKWdENMnJuV { display:none; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #krKh8XxqkT9VMA1Aivoo8PZTqlsfCBVv { top:0.4375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6Ha6RIKA9sO0iyI308WySEbc0WNQBJc { top:12.8125rem;left:20.84375rem;width:17.5rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuRnXMvgPlLLPzel2RD9HMBriDgwvS4H { top:2.125rem;left:0rem;width:12.5rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8Z1B89lXztReKKUvLA8n2JbpzS8aFM1 { top:13.5rem;left:21.40625rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCRQAnKtTrzThXtuvMzgZtEsJTSxoRch { top:14.0625rem;left:21.96875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkoqG9SNAKvxqZUkVAXBX7ulDTM5uwsT { width:17.4375rem;height:4.375rem;top:12.8125rem;left:20.84375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #eqawkzSM3qsBpFlTbmUN8DF9AKJQAvbq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF { position:relative;z-index:auto;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container { background-color: transparent; background-image: none; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container > .video-iframe-container { display: none; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row > .video-iframe-container { display: none; }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .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); }#WXMpdEbaQHUgE2LwU3QGWJ4IedEkxndF > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZITDqyn8y2589Sh1nZn5DSUwE2TTXrJN { width:3.6875rem;height:3.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXFhC57iPdBVagT8onMtDsEkSDLaVd5 { width:8.1875rem;height:1.5625rem;top:8.5625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfRGOT6DlQCqKmt3N4awT0pdBZtHmdGe { display:block; }
 }@media only screen and (max-width: 763px) { #m7NiIcIPruRi7h2wcbLU3LTAbTQVXZpp { width:8.1875rem;height:1.5625rem;top:11.375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1M3uBtezg8zL5POPyRV1pORQDE6ZExw { display:block; }
 }@media only screen and (max-width: 763px) { #cV6GAWnwrGR1kag1dLDsUaWfq7H3r0f7 { width:8.1875rem;height:1.5625rem;top:14.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdMDz38eqSL2zXyzJK0xfp2R2uHfdyMJ { display:block; }
 }@media only screen and (max-width: 763px) { #vn9RJF3cyhRKNsuuzNWznx6mPzmT1vv7 { width:13.4375rem;height:3.25rem;top:6rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToSm2Ga6LWFoo2SpTgOmwGMohxTGkWF6 { display:block; }
 }@media only screen and (max-width: 763px) { #BKiya3GTe5b8w2Znu2vJOWUilqZMJDTh { width:4.375rem;height:1.75rem;top:1.875rem;left:6.875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pS7yHEsMCpAIvxegQf0o9l4G3OU9PRmz { top:1.8125rem;left:4.4375rem;width:1.875rem;height:1.875rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wR6MbrJ6FDOl5GUUx47ROHGz6fxen3Ma { top:1.5rem;left:11.8125rem;width:8.1875rem;height:2.6875rem;z-index:15063;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nKEiNfAzTgSMvFiFwfMQ9EJDwZnMAu8C { display:block; }
 }@media only screen and (max-width: 763px) { #wVEgoJ8dpILkblBT2HxEH8kTvr7h5UfM { top:1.5625rem;left:11.75rem;width:8.1875rem;height:2.5rem;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;border-top:0.125rem solid #db2438;border-left:0.125rem solid #db2438;border-right:0.125rem solid #db2438;border-bottom:0.125rem solid #db2438;display:block; }
 }@media only screen and (max-width: 763px) { #noLOeHaTG3xZJ7HPnQb5m33I5geDEINR { display:block; }
 }@media only screen and (max-width: 763px) { #qV2VfE7dcyq4wwPkWXIGSoeTVDyd2qPO { top:2.3125rem;left:12.8125rem;width:6.0625rem;height:1.055775rem;z-index:15059;color:#1e1e43;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #VoOBIGauGrMxBdkXKOcwXVTpsTuXHZag { display:flex;top:2.3125rem;left:18.1875rem;width:1.0625rem;height:1.0625rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #ReDuEWPrh1i1Du1La1Oz5XUXAFhNWmCg { width:17.4375rem;height:4.375rem;top:5.5625rem;left:1.25rem;z-index:15039;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #oe2idzQ1AK8CWkJbL88k4C3skeIhfIVM { display:block; }
 }@media only screen and (max-width: 763px) { #ixU4cU2PgtWnLJxd9XBTWQksRFxGgTs5 { width:17.5rem;height:4.375rem;top:5.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BT9uDSi6HT7PbCzU1fmJiEJBkFoz7Gid { width:12.5rem;height:0;top:7.4375rem;left:6.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #em1duANpAU6oATbD9E9JlVlRI5QoCX5X { width:12.5rem;height:0;top:5.9375rem;left:6.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdTSqWfFzAyx5To6WOoVasR87nEfidGT { width:3.1875rem;height:3.1875rem;top:6.25rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IllLTTzbsLT7uToHysrIUVmsHfIp90Pr { display:flex;width:2.0625rem;height:2.0625rem;top:6.8125rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx { background-color:#f3f3ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row .container { background-color: transparent; background-image: none; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row .container > .video-iframe-container { display: none; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row > .video-iframe-container { display: none; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .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); }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row .container { border-width: 0; border-radius: 0; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4TqLkPaA8ZhBoUl3AcIxHTBwNDkLUhx > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQygqe66bewI1M4dp8QGPNg59H6QHMUT { width:15.875rem;height:2.2734375rem;top:0.70703125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#1e1e43;z-index:15031;display:block; }#mQygqe66bewI1M4dp8QGPNg59H6QHMUT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
 }@media only screen and (max-width: 763px) { #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32814250-d2a8-4457-ad21-89d69f6f2b71/herobg.png");background-position:bottom 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;display:block; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.adaptive-delivery-prevent-bg, #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.lazyload, #VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1.lazyloading { background-image: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { background-color: transparent; background-image: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.39); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container > .video-iframe-container { display: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.39); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row > .video-iframe-container { display: none; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .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); }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { border-width: 0; border-radius: 0; }#VD2gsOuOxDKXV1VhAC44w9NuwxTZRmJ1 > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRoW3RbypfMHJRREy8phfo1cLd2bHX8k { width:20rem;height:20rem;top:26.6875rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 3.75rem rgba(0,0,0,0.65) ;display:block; }
 }@media only screen and (max-width: 763px) { #WMUrdGwxEdCSDRTcIDIHs27kzZpQcmvA { width:18.0625rem;height:4.375rem;top:20rem;left:1rem;z-index:15039;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #medqMcyhrBDteGQR4mOrH9XVSIwHtRud { display:block; }
 }@media only screen and (max-width: 763px) { #RPVca0Ma4KQOkRmVzpOr3b9TtmFHuphJ { width:20rem;height:6.625rem;top:44.6875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dWruzJV7LIZOGkdRVXeQAe68z2HDpsBz { width:20rem;height:8.25rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qLGWWL8S39PToz61NfTq5KoTuFnxzpal { width:13.2498125rem;height:0;top:7.498915195465rem;left:3.3745663762093rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#dbdfe1;display:none; }#qLGWWL8S39PToz61NfTq5KoTuFnxzpal li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
 }@media only screen and (max-width: 763px) { #QLKwiOrQEmknbMBQidz06WDPh6KtZBZO { width:17rem;height:3.0234375rem;top:15.0625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;color:#d0d0d0;display:block; }#QLKwiOrQEmknbMBQidz06WDPh6KtZBZO li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QLKwiOrQEmknbMBQidz06WDPh6KtZBZO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg { width:18.625rem;height:3.2246125rem;top:11.25rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;color:#d0d0d0;display:block; }#ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABWccSD8N1tuI7UdpUS8QThWNU3rqmsg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #RQu27I3d05pR4l0JRnDfK3nSwdIzc7Gv { width:14.125rem;height:4.375rem;top:30.125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASUuWiz1MZ4gBhEGIr6itRXmE8qOSw2U { display:block; }
 }@media only screen and (max-width: 763px) { #C7hk9W5vAg5Ui6fFaWdHACbDG8y8GgQs { width:20rem;height:3.97949375rem;top:46.009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTKJyn7DG2nrQsG4bgME82gJ5pvOEy0H { width:18rem;height:4.375rem;top:20rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1lbxzdNH3o5tG4o4ECbHx5v4sfMQSnD { width:3.1875rem;height:3.1875rem;top:20.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5u5z7q7JE51ByXIhVlV81LIyFuCH517 { display:flex;width:2.0625rem;height:2.0625rem;top:21.125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #iy1gfv6mkfyLXFhhUv9BKOCUslMN1Xm7 { width:12.5rem;height:1.625rem;top:21.9375rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc4ToWDSO8e5s5mc513grhNsRmenuHi { width:12.5rem;height:1.3808625rem;top:20.5rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 { display:block; }#LwUzDHrnSvPXV4TqhST15Bo2CyLDkiF9 > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDZEPn3lgnQwQXidOwrlCl2VM33GuTgT { width:15.8125rem;height:3.57421875rem;top:1.4375rem;left:2.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JG6DB71EXHE3UhxUGHwln08Nva9ZBkV5 { width:6.3125rem;height:3.3125rem;top:13.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMy9fvyusV5THx0UvEv1pbFdD4xFSWB { width:6rem;height:2.875rem;top:9.57421875rem;left:13.869444444444rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSODbITiBwd3HwKdbyTSAQc4ksNk0ZOp { width:5.6875rem;height:3rem;top:9.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHNPJfaXLPUgTd4O0p8ZxkTxoMkwaFU6 { width:7.0625rem;height:2.1875rem;top:9.94921875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieK8T2Tkv6IAsnLzVTpVGWua6iX9alKJ { width:7.0625rem;height:2.1875rem;top:13.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZspCv4L2Heukgg5bkAFUDV9Ug9u6Gb5 { width:5.5rem;height:3.5625rem;top:5.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvUP2osqxR9uhT5Ln9JHLrugvgedxqO0 { width:6.5rem;height:3.5rem;top:5.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyxfoM7J89741HwdvqebqAmIixvzz4MT { width:6.0625rem;height:3.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { display:block; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { background-color: transparent; background-image: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container > .video-iframe-container { display: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row > .video-iframe-container { display: none; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .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); }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP { border-width: 0; border-radius: 0; }#FlymaE1aqfJINBgAUzSRgrdndE2qb4JP > .row .container { width:20rem;height:65.375rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTaCf7o9rFvu7Nw26IHLwiKa4lwx4hIX { width:20rem;height:54.875rem;top:4.9365234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(255deg, #404073, #1e1e43);background-image: -moz-linear-gradient(255deg, #404073, #1e1e43);background-image: -ms-linear-gradient(255deg, #404073, #1e1e43);background-image: -o-linear-gradient(255deg, #404073, #1e1e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#1e1e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#1e1e43' );";background-image: linear-gradient(255deg, #404073, #1e1e43);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(64,64,115,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wtdCO8165txGWATZhJrnWeZxbbk5y88N { width:20rem;height:1.94921875rem;top:6.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s6qsysH67FVUN0zAaedv59UT5as7pROb { width:20rem;height:30.625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBO9DJJDr2pQzWi4NJD4rHGJutkx3afN { width:20rem;height:2.8125rem;top:9.037109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #TWt5N95OwUOG61TxdwrGH1uJIDnhSlyJ { width:16.5625rem;height:10.2305rem;top:44.8740234375rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZJX0C0igXiFdygkMMZTEPenWTDzwdyc { width:3.0625rem;height:3.0625rem;top:55.5224609375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL9G9zKzANxKqUd3aLtKxgtRqHmXWRxT { width:11.25rem;height:1.29980625rem;top:56.4033203125rem;left:7.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phJJmGND3v3AvI3HpDC5dvLo8IV4BqwF { width:18.875rem;height:3rem;top:5.724609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { background-color:transparent;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.adaptive-delivery-prevent-bg, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyload, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyloading { background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { background-color: transparent; background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.74); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.74); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .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); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcK12278mXb4V9py0aJXJudw4PMXd64h { width:11.6875rem;height:1.462675rem;top:3.6015625rem;left:4.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1SUo7gkfgzHtJIhDGgRCT0oFq5rHU7 { width:15.75rem;height:2.5996125rem;top:5rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osFU70GcSMpMfg1g7ogLKPR4HWimSShn { width:10.8125rem;height:18rem;top:9.375rem;left:9.1875rem;font-size:0.9375rem;line-height:1.5;display:block; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji { width:8.3125rem;height:18rem;top:9.375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #TaleoAoVpKAGr16aQki0NnmTfKgU3vp8 { width:20rem;height:20.75rem;top:30.6884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu { display:block; }#JC1M6U1OAML4AtlzFIDxvJhgpuu04SBu > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4fwDn73BB3kKrI5L9Ffllo3KmvMWc2r { width:20rem;height:2.5996125rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8vNM94caaqM8yvSsWEGJMGyhZu5Qim { width:18.75rem;height:25.5rem;top:11.625rem;left:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rwmEcXLVMvcTDhuoFA4lTOCAneZo2T0S { width:17.5rem;height:9.8125rem;top:12.8125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#rwmEcXLVMvcTDhuoFA4lTOCAneZo2T0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #yGtTXxtmJrU8RSzfRVRQkiOKlrvT1LTe { width:16.4375rem;height:1.7871125rem;top:9.4375rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XaM8WNZXEeWr9RvryeSVF8gBsu0ZpZ7I { width:18.75rem;height:2.875rem;top:8.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EShdfG3hATvdR6LkMVfTVPIb17RoFtQZ { width:18.75rem;height:13.3125rem;top:23.875rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f63TbUsVRIAmt4ymJEr18Mp0DCBxpNUw { width:18.75rem;height:24.25rem;top:45.125rem;left:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vCsxFqWKny9VdZ8ot64iaa2ZsseTVWIG { width:17.5rem;height:9.8125rem;top:45.71875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#vCsxFqWKny9VdZ8ot64iaa2ZsseTVWIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #JPa1Xz1kXK6CKvxKLEyJd39nAJUswhno { width:18.75rem;height:13.375rem;top:56.0625rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m0HgUq2xVe1bD387fCgOZOnvZIlEhm8V { width:18.75rem;height:4rem;top:41.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJhh0ipah4VfI7dcZu3JAKVMpdZAinw { width:17.8125rem;height:3.57421875rem;top:41.400390625rem;left:1.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PxS5QsTaVwCCKswXn0H990y4xqbXoHe3 { width:18.75rem;height:25.25rem;top:75.5rem;left:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KQfhBntlzgNexfI4kKkTdMJ0VHE9G3Jb { width:17.5rem;height:9.8125rem;top:76.5625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#KQfhBntlzgNexfI4kKkTdMJ0VHE9G3Jb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #MUeWV4S8UZeXbDDRPlDIWhbW9qLs5p7U { width:18.75rem;height:13.375rem;top:87.4375rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mG2T1eaVhP09FvEJMkuZGW3QaFn8TllH { width:18.75rem;height:3.9375rem;top:71.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEXaSRJcLbCTmBEeaVDIbBlbhSh4cR8R { width:18.75rem;height:3.57421875rem;top:71.806640625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg { display:block; }#peALKIVfKUs6OnK1bnI8LEkDMJpw4Hpg > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xihaT6MqTSFTwhqTbT8XxJ2r8fdI91eC { width:19.4375rem;height:6.3125rem;top:14.82421875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bD4uTRiX1gv1tfJD9MOTxBCSVRct1kgX { width:19.6875rem;height:6.375rem;top:14.79296875rem;left:0.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xxt9mTcLcWTlZRca2CrSbaFOZN5OFETn { display:block; }
 }@media only screen and (max-width: 763px) { #vDzoxh7kT2SoZkD2l0Gv4IyECFUo8uFV { width:13.3125rem;height:1.375rem;top:17.19921875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1r0N50M797bsuGBOOZD9pgiL0NCpLHy { width:18.875rem;height:3.8125rem;top:22.7392578125rem;left:0.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wpszhqDt4JHB2S6G3b5Kq1WeqN86Q2PG { width:19rem;height:5.1875rem;top:22.0517578125rem;left:0.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RvAMTQe4zTIUFoPoT0CrNrBJTrU6GH6y { display:block; }
 }@media only screen and (max-width: 763px) { #fP0yUXJJ3KkTTETOW3NSnsw0t1BnFaRr { width:19.375rem;height:12.510544478528rem;top:29.447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOPqDl9hiRC1bVU3zDPKaqWvN1h5amFs { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myHRlTfeMJ2Mo2AZBd01AZePBBURhVzx { width:20rem;height:5.0625rem;top:7.69921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ { display:block; }#TmhLclKphzw4s6uvZ4KNimxx4RXfTPJQ > .row .container { width:20rem;height:111.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB2psWodCUdNbIsyFLoc8oHeNF2XkT2J { width:18.75rem;height:25.5rem;top:5.4375rem;left:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yqnAke4yGvev7Zdix13ywftIye9DTD9k { width:15.9375rem;height:9.8125rem;top:6.25rem;left:2.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#yqnAke4yGvev7Zdix13ywftIye9DTD9k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #Lf5BTQyPcFoEEDVNT9IIR1o0hWi3T5sQ { width:19.5rem;height:1.7871125rem;top:2.57421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dRUid1hJFVtXqu5VS3yKWxi1JcegvAyB { width:18.75rem;height:4.0625rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPpuDoWh2m41mpgZdM25yGysvRAG5Ii { width:18.75rem;height:13.3125rem;top:17.6875rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GFWqZwGgcv2bUJUgG4MPX4BEpiHWtO8B { width:18.75rem;height:23.5rem;top:37.25rem;left:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OE4t35f3yE0w7yELtHLyEqVOr5VwFTEZ { width:17.875rem;height:9.8125rem;top:37.8125rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#OE4t35f3yE0w7yELtHLyEqVOr5VwFTEZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #MRJT025G1itF5AwPgttDBxyrpA29reJy { width:18.75rem;height:13.3125rem;top:47.875rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tUgN2prgkEQTKDLi4w4fkdm7rhOddoR3 { width:18.75rem;height:4.1875rem;top:33.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR2fDNqUKlIma63UiKXTNkrrz2erSuZe { width:18.25rem;height:3.57421875rem;top:33.369140625rem;left:0.875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qpicuNoNOwtWarkBA5uBuz6MJ7kDJFG4 { width:18.75rem;height:25.5rem;top:68.5rem;left:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IQ13dZs6nzfVQnZlxAOwd6EweWEHFLeC { width:17.5rem;height:9.8125rem;top:69.625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#IQ13dZs6nzfVQnZlxAOwd6EweWEHFLeC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #JbDI9SvJKKgQVOtvhyq3iAuZNw8Pg01V { width:18.75rem;height:13.3125rem;top:80.75rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dSfm0yCFC9TbS3HVffK0Ds82K416XBqK { width:18.75rem;height:4.375rem;top:64.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIOVHRBEl4gLFSZCuKKhGNVKB8TlotgF { width:16.6875rem;height:3.57421875rem;top:64.587890625rem;left:1.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o1OlTTZ1XoePJ1qQen4IcHo3WK2TOfiw { width:14.125rem;height:4.0625rem;top:103.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmcXm8wnPw4ZpnaA33t9Q2l6VKMe7cJ { display:block; }
 }@media only screen and (max-width: 763px) { #AzZJseWP4wEWxcw8B7DPGPTmX4ldLUt7 { width:17.4375rem;height:4.375rem;top:97.9375rem;left:1.3125rem;z-index:15101;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pJH7FeSe3JKTbnHfd2X32naVb5UlHRIf { display:block; }
 }@media only screen and (max-width: 763px) { #BvwkUutyfw2rDNIKLRd9MTQX62SgDKcz { width:17.5rem;height:4.375rem;top:97.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSDDrEaoklokc8J4uJ00R1sUC7hTCJV { width:12.5rem;height:1.625rem;top:99.6875rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvoNeNI9OQ7E1QvOllu8hbLBUeBeVv8X { width:12.5rem;height:1.3808625rem;top:98.1875rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHVooQl1ySG6TazXTblktHfVFoieBWT { width:3.1875rem;height:3.1875rem;top:98.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVis96eBWk6nP1FKqP2OC7lloakqUIF { display:flex;width:2.0625rem;height:2.0625rem;top:99.0625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg { display:block; }#Vhr6gvzMUeFKJeLG6FMtvpOTTdqFyGNg > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFytnQA3FOuMcNQB1aKg821ZWDJRIhzQ { width:17.1875rem;height:16rem;top:35.134765625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROFZQN9rufZuA7sv9BRrEo4mpfKeq5RS { width:20rem;height:6.82325rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7XCBvKs7Na4mem3eDBIWamLaOv34mHs { width:20rem;height:9.625rem;top:11.13671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#w7XCBvKs7Na4mem3eDBIWamLaOv34mHs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #oFBqAuyoS4U5tmsi3mKQfgrqVRE4Vy9X { width:15.8125rem;height:3.375rem;top:28.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Metl7rBQSXZAS2mVWtIisdBgkv5BWLCP { display:block; }
 }@media only screen and (max-width: 763px) { #DUcDzislzPeQ2DFwZp7yR6xh8aFwgoZA { width:17.4375rem;height:4.375rem;top:22.625rem;left:1.25rem;z-index:15046;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4r5aUDRoxUwJ2fOPvkpqtxsFiBIt8dG { display:block; }
 }@media only screen and (max-width: 763px) { #UpTXUyUBpViBLu8ZBqDOp3nFyKTUabLQ { width:17.5rem;height:4.375rem;top:22.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUinRJB96LrSWSrO5WTsvXT0U4Sr9lte { width:12.5rem;height:1.625rem;top:24.5rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyPKin96HETwuLvQgt3bEMmLvZ2xGsM { width:12.5rem;height:1.3808625rem;top:23.0625rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R85OWiAthp8PxfkHxR2aRHZfrEO4BBlw { width:3.1875rem;height:3.1875rem;top:23.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqFcfOzszoUXVqGm9vSQMtUsikSTse92 { display:flex;width:2.0625rem;height:2.0625rem;top:23.875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX { display:block; }#AzkO049Ko9WBkCdz3izdBh2HB1LxrIpX > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSSVz2QKT90z8x7xBaxXl2Glt5nPb5Is { width:19.375rem;height:12.50975rem;top:27.509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyNwzXUutOnvFyzD4d0OwggsTMWGNoT5 { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiotNlzZdMARaiW1zcGLaWsRUaVaFkuW { width:20rem;height:5.0625rem;top:8.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlbiPbbaU8KEOGK9zVmi1Kb5sdEkKqhA { width:16.3125rem;height:3.1875rem;top:20.9560546875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxTWvLm0gcXbWQkUCQ9phbtd7XImMZqc { display:block; }
 }@media only screen and (max-width: 763px) { #rFxgvJhkVguW7iuSxkdmTMOn157EP1Gd { width:17.4375rem;height:4.375rem;top:15.1875rem;left:1.25rem;z-index:15052;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZoW44eHzG61Wyew8DDUS7Nio431yX0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #tQxpcGDAHo2RUX2DDK1LWDrng5y5VTZ5 { width:17.5rem;height:4.375rem;top:15.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgbqMgfZelZZM2X7g8loaRCSPadyozkz { width:12.5rem;height:1.625rem;top:17.0625rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApEltTpkDCHZkKKxhC4hXuH6Usa5A7nE { width:12.5rem;height:1.3808625rem;top:15.625rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBqnGGLb1BTMP1Bpl9Thnnr0AnA8q2x { width:3.1875rem;height:3.1875rem;top:15.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXKSvMuHpCkgRTIlq9t4y6zWgtuzwgh2 { display:flex;width:2.0625rem;height:2.0625rem;top:16.4375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #JZaN0GPn8TF0P91QrqerkmcvUVilfZRh { display:block; }#JZaN0GPn8TF0P91QrqerkmcvUVilfZRh > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M662eTlShX9IuE7WIHKVDpKwPEgVmRXs { width:20rem;height:7.3125rem;top:1.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aXqpDdOm1eXdF4rMS9Dhbv5ysGwWTkCg { width:20rem;height:12.625rem;top:10.26171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#aXqpDdOm1eXdF4rMS9Dhbv5ysGwWTkCg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #LU6sGn8IpJkhrlL0Mf1wpobvlxf3c5oW { width:15.8125rem;height:3.1875rem;top:29.9375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgGUNTp1nKiJacuo14Arq8zuIRCoURUk { display:block; }
 }@media only screen and (max-width: 763px) { #meu9hOLRP0uod7z16FLx3MqPAESWbT6N { width:17.25rem;height:16.0625rem;top:35.259765625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv6K8hULM6kcKecUx4DsQvkOz40IwyXp { width:17.4375rem;height:4.375rem;top:24.125rem;left:1.25rem;z-index:15058;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vWwGp9KIOaSLJJekV6VLC5Bs237KiTDZ { display:block; }
 }@media only screen and (max-width: 763px) { #vqT0R116BR6HU3HZitnC9sJqv9xT9dEC { width:17.5rem;height:4.375rem;top:24.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icW5pO9Ti1AKBqtED3NLOTIrukLWdcrh { width:12.5rem;height:1.625rem;top:26rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRr6u1ZttCRLJ8z3IFL5sB1qT9IwEAv9 { width:12.5rem;height:1.3808625rem;top:24.5625rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBuCnlyOzZnRN6MyndCfx4JTOFHbAfi { width:3.1875rem;height:3.1875rem;top:24.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auZlyaGTyffSue4F7WcgwnTGqmmqrd0R { display:flex;width:2.0625rem;height:2.0625rem;top:25.375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { display:block; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { background-color: transparent; background-image: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container > .video-iframe-container { display: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row > .video-iframe-container { display: none; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .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); }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp { border-width: 0; border-radius: 0; }#uBLGFMwQZZ8V4REBPsT1QF41VQ696CNp > .row .container { width:20rem;height:82.5625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHN0Pm3iB7T2Mq2wUqNVUc1kQUh6mNRD { width:20rem;height:78.1875rem;top:1.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #29295d, #1e1e43);background-image: -moz-linear-gradient(180deg, #29295d, #1e1e43);background-image: -ms-linear-gradient(180deg, #29295d, #1e1e43);background-image: -o-linear-gradient(180deg, #29295d, #1e1e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29295d', endColorstr='#1e1e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#29295d', endColorstr='#1e1e43' );";background-image: linear-gradient(180deg, #29295d, #1e1e43);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.54) ;display:block; }
 }@media only screen and (max-width: 763px) { #dUcSIaCcRgodNncTnWyVLWz0xlAy4Ooy { width:17.875rem;height:2.0996125rem;top:3.4873046875rem;left:1.0625rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LX1Qh4rm6XCTd2Sgvu7Mrz20OmmckFr4 { width:17.5rem;height:2.625rem;top:6.625rem;left:1.25rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aGpvh0hOMfcCpa1sJEk3T37T8afnLTf2 { width:19.5rem;height:62.5rem;top:11.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl3J2EKzd0G3ZFRDtRMur931P0CyImnr { width:20rem;height:68.1875rem;top:9.875rem;left:0rem;background-color:#e3e3e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vru2GnHCwE7XvcmGFyvn8wPuaTfxwy7S { width:17.3125rem;height:2.8125rem;top:3.130859375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqTqS6VzisqRkV9z5vFkwv6lf292stR { display:block; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { width:20rem;height:100.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAO7y2tsAtJmbvZB3GqqwMBsDuoFFxru { width:20rem;height:10.3984375rem;top:4.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEgiCS5dnbvrsrAMWd6PQVqC9cpIhZlP { width:20rem;height:22.9375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBprEa5UsvdJGBddbeA5rw7P04qSoGv { display:flex;width:2.4375rem;height:2.4375rem;top:32.25rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #avDa9wM5nX1dCSQy5SIvBbZC8KyKy7Cy { width:18.125rem;height:7.96875rem;top:21.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OFz7UFe9WzXCQQpBWGtg3blT6AKJCgJM { width:9rem;height:1.462675rem;top:15.0625rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZJwZUPefb18eIGnhqPtuPi5MtS5iJ5p { width:9.125rem;height:1.3125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJU5zkF8Cd17KWFxCTpTh5xcOhDK5oZB { width:3.375rem;height:3.375rem;top:14.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7zpJKT2lzoQlLuIDnxfyCnMAPlWeN36 { width:20rem;height:25.5rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVacq4XFqvMyy5RrqyZBMcmVax86vLld { display:flex;width:2.4375rem;height:2.4375rem;top:61.75rem;left:16.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #dp0bs1Ts47cT34IIRvTJ0GwoVTlaTDKm { width:18.125rem;height:9.5625rem;top:50.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Vdszr0epkEus92ZQCVnBnwIP6EmNZmGh { width:9.125rem;height:1.3125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne7UF7dTL5aCWEcfcdV2TmH0Z2zREAsE { width:3.375rem;height:3.375rem;top:43.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMocPDQGCWp4G1mLkrtQzT9aTftXPXT { width:8.0625rem;height:1.462675rem;top:44.25rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoA81RAgZWF8k5G880Jl7hUtuzS2ZMnp { width:20rem;height:24.375rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASHTmyc9VQbBJMXhtbpTUPv0dCucpTHS { display:flex;width:2.4375rem;height:2.4375rem;top:90.625rem;left:16.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #Bnsf1Glo76QXWZdI0hiN0n4SO6pBVMxW { width:18.5rem;height:9.5625rem;top:81.6875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NkSgmkbkJy7vlQciThLQdmDgfitSfSvt { width:9.125rem;height:1.3125rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLoGWUJxksuGybSOUUTlItVeq5Qbife5 { width:3.375rem;height:3.375rem;top:73.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALSek9y1XgXU2Bq0JuBAztbrsTCpt4hB { width:9.8125rem;height:1.462675rem;top:74.5625rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg { background-color:transparent;background-image:url("https://images.assets-landingi.com/i6x8B4I9/bg_4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.adaptive-delivery-prevent-bg, #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.lazyload, #bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg.lazyloading { background-image: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { background-color: transparent; background-image: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.79); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container > .video-iframe-container { display: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.79); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row > .video-iframe-container { display: none; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .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); }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { border-width: 0; border-radius: 0; }#bBrkbZtev92iMPE5hyPVVUA1KzQI6OSg > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8IrC64xXFTr5tb8cmNUyrxP5b5JFtGZ { width:18.8125rem;height:4.62890625rem;top:9.349609375rem;left:0.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #w9EfNJm7dqTNKTSHLNTITIKmyVl1q7Rm { width:20rem;height:7.0869375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g75UlO2Uvy1kOLTE5p12HMnfwwmSNE5p { width:14.125rem;height:3.375rem;top:21.541015625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZMDAHXKlUkkp9E5CAp6hDpadmPadhZ { display:block; }
 }@media only screen and (max-width: 763px) { #MdcRFWPT6B7FVXd41Vtx8q1xNtBbBa16 { width:17.4375rem;height:4.375rem;top:15.375rem;left:1.25rem;z-index:15064;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ynAx63ZesZpI75IwVvGanXyRf5w3UqKo { display:block; }
 }@media only screen and (max-width: 763px) { #TOwi1Neu7BlJTXiyA2ChcP9JHIzIG8Te { width:17.5rem;height:4.375rem;top:15.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP0rS3nbmQ8XP4FUWeNyklMtPzOIOIgN { width:12.5rem;height:1.625rem;top:17.193359375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXXso93h7LlqK1wTsRexyzWhuE3mdDdf { width:12.5rem;height:1.3808625rem;top:15.8125rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKSc0Ny5dqzl6HTKqkKoT4F4tWpciBGX { width:3.1875rem;height:3.1875rem;top:16.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2hd3aSHyIiFX26BowBJ4TMqiI04SzBp { display:flex;width:2.0625rem;height:2.0625rem;top:16.625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC { display:block; }#bKavZ6dv79JBKJXdIOHq3uXJdG6r4GMC > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XR1A8fzEEkPrRebipgfp17Ei0ulNK74y { width:20rem;height:2.2744125rem;top:5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oChACiUCbev0CItoJm0ytCs1KRxT4u { width:20rem;height:16.9921875rem;top:8.25rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nMQcF3GKS2wa8UwNCslNMUNxzDIckhxK { width:15.75rem;height:8.5859375rem;top:28.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }#nMQcF3GKS2wa8UwNCslNMUNxzDIckhxK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #oSFOEeHV93piMCLclxFCaREEQsxPQLVd { width:19rem;height:16.3125rem;top:42.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9pEU2ThmAEp9Kztn2rNykSrc702BTT { width:5.875rem;height:5.875rem;top:57.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1KD492WrWwnGabtFgrBaOfsJPWfxKlb { width:4.9375rem;height:4.9375rem;top:58.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hsbmL3HT96P3udyMsGGEcTkCUGGWWN { width:3.9375rem;height:3.9375rem;top:58.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RquMtVPqkDK5NFEhGHZbIL69qQyinIrr { width:3.125rem;height:2.875rem;top:59.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU8FvDnAlE9FmaxJQFgrFw7ObCKTMNNX { width:5.875rem;height:5.875rem;top:57.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGVISDCbly4hrDwpWi535VWdNqDpo8B5 { width:7.9375rem;height:2.9375rem;top:38.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2dJqTplSd2T8KDRvxattF4VWNx70gGu { width:3.8125rem;height:3.8125rem;top:37.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSdBJ1PphP7O06LAQXiI7HailgFkufKx { width:14.125rem;height:3.375rem;top:70.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV9ILTGadT6a1DogNiO08xWuRTSRky3H { display:block; }
 }@media only screen and (max-width: 763px) { #VnAvmmmzlNNcfwCp4r3hii4dMTf5NRzm { width:17.4375rem;height:4.375rem;top:64.875rem;left:1.25rem;z-index:15070;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rTPiFkV0ynceCKrvbsvd1zIaJbqeE5ZA { display:block; }
 }@media only screen and (max-width: 763px) { #leWHdehAfbqNmn5LaT8hkeHfQiEHW4m4 { width:17.5rem;height:4.375rem;top:64.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98nJTwqTmx3HOmSStZ1bRTGvDZ8QBOw { width:12.5rem;height:1.625rem;top:66.75rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeoZG4SB0flut3drIqlPVhTvzhaqgyiT { width:12.5rem;height:1.3808625rem;top:65.3125rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keqAUK8V8d7XGLk4ZehsPrC44fk8vt8X { width:3.1875rem;height:3.1875rem;top:65.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlT5OiOA4qkpda9bDcXnUTbnny5Dd8k { display:flex;width:2.0625rem;height:2.0625rem;top:66.125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.adaptive-delivery-prevent-bg, #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.lazyload, #TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN.lazyloading { background-image: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { background-color: transparent; background-image: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container > .video-iframe-container { display: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row > .video-iframe-container { display: none; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .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); }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { border-width: 0; border-radius: 0; }#TiUA4rMcZgtdO74Uy4PWdrGWTL2MhrIN > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmvKKTI8ofMAh7I0CaFNcpKJnaqL7iOS { width:20rem;height:45.125rem;top:4.1875rem;left:0rem;background-color:#1e1e43;background-image:none;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(157,157,157,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #GA5RsCSe3Rus4goptph98TngFGHthavC { width:4.5625rem;height:4.1875rem;top:47rem;left:7.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yw288gS0nL76P5iUKeF8cfJDQLopHtkT { width:8.375rem;height:8.375rem;top:44.875rem;left:5.8125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #chfXlgakbDaxxasRIRKHgzzDJbLVkWc7 { width:20rem;height:1.94921875rem;top:5.974609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPVTcsWcduah7ZNNNmLddOIG7J1r8a79 { width:20rem;height:30.625rem;top:13.0927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9751Gi90C7PwsXGizHZ50TzIZQNfHNC { width:20rem;height:2.8125rem;top:9.162109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #REPxlWWmVA9uygtw2rURNzg13z633X9a { width:7.25rem;height:7.25rem;top:45.4375rem;left:6.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e6ihh2QaItUyxPlAH6qJ7a5ODFNGpEDz { width:5.5rem;height:5.5rem;top:46.3125rem;left:7.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #404073, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #404073, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GKPy3MmetS4UZFtksg2ssRT06EsxeoRU { width:19.1875rem;height:3.125rem;top:5.38671875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.adaptive-delivery-prevent-bg, #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.lazyload, #U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm.lazyloading { background-image: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { background-color: transparent; background-image: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container > .video-iframe-container { display: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row > .video-iframe-container { display: none; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .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); }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { border-width: 0; border-radius: 0; }#U2SGta4HOUtpo3ctcVp0GmDmSPiVXZCm > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQJ5d3QqWlqwaSL7ZgSWQKHBKxJh0Wy2 { width:20rem;height:4.38574375rem;top:8.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #ddA6zJG8PMAZWa5e8yE5dvDDz1DOX2t2 { width:20rem;height:4.3496125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #murP7L7SXvG0rrOadkyDu63V4UTT1Ias { width:14.125rem;height:3.75rem;top:20.1982421875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg04O4dq68G9T0mJH9u9DuhEJ1P6i5ax { display:block; }
 }@media only screen and (max-width: 763px) { #H9TxEOHdbOMtuI0gOJVpWdGCZgvaHQPP { width:17.5rem;height:4.375rem;top:14.28125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osq5IRCf5zZ8LnE0LFgBTXVbIQehlFHE { width:12.5rem;height:1.625rem;top:16rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETKsNXea6cJ2skqvtlbotmNHyXyaEd2 { width:12.5rem;height:1.3808625rem;top:14.625rem;left:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqycBgxOCkG8zc7K10HUMIoxxwQlfIf { width:3.1875rem;height:3.1875rem;top:14.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNyUsoGb1y689cGfBopRfIHukUuoPyAh { display:flex;width:2.0625rem;height:2.0625rem;top:15.4375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #nzTeEaVi8c2vClo76DsvVXfZRmtadSzH { width:17.4375rem;height:4.4375rem;top:14.25rem;left:1.28125rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #yn1MZn8J0RXzkUWbR4n6hbmTgSM0eI3P { display:block; }
 }@media only screen and (max-width: 763px) { #cDrvI2agpqO26D7pbdHkIRTaE9tJR04g { display:block; } #G943097a15dfa09d264edec86d584697.widget-smartsection *:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="text"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="email"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="tel"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection textarea:focus-visible { outline: none; } #cDrvI2agpqO26D7pbdHkIRTaE9tJR04g > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEsHhQGafVyeIOMFQsohRLKWdENMnJuV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row .container { background-color: transparent; background-image: none; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row .container > .video-iframe-container { display: none; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row > .video-iframe-container { display: none; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .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); }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row .container { border-width: 0; border-radius: 0; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEsHhQGafVyeIOMFQsohRLKWdENMnJuV > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krKh8XxqkT9VMA1Aivoo8PZTqlsfCBVv { top:0.9375rem;left:5.375rem;width:13.5625rem;height:1.13671875rem;z-index:15082;font-family:"work sans";color:#ffffff;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6Ha6RIKA9sO0iyI308WySEbc0WNQBJc { width:18.75rem;height:4rem;top:0.5625rem;left:0.625rem;z-index:15077;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-primary-4),0.68) ;display:block; }
 }@media only screen and (max-width: 763px) { #RuRnXMvgPlLLPzel2RD9HMBriDgwvS4H { width:12.5rem;height:;top:2.125rem;left:5.875rem;font-size:1.4375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #J8Z1B89lXztReKKUvLA8n2JbpzS8aFM1 { width:2.875rem;height:2.875rem;top:1.1875rem;left:1.25rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #LCRQAnKtTrzThXtuvMzgZtEsJTSxoRch { display:flex;width:2.0625rem;height:2.0625rem;top:1.625rem;left:1.625rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #hkoqG9SNAKvxqZUkVAXBX7ulDTM5uwsT { width:20rem;height:4.25rem;top:0.46875rem;left:0rem;z-index:15081;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eqawkzSM3qsBpFlTbmUN8DF9AKJQAvbq { display:block; }
 }