.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:252,238,216;--color-primary-1:245,204,138;--color-primary-2:239,170,60;--color-primary-3:222,112,32;--color-primary-4:48,34,12;--color-secondary-0:234,245,255;--color-secondary-1:234,244,255;--color-secondary-2:59,129,197;--color-secondary-3:10,97,182;--color-secondary-4:18,65,120;--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:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 { position:relative;display:none; }#NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 { border-width: 0; border-radius: 0; }#NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 > .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; }#NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 > .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:6.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JBsANXCXsNO7DuqNG4oe9sEl2okD66Wv { 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:3.75rem;width:20.37475rem;top:1.514892578125rem;left:1.226806640625rem;overflow:hidden;display:block; }
#kJK3IJgEiJqVDO6d3sbwRL0W71RqkVVh { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.249rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.749267578125rem;left:26.099853515625rem;display:block; }
#uVQOoaDvDPLqaQrZNpW2lVgh887HyRiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgmCaioB48kFGub5vxOR9LVyIhbz3VLO { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.749267578125rem;left:36.973876953125rem;display:block; }
#qhgCqtlyntJFobs7FvuobzzboH0KoOVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tu7L6zbPEiaWhFIvVaHv9KMUrhlRilDp { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.24925rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.749267578125rem;left:51.158447265625rem;display:block; }
#LqnocuXrWNKXpG9LEteVTiw1kpoEymE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1JlXX0q39b8cNxyh2CnPSqzltPxXp2C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.1870125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.37451171875rem;left:61.1865234375rem;display:block; }
#qgQswEwei1vdfGAW6eSuJqdaLFoUyJHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxNrNuAkednpCNAbSZtObRhVs8o4wAua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f3c02aff-3be9-47c6-889c-1ba228cef623/Rectangle3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hxNrNuAkednpCNAbSZtObRhVs8o4wAua.adaptive-delivery-prevent-bg, #hxNrNuAkednpCNAbSZtObRhVs8o4wAua.lazyload, #hxNrNuAkednpCNAbSZtObRhVs8o4wAua.lazyloading { background-image: none; }#hxNrNuAkednpCNAbSZtObRhVs8o4wAua > .row .container { border-width: 0; border-radius: 0; }#hxNrNuAkednpCNAbSZtObRhVs8o4wAua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxNrNuAkednpCNAbSZtObRhVs8o4wAua > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:none; }#Qw7FgdQIrnz57SKuCV6oNTmkBbOE18oL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.874375rem;height:4.18728125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.256945133209rem;left:0.68684959411619rem;display:block; }
#nu5XW2D522Z1pZKG9fOJnNeXrLgXOGpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzpGDyGLG27HcH4wnq45OPAAMefHz1wQ { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7939453125rem;left:0rem;height:8.7744375rem;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; }
#urQUz3QDbdDOWlTuXLu1a9ppeVWvm0KO { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.8623046875rem;left:0rem;height:8.7695rem;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;overflow:hidden;display:block; }
#n1falw5t3NUokWiV04UGgBg9iJDd9Qfi { position:absolute;display:block;z-index:15012;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:6.311875rem;width:20.625rem;top:13.4375rem;left:39.125rem;overflow:hidden;display:block; }
#Qs1hbJa8anOlMse7PfsLKRGxQN6lA6p9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:45rem;height:1.9494625rem;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;overflow:hidden;display:block; }
#rL31r4lUX1uK56FJ9gheENch4yJdLR2h { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.749375rem;width:34.561625rem;top:2.6855473518372rem;left:37.874353408814rem;overflow:hidden;display:block; }
#MZ3xdKlUKJ8xKBfPzMWXRszyIeNRNJGy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:45rem;height:2.2753875rem;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;overflow:hidden;display:block; }
#qSzC58wrAIK5Vn6VoPMp9E8PfTEyhxaL { position:absolute;display:block;z-index:15013;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:6.25rem;width:13.4375rem;top:25.125rem;left:61.5625rem;overflow:hidden;display:block; }
#wzkgV7qi8ADn5yKBgGFLKgooGnKTwLCL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.9375rem;left:67.5rem;height:1.9494625rem;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;overflow:hidden;display:block; }
#HfBB8oCKHsvuoPsRq9UUQkg26ZOPOq0g { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.875rem;left:67.6875rem;height:2.2753875rem;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;overflow:hidden;display:block; }
#UEcmXLT6zGXwFUoigSsNSHINZyFbGtVo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.56396484375rem;left:44.124755859375rem;height:1.9494625rem;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;overflow:hidden;display:block; }
#c8D5xmkTPiICDJohRXTqWv3zbTTk07lS { box-sizing:content-box;height:4.56176875rem;width:20.49925rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceed8', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceed8', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.749267578125rem;left:43.6865234375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KdPDfXaBFUaumgV7AAzFeyTWtofRaSBP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.25rem;left:44.4365234375rem;height:1.21875rem;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;overflow:hidden;display:block; }
#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S { position:relative;display:block; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S { background-color: transparent; background-image: none; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .row .container > .video-iframe-container { display: none; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .row > .video-iframe-container { display: none; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .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); }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S { border-width: 0; border-radius: 0; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .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; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .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:6.9375rem;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; }#iA8LxKdGTL6chh5R0r6oHdGawV7SUJ5S { 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:3.75rem;width:20.37475rem;top:1.514892578125rem;left:1.226806640625rem;overflow:hidden;display:block; }
#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f3c02aff-3be9-47c6-889c-1ba228cef623/Rectangle3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0.adaptive-delivery-prevent-bg, #n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0.lazyload, #n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0.lazyloading { background-image: none; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row .container { background-color: transparent; background-image: none; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row .container > .video-iframe-container { display: none; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row > .video-iframe-container { display: none; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .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); }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row .container { border-width: 0; border-radius: 0; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#sv4fh7Re8nKLxGhRwBzgHHGN1o4kCzmT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:4.1870125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.156005859375rem;left:0.872802734375rem;display:block; }
#IuMot7W2H4e4ZGoCl0XRdb3glCOl9MZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQwJTvcx4BJIaKOEMNnGldURAHbzqTOC { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1064453125rem;left:0rem;height:8.775rem;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; }
#XVAqHKedxceoygrGSbtJTIUixmMTJpL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4296875rem;left:0rem;height:6.09375rem;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;overflow:hidden;display:block; }
#pQ9NxIGgqMfofxJ4mDRBqeLHxqLN0DSk { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:19.56175rem;top:14.561767578125rem;left:37.95166015625rem;overflow:hidden;display:block; }
#XL3UJvawAsMyShqUGkGUqVueokokZxS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.4296875rem;left:44.124755859375rem;height:1.625rem;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;overflow:hidden;display:block; }
#TLwgA03fZBJRPV4TBkyTsUQMBFT2hl4s { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:31.0625rem;top:2.75rem;left:39.6875rem;overflow:hidden;display:block; }
#adUNQotQ8fKklcGgSlfrCCUhU9g8wozG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.79736328125rem;left:44.4375rem;height:2.275rem;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;overflow:hidden;display:block; }
#Kyx2CcS8SCHJurXL7VSywclVRC5xa8T4 { position:absolute;display:block;z-index:15013;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:6.25rem;width:13.4375rem;top:25.125rem;left:61.5625rem;overflow:hidden;display:block; }
#BblSMBz8ombDcfuL8iwEG1SNFoBfNpq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.156005859375rem;left:67.498779296875rem;height:1.625rem;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;overflow:hidden;display:block; }
#wLPvQ05Ah07RRqm4PxTgv3EITsrT4q8v { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.875rem;left:67.6875rem;height:2.275rem;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;overflow:hidden;display:block; }
#PifFaDMJFmVS4asIUADMFk0cahC3pTzV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.56396484375rem;left:44.124755859375rem;height:1.95rem;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;overflow:hidden;display:block; }
#Cht6xXSlRSClTnJhAXML3PTczb9oNmwR { box-sizing:content-box;height:4.5625rem;width:20.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceed8', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceed8', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #fceed8, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.875rem;left:43.123046875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#royCpogV4rStme2K4KN4EsAQ54f1bCll { color:rgba(var(--color-tertiary-4),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:0.1875rem;left:44.124755859375rem;height:1.21875rem;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;overflow:hidden;display:none; }
#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS { position:relative;display:block; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS { background-color: transparent; background-image: none; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .row .container > .video-iframe-container { display: none; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .row > .video-iframe-container { display: none; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .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); }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS { border-width: 0; border-radius: 0; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .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; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .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:61.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CHdFDSArRKIcfpf5vdmqIcTEhzm6CdAQ { color:#255184;display:block;width:40.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.375rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#BKgmcl5gKT94dcxgWB4eTHE6AhPOx3F8 { color:#255184;display:block;width:63.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:5.4375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnitUKOLyQn1h5MeQM4H8M4HrQ6NZpV3 { position:absolute;display:block;z-index:15002;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:33.186875rem;top:15.0625rem;left:20.75rem;display:block; }
#hJL1cI3Tr1Go7XxDzqPfwftyF2HUh70x { box-sizing:content-box;height:26.5625rem;width:42rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.9375rem;left:30.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#QOrsv6bqT8VfT4616nzpsAkgQyyp9QTJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:30.874rem;width:27.4365rem;top:15.6875rem;left:1.125rem;overflow:hidden;display:block; }
#xzUdCpGNe6fMLDtGkqnFIPTTK67exHxK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.24925rem;height:4.1870125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:50.4375rem;left:25.25rem;display:block; }
#xwL7IRo0KD2RxwgMQn1cfhX7XyO2QbTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdlqIOwFmleW8g99wV8blWeUIBPN8PnE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:0.1875rem;left:44.124755859375rem;height:1.21875rem;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;overflow:hidden;display:block; }
#T4eS6MTfVJitUpwNpnAJqMAbIKBTvSBl { color:#255184;display:block;width:40.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.375rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#SWPFy8T29DhGbpd7giAd8nXaxcpJSSia { color:#255184;display:block;width:40.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.6875rem;left:32.25rem;height:17.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qhfrnLUtg6UT0tuUIIBgBJRbT4oVNmlf { color:#255184;display:block;width:40.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.375rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw { 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; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container { background-color: transparent; background-image: none; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container > .video-iframe-container { display: none; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row > .video-iframe-container { display: none; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .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); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container { border-width: 0; border-radius: 0; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#LE6NZ5qAwQLGMiuwVKXqhmIdrpCqS1Pv { color:#255184;display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.832248687744rem;left:1.1796875rem;height:20.425rem;overflow:hidden;display:block; }#LE6NZ5qAwQLGMiuwVKXqhmIdrpCqS1Pv li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LE6NZ5qAwQLGMiuwVKXqhmIdrpCqS1Pv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/289e6c84-5c62-441b-ab3b-bee73705e844/list.png); }
#iEAOiHiEQiN9kaBmizDgBc4BPBUZNFT2 { box-sizing:content-box;height:25.6875rem;width:40.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.652099609375rem;left:0.30517578125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#P4LncgTrKbITXGhizzLWLsB3mm1L6BSq { color:#255184;display:block;width:63.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:5.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9UVobAaZgCKep7T0adhH86AmVDq7aeV { position:absolute;display:block;z-index:15004;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:33.186875rem;top:6.9375rem;left:20.875rem;display:block; }
#vKxv7KFxxLJZQTd9i03kehfWMK6ElD7g { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:32.1875rem;top:9.6044921875rem;left:42.653503004261rem;overflow:hidden;display:block; }
#xW2xu6DJHS1MmMvFFJede3JfC0q1NXka { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2480625rem;height:4.1870125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39.9365234375rem;left:25.374755859375rem;display:block; }
#x6vKMSZJl13l2epRP0SPwU3fv1LQf7Iy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#093a74;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; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row .container { background-color: transparent; background-image: none; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row .container > .video-iframe-container { display: none; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row > .video-iframe-container { display: none; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .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); }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row .container { border-width: 0; border-radius: 0; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#SKhTmWHNgTyHWoTLIeZac9dIs51Dw0V4 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:30.25rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6Dp7mg8SOdvUhGK6goISow3vDbc2yqN { color:#e5e7ea;display:block;width:32.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:30.25rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CHLaq3krIg5VTnxPkuDs9pAOGosH9R0I { color:#e7eaed;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.330078125rem;left:30.25rem;height:11.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G2wspXbkfpTBO7c43qSpbnWekZRiiP3N { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.4360625rem;top:18.935546875rem;left:0rem;overflow:hidden;display:block; }
#agOhb293CrkgTOuT5UqDL9OE8c9pRpuP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:22.5rem;width:23.62425rem;top:2.7490234375rem;left:3.2763671875rem;overflow:hidden;display:block; }
#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P { position:relative;display:block; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P { background-color: transparent; background-image: none; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .row .container > .video-iframe-container { display: none; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .row > .video-iframe-container { display: none; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .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); }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P { border-width: 0; border-radius: 0; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .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; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .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:46.5rem;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; }#cfvNyKnbTJVQg7PFCFu7eT8H8BfsQcfg { box-sizing:content-box;height:30.125rem;width:17.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:11.1875rem;left:56.375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wxwNEe2G0yGvbTPOAPahWL15cxpz6JpA { color:#202020;display:block;width:16.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:24.92431640625rem;left:57.171630859375rem;height:11.7rem;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;text-align:left;text-align-last:left;display:block; }
#L6wMlD7rxLcr6wJ76kObTtvXVP3gqJH6 { box-sizing:content-box;height:30.125rem;width:17.8125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:11.1875rem;left:37.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GdqaaSRZ9cKSE02BlWbmIZ09o8iG5Kfp { color:#202020;display:block;width:16.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:24.92431640625rem;left:38.421630859375rem;height:10.4rem;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;text-align:left;text-align-last:left;display:block; }
#bfv9illCEWwLX80xMmmcqplVWebiD7ZB { box-sizing:content-box;height:30.125rem;width:17.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:11.1875rem;left:18.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FG5d0ns3J6Jl3OWTbdt9JcH6VRCgZqyv { color:#202020;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:24.92431640625rem;left:19.421630859375rem;height:10.4rem;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;text-align:left;text-align-last:left;display:block; }
#ghwnLHGfvKFLoxeSWKJNv56dGudqir4p { color:#1c3183;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.0625rem;left:19.625rem;height:1.95rem;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;text-align:left;text-align-last:left;display:block; }
#iJ2GHZq5C0VrD2X4PqVS1D6Zhe2L1q4M { color:#1c3183;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.0625rem;left:38.375rem;height:1.95rem;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;text-align:left;text-align-last:left;display:block; }
#mBQ2W4CuGgquTBzwNCbUikdPiSiHxWuQ { color:#1c3183;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:21.0625rem;left:57.125rem;height:1.95rem;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;text-align:left;text-align-last:left;display:block; }
#iAVOK6LZNMhCOSJZGmka4O0dEEuVWSlw { box-sizing:content-box;height:30.125rem;width:17.8125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:11.1875rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Co6Ja54A155G3TFyO7MoxvGCwTZ4iZcG { color:#1c3183;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.8125rem;height:1.95rem;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;text-align:left;text-align-last:left;display:block; }
#QwKMOMuGfyitu8ku68aCFfuFa4ieHQhq { color:#202020;display:block;width:16.372625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:24.925133466721rem;left:0.7888469696045rem;height:7.8rem;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;text-align:left;text-align-last:left;display:block; }
#NpwnrEhvO3bLZBilpcBT9eb8ZJxQUCOM { position:absolute;display:block;z-index:15006;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:33.186875rem;top:9.0625rem;left:20.875rem;display:block; }
#ydSDXlh58NqMdkyh4n9fvbcTZacGup4b { color:#255184;display:block;width:63.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8736991882324rem;left:5.5620670318604rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nw8OExhThaxdefVkzPTbAmZ06dbXJLAF { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4365rem;width:7.749rem;top:11.1865234375rem;left:4.334716796875rem;overflow:hidden;display:block; }
#TTeD2WUikbPT8SH9vvqNTcKKPkrsPTgA { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4365rem;width:7.749rem;top:11.1865234375rem;left:23.935546875rem;overflow:hidden;display:block; }
#RcCfOWQ6WCozW9ZRr4iaMKn2oPQ9b3R7 { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4365rem;width:7.749rem;top:11.1865234375rem;left:61.763916015625rem;overflow:hidden;display:block; }
#dksO5y0mL9dInxsJBwFrFfTDpChqkbJO { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4365rem;width:7.749rem;top:11.1865234375rem;left:42.733154296875rem;overflow:hidden;display:block; }
#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq { 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; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row .container { background-color: transparent; background-image: none; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row .container > .video-iframe-container { display: none; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row > .video-iframe-container { display: none; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .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); }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row .container { border-width: 0; border-radius: 0; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row .container { font-size:0.875rem;font-family:"open sans";height:64.875rem;width:75rem;position:relative;display:block; }#G982NoeVzOCMmIS6TSmDqvPrycL5XEAP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:44.4375rem;width:38.625rem;top:13.3125rem;left:18.125rem;display:block; }
#nyXb5HJx4UHggPAvTWvqaFnMTDSPLuuG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.625rem;left:20.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pJfuUtaFdFUQqcFG0WskK5OaAtKG6kux { display:block;width:33.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:15.5615234375rem;left:20.718994140625rem;height:2.0996125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#veEWyw428vxpzAt4nM4FPfuReeh5Lofq { position:absolute;z-index:15010;top:23.875rem;left:20.75rem;width:33.5rem;height:24.8125rem;display:block; }
#MLnt5y3phhRgAii5f09CpbFBbM4WJ9xP { color:#255184;display:block;width:63.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.873779296875rem;left:6.590576171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPfn3rVy2TToSt03Hb8nPPbs6sEsMPKQ { position:absolute;display:block;z-index:15008;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:33.186875rem;top:9.9375rem;left:21.9375rem;display:block; }
#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fbfe;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; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row .container { background-color: transparent; background-image: none; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row .container > .video-iframe-container { display: none; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row > .video-iframe-container { display: none; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .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); }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row .container { border-width: 0; border-radius: 0; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#UZmLKMWgNwDn5BlsvhPFSrnuBCg82IEH { 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:3.75rem;width:12.875rem;top:1.84375rem;left:2.5rem;overflow:hidden;display:block; }
#uNux7S84TCJXrXgb2Zv0I0Nzpcyv8Tme { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:2.75rem;left:21.21875rem;height:1.5rem;display:block; }
#m1RTtfDXLRUhhxySuEwPXecAlOz1t8tb { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.75rem;left:36.90625rem;height:1.5rem;display:block; }
#WedXyHETsMeOMrMKSNzmazgyNDRhqOWH { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:2.75rem;left:50.09375rem;height:1.5rem;display:block; }
#wem5I0r4gCs7KfOUMZxUpU0nFhe4xKac { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.9375rem;top:2.1875rem;left:61.40625rem;overflow:hidden;display:block; }
#tvum5H3w6nxhkF4z1BPDSvV3brJ9t2rf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.9375rem;top:2.1875rem;left:64.15625rem;overflow:hidden;display:block; }
#nNeNE57GQE5SWUl91A7LFVUSsnuyGlAR { position:absolute;display:block;z-index:15023;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:2rem;width:1.9375rem;top:2.1875rem;left:67.03125rem;overflow:hidden;display:block; }
#zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh { position:relative;display:none; }#zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh { border-width: 0; border-radius: 0; }#zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh > .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; }#zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh > .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:151.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l4rF3CeorslPek950JCRqKiPstAwGs5Z { color:#255184;display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.460416793823rem;left:4.34375rem;height:12.9980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SaFRAHVG58tNd6V2HgStuHeH4ezaGZ65 { color:#255184;display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:129.74687576294rem;left:6rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TKn4ZnzHkSkZpz4my3LSIKwKDNprvxDE { color:#255184;display:block;width:66.3125rem;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:2.6645832061767rem;left:4.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdTJfOOZHuOLpUT0ssc2x6QHkXFyQTAO { color:#255184;display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:92.5rem;left:5.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#stnMbrtLwyV0gWKCTUUMc6btotuALcxq { position:absolute;display:block;z-index:15002;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.1875rem;top:6.5708332061769rem;left:20.90625rem;display:block; }
#l9X3GJToU2T8WxzlpvTViFyo2XSnqdBS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:142.49687576294rem;left:24.46875rem;display:block; }
#KAlQxfIUSzpysVFWMagFZdtnCvxLLsPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHgS15PSOhsD7EkEAoIIReiJE0ziA6ia { box-sizing:content-box;height:16.625rem;width:42.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.5854167938231rem;left:3.15625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#twFpiZ3zOusnf8e43hcHtENqIBQL6A0X { box-sizing:content-box;height:15.125rem;width:40.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.25rem;left:31.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#hQfU1QtwXb0X6sxaT3xP5fzpX8oh1KVO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:12.375rem;width:18.75rem;top:11.772916793823rem;left:52.21875rem;overflow:hidden;display:block; }
#o5fC04ThcsED8UJuZO3uJIsu67KGkVs7 { color:#255184;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.5rem;left:32.5rem;height:12.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAoGtF1SQh6Li77T9q0UrHDF4yTuGkiP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11rem;width:11rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:32.6875rem;left:12.40625rem; }
#m9879SGeTFIxK8OJ0yOCWNSKlzgPr7ZD { box-sizing:content-box;height:15.5625rem;width:40.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.5625rem;left:4.03125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#SsTxILAU3NU56qq8AxmaxkMGmWX62ze1 { color:#255184;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.90625rem;left:5.3125rem;height:12.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kriib7flT9mLSx6my3RdENJoTVK5SbW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.875rem;width:9.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:54.46875rem;left:55.3125rem; }
#XUyBJNAxzT4IVJQplBIt4ZiOebIsHzEG { box-sizing:content-box;height:12.9375rem;width:40.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:72.78125rem;left:29.90625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#QZ7Pl5gblrDkUfK6V5zTdFEpqha4AiCb { color:#255184;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:74.4375rem;left:31.28125rem;height:9.7485375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x24XZPOdQWsZumEvh5S9glKdOSH1CLMF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:74.03125rem;left:11.25rem; }
#SDPq9AvhFMq5qdzlT8rXVHqXRIM6h0mC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.9375rem;width:9.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:93.21875rem;left:55.28125rem; }
#fxUIulnMLAoriLTcfQJHpDICzqJxqGAp { box-sizing:content-box;height:12.9375rem;width:40.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:91.4375rem;left:4.03125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#UkQnaQt3a84xHp4BmrCV402a5DvERk1b { color:#255184;display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:110.78125rem;left:31.28125rem;height:11.3733125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pD4dHZcIIRklaVnVmTr3UZTQmTQT2ppm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:111.46875rem;left:12.90625rem; }
#iJOHMJddE6r7NFezW2iw2dCR05mqONIG { box-sizing:content-box;height:12.9375rem;width:40.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:109.9375rem;left:29.90625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#d3lVseXTBMg6y31qtQoTQkgIdBTH1wkT { box-sizing:content-box;height:10.0625rem;width:40.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:128.12187576294rem;left:4.34375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#xKvxTERPrpm9Mpl6lncbn6Z8PeSr3Dll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:129.74687576294rem;left:55.84375rem; }
#ulNczHBiC3CldznTlQBCcUAcHrbTulMg { position:relative;display:none; }#ulNczHBiC3CldznTlQBCcUAcHrbTulMg { border-width: 0; border-radius: 0; }#ulNczHBiC3CldznTlQBCcUAcHrbTulMg > .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; }#ulNczHBiC3CldznTlQBCcUAcHrbTulMg > .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:96.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hGBc8mWkZADCu6k2gcCFOvog8LQ3lTVk { color:rgba(var(--color-primary-2),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.227083206177rem;left:20.25rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGWluCt5JMhceReCC10fotBhHA1DJTp9 { color:#255184;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.329166412354rem;left:5.53125rem;height:14.6228125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lq3Tt5oXghR5aglAwW97g4K0ShJu6GXP { color:rgba(var(--color-primary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.352085113526rem;left:22.78125rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBGFCH8Nt62B8MamIDkvTO6ooDuXrLod { color:#255184;display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.170833587646rem;left:32.0625rem;height:9.7485625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XyiJzRtlwAAhpnnd1p826ublQXqGcT1d { color:rgba(var(--color-primary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:64.227081298825rem;left:22.78125rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD9kRZ6KUtJZBeEFNZVwxWq4A2T4s3q9 { color:#255184;display:block;width:66.3125rem;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:1.4770846366882rem;left:4.34375rem;height:5.36376875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNDqDESNaLkdX1cTJ6pvp6TGpgh8SSyw { color:#255184;display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:71.472919464112rem;left:4.46875rem;height:9.7485625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wZb4iweTazR4LuPq22vW1iFh8FAG8dVs { position:absolute;display:block;z-index:15002;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.1875rem;top:7.8833312988281rem;left:20.90625rem;display:block; }
#nDQqCep859Lt6NSK4npCM1kAXbickShV { color:#255184;display:block;width:66.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4145812988281rem;left:4.34375rem;height:2.2753875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT5OkUTRwIEfSNWIxD1RsnfyAsHRpsUT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:90.5rem;left:24.46875rem;display:block; }
#srhtIZ8uZ4mTRNXvKIBRNtbATL9pWotm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATduxmb71b2WyVG3ixsFCcGKxoWQVFoO { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid #255184;border-left:0.1875rem solid #255184;border-right:0.1875rem solid #255184;border-bottom:0.1875rem solid #255184;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.8125rem;width:21.6875rem;top:19.477085113526rem;left:46.637500762939rem;overflow:hidden;display:block; }
#VTWOoJOMfHbHnyb3OmTGkhTtCd2XmhXs { position:absolute;display:block;z-index:15013;border-top:0.1875rem solid #255184;border-left:0.1875rem solid #255184;border-right:0.1875rem solid #255184;border-bottom:0.1875rem solid #255184;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:13.0625rem;width:21.25rem;top:46.375rem;left:5.53125rem;overflow:hidden;display:block; }
#IBgurwyH78Hy6WTJzbKx0hEcWyUlsF6l { position:absolute;display:block;z-index:15014;border-top:0.1875rem solid #255184;border-left:0.1875rem solid #255184;border-right:0.1875rem solid #255184;border-bottom:0.1875rem solid #255184;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.125rem;width:21.4375rem;top:69.552082061769rem;left:47.496875762939rem;overflow:hidden;display:block; }
#LeWIqHkCWJozSIpQX9ZopoyaTRhOB2fL { box-sizing:content-box;height:17.5rem;width:38.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.91562461853rem;left:3.90625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#cnyiGyLXgml6mywyTqv7Uc9ibbKou8uD { box-sizing:content-box;height:12.0625rem;width:39.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.882291793823rem;left:31.336456298828rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#LVKmKeSUcOzpbbCrJMdwbf6AIr5NgMXT { box-sizing:content-box;height:13.3125rem;width:39.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:69.621875762938rem;left:2.7739582061767rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #255184;border-left:0.0625rem solid #255184;border-right:0.0625rem solid #255184;border-bottom:0.0625rem solid #255184;display:block; }
#Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx.adaptive-delivery-prevent-bg, #Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx.lazyload, #Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx.lazyloading { background-image: none; }#Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx > .row .container { border-width: 0; border-radius: 0; }#Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:none; }#UVUJ5TyM4HcQCtt2px4bh6UL2ODuZvDC { 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:19.3125rem;width:14rem;top:3.59375rem;left:11.75rem;overflow:hidden;display:block; }
#VfLIemH6gFQu1xIaP7qtrIDV3c3GUgPz { color:#255184;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:38.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rlMtfet4SK0L2upOU62sv76mpc076Av7 { position:absolute;display:block;z-index:15002;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.1875rem;top:7.8520889282225rem;left:38.625rem;display:block; }
#GR3xwGq4TAzBEhiy3rzXL269ovEEEfrn { color:#e89331;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.36979675293rem;left:38.5rem;height:15.4980625rem;overflow:hidden;display:block; }#GR3xwGq4TAzBEhiy3rzXL269ovEEEfrn li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#GR3xwGq4TAzBEhiy3rzXL269ovEEEfrn li:before{  }
#ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs.adaptive-delivery-prevent-bg, #ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs.lazyload, #ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs.lazyloading { background-image: none; }#ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs > .row .container { border-width: 0; border-radius: 0; }#ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:none; }#ZlDSAbNc0t0CBDibz6ekibOcSTCwsS9c { color:#255184;display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:1.5625rem;height:2.2753875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hDxXoGktCQnypGOZ4ZSAsdglWUVzGkre { 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:28.375rem;width:28.375rem;top:0rem;left:42.0625rem;overflow:hidden;display:block; }
#PqxNeaQc6QMOwPwiDqt4iIQJIQLKex6A { color:#e89331;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.65625rem;left:1.5625rem;height:12.6233125rem;overflow:hidden;display:block; }#PqxNeaQc6QMOwPwiDqt4iIQJIQLKex6A li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#PqxNeaQc6QMOwPwiDqt4iIQJIQLKex6A li:before{  }
#OULKxLgPxa3wLTkgyo28V3PUaEVVD8sS { position:absolute;display:block;z-index:15003;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:33.1875rem;top:8.4375rem;left:0.0010414123535156rem;display:block; }
#CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx.adaptive-delivery-prevent-bg, #CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx.lazyload, #CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx.lazyloading { background-image: none; }#CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx > .row .container { border-width: 0; border-radius: 0; }#CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:none; }#A6kNAoDDGIpQlt0kWbcmpTqRatdVb7oi { 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:19.3125rem;width:34.5625rem;top:7.8520832061769rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#tJpGeqt5lR0qg7GletQGGbOIsBUQqG9p { color:#255184;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:38.5rem;height:4.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OVVQwPMS6HQivMxADbhqkCmz6XylsnEp { position:absolute;display:block;z-index:15002;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.1875rem;top:7.8520889282225rem;left:38.625rem;display:block; }
#kFpBbcHObSc6dGtXMLNt35dliw9J1011 { color:#e89331;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.36979675293rem;left:38.5rem;height:21.25rem;overflow:hidden;display:block; }#kFpBbcHObSc6dGtXMLNt35dliw9J1011 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#kFpBbcHObSc6dGtXMLNt35dliw9J1011 li:before{  }
#I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/49d85651-b272-4137-8eda-7f02aa2bec81/left.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y.adaptive-delivery-prevent-bg, #I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y.lazyload, #I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y.lazyloading { background-image: none; }#I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y > .row .container { border-width: 0; border-radius: 0; }#I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:none; }#MBJvLZO692MDGEpAa5pGdUyydLLhXBDM { 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:18.75rem;width:33.25rem;top:4.15625rem;left:39.625001907349rem;overflow:hidden;display:block; }
#wLP0pJXkcp26wTZV3q4TQdvJIiQiiuUx { color:#255184;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0624923706055rem;left:0.84375rem;height:4.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rJ5IXet8lkCu7iB1xyyUB6AVNvGkQ7zb { position:absolute;display:block;z-index:15002;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.1875rem;top:8.9375rem;left:0rem;display:block; }
#Ta0vH13Bm2WktSnoQhGZ0JsnJ0Tcs0Ol { color:#e89331;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.09375rem;left:0rem;height:6.125rem;overflow:hidden;display:block; }#Ta0vH13Bm2WktSnoQhGZ0JsnJ0Tcs0Ol li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ta0vH13Bm2WktSnoQhGZ0JsnJ0Tcs0Ol li:before{  }
#s4wWQ9oG5JIfWgZ98GCgw0I1oIkhxu4a { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.181250572204rem;left:24.580209732056rem;display:block; }
#rUXIe7u7LFaz6Xkxm3cy4IdLQnH4w6OT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc > .row .container { border-width: 0; border-radius: 0; }#KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:none; }#uKItkKQJpZLbxQ8qNf5HMf1nWRvw7hiF { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:17.125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf > .row .container { border-width: 0; border-radius: 0; }#ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:none; }#hu1sdU30ASl1498HJGqsos2KBWSHtldk { position:absolute;display:block;z-index:15000;height:46.25rem;width:75rem;top:0rem;left:0rem;display:none; }
#VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi { position:relative;display:none; }#VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi { border-width: 0; border-radius: 0; }#VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi > .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; }#VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nRN3qsSrNvoUU67QTlBgaaW75pTtafPv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.125rem solid #1c4167;border-left:0.125rem solid #1c4167;border-right:0.125rem solid #1c4167;border-bottom:0.125rem solid #1c4167;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.75rem;width:65.0625rem;top:3.2427062988281rem;left:4.8541679382324rem;display:block; }
#l3PrHl20J3Fv7N4fTW4SoTPGl0QMqvSK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:0.84311866760256rem;left:17.030164718628rem;height:6.5rem;text-align:left;text-align-last:left;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; }
#NyrIGcZ2mbURGsBMIBhDlrPZF9BCu6pT { position:absolute;display:block;z-index:15018;background-color:#868686;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:28.4375rem;top:12.566666603088rem;left:8.03125rem;display:block; }
#fTfTbLGEJy2aLPXHTR35HsLpw6lHiTEi { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:14.379180908203rem;left:8.03125rem;height:16.0729875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#KqzvUEgt59sCT8McsvG3XxtdZeWNMus7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:7.2739582061769rem;left:50.40625rem;height:5.35766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#wc5PRceAftpB8Noevxw6Gsc4EO9QgCwt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:14.379180908203rem;left:50.476044654846rem;height:16.0729875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#FiBBNs3bSlEtAnbdv1Ixuni1gtlDcpxl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1c4167;border-left:0.125rem solid #1c4167;border-right:0.125rem solid #1c4167;border-bottom:0.125rem solid #1c4167;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.4375rem;width:9.6875rem;top:5.8093872070312rem;left:58.78125rem;display:block; }
#QFgEpOabHe0foJfCe8XT3dHBtFB6A7DC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:7.3989582061769rem;left:59.913543701172rem;height:5.35766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#ayiCWLeKmkB42P2RemHJ43UArkzpcPIx { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:14.379166603088rem;left:61.083332061767rem;height:16.0729875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#e2mIXMx1QgZmOysvCoPhPhH0iuhKXmTl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.529167175293rem;left:24.46875rem;display:block; }
#FyqAu35Nvf5GgV2WQpzBpAsUnFnAT4VL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2a2cdc70-f996-4815-a890-4b4673da70e8/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s.adaptive-delivery-prevent-bg, #i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s.lazyload, #i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s.lazyloading { background-image: none; }#i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s > .row .container { border-width: 0; border-radius: 0; }#i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:none; }#meevw1QEzvky9gySORrblBcz2ZlCLk8n { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.625rem;border-top-right-radius:4.625rem;border-bottom-left-radius:4.625rem;border-bottom-right-radius:4.625rem;box-shadow: none;height:45.625rem;width:67.75rem;top:0rem;left:7.1875rem;display:block; }
#NIf0VMB6Z3dB56TICmTDbykDiE3VqzmK { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:31rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GW37tgv7r1ro022IM1dGTp3dQpHtVBlf { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.8125rem;left:31rem;height:;overflow:hidden;display:block; }#GW37tgv7r1ro022IM1dGTp3dQpHtVBlf li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#GW37tgv7r1ro022IM1dGTp3dQpHtVBlf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/289e6c84-5c62-441b-ab3b-bee73705e844/list.png); }
#g06hNFnG14OqTUZ8GNNJZu44WNDn3seO { position:relative;display:none; }#g06hNFnG14OqTUZ8GNNJZu44WNDn3seO { border-width: 0; border-radius: 0; }#g06hNFnG14OqTUZ8GNNJZu44WNDn3seO > .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; }#g06hNFnG14OqTUZ8GNNJZu44WNDn3seO > .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:35.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Dv50Ax4tZ4bnMchQhVzDJVhL8v43Dyfu { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.59375rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#scCCTu1Se8WllBcNcfpHVFIQBms4F7cy { 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:10.9375rem;width:10.875rem;top:8.5rem;left:4.6875rem;overflow:hidden;display:block; }
#KxS5LA9xIgPuSd5hqzakFFfLdB8OTlSK { 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:7.375rem;width:5.1875rem;top:8.5rem;left:3.25rem;overflow:hidden;display:block; }
#KxZqZuQD9zE0dT9dB5Ou1TUBfTh2Cd3R { 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:10.9375rem;width:10.875rem;top:8.5rem;left:22.6875rem;overflow:hidden;display:block; }
#T5hdC2RfHwkJr9Q942TWibCuSHRPyUXL { 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:10.9375rem;width:10.875rem;top:8.5rem;left:41.4375rem;overflow:hidden;display:block; }
#dJFomFzUugPKlct112tlbXvapd66KKhn { 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:10.9375rem;width:10.875rem;top:8.5rem;left:60.1875rem;overflow:hidden;display:block; }
#b88cUyqdZKfRbW7phHR5u9iCAE5XSk3r { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:5.4375rem;top:11.875rem;left:67.34375rem;overflow:hidden;display:block; }
#GpTOw1aROnc8CpvApo2GuQWiVJpyPqfN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.34375rem;left:8.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#m8EG1xUQLowd0zbILCkzvLHcHboXT3L0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.34375rem;left:24.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bG0vLafN7GfwAf4TTAwdIRThcWuBAxp7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.34375rem;left:43.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tPRTX9hDOFfxp7c1fpponIER7M4yiyHa { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.34375rem;left:63.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FbgZmX2tLDyCsEhWy8ATOLXF40Qnd0DG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:0.90625rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#xPUvhF7iU6yl4VA0E63DzvULQbGbz6t1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.875rem;left:20.71875rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#q5Wy0FAKREoXvLwmOcllockywNNUsLAE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.875rem;left:38.71875rem;height:7.79785rem;text-align:center;text-align-last:center;display:block; }
#HlZ40T5TiewWWWXSVgbawZek77hPxNfB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:58.375rem;height:7.79785rem;text-align:center;text-align-last:center;display:block; }
#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { border-width: 0; border-radius: 0; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:none; }#bua5T4p82JtzcuTDgeOmIa6e7O9WHIcR { 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:4.6875rem;width:15.625rem;top:1.375rem;left:2.4375rem;overflow:hidden;display:block; }
#bVZ3NR29GmrqvpJzzuAp7lG6ohuLgsKU { color:#093a73;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:2.75rem;left:21.21875rem;height:1.5rem;display:block; }
#Qeb10THTOtXcMfOGZHvKBqdWLrkyw2dT { color:#093a73;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.75rem;left:36.90625rem;height:1.5rem;display:block; }
#IVrNv94cefWW7B32LFssceDxPL1GMLya { color:#093a73;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:2.75rem;left:50.09375rem;height:1.5rem;display:block; }
#QgIMEF1fRRpahJakacf4coQt73xGJPHI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.9375rem;top:2.1875rem;left:64.15625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 { display:none; }#NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 > .row .container { width:47.75rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JBsANXCXsNO7DuqNG4oe9sEl2okD66Wv { width:20.9375rem;height:3.93676875rem;top:1.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJK3IJgEiJqVDO6d3sbwRL0W71RqkVVh { width:10.18675rem;height:3.4375rem;top:3.49853515625rem;left:25.97412109375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uVQOoaDvDPLqaQrZNpW2lVgh887HyRiK { display:block; }
 }@media only screen and (max-width: 1199px) { #fgmCaioB48kFGub5vxOR9LVyIhbz3VLO { width:13.5625rem;height:3.4375rem;top:1.6875rem;left:23.348876953125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qhgCqtlyntJFobs7FvuobzzboH0KoOVX { display:block; }
 }@media only screen and (max-width: 1199px) { #Tu7L6zbPEiaWhFIvVaHv9KMUrhlRilDp { width:9.1875rem;height:3.4375rem;top:1.6875rem;left:37.533447265625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LqnocuXrWNKXpG9LEteVTiw1kpoEymE2 { display:block; }
 }@media only screen and (max-width: 1199px) { #u1JlXX0q39b8cNxyh2CnPSqzltPxXp2C { width:20.625rem;height:4.1875rem;top:23.53125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgQswEwei1vdfGAW6eSuJqdaLFoUyJHL { display:block; }
 }@media only screen and (max-width: 1199px) { #hxNrNuAkednpCNAbSZtObRhVs8o4wAua { display:none; }#hxNrNuAkednpCNAbSZtObRhVs8o4wAua > .row .container { width:47.75rem;height:64.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Qw7FgdQIrnz57SKuCV6oNTmkBbOE18oL { width:26.0625rem;height:4.1875rem;top:58.331249237061rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nu5XW2D522Z1pZKG9fOJnNeXrLgXOGpH { display:block; }
 }@media only screen and (max-width: 1199px) { #EzpGDyGLG27HcH4wnq45OPAAMefHz1wQ { width:32.0625rem;height:11.375rem;top:8.5979166030881rem;left:0.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urQUz3QDbdDOWlTuXLu1a9ppeVWvm0KO { width:32.375rem;height:9.8875rem;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1falw5t3NUokWiV04UGgBg9iJDd9Qfi { width:20.625rem;height:6.311875rem;top:13.4375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qs1hbJa8anOlMse7PfsLKRGxQN6lA6p9 { width:32.375rem;height:9.8875rem;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rL31r4lUX1uK56FJ9gheENch4yJdLR2h { width:34.5rem;height:34.687415232935rem;top:2.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZ3xdKlUKJ8xKBfPzMWXRszyIeNRNJGy { width:32.375rem;height:9.8875rem;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSzC58wrAIK5Vn6VoPMp9E8PfTEyhxaL { width:13.4375rem;height:6.25rem;top:25.125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzkgV7qi8ADn5yKBgGFLKgooGnKTwLCL { width:32.375rem;height:9.8875rem;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HfBB8oCKHsvuoPsRq9UUQkg26ZOPOq0g { width:32.375rem;height:9.8875rem;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UEcmXLT6zGXwFUoigSsNSHINZyFbGtVo { width:32.375rem;height:9.8875rem;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8D5xmkTPiICDJohRXTqWv3zbTTk07lS { width:20.4375rem;height:4.5rem;top:31.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdPDfXaBFUaumgV7AAzFeyTWtofRaSBP { width:17.3125rem;height:1.13671875rem;top:25.6875rem;left:27.375rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S { display:block; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iA8LxKdGTL6chh5R0r6oHdGawV7SUJ5S { width:20.9375rem;height:3.93676875rem;top:1.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 { display:block; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sv4fh7Re8nKLxGhRwBzgHHGN1o4kCzmT { width:20.625rem;height:4.1875rem;top:23.53125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IuMot7W2H4e4ZGoCl0XRdb3glCOl9MZR { display:block; }
 }@media only screen and (max-width: 1199px) { #yQwJTvcx4BJIaKOEMNnGldURAHbzqTOC { width:32.0625rem;height:5.6875rem;top:3.5rem;left:0.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVAqHKedxceoygrGSbtJTIUixmMTJpL5 { width:21.5rem;height:7.71875rem;top:11.5625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQ9NxIGgqMfofxJ4mDRBqeLHxqLN0DSk { width:19.5rem;height:5.855482638312rem;top:14.5rem;left:24.32666015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XL3UJvawAsMyShqUGkGUqVueokokZxS7 { width:32.375rem;height:0;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TLwgA03fZBJRPV4TBkyTsUQMBFT2hl4s { width:23rem;height:25.6875rem;top:0rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adUNQotQ8fKklcGgSlfrCCUhU9g8wozG { width:32.375rem;height:0;top:40.193359375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kyx2CcS8SCHJurXL7VSywclVRC5xa8T4 { width:13.4375rem;height:6.25rem;top:25.125rem;left:34.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BblSMBz8ombDcfuL8iwEG1SNFoBfNpq3 { width:32.375rem;height:0;top:25.998046875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wLPvQ05Ah07RRqm4PxTgv3EITsrT4q8v { width:32.375rem;height:0;top:27.478515625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PifFaDMJFmVS4asIUADMFk0cahC3pTzV { width:11.375rem;height:1.54375rem;top:24.1875rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cht6xXSlRSClTnJhAXML3PTczb9oNmwR { width:20.4375rem;height:4rem;top:23.625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #royCpogV4rStme2K4KN4EsAQ54f1bCll { width:32.375rem;height:9.8875rem;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS { display:block; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .row .container { width:47.75rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CHdFDSArRKIcfpf5vdmqIcTEhzm6CdAQ { width:43.0625rem;height:0;top:32.4375rem;left:1.40625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BKgmcl5gKT94dcxgWB4eTHE6AhPOx3F8 { width:47.75rem;height:4.55rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnitUKOLyQn1h5MeQM4H8M4HrQ6NZpV3 { width:33.1875rem;height:0.0625rem;top:7.125rem;left:8.0177087783812rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJL1cI3Tr1Go7XxDzqPfwftyF2HUh70x { width:47.625rem;height:9.25rem;top:180.91249847412rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QOrsv6bqT8VfT4616nzpsAkgQyyp9QTJ { width:18.4375rem;height:20.75rem;top:7.125rem;left:0.736328125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzUdCpGNe6fMLDtGkqnFIPTTK67exHxK { width:26.0625rem;height:4.1875rem;top:46.3310546875rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xwL7IRo0KD2RxwgMQn1cfhX7XyO2QbTe { display:block; }
 }@media only screen and (max-width: 1199px) { #cdlqIOwFmleW8g99wV8blWeUIBPN8PnE { width:32.375rem;height:0;top:23.13125038147rem;left:0.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T4eS6MTfVJitUpwNpnAJqMAbIKBTvSBl { width:26.3125rem;height:17.875rem;top:10.0625rem;left:20.125rem;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #SWPFy8T29DhGbpd7giAd8nXaxcpJSSia { width:43.0625rem;height:0;top:30.5rem;left:2.34375rem;font-size:1.25rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 1199px) { #qhfrnLUtg6UT0tuUIIBgBJRbT4oVNmlf { width:43.0625rem;height:13rem;top:29.875rem;left:1.65625rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw { background-color:#ffffff;background-image:none;display:block; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container { background-color: transparent; background-image: none; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container > .video-iframe-container { display: none; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row > .video-iframe-container { display: none; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .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); }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container { width:47.75rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LE6NZ5qAwQLGMiuwVKXqhmIdrpCqS1Pv { width:42.5rem;height:23.75rem;top:7.375rem;left:2.625rem;font-size:1.25rem;display:block; }#LE6NZ5qAwQLGMiuwVKXqhmIdrpCqS1Pv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/289e6c84-5c62-441b-ab3b-bee73705e844/list.png); }
 }@media only screen and (max-width: 1199px) { #iEAOiHiEQiN9kaBmizDgBc4BPBUZNFT2 { width:47.625rem;height:9.25rem;top:180.91249847412rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P4LncgTrKbITXGhizzLWLsB3mm1L6BSq { width:47.75rem;height:2.2753875rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9UVobAaZgCKep7T0adhH86AmVDq7aeV { width:33.1875rem;height:0.0625rem;top:6rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKxv7KFxxLJZQTd9i03kehfWMK6ElD7g { width:33.125rem;height:25.9375rem;top:34.1875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xW2xu6DJHS1MmMvFFJede3JfC0q1NXka { width:26.0625rem;height:4.1875rem;top:64.7685546875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6vKMSZJl13l2epRP0SPwU3fv1LQf7Iy { display:block; }
 }@media only screen and (max-width: 1199px) { #FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I { display:block; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SKhTmWHNgTyHWoTLIeZac9dIs51Dw0V4 { width:24.75rem;height:2.35595625rem;top:3rem;left:17.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6Dp7mg8SOdvUhGK6goISow3vDbc2yqN { width:21.9375rem;height:1.625rem;top:5.5rem;left:17.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHLaq3krIg5VTnxPkuDs9pAOGosH9R0I { width:40.9375rem;height:10.4rem;top:14.375rem;left:4.423828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2wspXbkfpTBO7c43qSpbnWekZRiiP3N { width:10.0625rem;height:9.6875rem;top:7.5498046875rem;left:2.173828125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #agOhb293CrkgTOuT5UqDL9OE8c9pRpuP { width:10.5rem;height:10rem;top:3.01953125rem;left:4.423828125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BhzzF8bvTQVzes8qU3dOqC62W0OybF4P { display:none; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cfvNyKnbTJVQg7PFCFu7eT8H8BfsQcfg { width:17.8125rem;height:22.875rem;top:24.96875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxwNEe2G0yGvbTPOAPahWL15cxpz6JpA { width:16.6875rem;height:11.69821875rem;top:34.1484375rem;left:26.062501251698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L6wMlD7rxLcr6wJ76kObTtvXVP3gqJH6 { width:17.8125rem;height:23.3125rem;top:0rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdqaaSRZ9cKSE02BlWbmIZ09o8iG5Kfp { width:16.6875rem;height:11.69821875rem;top:34.147136688233rem;left:5.0208333134651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfv9illCEWwLX80xMmmcqplVWebiD7ZB { width:17.8125rem;height:23rem;top:24.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FG5d0ns3J6Jl3OWTbdt9JcH6VRCgZqyv { width:16.6875rem;height:12.998025rem;top:10.28515625rem;left:26.062501251698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghwnLHGfvKFLoxeSWKJNv56dGudqir4p { width:16.6875rem;height:1.625rem;top:5.1875rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJ2GHZq5C0VrD2X4PqVS1D6Zhe2L1q4M { width:16.6875rem;height:1.625rem;top:29.5625rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBQ2W4CuGgquTBzwNCbUikdPiSiHxWuQ { width:16.6875rem;height:1.625rem;top:29.5625rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAVOK6LZNMhCOSJZGmka4O0dEEuVWSlw { width:17.8125rem;height:23.375rem;top:0rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Co6Ja54A155G3TFyO7MoxvGCwTZ4iZcG { width:16.6875rem;height:1.625rem;top:5.1875rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwKMOMuGfyitu8ku68aCFfuFa4ieHQhq { width:16.6875rem;height:10.3984375rem;top:10.283855438233rem;left:5.0208333134651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpwnrEhvO3bLZBilpcBT9eb8ZJxQUCOM { width:33.1875rem;height:0.0625rem;top:7.125rem;left:8.0177087783812rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydSDXlh58NqMdkyh4n9fvbcTZacGup4b { width:47.75rem;height:2.2744125rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nw8OExhThaxdefVkzPTbAmZ06dbXJLAF { width:7.6875rem;height:7.3774801587302rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTeD2WUikbPT8SH9vvqNTcKKPkrsPTgA { width:7.6875rem;height:7.3774801587302rem;top:11.125rem;left:10.310546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcCfOWQ6WCozW9ZRr4iaMKn2oPQ9b3R7 { width:7.6875rem;height:7.3774801587302rem;top:11.125rem;left:40rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dksO5y0mL9dInxsJBwFrFfTDpChqkbJO { width:7.6875rem;height:7.3774801587302rem;top:11.125rem;left:29.108154296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1lM8BEwTzSbe2DFlSJAAWorpII4oleq { display:block; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row .container { width:47.75rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G982NoeVzOCMmIS6TSmDqvPrycL5XEAP { width:47.625rem;height:48.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyXb5HJx4UHggPAvTWvqaFnMTDSPLuuG { width:26.5rem;height:2.5996125rem;top:10.4375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJfuUtaFdFUQqcFG0WskK5OaAtKG6kux { width:28.9375rem;height:1.79980625rem;top:7.5625rem;left:9.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veEWyw428vxpzAt4nM4FPfuReeh5Lofq { width:45rem;height:13.8125rem;top:14.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLnt5y3phhRgAii5f09CpbFBbM4WJ9xP { width:47.75rem;height:4.55rem;top:3.0771484375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPfn3rVy2TToSt03Hb8nPPbs6sEsMPKQ { width:33.1875rem;height:0.0625rem;top:9.625rem;left:8.017578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tntTSsIDdMILxWoT2qK9rII4F2yrfpqR { display:block; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UZmLKMWgNwDn5BlsvhPFSrnuBCg82IEH { width:8.5rem;height:2.5625rem;top:2.53125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNux7S84TCJXrXgb2Zv0I0Nzpcyv8Tme { width:46.1875rem;height:1.5rem;top:6.375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #m1RTtfDXLRUhhxySuEwPXecAlOz1t8tb { width:46.1875rem;height:1.5rem;top:9rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WedXyHETsMeOMrMKSNzmazgyNDRhqOWH { width:46.1875rem;height:1.5rem;top:11.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wem5I0r4gCs7KfOUMZxUpU0nFhe4xKac { width:1.9375rem;height:2rem;top:14.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvum5H3w6nxhkF4z1BPDSvV3brJ9t2rf { width:1.9375rem;height:2rem;top:14.25rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNeNE57GQE5SWUl91A7LFVUSsnuyGlAR { width:1.9375rem;height:2rem;top:14.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh { display:none; }#zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh > .row .container { width:47.75rem;height:212.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #l4rF3CeorslPek950JCRqKiPstAwGs5Z { width:46.3125rem;height:11.375rem;top:11.375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SaFRAHVG58tNd6V2HgStuHeH4ezaGZ65 { width:45.625rem;height:6.5rem;top:182.15625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKn4ZnzHkSkZpz4my3LSIKwKDNprvxDE { width:47.75rem;height:4.55rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdTJfOOZHuOLpUT0ssc2x6QHkXFyQTAO { width:44.25rem;height:11.375rem;top:127.47500038147rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stnMbrtLwyV0gWKCTUUMc6btotuALcxq { width:33.1875rem;height:0.0625rem;top:7.125rem;left:8.0177087783812rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9X3GJToU2T8WxzlpvTViFyo2XSnqdBS { width:26.0625rem;height:4.1875rem;top:205.5625rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAlQxfIUSzpysVFWMagFZdtnCvxLLsPK { display:block; }
 }@media only screen and (max-width: 1199px) { #EHgS15PSOhsD7EkEAoIIReiJE0ziA6ia { width:47.625rem;height:9.25rem;top:180.91249847412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twFpiZ3zOusnf8e43hcHtENqIBQL6A0X { width:47.4375rem;height:15rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQfU1QtwXb0X6sxaT3xP5fzpX8oh1KVO { width:18.75rem;height:12.375rem;top:27.1875rem;left:15.236458778381rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5fC04ThcsED8UJuZO3uJIsu67KGkVs7 { width:44.25rem;height:11.375rem;top:44.276041984558rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAoGtF1SQh6Li77T9q0UrHDF4yTuGkiP { width:11rem;height:11rem;top:59.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9879SGeTFIxK8OJ0yOCWNSKlzgPr7ZD { width:47.4375rem;height:13.75rem;top:126.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SsTxILAU3NU56qq8AxmaxkMGmWX62ze1 { width:44.25rem;height:13rem;top:73.1875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kriib7flT9mLSx6my3RdENJoTVK5SbW0 { width:9.875rem;height:9.875rem;top:88.850000381469rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUyBJNAxzT4IVJQplBIt4ZiOebIsHzEG { width:47.4375rem;height:13.0625rem;top:153.16249847412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZ7Pl5gblrDkUfK6V5zTdFEpqha4AiCb { width:44.25rem;height:8.125rem;top:102.84999847412rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x24XZPOdQWsZumEvh5S9glKdOSH1CLMF { width:8.75rem;height:8.75rem;top:115.22500038147rem;left:20.236457824707rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDPq9AvhFMq5qdzlT8rXVHqXRIM6h0mC { width:9.9375rem;height:9.9375rem;top:141.5625rem;left:17.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fxUIulnMLAoriLTcfQJHpDICzqJxqGAp { width:47.4375rem;height:15rem;top:42.401042938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkQnaQt3a84xHp4BmrCV402a5DvERk1b { width:44.25rem;height:9.75rem;top:154.88125038147rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pD4dHZcIIRklaVnVmTr3UZTQmTQT2ppm { width:10rem;height:10rem;top:168.40625rem;left:17.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJOHMJddE6r7NFezW2iw2dCR05mqONIG { width:47.4375rem;height:10.5rem;top:101.66249847412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3lVseXTBMg6y31qtQoTQkgIdBTH1wkT { width:47.4375rem;height:15rem;top:72.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKvxTERPrpm9Mpl6lncbn6Z8PeSr3Dll { width:8.8125rem;height:8.8125rem;top:193.9375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulNczHBiC3CldznTlQBCcUAcHrbTulMg { display:none; }#ulNczHBiC3CldznTlQBCcUAcHrbTulMg > .row .container { width:47.75rem;height:128.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hGBc8mWkZADCu6k2gcCFOvog8LQ3lTVk { width:37.8125rem;height:1.95rem;top:13.47500038147rem;left:4.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGWluCt5JMhceReCC10fotBhHA1DJTp9 { width:47.6875rem;height:13rem;top:17.937503814698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lq3Tt5oXghR5aglAwW97g4K0ShJu6GXP { width:29.4375rem;height:1.95rem;top:54.951047897339rem;left:9.8927087783812rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBGFCH8Nt62B8MamIDkvTO6ooDuXrLod { width:47.75rem;height:8.125rem;top:59.494792938233rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyiJzRtlwAAhpnnd1p826ublQXqGcT1d { width:29.4375rem;height:1.95rem;top:86.957304000856rem;left:9.8927087783812rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD9kRZ6KUtJZBeEFNZVwxWq4A2T4s3q9 { width:47.75rem;height:4.55rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNDqDESNaLkdX1cTJ6pvp6TGpgh8SSyw { width:47.75rem;height:8.125rem;top:91.225012779238rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZb4iweTazR4LuPq22vW1iFh8FAG8dVs { width:33.1875rem;height:0.0625rem;top:7.125rem;left:8.0177087783812rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDQqCep859Lt6NSK4npCM1kAXbickShV { width:47.75rem;height:1.95rem;top:9.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CT5OkUTRwIEfSNWIxD1RsnfyAsHRpsUT { width:26.0625rem;height:4.1875rem;top:122.26874542236rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srhtIZ8uZ4mTRNXvKIBRNtbATL9pWotm { display:block; }
 }@media only screen and (max-width: 1199px) { #ATduxmb71b2WyVG3ixsFCcGKxoWQVFoO { width:21.6875rem;height:16.8125rem;top:34.562503814698rem;left:13.595833778381rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTWOoJOMfHbHnyb3OmTGkhTtCd2XmhXs { width:21.25rem;height:13.0625rem;top:70.526042938231rem;left:13.814583778381rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBgurwyH78Hy6WTJzbKx0hEcWyUlsF6l { width:21.4375rem;height:16.125rem;top:102.44791412354rem;left:13.720833778381rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeWIqHkCWJozSIpQX9ZopoyaTRhOB2fL { width:47.625rem;height:9.875rem;top:90.530210494994rem;left:0.001042366027832rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnyiGyLXgml6mywyTqv7Uc9ibbKou8uD { width:47.625rem;height:10.1875rem;top:58.549997329712rem;left:0.001042366027832rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVKmKeSUcOzpbbCrJMdwbf6AIr5NgMXT { width:47.4375rem;height:15rem;top:17.062503814698rem;left:0.001042366027832rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx { display:none; }#Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx > .row .container { width:47.75rem;height:40.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UVUJ5TyM4HcQCtt2px4bh6UL2ODuZvDC { width:13.625rem;height:18.75rem;top:21.374986648559rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfLIemH6gFQu1xIaP7qtrIDV3c3GUgPz { width:45.4375rem;height:1.95rem;top:2.0625rem;left:1.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rlMtfet4SK0L2upOU62sv76mpc076Av7 { width:33.1875rem;height:0.0625rem;top:5.6875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GR3xwGq4TAzBEhiy3rzXL269ovEEEfrn { width:44.0625rem;height:12.25rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }#GR3xwGq4TAzBEhiy3rzXL269ovEEEfrn li:before{  }
 }@media only screen and (max-width: 1199px) { #ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs { display:none; }#ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZlDSAbNc0t0CBDibz6ekibOcSTCwsS9c { width:43.625rem;height:1.95rem;top:1.3125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDxXoGktCQnypGOZ4ZSAsdglWUVzGkre { width:26rem;height:26rem;top:16rem;left:11rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqxNeaQc6QMOwPwiDqt4iIQJIQLKex6A { width:44.0625rem;height:11rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }#PqxNeaQc6QMOwPwiDqt4iIQJIQLKex6A li:before{  }
 }@media only screen and (max-width: 1199px) { #OULKxLgPxa3wLTkgyo28V3PUaEVVD8sS { width:33.1875rem;height:0.0625rem;top:5.125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx { display:none; }#CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx > .row .container { width:47.75rem;height:46.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A6kNAoDDGIpQlt0kWbcmpTqRatdVb7oi { width:33.25rem;height:18.75rem;top:26.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJpGeqt5lR0qg7GletQGGbOIsBUQqG9p { width:45.4375rem;height:1.95rem;top:2.0625rem;left:1.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVVQwPMS6HQivMxADbhqkCmz6XylsnEp { width:33.1875rem;height:0.0625rem;top:5.6875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFpBbcHObSc6dGtXMLNt35dliw9J1011 { width:44.0625rem;height:16.375rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }#kFpBbcHObSc6dGtXMLNt35dliw9J1011 li:before{  }
 }@media only screen and (max-width: 1199px) { #I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y { display:none; }#I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y > .row .container { width:47.75rem;height:42.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MBJvLZO692MDGEpAa5pGdUyydLLhXBDM { width:33.25rem;height:18.75rem;top:16.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLP0pJXkcp26wTZV3q4TQdvJIiQiiuUx { width:39.6875rem;height:1.95rem;top:2rem;left:4.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJ5IXet8lkCu7iB1xyyUB6AVNvGkQ7zb { width:33.1875rem;height:0.0625rem;top:5.5rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ta0vH13Bm2WktSnoQhGZ0JsnJ0Tcs0Ol { width:47.75rem;height:6.125rem;top:8rem;left:0rem;font-size:1.25rem;display:block; }#Ta0vH13Bm2WktSnoQhGZ0JsnJ0Tcs0Ol li:before{  }
 }@media only screen and (max-width: 1199px) { #s4wWQ9oG5JIfWgZ98GCgw0I1oIkhxu4a { width:26.0625rem;height:4.1875rem;top:37.331249237061rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUXIe7u7LFaz6Xkxm3cy4IdLQnH4w6OT { display:block; }
 }@media only screen and (max-width: 1199px) { #KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc { display:none; }#KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uKItkKQJpZLbxQ8qNf5HMf1nWRvw7hiF { width:40.75rem;height:1.94965rem;top:2.025390625rem;left:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf { display:none; }#ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hu1sdU30ASl1498HJGqsos2KBWSHtldk { width:47.75rem;height:30rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi { display:none; }#VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi > .row .container { width:47.75rem;height:36.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nRN3qsSrNvoUU67QTlBgaaW75pTtafPv { width:47.4375rem;height:25.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3PrHl20J3Fv7N4fTW4SoTPGl0QMqvSK { width:26.5rem;height:5.525rem;top:1.8249998092651rem;left:2.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NyrIGcZ2mbURGsBMIBhDlrPZF9BCu6pT { width:18.75rem;height:0.0625rem;top:9.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTfTbLGEJy2aLPXHTR35HsLpw6lHiTEi { width:29.75rem;height:11.7rem;top:12.249999046326rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqzvUEgt59sCT8McsvG3XxtdZeWNMus7 { width:6.875rem;height:3.9rem;top:7.35000038147rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wc5PRceAftpB8Noevxw6Gsc4EO9QgCwt { width:10.375rem;height:11.7rem;top:12.249999046326rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FiBBNs3bSlEtAnbdv1Ixuni1gtlDcpxl { width:6.9375rem;height:18.25rem;top:6.5rem;left:38rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFgEpOabHe0foJfCe8XT3dHBtFB6A7DC { width:6.4375rem;height:3.9rem;top:7.25rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ayiCWLeKmkB42P2RemHJ43UArkzpcPIx { width:11.8125rem;height:11.7rem;top:12.3125rem;left:35.750001490116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2mIXMx1QgZmOysvCoPhPhH0iuhKXmTl { width:26.0625rem;height:4.1875rem;top:29.562499046326rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyqAu35Nvf5GgV2WQpzBpAsUnFnAT4VL { display:block; }
 }@media only screen and (max-width: 1199px) { #i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s { background-color:#ffffff;background-image:none;display:none; }#i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s > .row .container { width:47.75rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #meevw1QEzvky9gySORrblBcz2ZlCLk8n { width:46.75rem;height:36.5rem;top:0.75rem;left:0.50000002980233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIf0VMB6Z3dB56TICmTDbykDiE3VqzmK { width:37.5625rem;height:1.94965rem;top:3.875rem;left:5.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GW37tgv7r1ro022IM1dGTp3dQpHtVBlf { width:42.5rem;height:;top:8.5rem;left:2.625rem;font-size:1.25rem;display:block; }#GW37tgv7r1ro022IM1dGTp3dQpHtVBlf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/289e6c84-5c62-441b-ab3b-bee73705e844/list.png); }
 }@media only screen and (max-width: 1199px) { #g06hNFnG14OqTUZ8GNNJZu44WNDn3seO { display:none; }#g06hNFnG14OqTUZ8GNNJZu44WNDn3seO > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Dv50Ax4tZ4bnMchQhVzDJVhL8v43Dyfu { width:47.75rem;height:1.94965rem;top:2rem;left:0rem;font-size:1.5rem;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; }
 }@media only screen and (max-width: 1199px) { #scCCTu1Se8WllBcNcfpHVFIQBms4F7cy { width:10.875rem;height:10.9375rem;top:6rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxS5LA9xIgPuSd5hqzakFFfLdB8OTlSK { width:3.5rem;height:5.125rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KxZqZuQD9zE0dT9dB5Ou1TUBfTh2Cd3R { width:10.875rem;height:10.9375rem;top:6rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5hdC2RfHwkJr9Q942TWibCuSHRPyUXL { width:10.875rem;height:10.9375rem;top:6rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJFomFzUugPKlct112tlbXvapd66KKhn { width:10.875rem;height:10.9375rem;top:6rem;left:36.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b88cUyqdZKfRbW7phHR5u9iCAE5XSk3r { width:3.5rem;height:4.875rem;top:11.53125rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GpTOw1aROnc8CpvApo2GuQWiVJpyPqfN { width:3.75rem;height:3.25rem;top:9.84375rem;left:4.09375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8EG1xUQLowd0zbILCkzvLHcHboXT3L0 { width:7.5625rem;height:3.25rem;top:9.8125rem;left:14.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bG0vLafN7GfwAf4TTAwdIRThcWuBAxp7 { width:6.25rem;height:3.25rem;top:9.8125rem;left:26.71875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPRTX9hDOFfxp7c1fpponIER7M4yiyHa { width:5.0625rem;height:3.25rem;top:9.8125rem;left:39.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FbgZmX2tLDyCsEhWy8ATOLXF40Qnd0DG { width:10.75rem;height:5.2rem;top:19.6875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPUvhF7iU6yl4VA0E63DzvULQbGbz6t1 { width:11.0625rem;height:3.9rem;top:19.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5Wy0FAKREoXvLwmOcllockywNNUsLAE { width:10.8125rem;height:5.2rem;top:19.6875rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlZ40T5TiewWWWXSVgbawZek77hPxNfB { width:10.5rem;height:5.2rem;top:19.6875rem;left:36.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E { display:none; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { width:47.75rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bua5T4p82JtzcuTDgeOmIa6e7O9WHIcR { width:8.75rem;height:2.625rem;top:2.03125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVZ3NR29GmrqvpJzzuAp7lG6ohuLgsKU { width:46.1875rem;height:1.5rem;top:6.375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qeb10THTOtXcMfOGZHvKBqdWLrkyw2dT { width:46.1875rem;height:1.5rem;top:9rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #IVrNv94cefWW7B32LFssceDxPL1GMLya { width:46.1875rem;height:1.5rem;top:11.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QgIMEF1fRRpahJakacf4coQt73xGJPHI { width:1.9375rem;height:2rem;top:14.25rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 { display:none; }#NRoMTJfXUDZmfuH6cX5cPK0lsP6Z9GC3 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JBsANXCXsNO7DuqNG4oe9sEl2okD66Wv { width:20rem;height:3.7916rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJK3IJgEiJqVDO6d3sbwRL0W71RqkVVh { width:10.1875rem;height:3.4375rem;top:6.29150625rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVQOoaDvDPLqaQrZNpW2lVgh887HyRiK { display:block; }
 }@media only screen and (max-width: 763px) { #fgmCaioB48kFGub5vxOR9LVyIhbz3VLO { width:13.5625rem;height:3.4375rem;top:10.97900625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhgCqtlyntJFobs7FvuobzzboH0KoOVX { display:block; }
 }@media only screen and (max-width: 763px) { #Tu7L6zbPEiaWhFIvVaHv9KMUrhlRilDp { width:9.1875rem;height:3.4375rem;top:15.66650625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqnocuXrWNKXpG9LEteVTiw1kpoEymE2 { display:block; }
 }@media only screen and (max-width: 763px) { #u1JlXX0q39b8cNxyh2CnPSqzltPxXp2C { width:12.5rem;height:4.12475625rem;top:20.35400625rem;left:3.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgQswEwei1vdfGAW6eSuJqdaLFoUyJHL { display:block; }
 }@media only screen and (max-width: 763px) { #hxNrNuAkednpCNAbSZtObRhVs8o4wAua { display:none; }#hxNrNuAkednpCNAbSZtObRhVs8o4wAua > .row .container { width:20rem;height:164.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qw7FgdQIrnz57SKuCV6oNTmkBbOE18oL { width:19rem;height:4.1875rem;top:57.89999961853rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu5XW2D522Z1pZKG9fOJnNeXrLgXOGpH { display:block; }
 }@media only screen and (max-width: 763px) { #EzpGDyGLG27HcH4wnq45OPAAMefHz1wQ { width:20rem;height:12.1875rem;top:6.27499961853rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urQUz3QDbdDOWlTuXLu1a9ppeVWvm0KO { width:20rem;height:0;top:63.337499618531rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n1falw5t3NUokWiV04UGgBg9iJDd9Qfi { width:20rem;height:6.1198181818182rem;top:140.89999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs1hbJa8anOlMse7PfsLKRGxQN6lA6p9 { width:6.875rem;height:0;top:74.462499618531rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rL31r4lUX1uK56FJ9gheENch4yJdLR2h { width:20rem;height:20.108794525552rem;top:130.08749961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3xdKlUKJ8xKBfPzMWXRszyIeNRNJGy { width:11.5625rem;height:0;top:85.587499618531rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qSzC58wrAIK5Vn6VoPMp9E8PfTEyhxaL { width:13.4375rem;height:6.25rem;top:152.58749961853rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzkgV7qi8ADn5yKBgGFLKgooGnKTwLCL { width:6.875rem;height:0;top:96.712499618531rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HfBB8oCKHsvuoPsRq9UUQkg26ZOPOq0g { width:6.5625rem;height:0;top:107.83749961853rem;left:6.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UEcmXLT6zGXwFUoigSsNSHINZyFbGtVo { width:13.25rem;height:0;top:118.96249961853rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8D5xmkTPiICDJohRXTqWv3zbTTk07lS { width:20rem;height:4.5rem;top:159.14999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdPDfXaBFUaumgV7AAzFeyTWtofRaSBP { width:18.4375rem;height:0;top:109.4580078125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S { display:block; }#WCkH5HbJWgSgRhhoRrzDJz2DnBQRJT8S > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iA8LxKdGTL6chh5R0r6oHdGawV7SUJ5S { width:20rem;height:3.7916rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 { display:block; }#n6evptgsHmcoshnLT6G7ZH8TaIqcr3y0 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sv4fh7Re8nKLxGhRwBzgHHGN1o4kCzmT { width:19rem;height:4.1875rem;top:43.9619140625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuMot7W2H4e4ZGoCl0XRdb3glCOl9MZR { display:block; }
 }@media only screen and (max-width: 763px) { #yQwJTvcx4BJIaKOEMNnGldURAHbzqTOC { width:20rem;height:7.3125rem;top:2.1494140625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVAqHKedxceoygrGSbtJTIUixmMTJpL5 { width:18.75rem;height:5.2rem;top:11.5244140625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ9NxIGgqMfofxJ4mDRBqeLHxqLN0DSk { width:20rem;height:6.1198181818182rem;top:94.634765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XL3UJvawAsMyShqUGkGUqVueokokZxS7 { width:6.875rem;height:0;top:69.7861328125rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TLwgA03fZBJRPV4TBkyTsUQMBFT2hl4s { width:17.9375rem;height:20.0625rem;top:16.7236328125rem;left:1.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #adUNQotQ8fKklcGgSlfrCCUhU9g8wozG { width:11.5625rem;height:0;top:72.3359390625rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Kyx2CcS8SCHJurXL7VSywclVRC5xa8T4 { width:13.4375rem;height:6.25rem;top:107.259765625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BblSMBz8ombDcfuL8iwEG1SNFoBfNpq3 { width:6.875rem;height:0;top:76.1855515625rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wLPvQ05Ah07RRqm4PxTgv3EITsrT4q8v { width:6.5625rem;height:0;top:78.7353578125rem;left:6.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PifFaDMJFmVS4asIUADMFk0cahC3pTzV { width:13.25rem;height:1.29980625rem;top:36.7861328125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cht6xXSlRSClTnJhAXML3PTczb9oNmwR { width:20rem;height:4.5rem;top:35.947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #royCpogV4rStme2K4KN4EsAQ54f1bCll { width:18.4375rem;height:1.13769375rem;top:38.0859375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS { display:block; }#k8geW8ThkM8DCIJbKMaPLP9nTb7B4wMS > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHdFDSArRKIcfpf5vdmqIcTEhzm6CdAQ { width:19rem;height:38.00975rem;top:32.69921875rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BKgmcl5gKT94dcxgWB4eTHE6AhPOx3F8 { width:18.625rem;height:7.8rem;top:1.25rem;left:0.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnitUKOLyQn1h5MeQM4H8M4HrQ6NZpV3 { width:20rem;height:0.125rem;top:10.297916412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJL1cI3Tr1Go7XxDzqPfwftyF2HUh70x { width:19.875rem;height:45.875rem;top:31.6455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOrsv6bqT8VfT4616nzpsAkgQyyp9QTJ { width:17.8125rem;height:20.0625rem;top:10.4228515625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzUdCpGNe6fMLDtGkqnFIPTTK67exHxK { width:19rem;height:4.125rem;top:70.4326171875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwL7IRo0KD2RxwgMQn1cfhX7XyO2QbTe { display:block; }
 }@media only screen and (max-width: 763px) { #cdlqIOwFmleW8g99wV8blWeUIBPN8PnE { width:18.4375rem;height:0;top:109.4580078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T4eS6MTfVJitUpwNpnAJqMAbIKBTvSBl { width:20rem;height:auto;top:19.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SWPFy8T29DhGbpd7giAd8nXaxcpJSSia { width:19rem;height:33.15rem;top:33.3330078125rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qhfrnLUtg6UT0tuUIIBgBJRbT4oVNmlf { width:20rem;height:auto;top:31.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw { display:block; }#gcTSBahl8aKQrVF1PKGTbTAFanGfLuEw > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE6NZ5qAwQLGMiuwVKXqhmIdrpCqS1Pv { width:18.875rem;height:34.5125rem;top:9.2916669845581rem;left:0.5625rem;font-size:1.0625rem;display:block; }#LE6NZ5qAwQLGMiuwVKXqhmIdrpCqS1Pv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/289e6c84-5c62-441b-ab3b-bee73705e844/list.png); }
 }@media only screen and (max-width: 763px) { #iEAOiHiEQiN9kaBmizDgBc4BPBUZNFT2 { width:19.875rem;height:36.6875rem;top:8.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4LncgTrKbITXGhizzLWLsB3mm1L6BSq { width:20rem;height:3.9rem;top:2.9423828125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9UVobAaZgCKep7T0adhH86AmVDq7aeV { width:20rem;height:0;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKxv7KFxxLJZQTd9i03kehfWMK6ElD7g { width:20rem;height:15.631562195726rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW2xu6DJHS1MmMvFFJede3JfC0q1NXka { width:19rem;height:4.125rem;top:68.875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6vKMSZJl13l2epRP0SPwU3fv1LQf7Iy { display:block; }
 }@media only screen and (max-width: 763px) { #FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I { display:block; }#FAUiu2e8b0b4mAJWQITF5eLsNPyEQ39I > .row .container { width:20rem;height:50.6916875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKhTmWHNgTyHWoTLIeZac9dIs51Dw0V4 { width:17.9375rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6Dp7mg8SOdvUhGK6goISow3vDbc2yqN { width:18.125rem;height:1.625rem;top:2.8359375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHLaq3krIg5VTnxPkuDs9pAOGosH9R0I { width:19.0625rem;height:22.1rem;top:5.37353515625rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2wspXbkfpTBO7c43qSpbnWekZRiiP3N { width:9.375rem;height:9.0038548918047rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agOhb293CrkgTOuT5UqDL9OE8c9pRpuP { width:20rem;height:19.048223753135rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhzzF8bvTQVzes8qU3dOqC62W0OybF4P { display:none; }#BhzzF8bvTQVzes8qU3dOqC62W0OybF4P > .row .container { width:20rem;height:167.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cfvNyKnbTJVQg7PFCFu7eT8H8BfsQcfg { width:17.8125rem;height:30.0625rem;top:102.0234375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwNEe2G0yGvbTPOAPahWL15cxpz6JpA { width:16.3125rem;height:11.69821875rem;top:111.203125rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6wMlD7rxLcr6wJ76kObTtvXVP3gqJH6 { width:17.8125rem;height:30.0625rem;top:39.1484375rem;left:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GdqaaSRZ9cKSE02BlWbmIZ09o8iG5Kfp { width:16.3125rem;height:11.69821875rem;top:79.795578002931rem;left:1.6458330154419rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfv9illCEWwLX80xMmmcqplVWebiD7ZB { width:17.8125rem;height:30.0625rem;top:70.5859375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG5d0ns3J6Jl3OWTbdt9JcH6VRCgZqyv { width:16.875rem;height:11.69821875rem;top:49.43359375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghwnLHGfvKFLoxeSWKJNv56dGudqir4p { width:16.3125rem;height:1.4619125rem;top:44.3359375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJ2GHZq5C0VrD2X4PqVS1D6Zhe2L1q4M { width:16.3125rem;height:1.4619125rem;top:75.2109375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBQ2W4CuGgquTBzwNCbUikdPiSiHxWuQ { width:16.4375rem;height:1.4619125rem;top:106.6171875rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAVOK6LZNMhCOSJZGmka4O0dEEuVWSlw { width:17.8125rem;height:30.0625rem;top:6.3984375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6Ja54A155G3TFyO7MoxvGCwTZ4iZcG { width:16.3125rem;height:1.4619125rem;top:11.5859375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwKMOMuGfyitu8ku68aCFfuFa4ieHQhq { width:16.3125rem;height:10.3984375rem;top:16.68229675293rem;left:1.6458330154419rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpwnrEhvO3bLZBilpcBT9eb8ZJxQUCOM { width:20rem;height:0;top:37.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydSDXlh58NqMdkyh4n9fvbcTZacGup4b { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nw8OExhThaxdefVkzPTbAmZ06dbXJLAF { width:7.6875rem;height:7.3774801587302rem;top:133.4919375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeD2WUikbPT8SH9vvqNTcKKPkrsPTgA { width:7.6875rem;height:7.3774801587302rem;top:142.118625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcCfOWQ6WCozW9ZRr4iaMKn2oPQ9b3R7 { width:7.6875rem;height:7.3774801587302rem;top:159.372rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dksO5y0mL9dInxsJBwFrFfTDpChqkbJO { width:7.6875rem;height:7.3774801587302rem;top:150.7453125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1lM8BEwTzSbe2DFlSJAAWorpII4oleq { display:block; }#p1lM8BEwTzSbe2DFlSJAAWorpII4oleq > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G982NoeVzOCMmIS6TSmDqvPrycL5XEAP { width:19.875rem;height:61.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyXb5HJx4UHggPAvTWvqaFnMTDSPLuuG { width:16.375rem;height:3.65625rem;top:13.5rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJfuUtaFdFUQqcFG0WskK5OaAtKG6kux { width:20rem;height:1.5rem;top:11rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veEWyw428vxpzAt4nM4FPfuReeh5Lofq { width:18.375rem;height:24.8125rem;top:18.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLnt5y3phhRgAii5f09CpbFBbM4WJ9xP { width:20rem;height:5.85rem;top:4.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPfn3rVy2TToSt03Hb8nPPbs6sEsMPKQ { width:20rem;height:0;top:61.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tntTSsIDdMILxWoT2qK9rII4F2yrfpqR { display:block; }#tntTSsIDdMILxWoT2qK9rII4F2yrfpqR > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZmLKMWgNwDn5BlsvhPFSrnuBCg82IEH { width:8.5rem;height:2.5625rem;top:1.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNux7S84TCJXrXgb2Zv0I0Nzpcyv8Tme { width:14.75rem;height:1.40625rem;top:5.125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1RTtfDXLRUhhxySuEwPXecAlOz1t8tb { width:11.5rem;height:1.40625rem;top:7.78125rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WedXyHETsMeOMrMKSNzmazgyNDRhqOWH { width:7.875rem;height:1.40625rem;top:10.4375rem;left:6.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wem5I0r4gCs7KfOUMZxUpU0nFhe4xKac { width:1.9375rem;height:2rem;top:13.09375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvum5H3w6nxhkF4z1BPDSvV3brJ9t2rf { width:1.9375rem;height:2rem;top:13.09375rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNeNE57GQE5SWUl91A7LFVUSsnuyGlAR { width:1.9375rem;height:2rem;top:13.09375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh { display:none; }#zk4DvfXKDc49Z2TLHhOPBb5JW31nWBrh > .row .container { width:20rem;height:250.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l4rF3CeorslPek950JCRqKiPstAwGs5Z { width:20rem;height:21.125rem;top:13.512499809265rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaFRAHVG58tNd6V2HgStuHeH4ezaGZ65 { width:20rem;height:11.375rem;top:219.20833206177rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKn4ZnzHkSkZpz4my3LSIKwKDNprvxDE { width:18.625rem;height:7.8rem;top:1.25rem;left:0.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdTJfOOZHuOLpUT0ssc2x6QHkXFyQTAO { width:20rem;height:19.5rem;top:153.71562480926rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stnMbrtLwyV0gWKCTUUMc6btotuALcxq { width:20rem;height:0.125rem;top:10.297916412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9X3GJToU2T8WxzlpvTViFyo2XSnqdBS { width:19rem;height:4.1875rem;top:244.11458301544rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAlQxfIUSzpysVFWMagFZdtnCvxLLsPK { display:block; }
 }@media only screen and (max-width: 763px) { #EHgS15PSOhsD7EkEAoIIReiJE0ziA6ia { width:19.875rem;height:21.3125rem;top:86.770833015444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twFpiZ3zOusnf8e43hcHtENqIBQL6A0X { width:19.875rem;height:23.5rem;top:12.177083015442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQfU1QtwXb0X6sxaT3xP5fzpX8oh1KVO { width:18.75rem;height:12.375rem;top:37.614582061767rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5fC04ThcsED8UJuZO3uJIsu67KGkVs7 { width:20rem;height:19.5rem;top:52.802083015442rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAoGtF1SQh6Li77T9q0UrHDF4yTuGkiP { display:flex;width:11rem;height:11rem;top:74.114582061769rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #m9879SGeTFIxK8OJ0yOCWNSKlzgPr7ZD { width:19.875rem;height:21.125rem;top:52.052082061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsTxILAU3NU56qq8AxmaxkMGmWX62ze1 { width:20rem;height:19.5rem;top:87.614582061769rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kriib7flT9mLSx6my3RdENJoTVK5SbW0 { display:flex;width:9.875rem;height:9.875rem;top:108.86458206177rem;left:5.0625rem; }
 }@media only screen and (max-width: 763px) { #XUyBJNAxzT4IVJQplBIt4ZiOebIsHzEG { width:19.875rem;height:12.9375rem;top:218.36458206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ7Pl5gblrDkUfK6V5zTdFEpqha4AiCb { width:20rem;height:17.875rem;top:121.02083206177rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x24XZPOdQWsZumEvh5S9glKdOSH1CLMF { display:flex;width:8.75rem;height:8.75rem;top:140.98958206177rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #SDPq9AvhFMq5qdzlT8rXVHqXRIM6h0mC { display:flex;width:9.9375rem;height:9.9375rem;top:174.61458206177rem;left:5.03125rem; }
 }@media only screen and (max-width: 763px) { #fxUIulnMLAoriLTcfQJHpDICzqJxqGAp { width:19.875rem;height:22.3125rem;top:152.17708587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkQnaQt3a84xHp4BmrCV402a5DvERk1b { width:20rem;height:17.875rem;top:186.64583206177rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pD4dHZcIIRklaVnVmTr3UZTQmTQT2ppm { display:flex;width:10rem;height:10rem;top:207.27083206177rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #iJOHMJddE6r7NFezW2iw2dCR05mqONIG { width:19.875rem;height:19.8125rem;top:119.98958206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3lVseXTBMg6y31qtQoTQkgIdBTH1wkT { width:19.875rem;height:20.3125rem;top:185.42708206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKvxTERPrpm9Mpl6lncbn6Z8PeSr3Dll { display:flex;width:8.8125rem;height:8.8125rem;top:232.58333206177rem;left:5.59375rem; }
 }@media only screen and (max-width: 763px) { #ulNczHBiC3CldznTlQBCcUAcHrbTulMg { display:none; }#ulNczHBiC3CldznTlQBCcUAcHrbTulMg > .row .container { width:20rem;height:150.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hGBc8mWkZADCu6k2gcCFOvog8LQ3lTVk { width:20rem;height:3.25rem;top:15.137500762939rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGWluCt5JMhceReCC10fotBhHA1DJTp9 { width:20rem;height:24.375rem;top:20.387502670288rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lq3Tt5oXghR5aglAwW97g4K0ShJu6GXP { width:20rem;height:3.25rem;top:64.886459350588rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBGFCH8Nt62B8MamIDkvTO6ooDuXrLod { width:20rem;height:16.25rem;top:70.2041683197rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyiJzRtlwAAhpnnd1p826ublQXqGcT1d { width:20rem;height:1.625rem;top:104.13958358764rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD9kRZ6KUtJZBeEFNZVwxWq4A2T4s3q9 { width:19.0625rem;height:7.8rem;top:1.75rem;left:0.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNDqDESNaLkdX1cTJ6pvp6TGpgh8SSyw { width:20rem;height:16.25rem;top:107.76978683472rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZb4iweTazR4LuPq22vW1iFh8FAG8dVs { width:20rem;height:0.125rem;top:10.297916412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQqCep859Lt6NSK4npCM1kAXbickShV { width:20rem;height:1.95rem;top:11.172917366028rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT5OkUTRwIEfSNWIxD1RsnfyAsHRpsUT { width:19rem;height:4.1875rem;top:144.55208206177rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srhtIZ8uZ4mTRNXvKIBRNtbATL9pWotm { display:block; }
 }@media only screen and (max-width: 763px) { #ATduxmb71b2WyVG3ixsFCcGKxoWQVFoO { width:19.625rem;height:15.213616714697rem;top:47.025001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWOoJOMfHbHnyb3OmTGkhTtCd2XmhXs { width:19.625rem;height:12.063602941176rem;top:89.332299232481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBgurwyH78Hy6WTJzbKx0hEcWyUlsF6l { width:19.625rem;height:14.76166180758rem;top:126.86458110809rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWIqHkCWJozSIpQX9ZopoyaTRhOB2fL { width:19.875rem;height:17.5rem;top:107.07499313354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnyiGyLXgml6mywyTqv7Uc9ibbKou8uD { width:19.875rem;height:18.75rem;top:69.129169464112rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVKmKeSUcOzpbbCrJMdwbf6AIr5NgMXT { width:19.875rem;height:26.9375rem;top:19.177082061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx { display:none; }#Ud5rHva2t2JBKgZBB7gdGWLn2tluA7Tx > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVUJ5TyM4HcQCtt2px4bh6UL2ODuZvDC { width:8.1875rem;height:11.25rem;top:31.859375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfLIemH6gFQu1xIaP7qtrIDV3c3GUgPz { width:19.0625rem;height:5.85rem;top:1.625rem;left:0.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlMtfet4SK0L2upOU62sv76mpc076Av7 { width:20rem;height:0.0625rem;top:8.4458332061769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3xwGq4TAzBEhiy3rzXL269ovEEEfrn { width:20rem;height:20.375rem;top:10.070833206177rem;left:0rem;font-size:1.25rem;display:block; }#GR3xwGq4TAzBEhiy3rzXL269ovEEEfrn li:before{  }
 }@media only screen and (max-width: 763px) { #ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs { display:none; }#ngBzVs0n21nUcq2ZZgyOztWqR2AKwgLs > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZlDSAbNc0t0CBDibz6ekibOcSTCwsS9c { width:19.0625rem;height:3.9rem;top:1.75rem;left:0.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDxXoGktCQnypGOZ4ZSAsdglWUVzGkre { width:15.3125rem;height:15.3125rem;top:24.6875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqxNeaQc6QMOwPwiDqt4iIQJIQLKex6A { width:20rem;height:17.5rem;top:7.125rem;left:0rem;font-size:1.25rem;display:block; }#PqxNeaQc6QMOwPwiDqt4iIQJIQLKex6A li:before{  }
 }@media only screen and (max-width: 763px) { #OULKxLgPxa3wLTkgyo28V3PUaEVVD8sS { width:20rem;height:0.125rem;top:7.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx { display:none; }#CJFDcOCeh7hbin6akQQETiaDBbwgL2Dx > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A6kNAoDDGIpQlt0kWbcmpTqRatdVb7oi { width:20rem;height:11.278125rem;top:42.546874046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJpGeqt5lR0qg7GletQGGbOIsBUQqG9p { width:19.0625rem;height:5.85rem;top:1.625rem;left:0.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVVQwPMS6HQivMxADbhqkCmz6XylsnEp { width:20rem;height:0.0625rem;top:9.6958255767825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFpBbcHObSc6dGtXMLNt35dliw9J1011 { width:20rem;height:27.75rem;top:12.449993133545rem;left:0rem;font-size:1.25rem;display:block; }#kFpBbcHObSc6dGtXMLNt35dliw9J1011 li:before{  }
 }@media only screen and (max-width: 763px) { #I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y { display:none; }#I3wvr5snCT0KmxUsFTQ521TlvVQsJP4y > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MBJvLZO692MDGEpAa5pGdUyydLLhXBDM { width:20rem;height:11.25rem;top:25.158334732056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLP0pJXkcp26wTZV3q4TQdvJIiQiiuUx { width:19.0625rem;height:5.85rem;top:1.25rem;left:0.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJ5IXet8lkCu7iB1xyyUB6AVNvGkQ7zb { width:20rem;height:0.0625rem;top:8.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta0vH13Bm2WktSnoQhGZ0JsnJ0Tcs0Ol { width:20rem;height:12.625rem;top:10.347916603088rem;left:0rem;font-size:1.25rem;display:block; }#Ta0vH13Bm2WktSnoQhGZ0JsnJ0Tcs0Ol li:before{  }
 }@media only screen and (max-width: 763px) { #s4wWQ9oG5JIfWgZ98GCgw0I1oIkhxu4a { width:19rem;height:4.1875rem;top:38.908334732056rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUXIe7u7LFaz6Xkxm3cy4IdLQnH4w6OT { display:block; }
 }@media only screen and (max-width: 763px) { #KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc { display:none; }#KdIlDZ1kncvPGlaKKSd84KNEKTTGhqSc > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uKItkKQJpZLbxQ8qNf5HMf1nWRvw7hiF { width:20rem;height:1.94965rem;top:2.025390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf { display:none; }#ilXnC1sG4EXdB0Egg6HuN8FWW8370hxf > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hu1sdU30ASl1498HJGqsos2KBWSHtldk { width:20rem;height:11.25rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi { display:none; }#VJTouTZas7iKPRl0xXz6H8kkOuxkkTwi > .row .container { width:20rem;height:79.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nRN3qsSrNvoUU67QTlBgaaW75pTtafPv { width:19.75rem;height:31.8125rem;top:46.25rem;left:0.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #l3PrHl20J3Fv7N4fTW4SoTPGl0QMqvSK { width:20rem;height:4.3875rem;top:48.624219894409rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyrIGcZ2mbURGsBMIBhDlrPZF9BCu6pT { width:20rem;height:0.125rem;top:55.731250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTfTbLGEJy2aLPXHTR35HsLpw6lHiTEi { width:20rem;height:16.9rem;top:57.812500953674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KqzvUEgt59sCT8McsvG3XxtdZeWNMus7 { width:7.1875rem;height:3.9rem;top:52.687500953674rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc5PRceAftpB8Noevxw6Gsc4EO9QgCwt { width:5.75rem;height:11.7rem;top:57.812500953674rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiBBNs3bSlEtAnbdv1Ixuni1gtlDcpxl { width:9.625rem;height:26.375rem;top:49.437500953674rem;left:10.25rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #QFgEpOabHe0foJfCe8XT3dHBtFB6A7DC { width:7.5rem;height:2.6rem;top:52.812500953674rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayiCWLeKmkB42P2RemHJ43UArkzpcPIx { width:4.0625rem;height:11.7rem;top:57.875000953674rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2mIXMx1QgZmOysvCoPhPhH0iuhKXmTl { width:19rem;height:4.1875rem;top:40.8125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyqAu35Nvf5GgV2WQpzBpAsUnFnAT4VL { display:block; }
 }@media only screen and (max-width: 763px) { #i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s { display:none; }#i04WBXFaeP1hMZqMO3WTCrIbdEWZkH4s > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #meevw1QEzvky9gySORrblBcz2ZlCLk8n { width:20rem;height:42.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIf0VMB6Z3dB56TICmTDbykDiE3VqzmK { width:20rem;height:3.8984375rem;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW37tgv7r1ro022IM1dGTp3dQpHtVBlf { width:18.875rem;height:33.0019375rem;top:9.2916669845581rem;left:0.5625rem;font-size:1rem;display:block; }#GW37tgv7r1ro022IM1dGTp3dQpHtVBlf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/289e6c84-5c62-441b-ab3b-bee73705e844/list.png); }
 }@media only screen and (max-width: 763px) { #g06hNFnG14OqTUZ8GNNJZu44WNDn3seO { display:none; }#g06hNFnG14OqTUZ8GNNJZu44WNDn3seO > .row .container { width:20rem;height:74.495825195313rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dv50Ax4tZ4bnMchQhVzDJVhL8v43Dyfu { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scCCTu1Se8WllBcNcfpHVFIQBms4F7cy { width:10.875rem;height:10.9375rem;top:6.3984375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxS5LA9xIgPuSd5hqzakFFfLdB8OTlSK { width:5.1875rem;height:7.375rem;top:10.1484375rem;left:4.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxZqZuQD9zE0dT9dB5Ou1TUBfTh2Cd3R { width:10.875rem;height:10.9375rem;top:23.734375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hdC2RfHwkJr9Q942TWibCuSHRPyUXL { width:10.875rem;height:10.9375rem;top:41.0712875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJFomFzUugPKlct112tlbXvapd66KKhn { width:10.875rem;height:10.9375rem;top:58.4082rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b88cUyqdZKfRbW7phHR5u9iCAE5XSk3r { width:5.4375rem;height:7.625rem;top:63.93945rem;left:12.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpTOw1aROnc8CpvApo2GuQWiVJpyPqfN { width:3.75rem;height:2.599825rem;top:10.2421875rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8EG1xUQLowd0zbILCkzvLHcHboXT3L0 { width:7.5625rem;height:2.599825rem;top:27.546875rem;left:6.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bG0vLafN7GfwAf4TTAwdIRThcWuBAxp7 { width:6.25rem;height:2.599825rem;top:44.8837875rem;left:6.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPRTX9hDOFfxp7c1fpponIER7M4yiyHa { width:5.0625rem;height:2.599825rem;top:62.2207rem;left:7.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbgZmX2tLDyCsEhWy8ATOLXF40Qnd0DG { width:16.9375rem;height:2.6rem;top:18.5859375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPUvhF7iU6yl4VA0E63DzvULQbGbz6t1 { width:14.8125rem;height:3.9rem;top:35.921875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5Wy0FAKREoXvLwmOcllockywNNUsLAE { width:16.3125rem;height:3.9rem;top:53.2587875rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlZ40T5TiewWWWXSVgbawZek77hPxNfB { width:14.5rem;height:3.9rem;top:70.5957rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E { display:none; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bua5T4p82JtzcuTDgeOmIa6e7O9WHIcR { width:8.75rem;height:2.625rem;top:1.5000305175781rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZ3NR29GmrqvpJzzuAp7lG6ohuLgsKU { width:14.75rem;height:1.40625rem;top:5.125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qeb10THTOtXcMfOGZHvKBqdWLrkyw2dT { width:11.5rem;height:1.40625rem;top:7.78125rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVrNv94cefWW7B32LFssceDxPL1GMLya { width:7.875rem;height:1.40625rem;top:10.4375rem;left:6.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgIMEF1fRRpahJakacf4coQt73xGJPHI { width:1.9375rem;height:2rem;top:13.09375rem;left:9.03125rem;display:block; }
 }