.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:255,231,224;--color-primary-1:255,175,152;--color-primary-2:255,95,48;--color-primary-3:128,48,24;--color-primary-4:38,14,7;--color-secondary-0:219,221,228;--color-secondary-1:135,143,166;--color-secondary-2:14,30,76;--color-secondary-3:7,15,38;--color-secondary-4:2,5,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0.9);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-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KpvMGDsI9ionEDn7fbhu53I25imd2h6G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.3125rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4b3d3eb0-f1a1-41d0-964c-e569aa589bbd/BGLPMASTERCOIP2.jpg");background-position:center !important;background-repeat:repeat-x !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; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.adaptive-delivery-prevent-bg, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyload, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyloading { background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { background-color: transparent; background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .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); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { border-width: 0; border-radius: 0; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#Q3yEGxQfLbvNa6lAJ53SCREVql2STCEu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:34.1875rem;top:6.9375rem;left:37.1806640625rem;overflow:hidden;display:block; }
#hNDCAcoGHkfdmutKzzJ25bmhgh27Btfz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5321183204651rem;left:2.5rem;height:2.6003875rem;font-style:normal;display:block; }
#IsN4uHlQIEqth1awCug2E9uATnGp3Jrh { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3750004768369rem;left:2.5rem;height:1.7859375rem;font-style:normal;display:block; }
#g0PMGhok8wbM5z7WJdsr4fBhhPuNgxWB { 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:6.125rem;width:26.625rem;top:12.312283992767rem;left:2.5rem;overflow:hidden;display:block; }
#M2Ai7MF8mg9OSCwwr9J1m1ZtzXEAE63x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:16.25rem;top:31.375rem;left:2.5rem;overflow:hidden;display:block; }
#CePMs89kHhTEaX8OqwwqrL1hDMG9IVMF { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.75rem;left:1.625rem;display:block; }
#c6IEei8qHQRIqClKDgtafoIg8tEWCwSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { position:relative;display:block; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { background-color: transparent; background-image: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container > .video-iframe-container { display: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container { display: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .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); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { border-width: 0; border-radius: 0; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lKAfoHIeWTm5fPOJpyTUZK963kPgLS8C { color:#2a2c35;display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:2.5rem;height:2.68125rem;font-style:normal;display:block; }
#ceLoZvPcMqfbKltlFT57FmawxHxFWip6 { color:#2a2c35;display:block;width:61.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:2.5rem;height:11.05311875rem;font-style:normal;display:block; }
#IJt2rXpQHJVdT1fzS6qcxA5MtUbf97F2 { color:#2a2c35;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.875rem;left:2.5rem;height:1.95rem;display:block; }
#C4ZD1cUOy69wthyHu1Np3Rs0P6TdEEuB { box-sizing:content-box;height:0.1875rem;width:5.5625rem;position:absolute;display:block;z-index:15007;background-color:#ff5f30;background-image:none;top:10.1875rem;left:2.5rem;display:block; }
#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row .container { background-color: transparent; background-image: none; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row .container > .video-iframe-container { display: none; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row > .video-iframe-container { display: none; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .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); }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row .container { border-width: 0; border-radius: 0; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#UXkHn5AxLRGoTfMJVC9mwwGobOyM5pW5 { 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:9.375rem;width:9.375rem;top:4.6875rem;left:7.8125rem;overflow:hidden;display:block; }
#RP25ctM621OwZFqBTxUyimB6abi9NCAu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:4.6875rem;left:32.8125rem;overflow:hidden;display:block; }
#gvxapHeTSHS2Bc6WHtI6F8vScVIb6HHP { 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:9.375rem;width:9.375rem;top:4.6875rem;left:57.8125rem;overflow:hidden;display:block; }
#DLqZfqEsbBSPPIHDkvx0tINERQKvc6aA { color:#2a2c35;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.875rem;left:6.25rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOzeaxGtFNQwQNRZ72FmRH7zRXI1QcpN { color:#2a2c35;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.875rem;left:30.59375rem;height:3.25078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9hrRyMUeEnRDsKQmTFNDmcVicdA1M6h { color:#2a2c35;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.875rem;left:55.59375rem;height:3.25078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row .container { background-color: transparent; background-image: none; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row .container > .video-iframe-container { display: none; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row > .video-iframe-container { display: none; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .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); }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row .container { border-width: 0; border-radius: 0; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#iUdg7S1XnxqwMikRTX3bB5HBz2XIevLd { box-sizing:content-box;height:33.875rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:3.875rem;left:1.4375rem;display:block; }
#w7RBgdSoqsduAsxT3a56NcfGJdSmpFkO { color:#2a2c35;display:block;width:17.5625rem;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:10.875rem;left:3.75rem;height:24.522625rem;display:block; }#w7RBgdSoqsduAsxT3a56NcfGJdSmpFkO li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#w7RBgdSoqsduAsxT3a56NcfGJdSmpFkO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
#AGvft3elsUsykGUIhmzcrT5Snp9SVSOE { color:#2a2c35;display:block;width:16.4375rem;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:6.375rem;left:3.75rem;height:1.95rem;font-style:normal;display:block; }
#OBIEVHsw9cFqOqtlClP1ucbpogC1ozrX { box-sizing:content-box;height:0.1875rem;width:5.5625rem;position:absolute;display:block;z-index:15008;background-color:#ff5f30;background-image:none;top:8.875rem;left:3.75rem;display:block; }
#Ks0Ez58niLAPiAbRrf4Tt6GpCSKDfT2v { box-sizing:content-box;height:33.8125rem;width:22.1875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:3.875rem;left:26.4375rem;display:block; }
#xFqahrulsWHtXoGRgvFhedMW17fpcnS9 { color:#2a2c35;display:block;width:16.6875rem;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:10.875rem;left:28.75rem;height:12.935125rem;display:block; }#xFqahrulsWHtXoGRgvFhedMW17fpcnS9 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#xFqahrulsWHtXoGRgvFhedMW17fpcnS9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
#pyBIHALriH2IZdUCeehtlLdy5bnwkSBE { color:#2a2c35;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.75rem;height:1.95rem;font-style:normal;display:block; }
#fVHJqPIOZwB8rOV0q5KRXr6hSpf8QFGw { box-sizing:content-box;height:0.1875rem;width:5.5625rem;position:absolute;display:block;z-index:15016;background-color:#ff5f30;background-image:none;top:8.875rem;left:28.75rem;display:block; }
#o7ghVhb7TIdgiHVAOmB9A6cc0kKTfvb6 { box-sizing:content-box;height:33.875rem;width:22.1875rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:3.875rem;left:51.4375rem;display:block; }
#OWnSGXlvwiDCPF0pDIe3qUiNSKzO54Zx { color:#2a2c35;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.6875rem;left:53.75rem;height:6.4921875rem;display:block; }
#g0wMmd0nzc5LshSJCzfTcToffafJMHkI { color:#2a2c35;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:6.375rem;left:53.75rem;height:4.95rem;font-style:normal;display:block; }
#M1tHGTnDTFSxJblE0xTrZQ1ER1x85AG2 { box-sizing:content-box;height:0.1875rem;width:5.5625rem;position:absolute;display:block;z-index:15024;background-color:#ff5f30;background-image:none;top:12.1875rem;left:53.75rem;display:block; }
#aTSqEFPC2KPdV2GTwS23q5VKDotMWHcN { color:#2a2c35;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.5625rem;left:53.75rem;height:1.95rem;display:block; }
#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb { 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; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { background-color: transparent; background-image: none; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container > .video-iframe-container { display: none; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row > .video-iframe-container { display: none; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .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); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { border-width: 0; border-radius: 0; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#cueBlMRTSlDQdw9id37TdaQaTpE8SwJo { color:#2a2c35;display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.28515625rem;left:2.5rem;height:2.68125rem;font-style:normal;display:block; }
#PgResNLROmExvrQD6vWTEmZvi3XFqJCn { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15008;background-color:#ff5f30;background-image:none;top:7.3125rem;left:2.5rem;display:block; }
#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row .container { background-color: transparent; background-image: none; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row .container > .video-iframe-container { display: none; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row > .video-iframe-container { display: none; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .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); }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row .container { border-width: 0; border-radius: 0; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#yD2ZKkoZPgVOycm2kvVvnIWwaMfgxAiT { color:#2a2c35;display:block;width:7.6863125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.2625007629394rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuD6lrSWkVmib1VZq1EEDs2RFTg1EAmM { color:#000000;display:block;width:15.1863125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7rem;left:1.875rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpksii64FpiMPKRIwKtS6263aGpJ9xZu { 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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0609375rem;height:3.4359375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.1875rem;left:45.6875rem;display:block; }
#ShVJbmai4wzhO7eervTAXJ3JUJQTJ0aM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnISNa8et12RfLGFEwSObZsFuT8eNLqA { color:#0dbace;display:block;width:15.185125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:16.5rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXoa9yg091yWPRdKxyi0DPU4XLkKVfXs { box-sizing:content-box;height:3.99960625rem;width:12.4991875rem;position:absolute;display:block;z-index:15004;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:14.375rem;left:3.25rem;display:block; }
#KEuS7zSzA2JT9cca5R0LJWd2TFbVuzbB { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RA4Gis178sGEz8A9pH9yirOtA73FqxTm { box-sizing:content-box;height:3.9984375rem;width:12.4980625rem;position:absolute;display:block;z-index:15005;background-color:#0dbace;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:15.75rem;display:block; }
#Mlczhf1rLbo9NQDs4Tw6J5600ydpDg2k { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.9375rem;left:16.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BL5DiDBylBTTk4f1t78Lb8uMDKWdzklz { color:#2a2c35;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.666404724121rem;left:14.811328887939rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#mWBuXDD1y4d2HiR60prbkPsQ7JyzXwtA { color:#2a2c35;display:block;width:16.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5rem;left:46.5rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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:none; }#sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT > .row .container { border-width: 0; border-radius: 0; }#sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:none; }#DrrTPxM4qwgUD3HghZCaMbNKCzdZTRF2 { color:#2a2c35;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:54.1875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQpfZqT0I1x2En6wDhTV2fHKuXTnmaID { color:#ff5f30;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:50.75rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBTSzyixn010GTq28TFGpFIvGsVKB2G6 { color:#2a2c35;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.1875rem;left:51.8125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#T3y0XcxRB3U3dofqfoWC3qSmXckeZfVN { color:#2a2c35;display:block;width:11.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:51.0625rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#A4tT4bmfRdIXpJJcCK3IgO0wuVtgctpv { color:#2a2c35;display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.4375rem;left:50.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATTeeoEixa8PzUKFCkS1gU2hs45bVCiE { background-color:#6e6e6e;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: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-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:13.75rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.75rem;left:50.125rem;display:block; }
#TVqPvd5D5F6rIttTzVuxx40bD6QHZmXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRrT8img6gEM67Z7kbwTOWTyRQ21KRbC { color:#2a2c35;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3125rem;left:43.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7tW7L3TvBFUkNRhnfIMWMO1nqMbhVEt { color:#ff5f30;display:block;width:15.185125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:10.5625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2oiJGSJ4JIND3pgb9yd7wodBkgmFyQy { color:#2a2c35;display:block;width:7.685125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.3125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqhyhM91TPU9nOG7eV0hqRSzNHMVMGsZ { color:#2a2c35;display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:7.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#TurHvfrzfl3FAKT8wD0Lxys9VVKGnaJD { color:#2a2c35;display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.4375rem;left:11.75rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#VfVDADunHqbqViVo0ROHMETVGiwTrcRz { color:#2a2c35;display:block;width:17.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12rem;left:9.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvoAaVa1Q15IdenRmDLQdTgKrKztrKUR { color:#2a2c35;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:5.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtikc6rpES3bz9Nn81UqOrKD5z50Cu9a { background-color:#6e6e6e;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: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-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:15rem;height:3.4359375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.3125rem;left:10.6875rem;display:block; }
#ihbnQgeCxrNa0TWNt9cEXz6SUeEttyGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb { 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; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row .container { background-color: transparent; background-image: none; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row .container > .video-iframe-container { display: none; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row > .video-iframe-container { display: none; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .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); }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row .container { border-width: 0; border-radius: 0; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#LMTiZPSqcpQnTwNdQi5PwLF8Hys5MSlo { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:#ff5f30;background-image:none;top:7.125rem;left:2.5rem;display:block; }
#zLzASvHCyem0c4qAOyTqKHizDwJ4Bu8T { color:#2a2c35;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.5rem;height:2.68125rem;font-style:normal;display:block; }
#Drs2MRoDHsL03XVKtc3439kPnKTDmzSS { color:#2a2c35;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.5rem;height:15.58125rem;display:block; }
#AgB2WVANiWr8uJGAQbvhlCQpB88JFK6s { 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:24.75rem;width:24.75rem;top:2.8125rem;left:46.375rem;overflow:hidden;display:block; }
#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row .container { background-color: transparent; background-image: none; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row .container > .video-iframe-container { display: none; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row > .video-iframe-container { display: none; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .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); }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row .container { border-width: 0; border-radius: 0; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#do6eGTDB6ecnD1InUCNSinvKG8wgmfBX { color:#2a2c35;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:24.375rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAWeUZMKvJoNyUEgrpKiJr8kkHviE6Cg { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.125rem;left:35.9375rem;display:block; }
#t3WUwKPsbW30PPThfoe3z1W9PBzw47XT { color:#2a2c35;display:block;width:22.8125rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.874185085297rem;left:26.092935562134rem;height:3.250775rem;text-align:center;text-align-last:center;display:block; }
#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container { background-color: transparent; background-image: none; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container > .video-iframe-container { display: none; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row > .video-iframe-container { display: none; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .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); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container { border-width: 0; border-radius: 0; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:75rem;position:relative;display:block; }#n3D08gg7yn6IWL05Iig7GH8mJ4B7pDxB { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3687515258789rem;left:17.749217987061rem;height:;text-align:center;text-align-last:center;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; }
#GUlIQV1iZRXUGtGEToKoMEdWVz6QaTO6 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-3),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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:22.5rem;top:5.4375rem;left:26.249217987061rem;display:block; }
#v5UemFiTQm59am1EVAVBZFcT1idCqFge { 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; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row .container { background-color: transparent; background-image: none; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row .container > .video-iframe-container { display: none; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row > .video-iframe-container { display: none; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .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); }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row .container { border-width: 0; border-radius: 0; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#ZfqTxNyXv9HGaRmD6pwcUseyWn0zBWRl { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:2.2195320129394rem;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; }
#DZ0TqvLOuOXKsoTPAhQyQ2OMwcM5DqQm { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:20.969532012939rem;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; }
#V6b1ebTEAi4hRZro24ccxubzf2fIxbJf { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:39.719532012939rem;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; }
#aZiHe5aDCkHZ1UweBmsLtKOgK59bGURm { z-index:15007;top:18.5625rem;left:1.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zvBAkNJ88WeN20y0uPWPsCkDNtcBKTiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8NgdsRfGTLB4NE5a5uPNWlGtQQH30PC { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:18.9375rem;left:15.375rem; }
#ZPDEysWgDiwPopJ0Jbao84zaeLVm2Bz8 { z-index:15009;top:18.5625rem;left:20rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xlqILQtd7aE25vTxUoXVNRZpmpyJ7Gcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B198OSFGhxI54iOreA13SCOEJtcxaF4B { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:18.9375rem;left:34.1875rem; }
#Znb2xfo4x8P1uHVkfJD0bEx7uxOHwPK6 { z-index:15016;top:18.5625rem;left:38.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KkscdPwevveDIwNace2ei8r5sR4yxcCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyrVXu8U3n91SRef7z1cXoP5A0EZEvwf { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:18.9375rem;left:53rem; }
#aT2A3ohcoGTL6BXOQTm2gmvCEeub88BA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:2.2195320129394rem;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; }
#yDhNKDhMchhK7ACR3qBikUcUF7G0e2Bd { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:20.969532012939rem;height:1.6253875rem;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; }
#EzIkkKOVvJeg1ZnCH0F3T2gohsJnwOPA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:39.719532012939rem;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; }
#W1W1uDrRgn0eANBvXuN5y3knUfCqzH9d { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.8125rem;left:58.5rem;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; }
#FKsvbPIqU5J7vDLOipkHpQszSL3hXuK0 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:14.9375rem;left:58.5rem;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; }
#dsa4Qw1mu1bROmlZyDeJ1MCmUDRoCux4 { z-index:15024;top:18.3125rem;left:57.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CsFTikSQprHwAxQw6EtkVhploeVGhue9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0M1GpDT3o9Ln1gCChlTLAI73s1GPFad { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:18.6875rem;left:71.75rem; }
#Vnc1cal5C5pOAUOUR3hNb3SQmEGSEVsQ { position:absolute;display:block;z-index:15061;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:10.2491875rem;width:9.1875rem;top:1.4496078491211rem;left:4.7800788879394rem;overflow:hidden;display:block; }
#hmwfSnypXIxHNAwvoITZJ1aRDbRFJiXg { position:absolute;display:block;z-index:15062;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:10.1875rem;width:8.5625rem;top:1.4765625rem;left:23.841800689698rem;overflow:hidden;display:block; }
#oKso6XXRp82mT8RQUDD3g5tOsEg7FqfX { position:absolute;display:block;z-index:15063;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:10.125rem;width:8.25rem;top:1.5082030296326rem;left:42.748828887939rem;overflow:hidden;display:block; }
#naeos5OqfTrhVNZRpGxtXA9qX7GL1GnX { position:absolute;display:block;z-index:15064;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:9.9375rem;width:8.25rem;top:1.5082030296326rem;left:61.498828887939rem;overflow:hidden;display:block; }
#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx { 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; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row .container { background-color: transparent; background-image: none; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row .container > .video-iframe-container { display: none; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row > .video-iframe-container { display: none; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .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); }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row .container { border-width: 0; border-radius: 0; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#JlXE4VMZ1JiDUXvskNZHQeLVBTDnBTQA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:2.2195320129394rem;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; }
#ct6Qlvzmz5aWgSE2DAn47KKNwKKqPNUV { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:20.969532012939rem;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; }
#yoNCQXMUNFEQT26uDeSrRCBr7wIJKMDm { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:39.719532012939rem;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; }
#xgBfxJPnFrO4w8FIBW5J4nwTOK1rArLq { z-index:15007;top:18.5625rem;left:1.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bJgNF3mKcquu3saS08nHRhWkVgFl9t9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BG83pkrSE7HUmpooE793RAgqg20piSTo { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:18.9375rem;left:15.375rem; }
#BNhsWibe2V3OhivBFN6dcsOwCrnLBnGU { z-index:15009;top:18.5625rem;left:20rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qlltHxZmgXLPwEDyZJ3I059fyGs7aA1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6SIQXdCT4V49GMFu1vSorshXK566sgO { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:18.9375rem;left:34.1875rem; }
#fqD33A5AXcKHUt5mSC1OGD7MmiND6A76 { z-index:15016;top:18.5625rem;left:38.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d25DBbos2LD9xCvPgUsWtDC92u1SMqwA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftrLcSUIAqNFxr19R1Tgxz4M9PsyoLsJ { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:18.9375rem;left:53rem; }
#UQvpzqxLfy5LGpFCTm5JI0ukNIbgk2Kd { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:2.2195320129394rem;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; }
#HXk1MQFoPub7rDFBOQS3JXmCgBULQFvm { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:20.969532012939rem;height:1.6253875rem;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; }
#WgUfEyRST8ZLisUTddgXv1E8IWsbD7Mw { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:39.719532012939rem;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; }
#QzTBx91L5vDhiKrdBpADofcuJBTE6hwr { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:18.6875rem;left:71.75rem; }
#xzHTZfrhOL6SrnkMZztDGZiUl7yW78OC { position:absolute;display:block;z-index:15062;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:10.1875rem;width:8.5rem;top:1.6980457305908rem;left:5.1234397888184rem;overflow:hidden;display:block; }
#QW6v0MncUA0nO8KBRFJX1mmC7TiPxA6s { position:absolute;display:block;z-index:15063;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:9.375rem;width:8.375rem;top:2.1011714935302rem;left:24.560153961182rem;overflow:hidden;display:block; }
#DiuJkoCuqfF3p4xgWqXhTKVqgtzoDCnO { position:absolute;display:block;z-index:15064;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:9.375rem;width:7.75rem;top:2.5839862823486rem;left:42.998439788818rem;overflow:hidden;display:block; }
#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu { 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; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row .container { background-color: transparent; background-image: none; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row .container > .video-iframe-container { display: none; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row > .video-iframe-container { display: none; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .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); }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row .container { border-width: 0; border-radius: 0; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#uohO1SQVoxI7SAB4ifnVBMlAlr9lwHNh { position:absolute;display:block;z-index:15045;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:10.434375rem;width:8.7491875rem;top:1.265625rem;left:4.998046875rem;overflow:hidden;display:block; }
#ZGpUMJpFbN54XwJoxbBbh5b80oLeegXi { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:2.2195320129394rem;height:1.6253875rem;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; }
#Be5pQxXXwHTqk2G1kERDE8Be8HIitnd6 { position:absolute;display:block;z-index:15054;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:10.1238125rem;width:8.8734375rem;top:1.41796875rem;left:24.562503814698rem;overflow:hidden;display:block; }
#FuI2WCh7RxCJEXc6iMc42QCwy3zRrHMD { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:20.969532012939rem;height:1.6253875rem;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; }
#ntMhvWrwTiEMBfZ7sodwFJRsbbbKJru7 { position:absolute;display:block;z-index:15055;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:10.8738125rem;width:9.1241875rem;top:1.04296875rem;left:42.310543060302rem;overflow:hidden;display:block; }
#caTxeZK2NfiSzNE5fJbXJF0E9BCyvVUV { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:13.061717987061rem;left:39.719532012939rem;height:1.6253875rem;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; }
#OeDmDeN16r7hRlPkfDVw8vDgVKx2FoRX { z-index:15007;top:18.5625rem;left:1.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZCz0vTghVUTesxTTLgG0VN7sfLRmPCaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Leb76eflnwWDcLaDH2yEIuWuwAn95Vth { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:18.9375rem;left:15.375rem; }
#qlPxnJnvQblHAPcX73c1fttZfdJAAaXP { z-index:15009;top:18.5625rem;left:20rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tc2FCZ7mdgXKGvafn9trMac5kd0tTtzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtWIQBuFtTE0wgu0iGH4DBrapfxeB5HX { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:18.9375rem;left:34.1875rem; }
#dvBtBQ0MUGyC7maohzA7AhZtzfoecc4r { z-index:15016;top:18.5625rem;left:38.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TxaW29LuOZgAKziGtUZ9BMF5FfzBp7oq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHTS7OezGnMLkVXrvCt3NE1IVznygNUS { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:18.9375rem;left:53rem; }
#NXcdqaPmaFbHFVQ0xME3CCfVbu4DbCnp { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:2.2195320129394rem;height:1.6253875rem;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; }
#uqBZkeyepkdy4ImnuwxzgJoXTGVgXy6u { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:20.969532012939rem;height:1.6253875rem;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; }
#WpRS9Dd9frDWrdlvZs13IpNbcVBkRTTn { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15.186328887939rem;left:39.719532012939rem;height:1.6253875rem;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; }
#xqUwmfdHi84fIOGKvs3Z62bvqzNxcX0r { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3085625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.8125rem;left:58.5rem;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; }
#T8IVcSU0QtdyxWxUTLTtQxRHRSQxs12Z { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3074375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:14.9375rem;left:58.5rem;height:1.6253875rem;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; }
#gn39e6781DFAX1IhFPKxviG0HZbv9EK9 { z-index:15024;top:18.3125rem;left:57.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xBuC30mDaDDURvIGIDTHFC0TAIyxIVl2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdBbG2qsbG4EPJM3hXRA1UriL0hClf3a { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:18.6875rem;left:71.75rem; }
#sl52v1MWL3CB65ZB0yrqlULZfPhmV5an { position:absolute;display:block;z-index:15056;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:10.8125rem;width:8.9375rem;top:1.0453109741211rem;left:61.061717987061rem;overflow:hidden;display:block; }
#iWSOcGb4WzTETx7VgwWLLTddckx20NoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#iWSOcGb4WzTETx7VgwWLLTddckx20NoB > .row .container { border-width: 0; border-radius: 0; }#iWSOcGb4WzTETx7VgwWLLTddckx20NoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWSOcGb4WzTETx7VgwWLLTddckx20NoB > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:none; }#vMW5DVsLDSW7IrkUtpyuGlULJUI2MiDc { box-sizing:content-box;height:42.8125rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:10.375rem;left:1.4375rem;display:block; }
#sPoybA0ZOnISS5VbA8JQLen2gdIGyyFc { color:#2a2c35;display:block;width:17.5625rem;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:16.6875rem;left:3.75rem;height:28.29425rem;display:block; }#sPoybA0ZOnISS5VbA8JQLen2gdIGyyFc li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPoybA0ZOnISS5VbA8JQLen2gdIGyyFc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
#aPZtuK05zmuoZgFZpHlUqgIRx4zhiumO { color:#2a2c35;display:block;width:5.0625rem;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:12.1875rem;left:3.75rem;height:1.94921875rem;font-style:normal;display:block; }
#uExAMhyz8Jrhh66ioKBLoK52pKkItca4 { box-sizing:content-box;height:0.1875rem;width:5.5625rem;position:absolute;display:block;z-index:15008;background-color:#ff5f30;background-image:none;top:14.6875rem;left:3.75rem;display:block; }
#FEz7WODJUmLJrKkQ73A9prFqSVmNEzJh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.5rem;height:2.6806625rem;font-style:normal;display:block; }
#CU1u46VzWEs39eltziWARIBkX88JghCZ { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:#ff5f30;background-image:none;top:7.625rem;left:1.5rem;display:block; }
#MFhxH3z0GO4kWsggyCVTq1KG834S2Wo8 { box-sizing:content-box;height:42.8125rem;width:22.1875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:10.375rem;left:26.375rem;display:block; }
#pU2t91Rrz4faFqcrCrluGIzHlP90Krpn { color:#2a2c35;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:28.75rem;height:33.3935625rem;display:block; }#pU2t91Rrz4faFqcrCrluGIzHlP90Krpn li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#pU2t91Rrz4faFqcrCrluGIzHlP90Krpn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
#ZpxVAT38Fx1KoZvmQdgZC7RmeJ7PRQmQ { box-sizing:content-box;height:0.1875rem;width:5.5625rem;position:absolute;display:block;z-index:15015;background-color:#ff5f30;background-image:none;top:14.6875rem;left:28.75rem;display:block; }
#x0zvdPvyo9o7LghiTVuAeXf3U1z3CrFW { color:#2a2c35;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1875rem;left:28.75rem;height:1.94921875rem;font-style:normal;display:block; }
#dmXsIELE20Ze6mzPgkQXQRnQUbGKZvkZ { box-sizing:content-box;height:42.8125rem;width:22.1875rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:10.375rem;left:51.375rem;display:block; }
#a546nuzIGTdUUyIALzxMRg2pGiHe1bmq { color:#2a2c35;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.6875rem;left:53.75rem;height:27.04425rem;display:block; }#a546nuzIGTdUUyIALzxMRg2pGiHe1bmq li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#a546nuzIGTdUUyIALzxMRg2pGiHe1bmq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
#cVMhCZxW8am0lDASGxinvqt4yysJ3gKg { color:#2a2c35;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.1875rem;left:53.75rem;height:1.94921875rem;font-style:normal;display:block; }
#Nf96g58oCVr9CKenVHcIaTDtw3QCvfEi { box-sizing:content-box;height:0.1875rem;width:5.5625rem;position:absolute;display:block;z-index:15022;background-color:#ff5f30;background-image:none;top:14.6875rem;left:53.75rem;display:block; }
#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd { 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; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row .container { background-color: transparent; background-image: none; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row .container > .video-iframe-container { display: none; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row > .video-iframe-container { display: none; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .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); }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row .container { border-width: 0; border-radius: 0; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#ZRi4NEa48w8UMQ8mqttPsSCQPhopK2ow { color:#2a2c35;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.9375rem;left:10.875rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSIopsmnymfefthXOwTMNMmaNrtVWf6T { color:#2a2c35;display:block;width:28.75rem;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:25.5625rem;left:2.75rem;height:2.596875rem;text-align:center;text-align-last:center;display:block; }
#AFQB7VOIIBHUcLz9eylXebzNBXficlVa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.8125rem;left:5.8125rem;height:1.7859375rem;text-align:center;text-align-last:center;display:block; }
#KtxfAlATkTmXXhGehl7x07k9ZwN4le7k { box-sizing:content-box;height:40.3125rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5609376430511rem;left:35.078907012939rem;display:block; }
#NZ74UKOMR4WIIULPW65ugqSTp8yZIy2D { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.4699211120606rem;left:37.487110137939rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#kQW4ITuHAaI2OQff1exU0kAIQQ6BPZLO { position:absolute;display:block;z-index:15011;height:17.25rem;width:30.812125rem;top:14.221874237061rem;left:37.176563262939rem;display:block; }
#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row .container { background-color: transparent; background-image: none; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row .container > .video-iframe-container { display: none; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row > .video-iframe-container { display: none; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .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); }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row .container { border-width: 0; border-radius: 0; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#AvyzTFIQwxPydfuUnqhoNJSuF6mWH8r4 { color:#2a2c35;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.125rem;left:33.5625rem;height:3.571875rem;font-style:normal;display:block; }
#neum8ZXB7W2AZBV1LNqRTulMQNkMTnFA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:20.125rem;top:6.4375rem;left:9.1875rem;overflow:hidden;display:block; }
#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { background-color: transparent; background-image: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container > .video-iframe-container { display: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container { display: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .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); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { border-width: 0; border-radius: 0; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.1378875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { 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:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
#AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.125rem;top:1.625rem;left:1.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpvMGDsI9ionEDn7fbhu53I25imd2h6G { width:13.3125rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI { display:block; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3yEGxQfLbvNa6lAJ53SCREVql2STCEu { width:34.1875rem;height:32.4375rem;top:6.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDCAcoGHkfdmutKzzJ25bmhgh27Btfz { width:20.625rem;height:2.5625rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsN4uHlQIEqth1awCug2E9uATnGp3Jrh { width:12.625rem;height:1.8125rem;top:6.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0PMGhok8wbM5z7WJdsr4fBhhPuNgxWB { width:26.625rem;height:6.125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Ai7MF8mg9OSCwwr9J1m1ZtzXEAE63x { width:16.25rem;height:2.9375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CePMs89kHhTEaX8OqwwqrL1hDMG9IVMF { width:16.5rem;height:3.125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6IEei8qHQRIqClKDgtafoIg8tEWCwSx { display:block; }
 }@media only screen and (max-width: 763px) { #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { display:block; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKAfoHIeWTm5fPOJpyTUZK963kPgLS8C { width:15.1875rem;height:2.6875rem;top:6rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLoZvPcMqfbKltlFT57FmawxHxFWip6 { width:47.75rem;height:11rem;top:12.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJt2rXpQHJVdT1fzS6qcxA5MtUbf97F2 { width:47.75rem;height:1.9375rem;top:25.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ZD1cUOy69wthyHu1Np3Rs0P6TdEEuB { width:5.5625rem;height:0.1875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI { display:block; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXkHn5AxLRGoTfMJVC9mwwGobOyM5pW5 { width:9.375rem;height:9.375rem;top:4.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP25ctM621OwZFqBTxUyimB6abi9NCAu { width:9.375rem;height:9.375rem;top:4.6875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvxapHeTSHS2Bc6WHtI6F8vScVIb6HHP { width:9.375rem;height:9.375rem;top:4.6875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLqZfqEsbBSPPIHDkvx0tINERQKvc6aA { width:12.5rem;height:1.625rem;top:14.875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOzeaxGtFNQwQNRZ72FmRH7zRXI1QcpN { width:13.8125rem;height:3.25rem;top:14.875rem;left:16.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9hrRyMUeEnRDsKQmTFNDmcVicdA1M6h { width:13.8125rem;height:3.25rem;top:14.875rem;left:32.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG { display:block; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUdg7S1XnxqwMikRTX3bB5HBz2XIevLd { width:22.1875rem;height:33.875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7RBgdSoqsduAsxT3a56NcfGJdSmpFkO { width:17.5625rem;height:;top:10.875rem;left:0rem;font-size:1rem;display:block; }#w7RBgdSoqsduAsxT3a56NcfGJdSmpFkO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #AGvft3elsUsykGUIhmzcrT5Snp9SVSOE { width:16.4375rem;height:1.9375rem;top:6.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBIEVHsw9cFqOqtlClP1ucbpogC1ozrX { width:5.5625rem;height:0.1875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks0Ez58niLAPiAbRrf4Tt6GpCSKDfT2v { width:22.1875rem;height:33.8125rem;top:3.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFqahrulsWHtXoGRgvFhedMW17fpcnS9 { width:16.625rem;height:;top:10.8125rem;left:15.125rem;font-size:1rem;display:block; }#xFqahrulsWHtXoGRgvFhedMW17fpcnS9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #pyBIHALriH2IZdUCeehtlLdy5bnwkSBE { width:17.4375rem;height:1.9375rem;top:6.375rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHJqPIOZwB8rOV0q5KRXr6hSpf8QFGw { width:5.5625rem;height:0.1875rem;top:8.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ghVhb7TIdgiHVAOmB9A6cc0kKTfvb6 { width:22.1875rem;height:33.875rem;top:3.875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWnSGXlvwiDCPF0pDIe3qUiNSKzO54Zx { width:16.0625rem;height:6.4375rem;top:14.6875rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0wMmd0nzc5LshSJCzfTcToffafJMHkI { width:15.25rem;height:4.9375rem;top:6.375rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1tHGTnDTFSxJblE0xTrZQ1ER1x85AG2 { width:5.5625rem;height:0.1875rem;top:12.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSqEFPC2KPdV2GTwS23q5VKDotMWHcN { width:15.375rem;height:1.9375rem;top:22.5625rem;left:31.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb { display:block; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cueBlMRTSlDQdw9id37TdaQaTpE8SwJo { width:11.8125rem;height:2.625rem;top:4.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgResNLROmExvrQD6vWTEmZvi3XFqJCn { width:3.125rem;height:0.1875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD { display:block; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD2ZKkoZPgVOycm2kvVvnIWwaMfgxAiT { width:7.625rem;height:3.875rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuD6lrSWkVmib1VZq1EEDs2RFTg1EAmM { width:15.125rem;height:0;top:7rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpksii64FpiMPKRIwKtS6263aGpJ9xZu { width:21rem;height:3.375rem;top:12.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShVJbmai4wzhO7eervTAXJ3JUJQTJ0aM { display:block; }
 }@media only screen and (max-width: 763px) { #mnISNa8et12RfLGFEwSObZsFuT8eNLqA { width:15.125rem;height:6.8125rem;top:7rem;left:8.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXoa9yg091yWPRdKxyi0DPU4XLkKVfXs { width:12.4375rem;height:3.9375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEuS7zSzA2JT9cca5R0LJWd2TFbVuzbB { width:10.5rem;height:3.375rem;top:14.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA4Gis178sGEz8A9pH9yirOtA73FqxTm { width:12.4375rem;height:3.9375rem;top:14.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlczhf1rLbo9NQDs4Tw6J5600ydpDg2k { width:10.5rem;height:2.875rem;top:14.9375rem;left:9.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL5DiDBylBTTk4f1t78Lb8uMDKWdzklz { width:20.25rem;height:1.4375rem;top:19.625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWBuXDD1y4d2HiR60prbkPsQ7JyzXwtA { width:16.375rem;height:1.4375rem;top:16.5rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT { display:none; }#sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrrTPxM4qwgUD3HghZCaMbNKCzdZTRF2 { width:5.625rem;height:1.9375rem;top:1.875rem;left:33.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQpfZqT0I1x2En6wDhTV2fHKuXTnmaID { width:12.4375rem;height:3.375rem;top:3.8125rem;left:30.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTSzyixn010GTq28TFGpFIvGsVKB2G6 { width:10.3125rem;height:1.4375rem;top:7.1875rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3y0XcxRB3U3dofqfoWC3qSmXckeZfVN { width:11.75rem;height:1.625rem;top:9.75rem;left:30.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4tT4bmfRdIXpJJcCK3IgO0wuVtgctpv { width:13.8125rem;height:1.9375rem;top:11.4375rem;left:29.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTeeoEixa8PzUKFCkS1gU2hs45bVCiE { width:13.6875rem;height:3.375rem;top:18.75rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqPvd5D5F6rIttTzVuxx40bD6QHZmXx { display:block; }
 }@media only screen and (max-width: 763px) { #fRrT8img6gEM67Z7kbwTOWTyRQ21KRbC { width:26.25rem;height:1.4375rem;top:14.3125rem;left:21.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7tW7L3TvBFUkNRhnfIMWMO1nqMbhVEt { width:15.125rem;height:3.375rem;top:3.1875rem;left:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2oiJGSJ4JIND3pgb9yd7wodBkgmFyQy { width:7.625rem;height:1.9375rem;top:1.3125rem;left:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqhyhM91TPU9nOG7eV0hqRSzNHMVMGsZ { width:22rem;height:1.4375rem;top:7.125rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurHvfrzfl3FAKT8wD0Lxys9VVKGnaJD { width:12.625rem;height:1.625rem;top:10.4375rem;left:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfVDADunHqbqViVo0ROHMETVGiwTrcRz { width:17.4375rem;height:1.9375rem;top:12rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvoAaVa1Q15IdenRmDLQdTgKrKztrKUR { width:26.25rem;height:1.4375rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtikc6rpES3bz9Nn81UqOrKD5z50Cu9a { width:15rem;height:3.375rem;top:19.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihbnQgeCxrNa0TWNt9cEXz6SUeEttyGg { display:block; }
 }@media only screen and (max-width: 763px) { #rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb { display:block; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMTiZPSqcpQnTwNdQi5PwLF8Hys5MSlo { width:3.125rem;height:0.1875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLzASvHCyem0c4qAOyTqKHizDwJ4Bu8T { width:15.875rem;height:2.625rem;top:3.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drs2MRoDHsL03XVKtc3439kPnKTDmzSS { width:42.1875rem;height:15.5625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgB2WVANiWr8uJGAQbvhlCQpB88JFK6s { width:24.75rem;height:24.75rem;top:2.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x { display:block; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do6eGTDB6ecnD1InUCNSinvKG8wgmfBX { width:26.25rem;height:2.625rem;top:4.75rem;left:10.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAWeUZMKvJoNyUEgrpKiJr8kkHviE6Cg { width:3.125rem;height:0.1875rem;top:8.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3WUwKPsbW30PPThfoe3z1W9PBzw47XT { width:22.8125rem;height:3.1875rem;top:11.8125rem;left:12.467935562134rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN { display:block; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3D08gg7yn6IWL05Iig7GH8mJ4B7pDxB { width:39.4375rem;height:;top:2.3125rem;left:4.1242179870606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUlIQV1iZRXUGtGEToKoMEdWVz6QaTO6 { width:22.5rem;height:0.25rem;top:5.4375rem;left:12.624217987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5UemFiTQm59am1EVAVBZFcT1idCqFge { display:block; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfqTxNyXv9HGaRmD6pwcUseyWn0zBWRl { width:14.25rem;height:;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ0TqvLOuOXKsoTPAhQyQ2OMwcM5DqQm { width:14.25rem;height:;top:13rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6b1ebTEAi4hRZro24ccxubzf2fIxbJf { width:14.25rem;height:;top:13rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZiHe5aDCkHZ1UweBmsLtKOgK59bGURm { top:18.5625rem;left:0rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvBAkNJ88WeN20y0uPWPsCkDNtcBKTiM { display:block; }
 }@media only screen and (max-width: 763px) { #G8NgdsRfGTLB4NE5a5uPNWlGtQQH30PC { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPDEysWgDiwPopJ0Jbao84zaeLVm2Bz8 { top:18.5625rem;left:7.6875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlqILQtd7aE25vTxUoXVNRZpmpyJ7Gcd { display:block; }
 }@media only screen and (max-width: 763px) { #B198OSFGhxI54iOreA13SCOEJtcxaF4B { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znb2xfo4x8P1uHVkfJD0bEx7uxOHwPK6 { top:18.5625rem;left:19.625rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkscdPwevveDIwNace2ei8r5sR4yxcCX { display:block; }
 }@media only screen and (max-width: 763px) { #CyrVXu8U3n91SRef7z1cXoP5A0EZEvwf { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT2A3ohcoGTL6BXOQTm2gmvCEeub88BA { width:14.25rem;height:;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDhNKDhMchhK7ACR3qBikUcUF7G0e2Bd { width:14.25rem;height:;top:15.125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzIkkKOVvJeg1ZnCH0F3T2gohsJnwOPA { width:14.25rem;height:;top:15.125rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W1uDrRgn0eANBvXuN5y3knUfCqzH9d { width:14.25rem;height:;top:12.8125rem;left:33.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKsvbPIqU5J7vDLOipkHpQszSL3hXuK0 { width:14.25rem;height:;top:14.9375rem;left:33.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsa4Qw1mu1bROmlZyDeJ1MCmUDRoCux4 { top:18.3125rem;left:31.5625rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFTikSQprHwAxQw6EtkVhploeVGhue9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0M1GpDT3o9Ln1gCChlTLAI73s1GPFad { width:1.6875rem;height:1.6875rem;top:18.6875rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnc1cal5C5pOAUOUR3hNb3SQmEGSEVsQ { width:9.1875rem;height:10.2491875rem;top:1.4375rem;left:1.3738288879394rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmwfSnypXIxHNAwvoITZJ1aRDbRFJiXg { width:8.5625rem;height:10.1875rem;top:1.4375rem;left:13.623050689698rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKso6XXRp82mT8RQUDD3g5tOsEg7FqfX { width:8.25rem;height:10.125rem;top:1.5rem;left:25.717578887939rem;display:block; }
 }@media only screen and (max-width: 763px) { #naeos5OqfTrhVNZRpGxtXA9qX7GL1GnX { width:8.25rem;height:9.9375rem;top:1.5rem;left:37.655078887939rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx { display:block; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlXE4VMZ1JiDUXvskNZHQeLVBTDnBTQA { width:14.25rem;height:;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct6Qlvzmz5aWgSE2DAn47KKNwKKqPNUV { width:14.25rem;height:;top:13rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoNCQXMUNFEQT26uDeSrRCBr7wIJKMDm { width:14.25rem;height:;top:13rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBfxJPnFrO4w8FIBW5J4nwTOK1rArLq { top:18.5625rem;left:0rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgNF3mKcquu3saS08nHRhWkVgFl9t9M { display:block; }
 }@media only screen and (max-width: 763px) { #BG83pkrSE7HUmpooE793RAgqg20piSTo { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNhsWibe2V3OhivBFN6dcsOwCrnLBnGU { top:18.5625rem;left:7.6875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlltHxZmgXLPwEDyZJ3I059fyGs7aA1K { display:block; }
 }@media only screen and (max-width: 763px) { #O6SIQXdCT4V49GMFu1vSorshXK566sgO { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqD33A5AXcKHUt5mSC1OGD7MmiND6A76 { top:18.5625rem;left:19.625rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d25DBbos2LD9xCvPgUsWtDC92u1SMqwA { display:block; }
 }@media only screen and (max-width: 763px) { #ftrLcSUIAqNFxr19R1Tgxz4M9PsyoLsJ { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQvpzqxLfy5LGpFCTm5JI0ukNIbgk2Kd { width:14.25rem;height:;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXk1MQFoPub7rDFBOQS3JXmCgBULQFvm { width:14.25rem;height:;top:15.125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgUfEyRST8ZLisUTddgXv1E8IWsbD7Mw { width:14.25rem;height:;top:15.125rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTBx91L5vDhiKrdBpADofcuJBTE6hwr { width:1.6875rem;height:1.6875rem;top:18.6875rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHTZfrhOL6SrnkMZztDGZiUl7yW78OC { width:8.5rem;height:10.1875rem;top:1.6875rem;left:1.7171897888184rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW6v0MncUA0nO8KBRFJX1mmC7TiPxA6s { width:8.375rem;height:9.375rem;top:2.0625rem;left:14.341403961182rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiuJkoCuqfF3p4xgWqXhTKVqgtzoDCnO { width:7.75rem;height:9.375rem;top:2.5625rem;left:25.967189788818rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu { display:block; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uohO1SQVoxI7SAB4ifnVBMlAlr9lwHNh { width:8.6875rem;height:10.360805824827rem;top:1.25rem;left:1.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpUMJpFbN54XwJoxbBbh5b80oLeegXi { width:14.25rem;height:1.625rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be5pQxXXwHTqk2G1kERDE8Be8HIitnd6 { width:8.8125rem;height:10.054288166931rem;top:1.375rem;left:14.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuI2WCh7RxCJEXc6iMc42QCwy3zRrHMD { width:14.25rem;height:1.625rem;top:13rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMhvWrwTiEMBfZ7sodwFJRsbbbKJru7 { width:9.0625rem;height:10.800296002384rem;top:1rem;left:25.279293060302rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTxeZK2NfiSzNE5fJbXJF0E9BCyvVUV { width:14.25rem;height:1.625rem;top:13rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDmDeN16r7hRlPkfDVw8vDgVKx2FoRX { top:18.5625rem;left:0rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCz0vTghVUTesxTTLgG0VN7sfLRmPCaV { display:block; }
 }@media only screen and (max-width: 763px) { #Leb76eflnwWDcLaDH2yEIuWuwAn95Vth { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlPxnJnvQblHAPcX73c1fttZfdJAAaXP { top:18.5625rem;left:7.6875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2FCZ7mdgXKGvafn9trMac5kd0tTtzg { display:block; }
 }@media only screen and (max-width: 763px) { #PtWIQBuFtTE0wgu0iGH4DBrapfxeB5HX { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvBtBQ0MUGyC7maohzA7AhZtzfoecc4r { top:18.5625rem;left:19.625rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaW29LuOZgAKziGtUZ9BMF5FfzBp7oq { display:block; }
 }@media only screen and (max-width: 763px) { #CHTS7OezGnMLkVXrvCt3NE1IVznygNUS { width:1.6875rem;height:1.6875rem;top:18.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXcdqaPmaFbHFVQ0xME3CCfVbu4DbCnp { width:14.25rem;height:;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqBZkeyepkdy4ImnuwxzgJoXTGVgXy6u { width:14.25rem;height:1.625rem;top:15.125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpRS9Dd9frDWrdlvZs13IpNbcVBkRTTn { width:14.25rem;height:1.625rem;top:15.125rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqUwmfdHi84fIOGKvs3Z62bvqzNxcX0r { width:14.25rem;height:;top:12.8125rem;left:33.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IVcSU0QtdyxWxUTLTtQxRHRSQxs12Z { width:14.25rem;height:1.625rem;top:14.9375rem;left:33.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn39e6781DFAX1IhFPKxviG0HZbv9EK9 { top:18.3125rem;left:31.5625rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBuC30mDaDDURvIGIDTHFC0TAIyxIVl2 { display:block; }
 }@media only screen and (max-width: 763px) { #wdBbG2qsbG4EPJM3hXRA1UriL0hClf3a { width:1.6875rem;height:1.6875rem;top:18.6875rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl52v1MWL3CB65ZB0yrqlULZfPhmV5an { width:8.9375rem;height:10.8125rem;top:1rem;left:37.217967987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSOcGb4WzTETx7VgwWLLTddckx20NoB { display:none; }#iWSOcGb4WzTETx7VgwWLLTddckx20NoB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vMW5DVsLDSW7IrkUtpyuGlULJUI2MiDc { width:22.1875rem;height:42.8125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPoybA0ZOnISS5VbA8JQLen2gdIGyyFc { width:17.5625rem;height:;top:16.6875rem;left:0rem;font-size:0.9375rem;display:block; }#sPoybA0ZOnISS5VbA8JQLen2gdIGyyFc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #aPZtuK05zmuoZgFZpHlUqgIRx4zhiumO { width:5.0625rem;height:1.9375rem;top:12.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uExAMhyz8Jrhh66ioKBLoK52pKkItca4 { width:5.5625rem;height:0.1875rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEz7WODJUmLJrKkQ73A9prFqSVmNEzJh { width:26.4375rem;height:2.625rem;top:3.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU1u46VzWEs39eltziWARIBkX88JghCZ { width:3.125rem;height:0.1875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFhxH3z0GO4kWsggyCVTq1KG834S2Wo8 { width:22.1875rem;height:42.8125rem;top:10.375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU2t91Rrz4faFqcrCrluGIzHlP90Krpn { width:16.375rem;height:;top:16.6875rem;left:15.375rem;font-size:0.9375rem;display:block; }#pU2t91Rrz4faFqcrCrluGIzHlP90Krpn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #ZpxVAT38Fx1KoZvmQdgZC7RmeJ7PRQmQ { width:5.5625rem;height:0.1875rem;top:14.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0zvdPvyo9o7LghiTVuAeXf3U1z3CrFW { width:5.5rem;height:1.9375rem;top:12.1875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmXsIELE20Ze6mzPgkQXQRnQUbGKZvkZ { width:22.1875rem;height:42.8125rem;top:10.375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a546nuzIGTdUUyIALzxMRg2pGiHe1bmq { width:17.6875rem;height:;top:16.6875rem;left:29.9375rem;font-size:1rem;display:block; }#a546nuzIGTdUUyIALzxMRg2pGiHe1bmq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #cVMhCZxW8am0lDASGxinvqt4yysJ3gKg { width:5.875rem;height:1.9375rem;top:12.1875rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf96g58oCVr9CKenVHcIaTDtw3QCvfEi { width:5.5625rem;height:0.1875rem;top:14.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LflJTZ2bf25gku7Iup6blLoNbH1bWKxd { display:block; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRi4NEa48w8UMQ8mqttPsSCQPhopK2ow { width:12.4375rem;height:2.625rem;top:21.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSIopsmnymfefthXOwTMNMmaNrtVWf6T { width:28.6875rem;height:2.5625rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFQB7VOIIBHUcLz9eylXebzNBXficlVa { width:22.6875rem;height:1.75rem;top:29.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtxfAlATkTmXXhGehl7x07k9ZwN4le7k { width:35rem;height:40.3125rem;top:4.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ74UKOMR4WIIULPW65ugqSTp8yZIy2D { top:6.4375rem;left:17.5625rem;width:30.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQW4ITuHAaI2OQff1exU0kAIQQ6BPZLO { top:14.1875rem;left:16.9375rem;width:30.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK { display:block; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvyzTFIQwxPydfuUnqhoNJSuF6mWH8r4 { width:32.375rem;height:3.5625rem;top:7.125rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neum8ZXB7W2AZBV1LNqRTulMQNkMTnFA { width:20.125rem;height:4.625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { width:34.8125rem;height:1.13671875rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { width:11.125rem;height:3rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-2),1);background-image:none;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 { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpvMGDsI9ionEDn7fbhu53I25imd2h6G { width:13.3125rem;height:3.125rem;top:1.75rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b3d3eb0-f1a1-41d0-964c-e569aa589bbd/BGLPMASTERCOIP2.jpg");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;display:block; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.adaptive-delivery-prevent-bg, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyload, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyloading { background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { background-color: transparent; background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,30,76,0.81); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,30,76,0.81); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .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); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3yEGxQfLbvNa6lAJ53SCREVql2STCEu { width:20rem;height:18.9375rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDCAcoGHkfdmutKzzJ25bmhgh27Btfz { width:20rem;height:2.274575rem;top:4.206814289093rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsN4uHlQIEqth1awCug2E9uATnGp3Jrh { width:12.6248125rem;height:1.7859375rem;top:7.0551218986513rem;left:3.6870663762093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0PMGhok8wbM5z7WJdsr4fBhhPuNgxWB { width:19.9370625rem;height:4.49978125rem;top:12.403429508209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Ai7MF8mg9OSCwwr9J1m1ZtzXEAE63x { width:9.874125rem;height:1.875rem;top:18.905165195465rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #CePMs89kHhTEaX8OqwwqrL1hDMG9IVMF { width:16.5rem;height:3.125rem;top:23.75rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6IEei8qHQRIqClKDgtafoIg8tEWCwSx { display:block; }
 }@media only screen and (max-width: 763px) { #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { display:block; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKAfoHIeWTm5fPOJpyTUZK963kPgLS8C { width:15.3125rem;height:2.6003875rem;top:5.25rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceLoZvPcMqfbKltlFT57FmawxHxFWip6 { width:20rem;height:23.15625rem;top:10.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJt2rXpQHJVdT1fzS6qcxA5MtUbf97F2 { width:20rem;height:4.0546875rem;top:35.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4ZD1cUOy69wthyHu1Np3Rs0P6TdEEuB { width:5.5625rem;height:0.1875rem;top:8.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI { display:block; }#sGVErQZ8CzMW1ezlRoZb4bew5sZ6HNvI > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXkHn5AxLRGoTfMJVC9mwwGobOyM5pW5 { width:7.5rem;height:7.5rem;top:3.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP25ctM621OwZFqBTxUyimB6abi9NCAu { width:7.5rem;height:7.5rem;top:15rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvxapHeTSHS2Bc6WHtI6F8vScVIb6HHP { width:7.5rem;height:7.5rem;top:26.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLqZfqEsbBSPPIHDkvx0tINERQKvc6aA { width:12.5rem;height:1.2984375rem;top:12.4375rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOzeaxGtFNQwQNRZ72FmRH7zRXI1QcpN { width:13.8125rem;height:1.2984375rem;top:23.75rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9hrRyMUeEnRDsKQmTFNDmcVicdA1M6h { width:13.8125rem;height:1.2984375rem;top:35.0625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG { display:block; }#sMrhc5yOr7n2CuwrtITwkU6wPmTR3yNG > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUdg7S1XnxqwMikRTX3bB5HBz2XIevLd { width:20rem;height:36.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7RBgdSoqsduAsxT3a56NcfGJdSmpFkO { width:15.1875rem;height:25.8210625rem;top:8.25rem;left:1.875rem;font-size:1rem;display:block; }#w7RBgdSoqsduAsxT3a56NcfGJdSmpFkO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #AGvft3elsUsykGUIhmzcrT5Snp9SVSOE { width:16.4375rem;height:1.95rem;top:3.75rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBIEVHsw9cFqOqtlClP1ucbpogC1ozrX { width:5.5625rem;height:0.1875rem;top:6.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks0Ez58niLAPiAbRrf4Tt6GpCSKDfT2v { width:20rem;height:26.125rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFqahrulsWHtXoGRgvFhedMW17fpcnS9 { width:16rem;height:14.2335625rem;top:50.625rem;left:1.875rem;font-size:1rem;display:block; }#xFqahrulsWHtXoGRgvFhedMW17fpcnS9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #pyBIHALriH2IZdUCeehtlLdy5bnwkSBE { width:10.125rem;height:3.9rem;top:43.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHJqPIOZwB8rOV0q5KRXr6hSpf8QFGw { width:5.5625rem;height:0.1875rem;top:47.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ghVhb7TIdgiHVAOmB9A6cc0kKTfvb6 { width:20rem;height:23.8125rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWnSGXlvwiDCPF0pDIe3qUiNSKzO54Zx { width:16.0625rem;height:6.4921875rem;top:79.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0wMmd0nzc5LshSJCzfTcToffafJMHkI { width:15.25rem;height:4.95rem;top:71.75rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1tHGTnDTFSxJblE0xTrZQ1ER1x85AG2 { width:5.5625rem;height:0.1875rem;top:77.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSqEFPC2KPdV2GTwS23q5VKDotMWHcN { width:15.375rem;height:1.95rem;top:87.5rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb { display:block; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cueBlMRTSlDQdw9id37TdaQaTpE8SwJo { width:11.8125rem;height:2.6003875rem;top:2.73046875rem;left:4.0921872258186rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgResNLROmExvrQD6vWTEmZvi3XFqJCn { width:3.12421875rem;height:0.1875rem;top:5.3296871185303rem;left:8.4363277554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD { display:block; }#g6fnfTMKOyzdPNwt27sCfCPWAcVF02cD > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD2ZKkoZPgVOycm2kvVvnIWwaMfgxAiT { width:20rem;height:1.95rem;top:2.373046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuD6lrSWkVmib1VZq1EEDs2RFTg1EAmM { width:8.625rem;height:2.6003875rem;top:5.4363279342651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpksii64FpiMPKRIwKtS6263aGpJ9xZu { width:19.9980625rem;height:3.4359375rem;top:22.185933113098rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShVJbmai4wzhO7eervTAXJ3JUJQTJ0aM { display:block; }
 }@media only screen and (max-width: 763px) { #mnISNa8et12RfLGFEwSObZsFuT8eNLqA { width:10.8125rem;height:5.200775rem;top:5.4363279342651rem;left:9.1261714100837rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXoa9yg091yWPRdKxyi0DPU4XLkKVfXs { width:9.5rem;height:3.9375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEuS7zSzA2JT9cca5R0LJWd2TFbVuzbB { width:8.375rem;height:2.6003875rem;top:13.478905677796rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RA4Gis178sGEz8A9pH9yirOtA73FqxTm { width:10.5rem;height:3.9375rem;top:12.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlczhf1rLbo9NQDs4Tw6J5600ydpDg2k { width:10.5rem;height:2.6003875rem;top:13.478905677796rem;left:9.4992178082469rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BL5DiDBylBTTk4f1t78Lb8uMDKWdzklz { width:19.9980625rem;height:1.4625rem;top:17.958983421326rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWBuXDD1y4d2HiR60prbkPsQ7JyzXwtA { width:19.9980625rem;height:1.4625rem;top:26.248826980591rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT { display:none; }#sDhATqwVsxiNQn7D7NqdznKEfnUx5WIT > .row .container { width:20rem;height:55.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrrTPxM4qwgUD3HghZCaMbNKCzdZTRF2 { width:5.625rem;height:1.95rem;top:2.3125rem;left:7.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQpfZqT0I1x2En6wDhTV2fHKuXTnmaID { width:12.5rem;height:2.6003875rem;top:4.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBTSzyixn010GTq28TFGpFIvGsVKB2G6 { width:10.3125rem;height:1.4625rem;top:6.875rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3y0XcxRB3U3dofqfoWC3qSmXckeZfVN { width:12.4373125rem;height:1.37460625rem;top:10.875rem;left:3.75rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4tT4bmfRdIXpJJcCK3IgO0wuVtgctpv { width:17.5rem;height:1.95rem;top:12.1875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATTeeoEixa8PzUKFCkS1gU2hs45bVCiE { width:20rem;height:3.4375rem;top:22.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqPvd5D5F6rIttTzVuxx40bD6QHZmXx { display:block; }
 }@media only screen and (max-width: 763px) { #fRrT8img6gEM67Z7kbwTOWTyRQ21KRbC { width:20rem;height:1.4625rem;top:17.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7tW7L3TvBFUkNRhnfIMWMO1nqMbhVEt { width:12.4980625rem;height:2.6003875rem;top:36.5rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2oiJGSJ4JIND3pgb9yd7wodBkgmFyQy { width:5.625rem;height:1.95rem;top:34.5625rem;left:7.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqhyhM91TPU9nOG7eV0hqRSzNHMVMGsZ { width:19.937125rem;height:1.4625rem;top:39.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TurHvfrzfl3FAKT8wD0Lxys9VVKGnaJD { width:11.8123125rem;height:1.37460625rem;top:43.125rem;left:4.0625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfVDADunHqbqViVo0ROHMETVGiwTrcRz { width:16.1875rem;height:1.95rem;top:44.4375rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvoAaVa1Q15IdenRmDLQdTgKrKztrKUR { width:20rem;height:1.4625rem;top:48.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtikc6rpES3bz9Nn81UqOrKD5z50Cu9a { width:19.9980625rem;height:3.4359375rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihbnQgeCxrNa0TWNt9cEXz6SUeEttyGg { display:block; }
 }@media only screen and (max-width: 763px) { #rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb { display:block; }#rbZTQeNqLfT90RBRW0EQU3dRgn91DRKb > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMTiZPSqcpQnTwNdQi5PwLF8Hys5MSlo { width:3.125rem;height:0.1875rem;top:7.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLzASvHCyem0c4qAOyTqKHizDwJ4Bu8T { width:15.875rem;height:2.6003875rem;top:4.25rem;left:2.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Drs2MRoDHsL03XVKtc3439kPnKTDmzSS { width:20rem;height:29.8640625rem;top:28.037109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgB2WVANiWr8uJGAQbvhlCQpB88JFK6s { width:20rem;height:20rem;top:6.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x { display:block; }#yTEv9qVXPd5zCKt6DeTu6T7VRcpoTT6x > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do6eGTDB6ecnD1InUCNSinvKG8wgmfBX { width:13.5rem;height:2.6003875rem;top:3.6875rem;left:3.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAWeUZMKvJoNyUEgrpKiJr8kkHviE6Cg { width:3.125rem;height:0.1875rem;top:6.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3WUwKPsbW30PPThfoe3z1W9PBzw47XT { width:18.811875rem;height:2.596875rem;top:10.686848640442rem;left:0.59326171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN { background-color:#0e1e4c;background-image:none;display:block; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container { background-color: transparent; background-image: none; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container > .video-iframe-container { display: none; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row > .video-iframe-container { display: none; }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .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); }#b72ixlTk2MqrcunZJ10cbTvNTfPnAnVN > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3D08gg7yn6IWL05Iig7GH8mJ4B7pDxB { width:20rem;height:4.39921875rem;top:2.9500007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GUlIQV1iZRXUGtGEToKoMEdWVz6QaTO6 { width:20rem;height:0.25rem;top:5.2625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5UemFiTQm59am1EVAVBZFcT1idCqFge { display:block; }#v5UemFiTQm59am1EVAVBZFcT1idCqFge > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfqTxNyXv9HGaRmD6pwcUseyWn0zBWRl { width:14.25rem;height:1.6253875rem;top:12.8616875rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZ0TqvLOuOXKsoTPAhQyQ2OMwcM5DqQm { width:14.25rem;height:1.6253875rem;top:32.625rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6b1ebTEAi4hRZro24ccxubzf2fIxbJf { width:14.25rem;height:1.6253875rem;top:53.75rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZiHe5aDCkHZ1UweBmsLtKOgK59bGURm { top:16.9866875rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvBAkNJ88WeN20y0uPWPsCkDNtcBKTiM { display:block; }
 }@media only screen and (max-width: 763px) { #G8NgdsRfGTLB4NE5a5uPNWlGtQQH30PC { display:flex;width:1.6875rem;height:1.6875rem;top:17.358978271484rem;left:15.510935604573rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ZPDEysWgDiwPopJ0Jbao84zaeLVm2Bz8 { top:38.375rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlqILQtd7aE25vTxUoXVNRZpmpyJ7Gcd { display:block; }
 }@media only screen and (max-width: 763px) { #B198OSFGhxI54iOreA13SCOEJtcxaF4B { display:flex;width:1.6875rem;height:1.6875rem;top:38.749215126037rem;left:15.510935604573rem; }
 }@media only screen and (max-width: 763px) { #Znb2xfo4x8P1uHVkfJD0bEx7uxOHwPK6 { top:59.5rem;left:1.9375rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkscdPwevveDIwNace2ei8r5sR4yxcCX { display:block; }
 }@media only screen and (max-width: 763px) { #CyrVXu8U3n91SRef7z1cXoP5A0EZEvwf { display:flex;width:1.6875rem;height:1.6875rem;top:58.312494277954rem;left:15.510935604573rem; }
 }@media only screen and (max-width: 763px) { #aT2A3ohcoGTL6BXOQTm2gmvCEeub88BA { width:14.25rem;height:1.6253875rem;top:14.560545921326rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDhNKDhMchhK7ACR3qBikUcUF7G0e2Bd { width:14.25rem;height:1.6253875rem;top:34.25rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzIkkKOVvJeg1ZnCH0F3T2gohsJnwOPA { width:14.25rem;height:1.6253875rem;top:55.375rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1W1uDrRgn0eANBvXuN5y3knUfCqzH9d { width:14.25rem;height:1.6253875rem;top:77.25rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKsvbPIqU5J7vDLOipkHpQszSL3hXuK0 { width:14.25rem;height:1.6253875rem;top:78.874214172362rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsa4Qw1mu1bROmlZyDeJ1MCmUDRoCux4 { top:83rem;left:1.9375rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFTikSQprHwAxQw6EtkVhploeVGhue9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0M1GpDT3o9Ln1gCChlTLAI73s1GPFad { display:flex;width:1.6875rem;height:1.6875rem;top:83.375rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #Vnc1cal5C5pOAUOUR3hNb3SQmEGSEVsQ { width:9.1875rem;height:10.2491875rem;top:0.87304496765137rem;left:5.4046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmwfSnypXIxHNAwvoITZJ1aRDbRFJiXg { width:8.5625rem;height:10.1875rem;top:21.809762954712rem;left:5.7175777554512rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKso6XXRp82mT8RQUDD3g5tOsEg7FqfX { width:8.25rem;height:10.125rem;top:42.137107849121rem;left:5.8734372258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #naeos5OqfTrhVNZRpGxtXA9qX7GL1GnX { width:8.25rem;height:9.9375rem;top:65.936714172362rem;left:5.8734372258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx { display:block; }#NtRZJWtS0q0exINVGWZTVTA9mt7o5DSx > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlXE4VMZ1JiDUXvskNZHQeLVBTDnBTQA { width:14.25rem;height:1.6253875rem;top:12.8616875rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ct6Qlvzmz5aWgSE2DAn47KKNwKKqPNUV { width:14.25rem;height:1.6253875rem;top:34.914rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoNCQXMUNFEQT26uDeSrRCBr7wIJKMDm { width:14.25rem;height:1.6253875rem;top:59.339rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgBfxJPnFrO4w8FIBW5J4nwTOK1rArLq { top:16.9866875rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgNF3mKcquu3saS08nHRhWkVgFl9t9M { display:block; }
 }@media only screen and (max-width: 763px) { #BG83pkrSE7HUmpooE793RAgqg20piSTo { display:flex;width:1.6875rem;height:1.6875rem;top:17.361326217651rem;left:15.510935604573rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #BNhsWibe2V3OhivBFN6dcsOwCrnLBnGU { top:40.664rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlltHxZmgXLPwEDyZJ3I059fyGs7aA1K { display:block; }
 }@media only screen and (max-width: 763px) { #O6SIQXdCT4V49GMFu1vSorshXK566sgO { display:flex;width:1.6875rem;height:1.6875rem;top:41.037886619568rem;left:15.510935604573rem; }
 }@media only screen and (max-width: 763px) { #fqD33A5AXcKHUt5mSC1OGD7MmiND6A76 { top:65.089rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d25DBbos2LD9xCvPgUsWtDC92u1SMqwA { display:block; }
 }@media only screen and (max-width: 763px) { #ftrLcSUIAqNFxr19R1Tgxz4M9PsyoLsJ { display:flex;width:1.6875rem;height:1.6875rem;top:65.463278770444rem;left:15.510935604573rem; }
 }@media only screen and (max-width: 763px) { #UQvpzqxLfy5LGpFCTm5JI0ukNIbgk2Kd { width:14.25rem;height:1.6253875rem;top:14.560545921326rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXk1MQFoPub7rDFBOQS3JXmCgBULQFvm { width:14.25rem;height:1.6253875rem;top:36.535544395447rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgUfEyRST8ZLisUTddgXv1E8IWsbD7Mw { width:14.25rem;height:1.6253875rem;top:60.960936546326rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzTBx91L5vDhiKrdBpADofcuJBTE6hwr { display:flex;width:1.6875rem;height:1.6875rem;top:68.775756835938rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #xzHTZfrhOL6SrnkMZztDGZiUl7yW78OC { width:8.5rem;height:10.1875rem;top:2.7480506896973rem;left:5.7492182850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW6v0MncUA0nO8KBRFJX1mmC7TiPxA6s { width:8.375rem;height:9.375rem;top:23.524219512939rem;left:5.8113277554512rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiuJkoCuqfF3p4xgWqXhTKVqgtzoDCnO { width:7.75rem;height:9.375rem;top:48.774608135223rem;left:6.1242182850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu { display:block; }#DIFJUSXDTXG8OZ9TXVRFAf3W0uDT5lOu > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uohO1SQVoxI7SAB4ifnVBMlAlr9lwHNh { width:8.6875rem;height:10.362138223464rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpUMJpFbN54XwJoxbBbh5b80oLeegXi { width:14.25rem;height:1.6253875rem;top:12.8616875rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Be5pQxXXwHTqk2G1kERDE8Be8HIitnd6 { width:8.8125rem;height:10.053108821976rem;top:23.6116875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuI2WCh7RxCJEXc6iMc42QCwy3zRrHMD { width:14.25rem;height:1.6253875rem;top:34.914rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntMhvWrwTiEMBfZ7sodwFJRsbbbKJru7 { width:9.0625rem;height:10.800448211607rem;top:47.289rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTxeZK2NfiSzNE5fJbXJF0E9BCyvVUV { width:14.25rem;height:1.6253875rem;top:59.339rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeDmDeN16r7hRlPkfDVw8vDgVKx2FoRX { top:16.9866875rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCz0vTghVUTesxTTLgG0VN7sfLRmPCaV { display:block; }
 }@media only screen and (max-width: 763px) { #Leb76eflnwWDcLaDH2yEIuWuwAn95Vth { display:flex;width:1.6875rem;height:1.6875rem;top:17.361326217651rem;left:15.510935604573rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #qlPxnJnvQblHAPcX73c1fttZfdJAAaXP { top:40.664rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2FCZ7mdgXKGvafn9trMac5kd0tTtzg { display:block; }
 }@media only screen and (max-width: 763px) { #PtWIQBuFtTE0wgu0iGH4DBrapfxeB5HX { display:flex;width:1.6875rem;height:1.6875rem;top:41.037886619568rem;left:15.510935604573rem; }
 }@media only screen and (max-width: 763px) { #dvBtBQ0MUGyC7maohzA7AhZtzfoecc4r { top:65.089rem;left:1.875rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaW29LuOZgAKziGtUZ9BMF5FfzBp7oq { display:block; }
 }@media only screen and (max-width: 763px) { #CHTS7OezGnMLkVXrvCt3NE1IVznygNUS { display:flex;width:1.6875rem;height:1.6875rem;top:65.463278770444rem;left:15.510935604573rem; }
 }@media only screen and (max-width: 763px) { #NXcdqaPmaFbHFVQ0xME3CCfVbu4DbCnp { width:14.25rem;height:1.6253875rem;top:14.560545921326rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqBZkeyepkdy4ImnuwxzgJoXTGVgXy6u { width:14.25rem;height:1.6253875rem;top:36.535544395447rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpRS9Dd9frDWrdlvZs13IpNbcVBkRTTn { width:14.25rem;height:1.6253875rem;top:60.960936546326rem;left:2.8734372258186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqUwmfdHi84fIOGKvs3Z62bvqzNxcX0r { width:14.25rem;height:1.6253875rem;top:82.1875rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8IVcSU0QtdyxWxUTLTtQxRHRSQxs12Z { width:14.25rem;height:1.6253875rem;top:83.8125rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gn39e6781DFAX1IhFPKxviG0HZbv9EK9 { top:86.875rem;left:1.9375rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBuC30mDaDDURvIGIDTHFC0TAIyxIVl2 { display:block; }
 }@media only screen and (max-width: 763px) { #wdBbG2qsbG4EPJM3hXRA1UriL0hClf3a { display:flex;width:1.6875rem;height:1.6875rem;top:87.249603271488rem;left:15.510935604573rem; }
 }@media only screen and (max-width: 763px) { #sl52v1MWL3CB65ZB0yrqlULZfPhmV5an { width:8.9375rem;height:10.8125rem;top:70.387495040894rem;left:5.5300777554512rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSOcGb4WzTETx7VgwWLLTddckx20NoB { display:none; }#iWSOcGb4WzTETx7VgwWLLTddckx20NoB > .row .container { width:20rem;height:149.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vMW5DVsLDSW7IrkUtpyuGlULJUI2MiDc { width:20rem;height:40.0625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPoybA0ZOnISS5VbA8JQLen2gdIGyyFc { width:14.9375rem;height:30.652125rem;top:18.1875rem;left:1.875rem;font-size:0.9375rem;display:block; }#sPoybA0ZOnISS5VbA8JQLen2gdIGyyFc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #aPZtuK05zmuoZgFZpHlUqgIRx4zhiumO { width:16.4375rem;height:1.94965rem;top:13.6875rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uExAMhyz8Jrhh66ioKBLoK52pKkItca4 { width:5.5625rem;height:0.1875rem;top:16.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEz7WODJUmLJrKkQ73A9prFqSVmNEzJh { width:20rem;height:2.59874375rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CU1u46VzWEs39eltziWARIBkX88JghCZ { width:3.125rem;height:0.1875rem;top:7.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFhxH3z0GO4kWsggyCVTq1KG834S2Wo8 { width:20rem;height:43rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU2t91Rrz4faFqcrCrluGIzHlP90Krpn { width:16.125rem;height:33.152125rem;top:60.75rem;left:1.875rem;font-size:0.9375rem;display:block; }#pU2t91Rrz4faFqcrCrluGIzHlP90Krpn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #ZpxVAT38Fx1KoZvmQdgZC7RmeJ7PRQmQ { width:5.5625rem;height:0.1875rem;top:58.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0zvdPvyo9o7LghiTVuAeXf3U1z3CrFW { width:8.0625rem;height:1.94965rem;top:56.25rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmXsIELE20Ze6mzPgkQXQRnQUbGKZvkZ { width:20rem;height:45.1875rem;top:99.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a546nuzIGTdUUyIALzxMRg2pGiHe1bmq { width:16.125rem;height:36.148rem;top:106.25rem;left:1.875rem;font-size:1rem;display:block; }#a546nuzIGTdUUyIALzxMRg2pGiHe1bmq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89896eb9a7dcc9e769c0b94c71d638cdd3116fc5.svg); }
 }@media only screen and (max-width: 763px) { #cVMhCZxW8am0lDASGxinvqt4yysJ3gKg { width:6.4375rem;height:1.94965rem;top:101.75rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf96g58oCVr9CKenVHcIaTDtw3QCvfEi { width:5.5625rem;height:0.1875rem;top:104.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LflJTZ2bf25gku7Iup6blLoNbH1bWKxd { display:block; }#LflJTZ2bf25gku7Iup6blLoNbH1bWKxd > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRi4NEa48w8UMQ8mqttPsSCQPhopK2ow { width:12.5rem;height:2.6003875rem;top:4rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSIopsmnymfefthXOwTMNMmaNrtVWf6T { width:20rem;height:3.8953125rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFQB7VOIIBHUcLz9eylXebzNBXficlVa { width:20rem;height:1.7859375rem;top:13rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtxfAlATkTmXXhGehl7x07k9ZwN4le7k { width:20rem;height:69.4375rem;top:16.035540771484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ74UKOMR4WIIULPW65ugqSTp8yZIy2D { width:19.9991875rem;height:5.60741875rem;top:17.944524002075rem;left:0.00081249999999856rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQW4ITuHAaI2OQff1exU0kAIQQ6BPZLO { width:19.0616875rem;height:17.25rem;top:26.0074198246rem;left:0.46757811307907rem;display:block; }
 }@media only screen and (max-width: 763px) { #khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK { display:block; }#khp8dTb3Rd9Cz3TyfaqKw61pkGSlL8HK > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvyzTFIQwxPydfuUnqhoNJSuF6mWH8r4 { width:20rem;height:4.87616875rem;top:11.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #neum8ZXB7W2AZBV1LNqRTulMQNkMTnFA { width:18.25rem;height:4.1875rem;top:4.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { width:20rem;height:2.596875rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { width:2.125rem;height:2.125rem;top:8.8496125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { width:2.125rem;height:2.125rem;top:12.2246125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { width:2.125rem;height:2.125rem;top:15.5996125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { width:9.375rem;height:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
 }