.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,225,230;--color-primary-1:255,154,171;--color-primary-2:255,53,87;--color-primary-3:128,27,44;--color-primary-4:38,8,13;--color-secondary-0:227,235,249;--color-secondary-1:163,188,235;--color-secondary-2:70,121,214;--color-secondary-3:35,61,107;--color-secondary-4:11,18,32;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { 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/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.adaptive-delivery-prevent-bg, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyload, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyloading { background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { background-color:rgba(var(--color-tertiary-0),0);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: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:#efefef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:3.75rem;left:59.9375rem;display:block; }
#nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.75rem;left:58rem;overflow:hidden;display:none; }
#f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.8125rem;left:58rem;overflow:hidden;display:block; }
#bn74s3KXoPTitZZO0IQkia16zN8Cv9g6 { box-sizing:content-box;height:5.4375rem;width:18.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bb73a51b-750a-4088-b117-5019d2c6ad16/image.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2rem;left:0rem;display:block; }#bn74s3KXoPTitZZO0IQkia16zN8Cv9g6.adaptive-delivery-prevent-bg, #bn74s3KXoPTitZZO0IQkia16zN8Cv9g6.lazyload, #bn74s3KXoPTitZZO0IQkia16zN8Cv9g6.lazyloading { background-image: none; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:75rem;height:36.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:2.1875rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#3d4051;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:9.13720703125rem;left:0rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { position:absolute;display:block;z-index:15015;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: 2.6875rem 1.125rem 4.6875rem rgba(var(--color-tertiary-4),0.13) ;height:26.625rem;width:17.75rem;top:0rem;left:48.875rem;overflow:hidden;display:block; }
#bGeovkwFAADhtTnWzTlfmc5dABAMu2lb { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:22.78125rem;left:0rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.1875rem;left:0rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.1875rem;left:13.875rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.96);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:10rem;top:28.34375rem;left:52.75rem;display:block; }
#fkB9Vtpk9VKxtub3DZG09qKPqSqohFqd { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.125rem;top:16.8125rem;left:16.625rem;overflow:hidden;display:block; }
#z3sedin4TU9Dvi0TkkAoQqcDRvvT4RwP { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.125rem;top:16.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#e6P5KMdpg6C00bC3mi7E3faXFmwW7Kti { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.125rem;top:16.8125rem;left:9.5rem;overflow:hidden;display:block; }
#lFav3mHuokxZBDaILcyUtKHin3gToWyZ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.125rem;top:16.8125rem;left:2rem;overflow:hidden;display:block; }
#BbpgV3TTBlVSqiknyZX3tWF0fiieD7Z4 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.125rem;top:16.8125rem;left:23.6875rem;overflow:hidden;display:block; }
#nSlZTAcRxE5epqZ4fUnETLAKdTXlKVFC { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3rem;top:16.8125rem;left:30.625rem;overflow:hidden;display:block; }
#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { 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; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { background-color: transparent; background-image: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .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); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { border-width: 0; border-radius: 0; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { 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; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:8.3125rem;left:50rem;height:1.9121125rem;font-style:normal;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:#3d4051;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:10.25rem;left:49.9375rem;height:6rem;font-style:normal;display:block; }
#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:50rem;height:3.1499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ERNgsbIQb9wsBdh39kCVXfpmodT5vIT2 { box-sizing:content-box;height:23.375rem;width:19.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df998a33-6fd0-443f-ab3d-c01af734a8cc/EricLight.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.4375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#ERNgsbIQb9wsBdh39kCVXfpmodT5vIT2.adaptive-delivery-prevent-bg, #ERNgsbIQb9wsBdh39kCVXfpmodT5vIT2.lazyload, #ERNgsbIQb9wsBdh39kCVXfpmodT5vIT2.lazyloading { background-image: none; }
#ma0uS8CeHFDdHfNdsZVhyUofcrgU4alw { box-sizing:content-box;height:23.375rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/832600d5-cfc7-4bac-aa74-89e135dfacbb/Harislight.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.4375rem;left:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#ma0uS8CeHFDdHfNdsZVhyUofcrgU4alw.adaptive-delivery-prevent-bg, #ma0uS8CeHFDdHfNdsZVhyUofcrgU4alw.lazyload, #ma0uS8CeHFDdHfNdsZVhyUofcrgU4alw.lazyloading { background-image: none; }
#xfH3FietxWKRR9RJ1sgtigdtwNCFDzT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.0810546875rem;left:50rem;height:3.44921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HPt2VuH2fPScGIBc5IqzmPthoNRE6z0R { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#QRZBL9ndA6sS951fnMkPaMgoUnv6dk9K { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:0rem;left:25rem;height:1.9121125rem;font-style:normal;display:block; }
#aI6s9zOgRzmJ5WtZgroaN0ab60TqQUMT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:26.5rem;left:25rem;height:1.9121125rem;font-style:normal;display:block; }
#kinoAlwD3TCldS0Dxn6kLWrzhdb8pNyo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:26.5rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#Bfe8HO0dMfGftq5sKDJny4A0I5ME4lbK { color:#3d4051;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:29.125rem;left:33.0625rem;height:1.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sgPCSBbL0IDnJSEFJMJKl6oL6vzOQNwn { color:#3d4051;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:29.125rem;left:25rem;height:1.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d21Cht6kWHwHoTNmwSzTOd5KxazlxGmb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:4.3125rem;top:31.125rem;left:34.15625rem;overflow:hidden;display:block; }
#atryxkTZJHzV4XNHC5drl0De6n02fXy1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:4.3125rem;top:31.125rem;left:25rem;overflow:hidden;display:block; }
#wpV1WbSanSmceXDwPWe3Qa58at8xhl29 { color:#3d4051;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:16.5rem;left:49.9375rem;height:1.69970625rem;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; }
#DslACmeMavfTbOGzAGTlcyM2JbsHlizz { color:#3d4051;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.1875rem;left:49.9375rem;height:11.4375rem;font-style:normal;display:block; }#DslACmeMavfTbOGzAGTlcyM2JbsHlizz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DslACmeMavfTbOGzAGTlcyM2JbsHlizz li:before{  }
#O8UpLNP36zCKRtLcIwqZv8zaOFtTQvGB { color:#3d4051;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:31.8125rem;left:49.9375rem;height:3rem;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; }
#FLKXwydSIerEieW3qVFHdT5geOgofUrU { 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:6.1875rem;width:4.3125rem;top:31.125rem;left:0rem;overflow:hidden;display:block; }
#ZAnAid1zL0qWdgTlztJF98q8JqvUo88L { color:#3d4051;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:29.125rem;left:0rem;height:1.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { 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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.375rem;left:0rem;height:2.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.75rem;left:0rem;height:4.04980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.adaptive-delivery-prevent-bg, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyload, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyloading { background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { border-width: 0; border-radius: 0; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#BOtAdgG4nXtF39l7l44Frc732tNy0TAS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:19.75rem;top:0.375rem;left:2.5rem;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:5.625rem;left:4.6875rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:15017;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:1.75rem;left:11.125rem;display:block; }
#GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.4375rem;left:11.75rem;overflow:hidden;display:block; }
#QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:19.75rem;top:0.375rem;left:27.625rem;display:block; }
#axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { color:#3d4051;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:5.625rem;left:29.4375rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:1.75rem;left:36.125rem;display:block; }
#q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { 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:1.4375rem;width:1.4375rem;top:2.4375rem;left:36.8125rem;overflow:hidden;display:block; }
#d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:19.75rem;top:0.375rem;left:52.75rem;display:block; }
#enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { color:#3d4051;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:5.625rem;left:54.5rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { position:absolute;display:block;z-index:15025;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:1.75rem;left:61.125rem;display:block; }
#uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.4375rem;left:61.8125rem;overflow:hidden;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:19.75rem;top:3.25rem;left:2.5rem;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:8.5rem;left:4.6875rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:4.6875rem;left:11.125rem;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:5.375rem;left:11.75rem;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:19.75rem;top:3.25rem;left:27.625rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:8.5rem;left:29.6875rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:4.6875rem;left:36.125rem;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { 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:1.4375rem;width:1.4375rem;top:5.375rem;left:36.8125rem;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:19.75rem;top:3.25rem;left:52.75rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:8.5rem;left:54.8125rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:4.6875rem;left:61.125rem;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:5.375rem;left:61.8125rem;overflow:hidden;display:block; }
#WbGwabmvuv2CK34l7yA809gpSoTKDQDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW.adaptive-delivery-prevent-bg, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyload, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyloading { background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { background-color: transparent; background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .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); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { border-width: 0; border-radius: 0; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.75rem;left:9.96875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:7.8125rem;left:11.25rem;height:4.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.5);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.25rem;width:55.75rem;top:5.1875rem;left:7.5rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { 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-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.21875rem;left:51.5rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:31.875rem;top:4.09375rem;left:9.375rem;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { 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/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.adaptive-delivery-prevent-bg, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyload, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyloading { background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:9.3125rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.0625rem;left:7.5625rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwd5aPVElLyGlBWxaAV5uggWyoItmdvK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27rem;left:33.1875rem;display:block; }
#hDruU4s6eBFsiKQoC314h4mX9wufqMlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goHGKt3ypDLiaweq3Q36WZGBAfzzZ3rs { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27rem;left:19.0625rem;display:block; }
#DqKr2cTtfmaLrZgWekZq6wZbmUcQTGoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATx5qiawgEJ1rdPKbZBTHLR1wZ5eT714 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:12.875rem;left:21.375rem;height:11.472675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row .container { background-color: transparent; background-image: none; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row .container > .video-iframe-container { display: none; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row > .video-iframe-container { display: none; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .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); }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row .container { border-width: 0; border-radius: 0; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#fUayGsnUZ4I0dNg61sZQHKkiDIQvKgmz { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.4560546875rem;left:0rem;height:2.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AgC6qylsx8wvCVAUnBg8qf3ZbavSL5bA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:6.8310546875rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qCzVlJlz7X90HRD3DGL634dgtherycwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row .container { background-color: transparent; background-image: none; }#qCzVlJlz7X90HRD3DGL634dgtherycwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row .container > .video-iframe-container { display: none; }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row > .video-iframe-container { display: none; }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .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); }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row .container { border-width: 0; border-radius: 0; }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#pV2apIZWP707ACRUZhapUkIw4GvCtlam { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/QAOtKq8ehcw/unsplash/michelle-ding-QAOtKq8ehcw-photo-1565018968331-61145555526b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:32.8125rem;top:1.0625rem;left:2.3125rem;display:block; }#pV2apIZWP707ACRUZhapUkIw4GvCtlam.adaptive-delivery-prevent-bg, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyload, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyloading { background-image: none; }
#QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.375rem;width:32.6875rem;top:6.9375rem;left:2.375rem;display:block; }
#V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:8.125rem;left:4rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U6yO20Qs8eIsJAFUdh2DHyA2iObZD9LL { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.625rem;left:4rem;height:4.5rem;font-style:normal;display:block; }
#prgNCmeethrv9uc1RNa2ANM0WKQOFXkK { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:17.52392578125rem;left:4rem;height:1.5rem;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; }
#JG8iDQE8Cv3zcvC5SMbCJQvexOxS68EH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:19.71142578125rem;left:4rem;height:;font-style:normal;display:block; }#JG8iDQE8Cv3zcvC5SMbCJQvexOxS68EH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JG8iDQE8Cv3zcvC5SMbCJQvexOxS68EH li:before{  }
#UCKbLuplO1HlMsyQh3Dzu56Fv9FDzLQK { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HMTQp-oyV8E/unsplash/vitaly-gariev-HMTQp-oyV8E-photo-1758525589668-6fe313595396.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.9375rem;width:32.8125rem;top:1.0625rem;left:39.875rem;display:block; }#UCKbLuplO1HlMsyQh3Dzu56Fv9FDzLQK.adaptive-delivery-prevent-bg, #UCKbLuplO1HlMsyQh3Dzu56Fv9FDzLQK.lazyload, #UCKbLuplO1HlMsyQh3Dzu56Fv9FDzLQK.lazyloading { background-image: none; }
#VH9rJqSi4WsVLL3imSMhlCeRZNgLEFJp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.375rem;width:32.6875rem;top:6.9375rem;left:39.9375rem;display:block; }
#oqzuiTX7BIFLH7guFhRAa77niybGMlXr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:8.125rem;left:41.5625rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bw0clATbamhN1T8d0LLDbrulHqPmiXZN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.625rem;left:41.5625rem;height:4.5rem;font-style:normal;display:block; }
#AXmayJETTczbD4Gk6XGTReRuO8cmqxyn { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5rem;left:41.5625rem;height:1.5rem;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; }
#I4aqP5UNd5HXUEcNseIdit6fogA12DDi { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.6875rem;left:41.5625rem;height:;font-style:normal;display:block; }#I4aqP5UNd5HXUEcNseIdit6fogA12DDi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I4aqP5UNd5HXUEcNseIdit6fogA12DDi li:before{  }
#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row .container { background-color: transparent; background-image: none; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row .container > .video-iframe-container { display: none; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row > .video-iframe-container { display: none; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .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); }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row .container { border-width: 0; border-radius: 0; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#rh6lyyxQRsQqHQmqcxBdqTUKEzniXH33 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.375rem;width:32.6875rem;top:7.5625rem;left:2.4375rem;display:block; }
#TZZyJQgAIaE2PukIxwi23aTcbbHzDF9c { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:8.75rem;left:4.0625rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kOly7whVMDbVdDwc6iH9xCkCClg3ciaV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.25rem;left:4.0625rem;height:4.5rem;font-style:normal;display:block; }
#FtqAO5ZnI7ThaRKWTHCCT9A0JCCS3A9q { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:18.125rem;left:4.0625rem;height:1.5rem;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; }
#PyrJbbeuGwP1etTSBuTxqEStrOim3tOU { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.3125rem;left:4.0625rem;height:;font-style:normal;display:block; }#PyrJbbeuGwP1etTSBuTxqEStrOim3tOU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PyrJbbeuGwP1etTSBuTxqEStrOim3tOU li:before{  }
#nirZrxd7dop0x4CMKb6PmaEg3yT0Atcu { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Gcj5ScE5_VY/unsplash/ivan-mani-Gcj5ScE5_VY-photo-1740431905014-48f4904a0293.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.9375rem;width:32.8125rem;top:1.6875rem;left:2.375rem;display:block; }#nirZrxd7dop0x4CMKb6PmaEg3yT0Atcu.adaptive-delivery-prevent-bg, #nirZrxd7dop0x4CMKb6PmaEg3yT0Atcu.lazyload, #nirZrxd7dop0x4CMKb6PmaEg3yT0Atcu.lazyloading { background-image: none; }
#BIPqEKqZFdJhCJLWeE6XuF43xI6llzWu { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ljXkKfbOlXs/unsplash/helen-cramer-ljXkKfbOlXs-photo-1597859682726-d5010f58e240.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.9375rem;width:32.8125rem;top:1.75rem;left:39.875rem;display:block; }#BIPqEKqZFdJhCJLWeE6XuF43xI6llzWu.adaptive-delivery-prevent-bg, #BIPqEKqZFdJhCJLWeE6XuF43xI6llzWu.lazyload, #BIPqEKqZFdJhCJLWeE6XuF43xI6llzWu.lazyloading { background-image: none; }
#hTfqEckcV605PMnRrhyVWxWU7wD7aWgu { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.375rem;width:32.6875rem;top:7.625rem;left:39.9375rem;display:block; }
#OJd5mKnBig5on7KlTeVWEfnph4BSTOKA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:8.8125rem;left:41.5625rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTpGGV3CL9vTSlflZp3fEXgemmcHU6RQ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:11.3125rem;left:41.5625rem;height:4.5rem;font-style:normal;display:block; }
#ZeI5uXCT9Pxr2GFgrJEWdKrDxoLHSHy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:18.1875rem;left:41.5625rem;height:1.5rem;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; }
#VdmnTLecSZrbqtzmzZvAOFo52kAiomVv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20.375rem;left:41.5625rem;height:6.9375rem;font-style:normal;display:block; }#VdmnTLecSZrbqtzmzZvAOFo52kAiomVv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VdmnTLecSZrbqtzmzZvAOFo52kAiomVv li:before{  }
#WbhJAPZPD58IP8332RfW3wztXZqC6pQW { 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/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW.adaptive-delivery-prevent-bg, #WbhJAPZPD58IP8332RfW3wztXZqC6pQW.lazyload, #WbhJAPZPD58IP8332RfW3wztXZqC6pQW.lazyloading { background-image: none; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row .container { background-color: transparent; background-image: none; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row .container > .video-iframe-container { display: none; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row > .video-iframe-container { display: none; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .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); }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row .container { border-width: 0; border-radius: 0; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#C25gBR8Z5LMD0am90veHh9T4HZq1xXss { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.61328125rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAI80bbgAGAsWxUHWvKcEvQFcGWyIJhF { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.1875rem;left:7.5625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZIipgVug5Kfwbbbi8UuNVXXRiOgSO7NS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.75rem;left:17.875rem;display:block; }
#tOuVLwlnSwGS4kryxEk0AXba2aBLX37i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NydIPlz679KBVqOc8WZon2nqd2WKKVsZ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.75rem;left:42.8125rem;display:block; }
#PWGuV5mAvpD2Vk7Q5SKbVdpwQikXvMXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ba4bNVSDvaIrVexCnAJNItTk7aMtW015 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:15.9375rem;left:15.8125rem;height:7.64845rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ozdKxgCQtyW8e0qbiNXShhvLR9rZ0TRT { color:rgba(var(--color-tertiary-4),1);display:block;width:64.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:9.625rem;left:4.5625rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HONzQdfULUnhy8BgEiFWJGf8oyH5xEc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:13.52490234375rem;left:15.8125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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:22.25rem;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; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { 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:22.25rem;width:22.25rem;top:0rem;left:6.4375rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:23.625rem;display:block; }
#XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { 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:2.4375rem;width:2.4375rem;top:3.625rem;left:26.25rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:7.125rem;left:26.25rem;height:3.8496125rem;font-style:normal;display:block; }
#qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:15.5625rem;left:31.3125rem;height:2.13720625rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { position:relative;display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { background-color: transparent; background-image: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { border-width: 0; border-radius: 0; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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:20.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:block; }#QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { color:#3d4051;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:4.8125rem;left:2.5625rem;height:8.5488125rem;font-style:normal;display:block; }
#Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.9;letter-spacing:0;top:14.3125rem;left:17.1875rem;height:2.13720625rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:14.3125rem;left:39.03125rem;height:2.13720625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hseN21SmNcqniS2petOCRL0sZWenfZT9 { color:#3d4051;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.9;letter-spacing:0;top:4.81201171875rem;left:39.03125rem;height:8.5488125rem;font-style:normal;display:block; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121837;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.adaptive-delivery-prevent-bg, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyload, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyloading { background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.1875rem;left:42.375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:12.8125rem;left:42.375rem;height:19.12111875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:3.59375rem;left:42.375rem;display:block; }
#JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:7.1875rem;left:3.25rem;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-form-header {  }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:bold;color:#2d2d2d;width:24.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #4c4c4c;border-left:0.0625rem solid #4c4c4c;border-right:0.0625rem solid #4c4c4c;border-bottom:0.0625rem solid #4c4c4c;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.4; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-text {padding-top: 0; padding-bottom: 0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-textarea { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #4c4c4c;border-left:0.0625rem solid #4c4c4c;border-right:0.0625rem solid #4c4c4c;border-bottom:0.0625rem solid #4c4c4c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.4; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:2.5rem;color:#4c4c4c;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.4; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-select {padding-top: 0; padding-bottom: 0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:24.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:23.1875rem;overflow:hidden;font-style:normal; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#4c4c4c;overflow:hidden;font-style:normal;line-height:2; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-container:first-of-type{padding-top:0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-container:last-of-type{padding-bottom:0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.39) ;left:7.375rem;top:7.1875rem;z-index:15010;position:absolute; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.375rem;display:block;vertical-align:top; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH {display:block;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.39) ;left:7.375rem;top:7.1875rem;z-index:15010;position:absolute; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #B1XyTh4BTqihURTVA7DpfMdmGU4vTgON { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #gTKxCtJtzD7dZvhlXoopfgBFzdWRNXul { position:relative;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OsMWNfItPhHxPb9LT6grZTK4hrXLGKXd { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #UKBNnKz36J2cZ2Kfcsa8uzWTB8y3xvlJ { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #lBLsZ45CHMTWGpEaTxWi4KTnl7HMJ0v7 { position:relative;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #oIZJoK2o5i0rKEoX3A2FZTRAQkcs6fTW { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #BpZwZMO2zwyHHch2qrsOUTBR4Ru2zhKm { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OE7I0ghANFV3sTh1UqMD0mwB4HSpZSAu { position:relative;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #ch6BbcMQUsS0ceW8saTte8ZN2iNLxp5h { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #yUNT9myryDaM79rTCC9dEacCFgW3rnNu { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #AEOfKvCzgPIS8tyHIpLMnQQEVBo3Lyu7 { position:relative;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #v28SHf9QqfxVTsN34fh5SzAKFmF94U63 { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #D42h0gsR1B7gkxHUCG4B95zuFgpek7TP { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #D42h0gsR1B7gkxHUCG4B95zuFgpek7TP .container-column{width:50%;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #tEAIhtSuTsIKIf6rpQpNIf2m9hSX7IFK { position:relative;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #CHxbeelX3zoWhmmk8NFBbraunHBMCKVS { position:relative;z-index:2; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #eZ2cO2D0LqFkCnzHMMWJ5KO29zroqlN2 { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OCZRHr8N6d9ycXMlu1mTVcTGXIIIordR { position:relative;z-index:2; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #zIGeynmIgm51bDr8FzEcrlfmCT8y4Ju4 { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #SHaT8R0xTwZiZbpnQsORC4LfzhOAFHos { position:relative;z-index:2; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #oFJTlxAXdy0Qa565U79ZPekeRpEG9zg8 { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #IrH5Cvdaa4Aho5Md8f69TIDng3Jw87Qa { position:relative;z-index:2; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #twXM14OV4xzLaBG5pix1ufkTKMqcWA7t { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #TlFEbJZ0EHkVh2now7BbzNkINTRiIE8x { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #sexa1BICLaZWFdnRmEkKCyASmVucAKpL { position:relative;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #wSVo0CAVhSWNOdtMsK4Qa7TB9TTATf9c { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #GpoSrnCswPEAuizKMUca4PccH5AvT3o9 { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #sllLsecQHxRawCNbfvSz4yyLHHUEqGDC { position:relative;display:block; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #JC8Kx5hrNiM1LdFqJuGxq4KDSEMBhLyX { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #mVneMcNMTBL3LACOc3kT3KWoONboMJLy { position:relative; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #T6ZLHwA0zk0UlfpQ7Zq6XtbRRJ5xTMw0 { position:relative; }
#EXhhXk5RyARvzfIlSTdtxboIWiCZVtoU { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:34.16162109375rem;left:42.375rem;height:4.2744125rem;font-style:normal;display:block; }
#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row .container { background-color: transparent; background-image: none; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row .container > .video-iframe-container { display: none; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row > .video-iframe-container { display: none; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .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); }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row .container { border-width: 0; border-radius: 0; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#V0rl9M4bIw2frnl5zvSOpwRy9ZTWE0Ts { color:#2d2d2d;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5126953125rem;left:55.0625rem;height:3.41161875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tlrtmv8sJv9vTudErhsLtu9bXIkW1Xwk { color:#2d2d2d;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5126953125rem;left:2.8125rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#gNbpaiT2e1dwoCn18Msnh0PtE1597W7a { position:absolute;display:block;z-index:15009;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.125rem;width:14.8125rem;top:1.15625rem;left:30.09375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:7.5625rem;height:1.3125rem;top:3.75rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.375rem;height:1.375rem;top:3.75rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.375rem;height:1.375rem;top:3.8125rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn74s3KXoPTitZZO0IQkia16zN8Cv9g6 { width:18.9375rem;height:5.4375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:44.1875rem;height:5.25rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:42.5625rem;height:5.625rem;top:9.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:17.75rem;height:26.625rem;top:0rem;left:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGeovkwFAADhtTnWzTlfmc5dABAMu2lb { width:42.4375rem;height:5.625rem;top:22.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:12.5625rem;height:3.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:22.75rem;height:3.4375rem;top:30.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:28.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkB9Vtpk9VKxtub3DZG09qKPqSqohFqd { width:3.125rem;height:3.8125rem;top:16.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3sedin4TU9Dvi0TkkAoQqcDRvvT4RwP { width:3.125rem;height:3.8125rem;top:16.8125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6P5KMdpg6C00bC3mi7E3faXFmwW7Kti { width:3.125rem;height:3.8125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFav3mHuokxZBDaILcyUtKHin3gToWyZ { width:3.125rem;height:3.8125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbpgV3TTBlVSqiknyZX3tWF0fiieD7Z4 { width:3.125rem;height:3.8125rem;top:16.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSlZTAcRxE5epqZ4fUnETLAKdTXlKVFC { width:3rem;height:3.8125rem;top:16.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:24.4375rem;height:1.875rem;top:8.3125rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:21rem;height:6rem;top:10.25rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:24.0625rem;height:3.125rem;top:0rem;left:23.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNgsbIQb9wsBdh39kCVXfpmodT5vIT2 { width:19.6875rem;height:23.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma0uS8CeHFDdHfNdsZVhyUofcrgU4alw { width:18.75rem;height:23.375rem;top:2.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfH3FietxWKRR9RJ1sgtigdtwNCFDzT4 { width:24.9375rem;height:3.4375rem;top:4.0625rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPt2VuH2fPScGIBc5IqzmPthoNRE6z0R { width:19.75rem;height:1.875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRZBL9ndA6sS951fnMkPaMgoUnv6dk9K { width:19.75rem;height:1.875rem;top:0rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI6s9zOgRzmJ5WtZgroaN0ab60TqQUMT { width:25.0625rem;height:1.875rem;top:26.5rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kinoAlwD3TCldS0Dxn6kLWrzhdb8pNyo { width:25.0625rem;height:1.875rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfe8HO0dMfGftq5sKDJny4A0I5ME4lbK { width:6.5rem;height:1.125rem;top:29.125rem;left:19.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPCSBbL0IDnJSEFJMJKl6oL6vzOQNwn { width:6.3125rem;height:1.125rem;top:29.125rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d21Cht6kWHwHoTNmwSzTOd5KxazlxGmb { width:4.3125rem;height:6.1875rem;top:31.125rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atryxkTZJHzV4XNHC5drl0De6n02fXy1 { width:4.3125rem;height:6.1875rem;top:31.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpV1WbSanSmceXDwPWe3Qa58at8xhl29 { width:25.0625rem;height:1.6875rem;top:16.5rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DslACmeMavfTbOGzAGTlcyM2JbsHlizz { width:25.0625rem;height:;top:18.1875rem;left:6.6875rem;font-size:1rem;display:block; }#DslACmeMavfTbOGzAGTlcyM2JbsHlizz li:before{  }
 }@media only screen and (max-width: 763px) { #O8UpLNP36zCKRtLcIwqZv8zaOFtTQvGB { width:25.0625rem;height:3rem;top:31.8125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLKXwydSIerEieW3qVFHdT5geOgofUrU { width:4.3125rem;height:6.1875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAnAid1zL0qWdgTlztJF98q8JqvUo88L { width:6.3125rem;height:1.125rem;top:29.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:2.6875rem;top:5.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:47.75rem;height:4rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:11.8125rem;top:5.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:1.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:2.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:16.125rem;height:11.8125rem;top:5.625rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:1.75rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:2.4375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:16.25rem;height:11.8125rem;top:5.625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:1.75rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:2.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:8.4375rem;top:8.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:4.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:5.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:3.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:11.8125rem;top:8.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:4.6875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:5.375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:3.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:11.8125rem;top:8.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:4.6875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:5.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:30.6875rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:33.125rem;height:4.25rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:9.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:16rem;height:3.4375rem;top:8.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:31.875rem;height:2.4375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:47.75rem;height:2.6875rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:47.75rem;height:2.6875rem;top:5.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwd5aPVElLyGlBWxaAV5uggWyoItmdvK { width:22.75rem;height:3.4375rem;top:27rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDruU4s6eBFsiKQoC314h4mX9wufqMlQ { display:block; }
 }@media only screen and (max-width: 763px) { #goHGKt3ypDLiaweq3Q36WZGBAfzzZ3rs { width:12.5625rem;height:3.4375rem;top:27rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqKr2cTtfmaLrZgWekZq6wZbmUcQTGoN { display:block; }
 }@media only screen and (max-width: 763px) { #ATx5qiawgEJ1rdPKbZBTHLR1wZ5eT714 { width:30.4375rem;height:11.4375rem;top:12.875rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ { display:block; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUayGsnUZ4I0dNg61sZQHKkiDIQvKgmz { width:47.75rem;height:2.6875rem;top:3.4375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgC6qylsx8wvCVAUnBg8qf3ZbavSL5bA { width:47.75rem;height:5.375rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzVlJlz7X90HRD3DGL634dgtherycwS { display:block; }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:32.8125rem;height:5.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:32.6875rem;height:23.375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:18.125rem;height:2rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6yO20Qs8eIsJAFUdh2DHyA2iObZD9LL { width:29.0625rem;height:6rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prgNCmeethrv9uc1RNa2ANM0WKQOFXkK { width:29.0625rem;height:1.5rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8iDQE8Cv3zcvC5SMbCJQvexOxS68EH { width:29.0625rem;height:;top:19.6875rem;left:0rem;font-size:1rem;display:block; }#JG8iDQE8Cv3zcvC5SMbCJQvexOxS68EH li:before{  }
 }@media only screen and (max-width: 763px) { #UCKbLuplO1HlMsyQh3Dzu56Fv9FDzLQK { width:32.8125rem;height:5.9375rem;top:1.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH9rJqSi4WsVLL3imSMhlCeRZNgLEFJp { width:32.6875rem;height:23.375rem;top:6.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqzuiTX7BIFLH7guFhRAa77niybGMlXr { width:18.125rem;height:2rem;top:8.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw0clATbamhN1T8d0LLDbrulHqPmiXZN { width:29.0625rem;height:6rem;top:10.625rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXmayJETTczbD4Gk6XGTReRuO8cmqxyn { width:29.0625rem;height:1.5rem;top:17.5rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4aqP5UNd5HXUEcNseIdit6fogA12DDi { width:29.0625rem;height:;top:19.6875rem;left:18.6875rem;font-size:1rem;display:block; }#I4aqP5UNd5HXUEcNseIdit6fogA12DDi li:before{  }
 }@media only screen and (max-width: 763px) { #FoByKDWykT3J3KqQl2RDigHarx7ycfs1 { display:block; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rh6lyyxQRsQqHQmqcxBdqTUKEzniXH33 { width:32.6875rem;height:23.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZyJQgAIaE2PukIxwi23aTcbbHzDF9c { width:18.125rem;height:2rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOly7whVMDbVdDwc6iH9xCkCClg3ciaV { width:29.0625rem;height:4.5rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqAO5ZnI7ThaRKWTHCCT9A0JCCS3A9q { width:29.0625rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyrJbbeuGwP1etTSBuTxqEStrOim3tOU { width:29.0625rem;height:;top:20.3125rem;left:0rem;font-size:1rem;display:block; }#PyrJbbeuGwP1etTSBuTxqEStrOim3tOU li:before{  }
 }@media only screen and (max-width: 763px) { #nirZrxd7dop0x4CMKb6PmaEg3yT0Atcu { width:32.8125rem;height:5.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIPqEKqZFdJhCJLWeE6XuF43xI6llzWu { width:32.8125rem;height:5.9375rem;top:1.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTfqEckcV605PMnRrhyVWxWU7wD7aWgu { width:32.6875rem;height:23.375rem;top:7.625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJd5mKnBig5on7KlTeVWEfnph4BSTOKA { width:18.125rem;height:2rem;top:8.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpGGV3CL9vTSlflZp3fEXgemmcHU6RQ { width:29.0625rem;height:4.5rem;top:11.3125rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeI5uXCT9Pxr2GFgrJEWdKrDxoLHSHy7 { width:31.0625rem;height:1.5rem;top:18.1875rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdmnTLecSZrbqtzmzZvAOFo52kAiomVv { width:29.0625rem;height:;top:20.375rem;left:18.6875rem;font-size:1rem;display:block; }#VdmnTLecSZrbqtzmzZvAOFo52kAiomVv li:before{  }
 }@media only screen and (max-width: 763px) { #WbhJAPZPD58IP8332RfW3wztXZqC6pQW { display:block; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C25gBR8Z5LMD0am90veHh9T4HZq1xXss { width:47.75rem;height:2.6875rem;top:6.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAI80bbgAGAsWxUHWvKcEvQFcGWyIJhF { width:47.75rem;height:3rem;top:3.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIipgVug5Kfwbbbi8UuNVXXRiOgSO7NS { width:22.75rem;height:3.4375rem;top:25.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOuVLwlnSwGS4kryxEk0AXba2aBLX37i { display:block; }
 }@media only screen and (max-width: 763px) { #NydIPlz679KBVqOc8WZon2nqd2WKKVsZ { width:12.5625rem;height:3.4375rem;top:25.75rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWGuV5mAvpD2Vk7Q5SKbVdpwQikXvMXT { display:block; }
 }@media only screen and (max-width: 763px) { #ba4bNVSDvaIrVexCnAJNItTk7aMtW015 { width:43.375rem;height:7.625rem;top:15.9375rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozdKxgCQtyW8e0qbiNXShhvLR9rZ0TRT { width:47.75rem;height:1.875rem;top:9.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HONzQdfULUnhy8BgEiFWJGf8oyH5xEc2 { width:14.125rem;height:1.875rem;top:13.5rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:22.25rem;height:22.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:3.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:5.75rem;top:7.125rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:33.5625rem;height:2.125rem;top:15.5625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:32.5625rem;height:8.5rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { width:18rem;height:2.125rem;top:14.3125rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { width:32.9375rem;height:2.125rem;top:14.3125rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseN21SmNcqniS2petOCRL0sZWenfZT9 { width:34.4375rem;height:8.5rem;top:4.75rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:29.875rem;height:3rem;top:7.1875rem;left:17.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:25.375rem;height:19.125rem;top:12.8125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:11.25rem;height:0.625rem;top:3.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.625rem;height:11.25rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-regular-label { display:block;width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-text { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-text {padding-top: 0; padding-bottom: 0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-textarea { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-select { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-select {padding-top: 0; padding-bottom: 0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-button { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-checkbox-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH  { width:24.375rem;height:auto;top:7.1875rem;left:0rem; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .radio-container { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH {display:block;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH { width:24.375rem;height:auto;top:7.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #B1XyTh4BTqihURTVA7DpfMdmGU4vTgON {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #gTKxCtJtzD7dZvhlXoopfgBFzdWRNXul { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OsMWNfItPhHxPb9LT6grZTK4hrXLGKXd {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #UKBNnKz36J2cZ2Kfcsa8uzWTB8y3xvlJ {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #lBLsZ45CHMTWGpEaTxWi4KTnl7HMJ0v7 { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #oIZJoK2o5i0rKEoX3A2FZTRAQkcs6fTW {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #BpZwZMO2zwyHHch2qrsOUTBR4Ru2zhKm {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OE7I0ghANFV3sTh1UqMD0mwB4HSpZSAu { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #ch6BbcMQUsS0ceW8saTte8ZN2iNLxp5h {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #yUNT9myryDaM79rTCC9dEacCFgW3rnNu {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #AEOfKvCzgPIS8tyHIpLMnQQEVBo3Lyu7 { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #v28SHf9QqfxVTsN34fh5SzAKFmF94U63 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #D42h0gsR1B7gkxHUCG4B95zuFgpek7TP {  }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #D42h0gsR1B7gkxHUCG4B95zuFgpek7TP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #tEAIhtSuTsIKIf6rpQpNIf2m9hSX7IFK { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #CHxbeelX3zoWhmmk8NFBbraunHBMCKVS { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #eZ2cO2D0LqFkCnzHMMWJ5KO29zroqlN2 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OCZRHr8N6d9ycXMlu1mTVcTGXIIIordR { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #zIGeynmIgm51bDr8FzEcrlfmCT8y4Ju4 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #SHaT8R0xTwZiZbpnQsORC4LfzhOAFHos { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #oFJTlxAXdy0Qa565U79ZPekeRpEG9zg8 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #IrH5Cvdaa4Aho5Md8f69TIDng3Jw87Qa { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #twXM14OV4xzLaBG5pix1ufkTKMqcWA7t {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #TlFEbJZ0EHkVh2now7BbzNkINTRiIE8x {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #sexa1BICLaZWFdnRmEkKCyASmVucAKpL { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #wSVo0CAVhSWNOdtMsK4Qa7TB9TTATf9c {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #GpoSrnCswPEAuizKMUca4PccH5AvT3o9 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #sllLsecQHxRawCNbfvSz4yyLHHUEqGDC {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #JC8Kx5hrNiM1LdFqJuGxq4KDSEMBhLyX {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #mVneMcNMTBL3LACOc3kT3KWoONboMJLy {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #T6ZLHwA0zk0UlfpQ7Zq6XtbRRJ5xTMw0 {  }
 }@media only screen and (max-width: 763px) { #EXhhXk5RyARvzfIlSTdtxboIWiCZVtoU { width:27rem;height:4.25rem;top:34.125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 { display:block; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0rl9M4bIw2frnl5zvSOpwRy9ZTWE0Ts { top:1.5rem;left:30.5625rem;width:17.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlrtmv8sJv9vTudErhsLtu9bXIkW1Xwk { top:1.5rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNbpaiT2e1dwoCn18Msnh0PtE1597W7a { width:14.8125rem;height:4.125rem;top:1.125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:7.5625rem;height:1.3125rem;top:4rem;left:7.53125rem;color:#4c4c4c;display:block; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.3125rem;height:1.3125rem;top:4rem;left:5.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.375rem;height:1.375rem;top:3.8125rem;left:9.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bn74s3KXoPTitZZO0IQkia16zN8Cv9g6 { width:10rem;height:2.8125rem;top:0.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:20rem;height:7.8735625rem;top:10.123046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:17.75rem;height:26.625rem;top:0rem;left:1.125rem;box-shadow: 0rem 0rem 0rem rgba(5,11,38,0.13) ;display:none; }
 }@media only screen and (max-width: 763px) { #bGeovkwFAADhtTnWzTlfmc5dABAMu2lb { width:20rem;height:10.19825rem;top:30.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:46.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:19rem;height:3.4375rem;top:41.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:28.3125rem;left:5rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fkB9Vtpk9VKxtub3DZG09qKPqSqohFqd { width:3.125rem;height:3.8125rem;top:19.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3sedin4TU9Dvi0TkkAoQqcDRvvT4RwP { width:3.125rem;height:3.8125rem;top:25.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6P5KMdpg6C00bC3mi7E3faXFmwW7Kti { width:3.125rem;height:3.8125rem;top:19.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFav3mHuokxZBDaILcyUtKHin3gToWyZ { width:3.125rem;height:3.8125rem;top:19.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbpgV3TTBlVSqiknyZX3tWF0fiieD7Z4 { width:3.125rem;height:3.8125rem;top:25.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSlZTAcRxE5epqZ4fUnETLAKdTXlKVFC { width:3rem;height:3.8125rem;top:25.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:132.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:18rem;height:1.9121125rem;top:95.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:20rem;height:6.7988125rem;top:97.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18rem;height:1.92480625rem;top:2.19970703125rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ERNgsbIQb9wsBdh39kCVXfpmodT5vIT2 { width:20rem;height:28.1875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma0uS8CeHFDdHfNdsZVhyUofcrgU4alw { width:20rem;height:27.8125rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfH3FietxWKRR9RJ1sgtigdtwNCFDzT4 { width:20rem;height:2.4746125rem;top:5.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HPt2VuH2fPScGIBc5IqzmPthoNRE6z0R { width:17.75rem;height:1.69970625rem;top:9.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QRZBL9ndA6sS951fnMkPaMgoUnv6dk9K { width:16.75rem;height:1.69970625rem;top:51rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aI6s9zOgRzmJ5WtZgroaN0ab60TqQUMT { width:20rem;height:1.69970625rem;top:81.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kinoAlwD3TCldS0Dxn6kLWrzhdb8pNyo { width:20rem;height:1.69970625rem;top:40.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Bfe8HO0dMfGftq5sKDJny4A0I5ME4lbK { width:6.5rem;height:1.16845625rem;top:83.9375rem;left:7.84375rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sgPCSBbL0IDnJSEFJMJKl6oL6vzOQNwn { width:5.5rem;height:1.16845625rem;top:83.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #d21Cht6kWHwHoTNmwSzTOd5KxazlxGmb { width:4.3125rem;height:6.1875rem;top:86.125rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atryxkTZJHzV4XNHC5drl0De6n02fXy1 { width:4.625rem;height:6.6875rem;top:85.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpV1WbSanSmceXDwPWe3Qa58at8xhl29 { width:20rem;height:1.69970625rem;top:104.6728515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DslACmeMavfTbOGzAGTlcyM2JbsHlizz { width:20rem;height:17.9345625rem;top:106.9345703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#DslACmeMavfTbOGzAGTlcyM2JbsHlizz li:before{  }
 }@media only screen and (max-width: 763px) { #O8UpLNP36zCKRtLcIwqZv8zaOFtTQvGB { width:20rem;height:5.09911875rem;top:125.68115234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FLKXwydSIerEieW3qVFHdT5geOgofUrU { width:4.3125rem;height:6.1875rem;top:43.91796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAnAid1zL0qWdgTlztJF98q8JqvUo88L { width:6.3125rem;height:1.16845625rem;top:42.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:20rem;height:2.0625rem;top:2.56201171875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:20rem;height:12.598625rem;top:5.51220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { background-color:#fafafa;background-image:none;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:17.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:10.198225rem;top:6.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:2.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:3.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:18.625rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:11.897975rem;top:25.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:21.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:22.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:17.125rem;top:40.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:15.625rem;height:10.19826875rem;top:45.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:41.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:42.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#fafafa;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:15.5625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:8.49853125rem;top:6.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:15.3125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:8.49851875rem;top:23.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:19.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:20rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:11.897975rem;top:39.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:35.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:36.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:18rem;height:4.3994125rem;top:1.13232421875rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18.0625rem;height:5.09911875rem;top:6.59375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.75rem;height:10.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:11.625rem;height:3.4375rem;top:14.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:17.6875rem;height:5.5625rem;top:0.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:20rem;height:1.57470625rem;top:7.7373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:18rem;height:3.75rem;top:3.0498046875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwd5aPVElLyGlBWxaAV5uggWyoItmdvK { width:19rem;height:3.4375rem;top:24.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDruU4s6eBFsiKQoC314h4mX9wufqMlQ { display:block; }
 }@media only screen and (max-width: 763px) { #goHGKt3ypDLiaweq3Q36WZGBAfzzZ3rs { width:12.5625rem;height:3.4375rem;top:29.1875rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqKr2cTtfmaLrZgWekZq6wZbmUcQTGoN { display:block; }
 }@media only screen and (max-width: 763px) { #ATx5qiawgEJ1rdPKbZBTHLR1wZ5eT714 { width:20rem;height:12.75rem;top:9.5615234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ { display:block; }#d4zh9gW3Z8GCfB0nh1AemiqXa2wLkVWQ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUayGsnUZ4I0dNg61sZQHKkiDIQvKgmz { width:18rem;height:1.875rem;top:2.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgC6qylsx8wvCVAUnBg8qf3ZbavSL5bA { width:20rem;height:12.796875rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzVlJlz7X90HRD3DGL634dgtherycwS { display:block; }#qCzVlJlz7X90HRD3DGL634dgtherycwS > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:20rem;height:31.0625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:17.6875rem;height:1.79980625rem;top:7.57470703125rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6yO20Qs8eIsJAFUdh2DHyA2iObZD9LL { width:19.625rem;height:8.4985625rem;top:9.3125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #prgNCmeethrv9uc1RNa2ANM0WKQOFXkK { width:19.625rem;height:3.3994125rem;top:18.71142578125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JG8iDQE8Cv3zcvC5SMbCJQvexOxS68EH { width:19.5rem;height:13.25rem;top:22.96142578125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#JG8iDQE8Cv3zcvC5SMbCJQvexOxS68EH li:before{  }
 }@media only screen and (max-width: 763px) { #UCKbLuplO1HlMsyQh3Dzu56Fv9FDzLQK { width:20rem;height:5.9375rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH9rJqSi4WsVLL3imSMhlCeRZNgLEFJp { width:20rem;height:35.0625rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqzuiTX7BIFLH7guFhRAa77niybGMlXr { width:18.125rem;height:1.79980625rem;top:48rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw0clATbamhN1T8d0LLDbrulHqPmiXZN { width:19.5625rem;height:8.4985625rem;top:50.0625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AXmayJETTczbD4Gk6XGTReRuO8cmqxyn { width:19.5625rem;height:3.3994125rem;top:59.375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #I4aqP5UNd5HXUEcNseIdit6fogA12DDi { width:19.5625rem;height:16.25rem;top:63.75rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#I4aqP5UNd5HXUEcNseIdit6fogA12DDi li:before{  }
 }@media only screen and (max-width: 763px) { #FoByKDWykT3J3KqQl2RDigHarx7ycfs1 { display:block; }#FoByKDWykT3J3KqQl2RDigHarx7ycfs1 > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rh6lyyxQRsQqHQmqcxBdqTUKEzniXH33 { width:20rem;height:27.4375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZyJQgAIaE2PukIxwi23aTcbbHzDF9c { width:18.125rem;height:1.79980625rem;top:8.8125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOly7whVMDbVdDwc6iH9xCkCClg3ciaV { width:19.0625rem;height:8.4985625rem;top:10.9248046875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FtqAO5ZnI7ThaRKWTHCCT9A0JCCS3A9q { width:19.5625rem;height:3.3994125rem;top:19.8310546875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PyrJbbeuGwP1etTSBuTxqEStrOim3tOU { width:19.5625rem;height:9.9375rem;top:23.375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#PyrJbbeuGwP1etTSBuTxqEStrOim3tOU li:before{  }
 }@media only screen and (max-width: 763px) { #nirZrxd7dop0x4CMKb6PmaEg3yT0Atcu { width:20rem;height:5.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIPqEKqZFdJhCJLWeE6XuF43xI6llzWu { width:20rem;height:5.9375rem;top:36.8232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTfqEckcV605PMnRrhyVWxWU7wD7aWgu { width:20rem;height:25.9375rem;top:42.7607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJd5mKnBig5on7KlTeVWEfnph4BSTOKA { width:18.125rem;height:1.79980625rem;top:43.78759765625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpGGV3CL9vTSlflZp3fEXgemmcHU6RQ { width:19.5625rem;height:6.7988125rem;top:46.02490234375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZeI5uXCT9Pxr2GFgrJEWdKrDxoLHSHy7 { width:19.5rem;height:3.3994125rem;top:53.4482421875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VdmnTLecSZrbqtzmzZvAOFo52kAiomVv { width:19.5rem;height:9.9375rem;top:57.15966796875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#VdmnTLecSZrbqtzmzZvAOFo52kAiomVv li:before{  }
 }@media only screen and (max-width: 763px) { #WbhJAPZPD58IP8332RfW3wztXZqC6pQW { display:block; }#WbhJAPZPD58IP8332RfW3wztXZqC6pQW > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C25gBR8Z5LMD0am90veHh9T4HZq1xXss { width:20rem;height:1.57470625rem;top:4.67578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xAI80bbgAGAsWxUHWvKcEvQFcGWyIJhF { width:18rem;height:2rem;top:1.75rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIipgVug5Kfwbbbi8UuNVXXRiOgSO7NS { width:19rem;height:3.4375rem;top:30.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOuVLwlnSwGS4kryxEk0AXba2aBLX37i { display:block; }
 }@media only screen and (max-width: 763px) { #NydIPlz679KBVqOc8WZon2nqd2WKKVsZ { width:12.5625rem;height:3.4375rem;top:35.1875rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWGuV5mAvpD2Vk7Q5SKbVdpwQikXvMXT { display:block; }
 }@media only screen and (max-width: 763px) { #ba4bNVSDvaIrVexCnAJNItTk7aMtW015 { width:20rem;height:12.75rem;top:15.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozdKxgCQtyW8e0qbiNXShhvLR9rZ0TRT { width:20rem;height:4.78125rem;top:7rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HONzQdfULUnhy8BgEiFWJGf8oyH5xEc2 { width:11.75rem;height:1.59375rem;top:12.6875rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:20rem;height:16.6875rem;top:23.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:24rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:20rem;height:8.9355625rem;top:26.4375rem;left:-0.125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:18rem;height:3.3994125rem;top:36.171875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:20rem;height:10.19825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8tBlBiWZFCAwXTZoVhnkHVvVBfyeGF { width:18rem;height:1.69970625rem;top:11.7607421875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SlAAOCuXNab3tZsOoh3wdp6iDApZU8q0 { width:18rem;height:3.19921875rem;top:25.79443359375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hseN21SmNcqniS2petOCRL0sZWenfZT9 { width:20rem;height:10.19825rem;top:15.220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18rem;height:2.3999rem;top:3.75rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:18rem;height:23.79588125rem;top:48.12451171875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:7.5rem;height:0.375rem;top:2.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.375rem;height:6.25rem;top:69.0693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-text {padding-top: 0; padding-bottom: 0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-select {padding-top: 0; padding-bottom: 0;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH  { width:17.5rem;height:auto;top:7.02392578125rem;left:0rem; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH {display:block;}#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH { width:17.5rem;height:auto;top:7.02392578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #B1XyTh4BTqihURTVA7DpfMdmGU4vTgON {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #gTKxCtJtzD7dZvhlXoopfgBFzdWRNXul { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OsMWNfItPhHxPb9LT6grZTK4hrXLGKXd {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #UKBNnKz36J2cZ2Kfcsa8uzWTB8y3xvlJ {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #lBLsZ45CHMTWGpEaTxWi4KTnl7HMJ0v7 { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #oIZJoK2o5i0rKEoX3A2FZTRAQkcs6fTW {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #BpZwZMO2zwyHHch2qrsOUTBR4Ru2zhKm {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OE7I0ghANFV3sTh1UqMD0mwB4HSpZSAu { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #ch6BbcMQUsS0ceW8saTte8ZN2iNLxp5h {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #yUNT9myryDaM79rTCC9dEacCFgW3rnNu {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #AEOfKvCzgPIS8tyHIpLMnQQEVBo3Lyu7 { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #v28SHf9QqfxVTsN34fh5SzAKFmF94U63 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #D42h0gsR1B7gkxHUCG4B95zuFgpek7TP {  }
#BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #D42h0gsR1B7gkxHUCG4B95zuFgpek7TP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #tEAIhtSuTsIKIf6rpQpNIf2m9hSX7IFK { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #CHxbeelX3zoWhmmk8NFBbraunHBMCKVS { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #eZ2cO2D0LqFkCnzHMMWJ5KO29zroqlN2 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #OCZRHr8N6d9ycXMlu1mTVcTGXIIIordR { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #zIGeynmIgm51bDr8FzEcrlfmCT8y4Ju4 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #SHaT8R0xTwZiZbpnQsORC4LfzhOAFHos { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #oFJTlxAXdy0Qa565U79ZPekeRpEG9zg8 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #IrH5Cvdaa4Aho5Md8f69TIDng3Jw87Qa { z-index:2; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #twXM14OV4xzLaBG5pix1ufkTKMqcWA7t {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #TlFEbJZ0EHkVh2now7BbzNkINTRiIE8x {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #sexa1BICLaZWFdnRmEkKCyASmVucAKpL { display:block; }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #wSVo0CAVhSWNOdtMsK4Qa7TB9TTATf9c {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #GpoSrnCswPEAuizKMUca4PccH5AvT3o9 {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #sllLsecQHxRawCNbfvSz4yyLHHUEqGDC {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #JC8Kx5hrNiM1LdFqJuGxq4KDSEMBhLyX {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #mVneMcNMTBL3LACOc3kT3KWoONboMJLy {  }
 }@media only screen and (max-width: 763px) { #BzBJbMmCQguzmF5FRXxxauJ9qaUg6lzH #T6ZLHwA0zk0UlfpQ7Zq6XtbRRJ5xTMw0 {  }
 }@media only screen and (max-width: 763px) { #EXhhXk5RyARvzfIlSTdtxboIWiCZVtoU { width:20rem;height:3.3994125rem;top:72.60791015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 { display:block; }#WWJd2ZWy8kfZ45xSWLKF5T5gGRxV3xk3 > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0rl9M4bIw2frnl5zvSOpwRy9ZTWE0Ts { width:16.125rem;height:3.65625rem;top:6.328125rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlrtmv8sJv9vTudErhsLtu9bXIkW1Xwk { width:20rem;height:3.65625rem;top:1.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNbpaiT2e1dwoCn18Msnh0PtE1597W7a { width:14.125rem;height:3.9375rem;top:11.32958984375rem;left:2.9375rem;display:block; }
 }