.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:254,232,232;--color-primary-1:250,177,179;--color-primary-2:245,99,103;--color-primary-3:123,50,52;--color-primary-4:37,15,15;--color-secondary-0:232,224,233;--color-secondary-1:178,151,182;--color-secondary-2:100,47,108;--color-secondary-3:50,24,54;--color-secondary-4:15,7,16;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:#f3f3f3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { background-color:rgba(var(--color-secondary-2),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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:57.5rem;display:block; }
#tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX { 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; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row .container { background-color: transparent; background-image: none; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row .container > .video-iframe-container { display: none; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row > .video-iframe-container { display: none; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .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); }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row .container { border-width: 0; border-radius: 0; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eaa531f0-7d45-43e7-8208-f2a5b0b7b8ce/Group202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { border-width: 0; border-radius: 0; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;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:11.8125rem;left:31.625rem;height:8.7744375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { color:#642f6c;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:39.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#TfcTw3Gglp81Lnh2MkTn66mkTfO26g7a { color:#642f6c;display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.25rem;left:35.5625rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU { 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; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row .container { background-color: transparent; background-image: none; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row .container > .video-iframe-container { display: none; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row > .video-iframe-container { display: none; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .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); }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row .container { border-width: 0; border-radius: 0; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#vPMlp4EC8l0u8aX5bbuhBKNsNpV3nVSi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#bexkvfsudOFVpG5bNqMQNBIlizgOyX1C { color:rgba(var(--color-tertiary-4),1);display:block;width:74.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;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; }
#rKh4c4VvhiNQWqVSq3x1daBDzxndshuK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.1875rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#XpkdsVWtwQJllVAy9fykO1it9US3CIsO { position:absolute;display:block;z-index:15038;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:2rem;width:2rem;top:18.125rem;left:0rem;overflow:hidden;display:block; }
#eqF8tOmZG0x9614J9i4hCseIU8V511UN { position:absolute;display:block;z-index:15010;height:10.0625rem;width:70.875rem;top:14.0625rem;left:2.0625rem;display:block; }
#eMRvSgx1Elhti9wFCDe5Uq9KPdvxP0ND { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15033;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:26rem;left:35.125rem;display:block; }
#lChSzolhmgeEzhx4Ht5JHL4mNLyHvqqR { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15034;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:26rem;left:36.375rem;display:block; }
#Ft3KhKgqvNQvBVxAvvsH5kKbHi3k9waX { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15035;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:26rem;left:37.625rem;display:block; }
#ueQ56KdT929TDoVef13pSL6hK9UT3IFM { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15036;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:26rem;left:38.875rem;display:block; }
#HZuJHAnzpdZTfQ3ngKReP0KIim5LFUBZ { position:absolute;display:block;z-index:15037;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:2rem;width:2rem;top:18.125rem;left:73rem;overflow:hidden;display:block; }
#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(33,39,33,0.4);background-image:url("https://images.assets-landingi.com/uc/9d86a6dc-c31e-47e6-982e-b9993033fa28/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.adaptive-delivery-prevent-bg, #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.lazyload, #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.lazyloading { background-image: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container { background-color: transparent; background-image: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container > .video-iframe-container { display: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row > .video-iframe-container { display: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .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); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container { border-width: 0; border-radius: 0; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#zolWOW45GbD4Guar7axGoWnHA36rPX5u { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;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; }
#RHvMfS9sl9GZkuwHAz7c0dDDaDOTIrcB { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:4.54980625rem;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; }
#tx6vIbmNsKnTCfgQmPTVVG2aR2iarpuv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BTflAyMPheONKQXaDZ7V76CivhS6xygQ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:19.5625rem;height:4.54980625rem;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; }
#Kmn5FwJT5VHMh8T0MeGHhg71t4TmRzZH { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LRbKBcJ41h4m73WFHDZ6Tdy5Sq125m34 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.3125rem;left:38.625rem;height:4.54980625rem;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; }
#nTo5T3N1Z14sXuf8Ff6725rkA4JTBL67 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:38.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mhuJLK0qOdnTiQF8ozHE3l7SUDk42AfO { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:58.125rem;height:4.54980625rem;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; }
#pDpTeHZiaEKUQnQDSqTlZswJxElpqyCA { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.875rem;left:58.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#w8hreX0WCdisW5K8McFs414vxVDkUpgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row .container { background-color: transparent; background-image: none; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row .container > .video-iframe-container { display: none; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row > .video-iframe-container { display: none; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .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); }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row .container { border-width: 0; border-radius: 0; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#rrO8O9i7op6Fs3vwqwBT9zC3rlaGCZI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:35rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0ziK9GHEhGRUzcACePaVvQ63TH81TVd { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.5625rem;left:35rem;height:9rem;display:block; }
#bXsCU5CSRPK3WwLBA65LMoLH12PNBnv8 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.25rem;width:30.5rem;top:2.71875rem;left:0rem;display:block; }
#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { background-color: transparent; background-image: none; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container > .video-iframe-container { display: none; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row > .video-iframe-container { display: none; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .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); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { border-width: 0; border-radius: 0; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { box-sizing:content-box;height:14.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.625rem;left:-0.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#RlehPsJmLUdZWinueal7gOvihKpMTfIc { color:rgba(var(--color-secondary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:0.5625rem;height:7.7988125rem;display:block; }
#lIvtdi2MyKFLGQVmyuLdurux9if36ThT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:2.0625rem;left:0.5625rem;overflow:hidden;display:block; }
#R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:5.375rem;height:0.9746125rem;display:block; }
#gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:16.3125rem;left:20rem;overflow:hidden;display:block; }
#ryIdlpNx3IEkUJa7bB933Cf3lnT41zTK { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:4.5625rem;left:0.5625rem;overflow:hidden;display:block; }
#AIWmqdDaBpM7aJHvCxKalfAugFTNQPUg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:2rem;left:26.25rem;overflow:hidden;display:block; }
#PFswpcZKecWzWEntft9nJvEqwaF0MiDq { box-sizing:content-box;height:14.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:24.875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.3125rem;left:30.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.875rem;left:30.9375rem;height:0.9746125rem;display:block; }
#uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { color:rgba(var(--color-secondary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9rem;left:26.1875rem;height:6.499rem;display:block; }
#SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:16.3125rem;left:45.3125rem;overflow:hidden;display:block; }
#Q2Iw4eXy8UPJKWThKFM1JEPGJEorsXRC { position:absolute;display:block;z-index:15016;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.375rem;width:3.375rem;top:4.5rem;left:26rem;overflow:hidden;display:block; }
#ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:1.875rem;left:51.5rem;overflow:hidden;display:block; }
#BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { box-sizing:content-box;height:14.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:50.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.1875rem;left:56.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.75rem;left:56.4375rem;height:0.9746125rem;display:block; }
#JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { color:rgba(var(--color-secondary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.875rem;left:51.6875rem;height:7.7988125rem;display:block; }
#LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:16.1875rem;left:70.875rem;overflow:hidden;display:block; }
#FRzayFIWM8u27BFdntVG97rtLwQTZRwr { 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:3.375rem;width:3.375rem;top:4.375rem;left:51.5rem;overflow:hidden;display:block; }
#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.4);background-image:url("https://images.assets-landingi.com/uc/9d86a6dc-c31e-47e6-982e-b9993033fa28/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa.adaptive-delivery-prevent-bg, #T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa.lazyload, #T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa.lazyloading { background-image: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container { background-color: transparent; background-image: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container > .video-iframe-container { display: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row > .video-iframe-container { display: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .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); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container { border-width: 0; border-radius: 0; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#hT4NGE1D68zMCwHmCxOi3wmLLwmHgL3s { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.66796875rem;left:11.25rem;height:2.5996125rem;display:block; }
#r9DQsT5Z3c215qOJ9mwpseSzPoHqCFvz { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.625rem;left:47.5625rem;display:block; }
#RDm9A03qsgM1OmO47qI8T6gSSers8Jw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 { 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; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { background-color: transparent; background-image: none; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container > .video-iframe-container { display: none; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row > .video-iframe-container { display: none; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .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); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { border-width: 0; border-radius: 0; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#TcqTmnplCGK81tbl5AgRR02mKZ4arLqx { background-color:#642f6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 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:17.5625rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.611328125rem;left:0rem;display:block; }
#p952Tcl63ZaTgwmW8wOok4pa75sSHvau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgWlSrT0eHQToeboWM1iv581RqyXrHLb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:45.5625rem;height:3.8984375rem;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; }
#IeT1Z0lE6qMDGLrmetlkd2BqLZMwoTOB { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:4.5625rem;left:43.5625rem;overflow:hidden;display:block; }
#NTvWthlhmyNgzXb1f7HRK5LrSKeePfX2 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:8.625rem;left:43.5625rem;overflow:hidden;display:block; }
#argWANNWBbsftFZIuQw1em04Dw8f1DVS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:45.5625rem;height:3.8984375rem;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; }
#DJZ9Ib9XCcfKVTQKSt8ii2QyRv9FTC2Q { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.8125rem;left:45.5625rem;height:3.8984375rem;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; }
#dahTND5hnQtO0dV8iTPN5MblQyitKb2B { position:absolute;display:block;z-index:15011;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:1.5rem;width:1.5rem;top:13rem;left:43.5625rem;overflow:hidden;display:block; }
#sFzTzHKQf0b9KphUlVaDgXPGJhWW5HpF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:45.5625rem;height:7.796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvRphV0p2l3ZImDTdNa6vl8bd9B6zec3 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:0rem;height:6.5rem;display:block; }
#vc3zRyb3ywBz0V8QKzRWx4AZmmOiiyeo { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.5380859375rem;left:0rem;height:;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; }
#GKIJVuyzAKTy4eNETxC1aAIoV9p6lsQf { position:absolute;display:block;z-index:15016;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:1.5rem;width:1.5rem;top:17.25rem;left:43.5625rem;overflow:hidden;display:block; }
#n3AsbPanlgTOMHRDsCWxsLU1b8dSTHcV { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #642f6c;border-left:0.0625rem solid #642f6c;border-right:0.0625rem solid #642f6c;border-bottom:0.0625rem solid #642f6c;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#642f6c;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:17.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.611328125rem;left:18.8125rem;display:block; }
#i33tpxWg0JtlFUQxUBWFTBdv0Hugqet6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuriuQqg75esP0GR7O9rM5rSDgUDBBKz { box-sizing:content-box;height:22.625rem;width:26.75rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:42.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row .container { background-color: transparent; background-image: none; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row .container > .video-iframe-container { display: none; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row > .video-iframe-container { display: none; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .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); }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row .container { border-width: 0; border-radius: 0; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#U75pZTOFgprv7kKIWgWNlke9QQifzTU9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#U7S9KuvDN4fUykDUerP8qtZygQTBJQC6 { color:#212721;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:57.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#T99ecsqeEPcOIiNTkMJzcqzNa7tr5p0V { color:#212721;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2373046875rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:17.5rem;height:2.75rem;top:1.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 1199px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:19.3125rem;height:5.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX { display:block; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eaa531f0-7d45-43e7-8208-f2a5b0b7b8ce/Group202.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:39.8125rem;height:8.7744375rem;top:12.6875rem;left:7.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:35.5625rem;height:1.94921875rem;top:9.8125rem;left:12.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfcTw3Gglp81Lnh2MkTn66mkTfO26g7a { width:35.5625rem;height:3.8984375rem;top:22.125rem;left:12.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU { display:block; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vPMlp4EC8l0u8aX5bbuhBKNsNpV3nVSi { width:11.75rem;height:1.125rem;top:19.625rem;left:23.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bexkvfsudOFVpG5bNqMQNBIlizgOyX1C { width:47.75rem;height:5.8496125rem;top:1.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKh4c4VvhiNQWqVSq3x1daBDzxndshuK { width:46.25rem;height:7.5rem;top:9.5976581573488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XpkdsVWtwQJllVAy9fykO1it9US3CIsO { width:2rem;height:2rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqF8tOmZG0x9614J9i4hCseIU8V511UN { width:43.5rem;height:10rem;top:19rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eMRvSgx1Elhti9wFCDe5Uq9KPdvxP0ND { width:0.625rem;height:0.625rem;top:30.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lChSzolhmgeEzhx4Ht5JHL4mNLyHvqqR { width:0.625rem;height:0.625rem;top:30.875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ft3KhKgqvNQvBVxAvvsH5kKbHi3k9waX { width:0.625rem;height:0.625rem;top:30.875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueQ56KdT929TDoVef13pSL6hK9UT3IFM { width:0.625rem;height:0.625rem;top:30.875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZuJHAnzpdZTfQ3ngKReP0KIim5LFUBZ { width:2rem;height:2rem;top:23rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d86a6dc-c31e-47e6-982e-b9993033fa28/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.adaptive-delivery-prevent-bg, #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.lazyload, #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.lazyloading { background-image: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container { background-color: transparent; background-image: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container > .video-iframe-container { display: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row > .video-iframe-container { display: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .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); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zolWOW45GbD4Guar7axGoWnHA36rPX5u { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RHvMfS9sl9GZkuwHAz7c0dDDaDOTIrcB { width:21.25rem;height:4.54980625rem;top:7.25rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tx6vIbmNsKnTCfgQmPTVVG2aR2iarpuv { width:21.25rem;height:2.5996125rem;top:11.7998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTflAyMPheONKQXaDZ7V76CivhS6xygQ { width:21.25rem;height:4.54980625rem;top:7.25rem;left:26.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kmn5FwJT5VHMh8T0MeGHhg71t4TmRzZH { width:21.25rem;height:1.29980625rem;top:11.8125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRbKBcJ41h4m73WFHDZ6Tdy5Sq125m34 { width:21.25rem;height:4.54980625rem;top:15.9375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTo5T3N1Z14sXuf8Ff6725rkA4JTBL67 { width:21.25rem;height:2.5996125rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhuJLK0qOdnTiQF8ozHE3l7SUDk42AfO { width:21.25rem;height:4.54980625rem;top:15.9375rem;left:26.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDpTeHZiaEKUQnQDSqTlZswJxElpqyCA { width:21.25rem;height:2.5996125rem;top:20.5rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w8hreX0WCdisW5K8McFs414vxVDkUpgn { display:block; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row .container { width:47.75rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rrO8O9i7op6Fs3vwqwBT9zC3rlaGCZI7 { width:24.9375rem;height:5.8496125rem;top:1.8750038146973rem;left:22.811198547483rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0ziK9GHEhGRUzcACePaVvQ63TH81TVd { width:24.9375rem;height:9.84375rem;top:9.1562538146975rem;left:22.811198547483rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXsCU5CSRPK3WwLBA65LMoLH12PNBnv8 { width:21.1875rem;height:12.5rem;top:5.1757850646972rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM { display:block; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { width:47.75rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { width:15rem;height:22.25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:13.625rem;height:11.69825rem;top:10.3125rem;left:33.625rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:1.8125rem;height:1.25rem;top:1.75rem;left:0.6875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { width:10rem;height:2.5996125rem;top:3.8125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { width:10rem;height:0.9746125rem;top:6.3125rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { width:1.8125rem;height:1.25rem;top:23.3125rem;left:12.4375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ryIdlpNx3IEkUJa7bB933Cf3lnT41zTK { width:3.4375rem;height:3.4375rem;top:3.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIWmqdDaBpM7aJHvCxKalfAugFTNQPUg { width:1.8125rem;height:1.25rem;top:1.75rem;left:17.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #PFswpcZKecWzWEntft9nJvEqwaF0MiDq { width:15rem;height:22.25rem;top:2.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { width:10rem;height:2.5996125rem;top:3.8125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { width:10rem;height:0.9746125rem;top:6.2353515625rem;left:20.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { width:13.625rem;height:10.3984375rem;top:10.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { width:1.8125rem;height:1.25rem;top:23.5rem;left:28.75rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2Iw4eXy8UPJKWThKFM1JEPGJEorsXRC { width:3.375rem;height:3.375rem;top:3.8125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { width:1.8125rem;height:1.25rem;top:1.75rem;left:33.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { width:15rem;height:22.25rem;top:2.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { width:8.75rem;height:2.5996125rem;top:3.8125rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { width:10rem;height:0.9746125rem;top:6.35546875rem;left:37.3330078125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { width:13.625rem;height:12.9980625rem;top:10.3125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { width:1.8125rem;height:1.25rem;top:23.5rem;left:45.5830078125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #FRzayFIWM8u27BFdntVG97rtLwQTZRwr { width:3.375rem;height:3.375rem;top:3.875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa { display:block; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hT4NGE1D68zMCwHmCxOi3wmLLwmHgL3s { width:32.5625rem;height:2.5996125rem;top:2.66796875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9DQsT5Z3c215qOJ9mwpseSzPoHqCFvz { width:13.75rem;height:2.75rem;top:2.59375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDm9A03qsgM1OmO47qI8T6gSSers8Jw5 { display:block; }
 }@media only screen and (max-width: 1199px) { #BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 { display:block; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { width:47.75rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TcqTmnplCGK81tbl5AgRR02mKZ4arLqx { width:17.1875rem;height:2.75rem;top:22.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p952Tcl63ZaTgwmW8wOok4pa75sSHvau { display:block; }
 }@media only screen and (max-width: 1199px) { #RgWlSrT0eHQToeboWM1iv581RqyXrHLb { width:45.125rem;height:1.94921875rem;top:28.125rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeT1Z0lE6qMDGLrmetlkd2BqLZMwoTOB { width:1.5rem;height:1.5rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTvWthlhmyNgzXb1f7HRK5LrSKeePfX2 { width:1.5rem;height:1.5rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #argWANNWBbsftFZIuQw1em04Dw8f1DVS { width:33rem;height:1.94921875rem;top:30.9375rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJZ9Ib9XCcfKVTQKSt8ii2QyRv9FTC2Q { width:45.125rem;height:1.94921875rem;top:33.625rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dahTND5hnQtO0dV8iTPN5MblQyitKb2B { width:1.5rem;height:1.5rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFzTzHKQf0b9KphUlVaDgXPGJhWW5HpF { width:45.125rem;height:3.8984375rem;top:36.8125rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvRphV0p2l3ZImDTdNa6vl8bd9B6zec3 { width:47.375rem;height:5.8496125rem;top:0.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vc3zRyb3ywBz0V8QKzRWx4AZmmOiiyeo { width:47.375rem;height:11.69825rem;top:8.474609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GKIJVuyzAKTy4eNETxC1aAIoV9p6lsQf { width:1.5rem;height:1.5rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3AsbPanlgTOMHRDsCWxsLU1b8dSTHcV { width:17.5625rem;height:2.75rem;top:22.0625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i33tpxWg0JtlFUQxUBWFTBdv0Hugqet6 { display:block; }
 }@media only screen and (max-width: 1199px) { #CuriuQqg75esP0GR7O9rM5rSDgUDBBKz { width:47.75rem;height:16.0625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT { display:block; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U75pZTOFgprv7kKIWgWNlke9QQifzTU9 { width:19.125rem;height:5.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7S9KuvDN4fUykDUerP8qtZygQTBJQC6 { width:17.3125rem;height:1.29980625rem;top:2.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T99ecsqeEPcOIiNTkMJzcqzNa7tr5p0V { width:31.25rem;height:1.29980625rem;top:4.1875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:11.875rem;height:2.1875rem;top:1.75rem;left:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 763px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:6.5rem;height:1.875rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX { display:block; }#QIVdXBDF9Ofv9qwsXEZJuIfVvgfIuIHX > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eaa531f0-7d45-43e7-8208-f2a5b0b7b8ce/Group202.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:20rem;height:14.624rem;top:5.3125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:20rem;height:1.94921875rem;top:2.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #TfcTw3Gglp81Lnh2MkTn66mkTfO26g7a { width:20rem;height:7.796875rem;top:20.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU { display:block; }#o1WtiM8Lewk5mppZDc1TgBQxWmDvXlDU > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPMlp4EC8l0u8aX5bbuhBKNsNpV3nVSi { width:1.5rem;height:0.8125rem;top:36.4375rem;left:4.5rem;font-size:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #bexkvfsudOFVpG5bNqMQNBIlizgOyX1C { width:20rem;height:10.3984375rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKh4c4VvhiNQWqVSq3x1daBDzxndshuK { width:20rem;height:18rem;top:14.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XpkdsVWtwQJllVAy9fykO1it9US3CIsO { width:2rem;height:2rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqF8tOmZG0x9614J9i4hCseIU8V511UN { width:20rem;height:9.25rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMRvSgx1Elhti9wFCDe5Uq9KPdvxP0ND { width:0.625rem;height:0.625rem;top:46rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lChSzolhmgeEzhx4Ht5JHL4mNLyHvqqR { width:0.625rem;height:0.625rem;top:46rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft3KhKgqvNQvBVxAvvsH5kKbHi3k9waX { width:0.625rem;height:0.625rem;top:46rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueQ56KdT929TDoVef13pSL6hK9UT3IFM { width:0.625rem;height:0.625rem;top:46rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZuJHAnzpdZTfQ3ngKReP0KIim5LFUBZ { width:2rem;height:2rem;top:38.4375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d86a6dc-c31e-47e6-982e-b9993033fa28/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.adaptive-delivery-prevent-bg, #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.lazyload, #ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1.lazyloading { background-image: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container { background-color: transparent; background-image: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container > .video-iframe-container { display: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row > .video-iframe-container { display: none; }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .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); }#ypI8HvBkF4kEBvJnkEU8g2O8inoJPkb1 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zolWOW45GbD4Guar7axGoWnHA36rPX5u { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHvMfS9sl9GZkuwHAz7c0dDDaDOTIrcB { width:20rem;height:2.5996125rem;top:9.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tx6vIbmNsKnTCfgQmPTVVG2aR2iarpuv { width:20rem;height:2.5996125rem;top:12.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTflAyMPheONKQXaDZ7V76CivhS6xygQ { width:20rem;height:2.5996125rem;top:16.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kmn5FwJT5VHMh8T0MeGHhg71t4TmRzZH { width:20rem;height:1.29980625rem;top:19.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRbKBcJ41h4m73WFHDZ6Tdy5Sq125m34 { width:20rem;height:2.5996125rem;top:22.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTo5T3N1Z14sXuf8Ff6725rkA4JTBL67 { width:20rem;height:2.5996125rem;top:25.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhuJLK0qOdnTiQF8ozHE3l7SUDk42AfO { width:20rem;height:2.5996125rem;top:30rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDpTeHZiaEKUQnQDSqTlZswJxElpqyCA { width:20rem;height:2.5996125rem;top:32.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8hreX0WCdisW5K8McFs414vxVDkUpgn { display:block; }#w8hreX0WCdisW5K8McFs414vxVDkUpgn > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrO8O9i7op6Fs3vwqwBT9zC3rlaGCZI7 { width:20rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0ziK9GHEhGRUzcACePaVvQ63TH81TVd { width:20rem;height:13.5rem;top:7.759765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXsCU5CSRPK3WwLBA65LMoLH12PNBnv8 { height:11.7981875rem;width:20rem;top:22.822917938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM { display:block; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { width:20rem;height:16.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:16.875rem;height:10.3984375rem;top:46.1875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:1.8125rem;height:1.25rem;top:1.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { width:13.125rem;height:1.29980625rem;top:3.8125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { width:13.125rem;height:0.9746125rem;top:5.125rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { width:1.8125rem;height:1.25rem;top:17.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIdlpNx3IEkUJa7bB933Cf3lnT41zTK { width:3.0625rem;height:3.0625rem;top:3.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWmqdDaBpM7aJHvCxKalfAugFTNQPUg { width:1.8125rem;height:1.25rem;top:21rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFswpcZKecWzWEntft9nJvEqwaF0MiDq { width:20rem;height:16.4375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { width:13.125rem;height:1.29980625rem;top:23.625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { width:13.125rem;height:0.9746125rem;top:25rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { width:16.875rem;height:7.7988125rem;top:28.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { width:1.8125rem;height:1.25rem;top:37.1875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Iw4eXy8UPJKWThKFM1JEPGJEorsXRC { width:3.0625rem;height:3.0625rem;top:23.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { width:1.8125rem;height:1.25rem;top:40.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { width:20rem;height:16.4375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { width:13.125rem;height:1.29980625rem;top:42.1875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { width:13.125rem;height:0.9746125rem;top:43.5625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { width:16.875rem;height:10.3984375rem;top:7.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { width:1.8125rem;height:1.25rem;top:56.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRzayFIWM8u27BFdntVG97rtLwQTZRwr { width:3.0625rem;height:3.0625rem;top:42.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa { background-color:rgba(var(--color-tertiary-4),0.4);background-image:url("https://images.assets-landingi.com/uc/2d0e1942-da5e-4052-b2d6-dd9626f62671/Group10.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa.adaptive-delivery-prevent-bg, #T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa.lazyload, #T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa.lazyloading { background-image: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container { background-color: transparent; background-image: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container > .video-iframe-container { display: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row > .video-iframe-container { display: none; }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .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); }#T1AcPdVvv8fbfLlMa6PpfveTvtgWNZfa > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT4NGE1D68zMCwHmCxOi3wmLLwmHgL3s { width:20rem;height:7.7988125rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9DQsT5Z3c215qOJ9mwpseSzPoHqCFvz { width:15.75rem;height:2.75rem;top:10.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDm9A03qsgM1OmO47qI8T6gSSers8Jw5 { display:block; }
 }@media only screen and (max-width: 763px) { #BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 { display:block; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcqTmnplCGK81tbl5AgRR02mKZ4arLqx { width:20rem;height:2.75rem;top:37.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p952Tcl63ZaTgwmW8wOok4pa75sSHvau { display:block; }
 }@media only screen and (max-width: 763px) { #RgWlSrT0eHQToeboWM1iv581RqyXrHLb { width:16.875rem;height:3.8984375rem;top:47.125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT1Z0lE6qMDGLrmetlkd2BqLZMwoTOB { width:1.5rem;height:1.5rem;top:47.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvWthlhmyNgzXb1f7HRK5LrSKeePfX2 { width:1.5rem;height:1.5rem;top:52.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #argWANNWBbsftFZIuQw1em04Dw8f1DVS { width:16.875rem;height:3.8984375rem;top:52.0625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJZ9Ib9XCcfKVTQKSt8ii2QyRv9FTC2Q { width:16.875rem;height:3.8984375rem;top:57.0625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dahTND5hnQtO0dV8iTPN5MblQyitKb2B { width:1.5rem;height:1.5rem;top:57.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFzTzHKQf0b9KphUlVaDgXPGJhWW5HpF { width:16.875rem;height:11.6953125rem;top:62.125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRphV0p2l3ZImDTdNa6vl8bd9B6zec3 { width:20rem;height:11.69925rem;top:1.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc3zRyb3ywBz0V8QKzRWx4AZmmOiiyeo { width:20rem;height:20.796875rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKIJVuyzAKTy4eNETxC1aAIoV9p6lsQf { width:1.5rem;height:1.5rem;top:67.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3AsbPanlgTOMHRDsCWxsLU1b8dSTHcV { width:20rem;height:2.75rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i33tpxWg0JtlFUQxUBWFTBdv0Hugqet6 { display:block; }
 }@media only screen and (max-width: 763px) { #CuriuQqg75esP0GR7O9rM5rSDgUDBBKz { width:20rem;height:28.5625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT { display:block; }#nHMoKa4wWNuwZo2VfqVwLS2FA7OCmGcT > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U75pZTOFgprv7kKIWgWNlke9QQifzTU9 { width:13.9375rem;height:4.0625rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7S9KuvDN4fUykDUerP8qtZygQTBJQC6 { width:20rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T99ecsqeEPcOIiNTkMJzcqzNa7tr5p0V { width:20rem;height:2.5996125rem;top:10.98730625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }