.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,239,216;--color-primary-1:255,236,216;--color-primary-2:255,201,75;--color-primary-3:255,173,37;--color-primary-4:51,40,15;--color-secondary-0:231,221,221;--color-secondary-1:175,140,140;--color-secondary-2:95,25,25;--color-secondary-3:48,13,13;--color-secondary-4:14,4,4;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:58,57,57;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbeb7;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { background-color: transparent; background-image: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container > .video-iframe-container { display: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container { display: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .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); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { border-width: 0; border-radius: 0; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.312rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.03125rem;left:57.246826171875rem;display:block; }
#zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MS5cXh0xTBkCtnMuLT6PpKb8SRq6Regc { 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:2.75rem;width:7.625rem;top:1.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#d2qkL5mxLmLMGk0uzDZkaOgMtUIBuMal { box-sizing:content-box;height:2.4375rem;width:5.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:10.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#I4aR177SXh2MMwTmFR4UTKUU2GN7vlXQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.0625rem;width:1.625rem;top:2.375rem;left:11.25rem;overflow:hidden;display:none; }
#JXWTOdZu9ARJVWrylrby00W8LEKxoxdy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.0625rem;width:1.625rem;top:2.375rem;left:13.4375rem;overflow:hidden;display:none; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.316875rem;padding-right:0.278125rem;padding-bottom:0.316875rem;padding-left:0.278125rem;display:block;align-items:center;width:1.669375rem;min-width:1.669375rem;height:1.7025rem;position:relative;font-family:"work sans";font-size:1.2675rem;font-weight:700;line-height:27.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.226875rem;height:0.673125rem;position:relative;font-family:"work sans";font-size:0.475625rem;font-weight:400;line-height:10.77px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:12.9375rem;height:3.2075rem;padding-top:0.39625rem;padding-right:0.398125rem;padding-bottom:0.39625rem;padding-left:0.398125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.5712890625rem;left:42.574951171875rem;z-index:15009; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #ZVGR4PXy87ASCx2uw31IXlsobbCrzD9x { display:flex;position:relative;top:0rem;left:0rem; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #y0e2FdnEUgP7s5CfcKTJdXUwPLf3vRCB { width:auto; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #kVtuRqQZXZEqpZZPF4niqdqOTssMxXlV {  }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #xsmaEytn5eB9TiRqdN58n3UoAPC27ax4 { display:flex;position:relative;top:0rem;left:0rem; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #o1CdGEFCQO4dpIIMhLgVJNVQdEmTKqLl {  }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #E8L1U4k5lHk5DNdVy6m4tcmdaPrD79hf {  }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #SOxVo0TbMhsvFPb48m4NL2AHTJduACmx { display:flex;position:relative;top:0rem;left:0rem; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #ia4eclTVpSuATBGsLZ0ybZZi8qpqcinf {  }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #hPckUSQwPKPQrpmAsn8l6Vvv8SJIBlnM {  }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #hM2PtprAMr2ncfQJVHFP66nqTZoaIyFD { display:flex;position:relative;top:0rem;left:0rem; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #wkiXfkwJAotMaDtbpEfP65pb5ATuBhql {  }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #qDl5vocwGDaC48tb9ouWJSzZVVUlFWqQ {  }
#AKbp6zHENCKyDTqrCdlaSwqcL2SwkCA9 { box-sizing:content-box;height:2.4375rem;width:5.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:10.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TeLzmGAATtJkFik6lApbT6VAMOtiHW0L { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.0625rem;width:1.625rem;top:2.25rem;left:13.5rem;overflow:hidden;display:block; }
#tssWO7rldaG91yPcA6GLzoMVGTDtdwZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.9375rem;left:11.3125rem; }
#tssWO7rldaG91yPcA6GLzoMVGTDtdwZ3 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { background-color: transparent; background-image: none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container > .video-iframe-container { display: none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row > .video-iframe-container { display: none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .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); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { border-width: 0; border-radius: 0; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c885ec44-5890-4f56-ba37-b510ebe1425b/MyMovie4.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.adaptive-delivery-prevent-bg, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyload, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyloading { background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { background-color: transparent; background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .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); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { border-width: 0; border-radius: 0; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#nhZkRzfgoo7wcpZHQv9AeAQUZONDezzm { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.625rem;left:21.75rem;display:block; }
#K5PBB9fDDb9XSggZAHXu68gnWAce6iWR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtN0Iq5cx3BCvqsl6ITRd9CsdXs3q3ud { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.4375rem;left:38.25rem;height:1.8682875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XD8zLKEeNoEvu6g97u7BCX2VSOJLy2Dv { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37rem;left:38.250000953674rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ei3TSCQlfRpWHk92JW69sruM303wwvHu { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.3125rem;left:12.96875rem;height:5.77515rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lv0TJAgEScv85r03dkJdnKbV3peeEJLI { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:lora;font-size:4.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.875rem;left:17.53125rem;height:9.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yz0RIr0puP21I1mVDoR0fewQzdwWzvQB { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:lora;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75rem;left:11.96875rem;height:2.843625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#3a3939;padding-top:0.316875rem;padding-right:0.278125rem;padding-bottom:0.316875rem;padding-left:0.278125rem;display:block;align-items:center;width:1.669375rem;min-width:1.669375rem;height:1.7025rem;position:relative;font-family:"work sans";font-size:1.2675rem;font-weight:700;line-height:27.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.226875rem;height:0.673125rem;position:relative;font-family:"work sans";font-size:0.475625rem;font-weight:400;line-height:10.77px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:12.9375rem;height:3.2075rem;padding-top:0.39625rem;padding-right:0.398125rem;padding-bottom:0.39625rem;padding-left:0.398125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.008056640625rem;left:30.94482421875rem;z-index:15010;display:none; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #QnaJpXQQDEMT3o3AQ8aKhaRmvQy8WoIG { display:flex;position:relative;top:0rem;left:0rem; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #wIMONJcuT590350LqRvHliE1eGx4Cqhu { width:auto; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #QlWbd57o4KKDI4e2ZmXmLIxh959dliVw {  }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #B7cGcPdZi8aghTSyD0onw9M88TLQTwLT { display:flex;position:relative;top:0rem;left:0rem; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #PZtRuuZCVEbGwPWaw6pPJwwTICrS5UQW {  }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #NCiJWcZLDyx2dMNUH5lqhsP4Tpe1nGvC {  }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #krJgHQZx8Sb3NKUTI2wdtXT06WMpOwHC { display:flex;position:relative;top:0rem;left:0rem; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #txQ2raqqLtREW4omhZ4TxBhkDBMtaUaH {  }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #xDGGXf0BvQTcMxVlLt4t9hbNT0LsHeTF {  }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #OvTICzQpskz1Je5UhDUFNe1xwErg8lcB { display:flex;position:relative;top:0rem;left:0rem; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #LHUmggTGqEkZHrm8snECEE6CibOwkkxt {  }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #E1KBbCAdgcpPV3zqQZhLM8pgzMwJ0zBz {  }
#iGtANE8JzGSCXBWRXmmkKrBF8iQXwbTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:31.5625rem;left:12.96875rem;height:2.33764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ngf42N3GtvPlevQv1VHlqxsnz2FzDCwm { color:rgba(var(--color-tertiary-0),1);display:block;width:49.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:33.5rem;left:12.96826171875rem;height:1.9244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hfc0kEACQzpJtyvtCD8kVut3VKNxvG5Q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.625rem;top:2.3125rem;left:33.6875rem;overflow:hidden;display:none; }
#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f1919;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; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { background-color: transparent; background-image: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container > .video-iframe-container { display: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container { display: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .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); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { border-width: 0; border-radius: 0; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:1.875rem;overflow:hidden;display:block; }
#p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:10.75rem;overflow:hidden;display:block; }
#q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:46.6875rem;overflow:hidden;display:block; }
#NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { 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.6875rem;width:9.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:block; }
#dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { 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:4rem;width:8.125rem;top:1.4375rem;left:65.0625rem;overflow:hidden;display:block; }
#ONbReT5wx7wxafULgHl3TnW53EMHGzAg { position:relative;display:block; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg { background-color: transparent; background-image: none; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container > .video-iframe-container { display: none; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row > .video-iframe-container { display: none; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .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); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg { border-width: 0; border-radius: 0; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .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; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .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:2.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; }#zimLltXtcX6pNBXa6yxTVh3ITa9U4yhQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:31.375rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#VbDtq94CulAppQ1ACgxLumwKzfImzHbG { 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; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { background-color: transparent; background-image: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .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); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { border-width: 0; border-radius: 0; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { color:rgba(var(--color-secondary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.9375rem;left:5.3125rem;height:5.49926875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.6875rem;left:5.3125rem;height:17.32175625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.624351501465rem;left:5.3125rem;display:block; }
#HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnWVpa55lI0VdFz7Ifur5AseomG1UrOG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32rem;width:32rem;top:0rem;left:42.999347686767rem;overflow:hidden;display:block; }
#mGldbbcmROeSTgVmPohoBZs7R3FU4riP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f53f31ce-5728-49bc-96ec-b076563549f2/CopyofLPimagesGeneral1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP.adaptive-delivery-prevent-bg, #mGldbbcmROeSTgVmPohoBZs7R3FU4riP.lazyload, #mGldbbcmROeSTgVmPohoBZs7R3FU4riP.lazyloading { background-image: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { background-color: transparent; background-image: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.74); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container > .video-iframe-container { display: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.74); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container { display: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .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); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { border-width: 0; border-radius: 0; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#dDgr5klU9UbxKOntqKvcetn8gUPITstk { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.5rem;left:10.1875rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.5rem;left:29.375rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.5rem;left:50.062503814698rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#cZX80yrke3s2i1eyD10ffiaxoo86AXAl { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(81deg, #5f1919, #ebbeb7);background-image: -moz-linear-gradient(81deg, #5f1919, #ebbeb7);background-image: -ms-linear-gradient(81deg, #5f1919, #ebbeb7);background-image: -o-linear-gradient(81deg, #5f1919, #ebbeb7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f1919', endColorstr='#ebbeb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f1919', endColorstr='#ebbeb7' );";background-image: linear-gradient(81deg, #5f1919, #ebbeb7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:13.3125rem;width:17.9375rem;top:9.75rem;left:48.75rem;display:block; }
#JMQpPJ8dbAUJWLbM8tldEzs6BEtVd8nz { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ebbeb7, #5f1919);background-image: -moz-linear-gradient(180deg, #ebbeb7, #5f1919);background-image: -ms-linear-gradient(180deg, #ebbeb7, #5f1919);background-image: -o-linear-gradient(180deg, #ebbeb7, #5f1919);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#5f1919' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#5f1919' );";background-image: linear-gradient(180deg, #ebbeb7, #5f1919);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:17.9375rem;top:9.8125rem;left:28.625rem;display:block; }
#gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(262deg, #5f1919, #ebbeb7);background-image: -moz-linear-gradient(262deg, #5f1919, #ebbeb7);background-image: -ms-linear-gradient(262deg, #5f1919, #ebbeb7);background-image: -o-linear-gradient(262deg, #5f1919, #ebbeb7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f1919', endColorstr='#ebbeb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f1919', endColorstr='#ebbeb7' );";background-image: linear-gradient(262deg, #5f1919, #ebbeb7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:13.125rem;width:17.9375rem;top:9.8125rem;left:8.625rem;display:block; }
#KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:11.5rem;left:9rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.875rem;left:31.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.5rem;left:49.156253814698rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { position:relative;display:block; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { background-color: transparent; background-image: none; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row .container > .video-iframe-container { display: none; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row > .video-iframe-container { display: none; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .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); }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { border-width: 0; border-radius: 0; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .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; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .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:2.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; }#RDWT8TyAhVKnoGSgK2T6JP1viuohC6x2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:31.375rem;top:0rem;left:21.8125rem;overflow:hidden;display:block; }
#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { 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; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { background-color: transparent; background-image: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container > .video-iframe-container { display: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container { display: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .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); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { border-width: 0; border-radius: 0; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { color:rgba(var(--color-secondary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.8750009536743rem;left:15.78125rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.022135436535rem;left:43.6875rem;height:30.697625rem;display:block; }
#F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.7) ;height:33.5rem;width:26.75rem;top:12.3125rem;left:7.0300950537563rem;overflow:hidden;display:block; }
#LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:9.375rem;top:14.5625rem;left:33.15625rem;overflow:hidden;display:block; }
#CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { color:rgba(var(--color-secondary-2),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.125rem;left:7.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#I5aTt0KZoToCWIKhpXz1ArSLo6M0IdvQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:9.375rem;top:18.75rem;left:33.15625rem;overflow:hidden;display:block; }
#Jpqe2tJOugTEoiq7gmNo0RHnHOF0rBlr { 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:0.75rem;width:9.375rem;top:24.625rem;left:33.15625rem;overflow:hidden;display:block; }
#MmG0NTV1sA1yanltDsCDqOtcg5HR6kk2 { 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:0.75rem;width:9.375rem;top:29.0625rem;left:33.15625rem;overflow:hidden;display:block; }
#spOufZiUTcoIVFaLLeQWQiM6c44p2Ehq { 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:0.75rem;width:9.375rem;top:33.375rem;left:33.15625rem;overflow:hidden;display:block; }
#vZ8ZfwGPbZchIJxrFpB3uVTGTe8PVmsE { 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:0.75rem;width:9.375rem;top:37.8125rem;left:33.15625rem;overflow:hidden;display:block; }
#UicAXsBpF2nQDikHlCkkZUdXK2L14H3E { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:9.375rem;top:42.125rem;left:33.15625rem;overflow:hidden;display:block; }
#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH.adaptive-delivery-prevent-bg, #AUIt8XeAw6haeEZvPQynuSmL5zxZonkH.lazyload, #AUIt8XeAw6haeEZvPQynuSmL5zxZonkH.lazyloading { background-image: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container { background-color: transparent; background-image: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.7); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container > .video-iframe-container { display: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.7); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row > .video-iframe-container { display: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .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); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container { border-width: 0; border-radius: 0; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#ZpWZLHozNlIF2pAfNB7QqTctH5QUq8gx { box-sizing:content-box;height:35.8125rem;width:17.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-size:auto !important;top:10.6875rem;left:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vcpAa4WQMxe2V2wZJG94NBuTNroWANK5 { box-sizing:content-box;height:35.875rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-size:auto !important;top:10.625rem;left:19.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nPGx6nKDyfSkacbBkkhBogydlM7FiSed { box-sizing:content-box;height:35.75rem;width:17.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-size:auto !important;top:10.6875rem;left:38rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#H5n6ZJXBVUL4IcXXXwURKSI4P9g2tNNG { color:rgba(var(--color-secondary-2),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:17.5rem;left:2.6875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AE1FtAKTg1NxpxVIam4AyWZvQV3XbTL2 { color:rgba(var(--color-secondary-4),1);display:block;width:8.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:13.1875rem;left:6.625rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shkUaaA3MPNw29N0AP5DC7LvlXnOgy87 { color:rgba(var(--color-secondary-2),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:17.5rem;left:23.9375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQfHaBXULJqCfvAvTeqbKXTpX0NBNwBN { color:rgba(var(--color-secondary-2),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:17.5rem;left:42.25rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIezspt5LZ32gk9T78zOTGB7Bp4OaFnm { color:rgba(var(--color-secondary-4),1);display:block;width:10.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:13.1875rem;left:24.125rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcGTE5IlAyIiaGNvVgwcSB6XDwxVeZcQ { color:rgba(var(--color-secondary-4),1);display:block;width:8.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:13.1875rem;left:43.8125rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JihTo2Xt2Qpebs1WhSUFDvvrvqdPDgWX { box-sizing:content-box;height:0.9375rem;width:18.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(26,4,58,0.7);background-image:none;top:32.3125rem;left:46.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#LxKTQVbMbyHZSnRSM6HbWuMaFboA0zUH { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.9375104904175rem;left:19.4375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1o1Nwa7L92LnG14CWGpq6lu1w8I5Awh { color:rgba(var(--color-secondary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:18.080729484558rem;left:10.0625rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#InTciSUc2GwqRT8PiL2vufIJmO9McBIV { position:absolute;display:block;z-index:15057;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:8.1875rem;width:16.375rem;top:10rem;left:1.4375rem;overflow:hidden;display:block; }
#GMFcsTV9SRHQRO4k29zmAcPrHrWDMRA2 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:16.375rem;top:10rem;left:19.6875rem;overflow:hidden;display:block; }
#LF78HrLqa1Nsl2pS2uT0NPh91wEVToam { position:absolute;display:block;z-index:15059;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:8.375rem;width:16.75rem;top:10.125rem;left:38.1875rem;overflow:hidden;display:block; }
#FCyOmCkH9uQoew53rmqKApK8CvtKTvIA { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.999375rem;height:3.43685rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:40.792320251465rem;left:3.21875rem;display:block; }
#z1Jgf2XDdMhOclehbyfftmMCIkHtmpSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1U0SWsiCRGL4JrvILnWkcfZAa8qTxwV { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124375rem;height:3.43685rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:40.792320251465rem;left:21.28125rem;display:block; }
#RAc8nGVosStCtHsdWeCyoBrzWnwe0uiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJVaSkax9JMAAKkvg2OTH6EBcHZvDPi8 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124375rem;height:3.43685rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:40.792320251465rem;left:39.65625rem;display:block; }
#oH1SfN5mIPwUa7oeUbSgTZTv8BQl7ZHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5uA6lqFdhpRbxXVWdqhitpqTwxRShpZ { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.5625rem;left:25.125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVUERHi3EflkwnSvkK8C4iCaBmRRZTkA { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:20.5625rem;left:2rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfTDo1TTHSvkPGPMn0NTrluBcghhStgq { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:20.5625rem;left:43.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9rgHdmoNoV8UIwUUKCnr397EWKP13zs { color:rgba(var(--color-secondary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:20.125rem;left:10.0625rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#C8mMWs833Db2tosWkbRP6wA805pPUDQT { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.2894287109375rem;left:27.780151367188rem;height:2.749025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVim3mO4KM6aT1wLFx9CKStPeFBEpVMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:36.9375rem;left:2.375rem; }
#Gsu8B3fiLx3bNsrsKMgG24SrxOZIqpZU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.375rem;left:2.3125rem; }
#zy9NmT4wQbNMzXsmJ8XZP0lEw6ohfp2X { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:23.812489509583rem;left:4.4361972808838rem;height:15.927725rem;text-align:left;text-align-last:left;display:block; }
#hDC3xeCWRNdXHQJpMKoJP8kEy6wvMeqZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.9375rem;left:20.6875rem; }
#bybecuHt4FGBH8iwhqfhS2pC3MGLA1A5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:23.25rem;left:20.6875rem; }
#tzRlpKiDXEOGO8iIQWIisw7o32O8ul1T { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:23.687489509583rem;left:22.811199188233rem;height:14.79003125rem;text-align:left;text-align-last:left;display:block; }
#GGEnBTD3MFov7LV6CztSK8fiwnNyncyh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:36.8125rem;left:39.125rem; }
#Mq3DgMaQ4Ec2CPyX5fGuVm891hgBsb1s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.25rem;left:39.125rem; }
#zEEQmkKOZfwhTJQTeXSoJokOFZN8a0cK { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:23.374989509583rem;left:41.3125rem;height:15.927725rem;text-align:left;text-align-last:left;display:block; }
#aBTkOxOQKskmnCZycBuwyWZN9tEgKAR3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:26.3125rem;left:8.1875rem;display:none; }
#hsQPTihFhV0tmsfWtpddHzxbiUKsFrn0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:36.3125rem;left:8.125rem;display:none; }
#EPaHVeo0eGWpmTfQa0luNu5fJ8J5uo1k { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.3125rem;left:10.0625rem;height:11.3720625rem;text-align:left;text-align-last:left;display:none; }
#rARsdIAEyaMU4FnMI2n6eKLbwdHFqUMf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.375rem;left:49.625rem;display:none; }
#pVfr8f2VXIGWH6GXzH7blJNJSxcTBfzm { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:26.25rem;left:30.6875rem;height:13.646475rem;text-align:left;text-align-last:left;display:none; }
#sPz21QkG09MKPq5dz0Ms7s0nTf6n75ae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:36.25rem;left:28.8125rem;display:none; }
#zc7zleEDuF1nqcmX0v31LSpftONFpQEN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.3125rem;left:49.625rem;display:none; }
#WkVENJotIG0fhOnSimPt8zERND0sITFd { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:26.3125rem;left:51.5rem;height:20.4697125rem;text-align:left;text-align-last:left;display:none; }
#JS430BUbnO6cJZ5IHNoq8JXkSWFDTOo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:26.25rem;left:28.8125rem;display:none; }
#s1dtu0oilTfo482m9BldoUpJPih7IdNI { box-sizing:content-box;height:38.75rem;width:17.625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fbdfde' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #fbdfde);background-size:auto !important;top:10.6875rem;left:56.375003814698rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EMKXvU41dHK5rRfkpxswwE4AtO5p7Nbw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:23.375rem;left:59.25rem;height:18.2031125rem;text-align:left;text-align-last:left;display:block; }
#ol60QZUwkehIqVnoTUPVopk11rxtyGVM { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124375rem;height:3.43685rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:43.5rem;left:58.125003814698rem;display:block; }
#MF3pvMQnlzKdvQFfrMwOvWF0Iub6y8Gw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQs4RBc73wdwhXWC78bwqzuUSIoAdKKk { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:24.25rem;left:62.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n4rI2f2pwWbBpc0R53hs812gHHEl1Jws { color:rgba(var(--color-secondary-2),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:17.5rem;left:60.6875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLPe3SOU3DzqqkA9I5fyZRHi9b2nHPtI { box-sizing:content-box;height:0.1875rem;width:4.375rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:62.875rem;display:none; }
#TCfMUSOfvw9rV5XfaIG2nTqIK87bt60S { position:absolute;display:block;z-index:15072;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:8.3125rem;width:16.625rem;top:10.0625rem;left:56.6875rem;overflow:hidden;display:block; }
#HMrmfTfZGbBUGU9W6gdDwBT0A6ZA2gKr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15074;line-height:1.1;letter-spacing:0;top:13.1875rem;left:62rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvFNnD6br8i13uWTFL0t7gVOtxZKTTRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.9375rem;left:57.375rem; }
#CvHs4DmDQ8G1wXkN6XhlXHTQ6G0duTCz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.25rem;left:57.375rem; }
#ha0iMikJLTuKhTx7QtC0988nebZhvfgM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:23.375rem;left:57.375rem; }
#OMWTd5TdPZVzToIoOly0qMgz3xlz3XsW { color:rgba(var(--color-secondary-2),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:19.3125rem;left:67.625rem;height:1.09924375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTUvp03IADTsLnyblWrRuigCPRrJMTz4 { color:rgba(var(--color-secondary-2),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:19.3125rem;left:48.125rem;height:1.09924375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUzcRP7B6uQS8pEixDOyLW3BkEbA2S5e { color:rgba(var(--color-secondary-2),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:19.25rem;left:5.875rem;height:1.09924375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6sM1okWAgCpGZA7pgeRVJQmfyfKkUGP { color:rgba(var(--color-secondary-2),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:19.25rem;left:29.75rem;height:1.09924375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANeyWEiHv7552hmH5ZTuworF2oUhgftO { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:20.5625rem;left:61.968753814698rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zdMwSlEo0OSJINO3x6iIeReoWQWFbPiZ { color:rgba(var(--color-secondary-2),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:21.4375rem;left:4.9375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bReBwTP6t9kX5iEEmREADfvoIyHlTrn3 { color:rgba(var(--color-secondary-2),1);display:block;width:4.874875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:21.4375rem;left:28.375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRH3U5fEUPNp3x5kpvJl8Gmq0yu7lK7W { color:rgba(var(--color-secondary-2),1);display:block;width:4.87426875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:21.5rem;left:46.75rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQXObrC5nfMxphsKz3b6pW3NSLy3qW4w { color:rgba(var(--color-secondary-2),1);display:block;width:4.87426875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15083;line-height:1.1;letter-spacing:0;top:21.4375rem;left:65.476684570312rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { position:relative;display:block; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { background-color: transparent; background-image: none; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container > .video-iframe-container { display: none; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row > .video-iframe-container { display: none; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .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); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { border-width: 0; border-radius: 0; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .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; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .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:2.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; }#hiUMhPBbuI0fkbSMtT8vdES2pyn9GnbU { 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:2rem;width:31.375rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X { 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; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row .container { background-color: transparent; background-image: none; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row .container > .video-iframe-container { display: none; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row > .video-iframe-container { display: none; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .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); }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row .container { border-width: 0; border-radius: 0; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#QazCLV8vFTB85ybwMwg4bbQFeKnuUoA2 { color:rgba(var(--color-secondary-2),1);display:block;width:64.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.3125rem;left:5.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFCaRzlBTC4QHTSTmdmQrU86K5pbZ6LC { color:#2f2f2f;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.12451171875rem;left:8.8125rem;height:4.385375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPKOpO7cSdQ1bytw0TsipTN762qRTIr5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:18.25rem;left:5.9375rem; }
#Pu1KPvvDbcixqLgoIFW1Cr5uoDcxOH38 { color:#2f2f2f;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.375rem;left:8.8125009536744rem;height:4.38538125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NT9MQpDJOhMOd8mMzNC3J3IzRqkOoAea { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:11.8125rem;left:6.125rem; }
#FeDSkk4b36uUI0DAG7EbyFJac11X1t9U { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.43675rem;width:17.249125rem;top:24.49951171875rem;left:56.227416992188rem;overflow:hidden;display:block; }
#T5hKxP4dzuDfgGqSm7TyWsTztrfyKXvM { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:17.1875rem;height:3.68469375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:51.735229492188rem;left:8.9990234375rem;display:block; }
#fRJIq4RhSlypC23lfNhMAXDhONX1Zr3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXLltkUQMyA12tQql7Fx50Jsa5ic9R9K { color:#2f2f2f;display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.49951171875rem;left:8.812255859375rem;height:24.8504875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aA7XlUU1VZTnHUnoI8SRLqna91vy6Cs9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:24.75rem;left:6.375rem; }
#mJxKkKgenLpz52dQeWx2BcP3yAwehIuZ { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:5.9375rem;display:block; }
#cyfVKeEztJZtUyrGqLiPVkTlgZaBGKO1 { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:5.9375rem;display:block; }
#Df70gzrre2lnQkIFLF6xI13LuXIts4c6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.375rem;width:28.75rem;top:11.375rem;left:44.6875rem;overflow:hidden;display:block; }
#NfoRHXO0m4UieCbCQP9m7fUZNul8xUXJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.8115rem;width:16.311625rem;top:21.124267578125rem;left:38.975219726562rem;overflow:hidden;display:block; }
#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f53f31ce-5728-49bc-96ec-b076563549f2/CopyofLPimagesGeneral1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI.adaptive-delivery-prevent-bg, #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI.lazyload, #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI.lazyloading { background-image: none; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { border-width: 0; border-radius: 0; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:none; }#COsgD5IcTwM4TEpUBRiIEmmOhByhSnKC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.25rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIkx1SIwyaLMUbTLzuIDr89lXH1CNM0d { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.8115234375rem;left:6.84375rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#K3M0FBr0RxETLhHLUAc6brrriSTN511A { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.810546875rem;left:29.96875rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#DCpZuk5HRTf8vhoaoh9VlqSKFb0AxCh1 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.8125rem;left:52.25rem;height:9.0986125rem;text-align:center;text-align-last:center;display:block; }
#xgFiCt16MO6CC6z0xoe6sOpSrnhrDyk4 { 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:3.75rem;width:3.75rem;top:11.0625rem;left:13.5625rem;overflow:hidden;display:block; }
#o6oahkQLBGlkpkbHtzSAceG47q2WTB9X { position:absolute;display:block;z-index:15027;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:4.125rem;top:10.875rem;left:35.4375rem;overflow:hidden;display:block; }
#LOCoLxirz3LHXw3zL6SDaTwJz1NQXaut { position:absolute;display:block;z-index:15028;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.25rem;width:4.25rem;top:10.8125rem;left:57.5rem;overflow:hidden;display:block; }
#TDGlfC98IwLBNUBL7DXrwNyKFloQSQe8 { position:absolute;display:block;z-index:15004;background-color:#f7f5ef;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:16.75rem;width:17.9375rem;top:13.0625rem;left:50.625rem;display:block; }
#sXp6v3sfAWWbPN3s7IPfnvlLthnDb4Dg { position:absolute;display:block;z-index:15005;background-color:#f7f5ef;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.75rem;width:17.9375rem;top:13.1875rem;left:28.375rem;display:block; }
#AoZ9lq0EJRHTia2QVmzOH9LpJedmgnKX { position:absolute;display:block;z-index:15006;background-color:#f7f5ef;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:16.75rem;width:17.9375rem;top:13.1875rem;left:6.4375rem;display:block; }
#su0EexRx5xhZSotsJFk05PaMrXKHMkss { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10rem;left:12.1875rem;display:block; }
#RAh2KOX9eUgIqMCxUizbi3c4vvFeK3U7 { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.6875rem;left:34.25rem;display:block; }
#fnGmwbbfXbJ09EeVZKHD5mOXcHHFzI4k { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.6875rem;left:56.375rem;display:block; }
#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8033b6b3-db28-4b56-beea-5b1aea5e1283/Vector312.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq.adaptive-delivery-prevent-bg, #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq.lazyload, #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq.lazyloading { background-image: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { background-color: transparent; background-image: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container > .video-iframe-container { display: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container { display: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .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); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { border-width: 0; border-radius: 0; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvENkCcwCS3vl1hwBgluJQxUv9potNXz { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:18.90625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { background-color: transparent; background-image: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container > .video-iframe-container { display: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container { display: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .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); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { border-width: 0; border-radius: 0; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.3125rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#opfTacibo7UB2DZuZTvdXAi1okgUixTJ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.9235875rem;text-align:center;text-align-last:center;display:block; }
#aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:61.6875rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:60rem;height:2.9235875rem;text-align:center;text-align-last:center;display:block; }
#g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { position:absolute;display:block;z-index:15040;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.125rem;width:3.125rem;top:0.625rem;left:2.6875rem;overflow:hidden;display:block; }
#T5AB1cnM8T7CeM5Z7NCUcMD19bPsrmyF { position:absolute;display:block;z-index:15041;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.125rem;width:3.125rem;top:0.625rem;left:21.375rem;overflow:hidden;display:block; }
#XZMugVywtg16cquLaVCuFHw1uq0a01L9 { position:absolute;display:block;z-index:15042;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.125rem;width:3.25rem;top:0.83642578125rem;left:40.4375rem;overflow:hidden;display:block; }
#wecvsMTUpbXSXNgiFIQXJL8SorO5dMAo { position:absolute;display:block;z-index:15043;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.125rem;width:3.25rem;top:1.08642578125rem;left:58.5rem;overflow:hidden;display:block; }
#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { background-color: transparent; background-image: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container > .video-iframe-container { display: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container { display: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .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); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { border-width: 0; border-radius: 0; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { color:rgba(var(--color-secondary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.109375rem;left:29.03125rem;height:1.2182625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { background-color: transparent; background-image: none; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container > .video-iframe-container { display: none; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row > .video-iframe-container { display: none; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .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); }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { border-width: 0; border-radius: 0; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#DpMXuermEhdTdW3UKdfDt3mavFAylwvg { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0621337890625rem;left:7.5927734375rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { color:rgba(var(--color-tertiary-0),1);display:block;width:59.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3116455078125rem;left:7.9364013671875rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:2rem;display:block; }
#uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:41.311645507812rem;left:7.5933837890625rem;height:2.43713125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.75rem;left:29.9375rem;display:none; }
#hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:19.9375rem;display:block; }
#pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:56.125rem;display:block; }
#DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:38rem;display:block; }
#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { position:relative;display:block; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { background-color: transparent; background-image: none; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container > .video-iframe-container { display: none; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row > .video-iframe-container { display: none; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .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); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { border-width: 0; border-radius: 0; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .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; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .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:2.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; }#QqyEIGcCgXhMwBgowV5Z63vq3tdbPRGu { 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:1.9995125rem;width:31.3745rem;top:0rem;left:21.8115234375rem;overflow:hidden;display:block; }
#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { 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; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { background-color: transparent; background-image: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .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); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { border-width: 0; border-radius: 0; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { color:rgba(var(--color-secondary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.75rem;left:5.875rem;height:5.49926875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.8291015625rem;left:5.875rem;height:20.47116875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.5625rem;left:5.875rem;display:block; }
#gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { 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:17.625rem;width:17.625rem;top:7.9375rem;left:44.0625rem;overflow:hidden;display:block; }
#SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:23.5rem;left:57.8125rem;overflow:hidden;display:block; }
#dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { 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:12.875rem;width:12.875rem;top:24.875rem;left:45.4375rem;overflow:hidden;display:block; }
#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { position:relative;display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { background-color: transparent; background-image: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .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); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { border-width: 0; border-radius: 0; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .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; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .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:67.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:23.875rem;top:9.6875rem;left:3rem;overflow:hidden;display:block; }
#NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { color:rgba(var(--color-secondary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.4375001192093rem;left:23.0625rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { color:rgba(var(--color-secondary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:20.34375rem;left:3.4375rem;height:1.92505rem;text-align:left;text-align-last:left;display:block; }
#CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:20.8125rem;top:9.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { color:rgba(var(--color-secondary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:20.34375rem;left:28rem;height:1.92505rem;text-align:left;text-align-last:left;display:block; }
#hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:23.1875rem;top:9.6875rem;left:48.8125rem;overflow:hidden;display:block; }
#yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:10.93620300293rem;left:54.187503814698rem;height:1.92505rem;text-align:right;text-align-last:right;display:block; }
#tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.625rem;width:42.5rem;top:24rem;left:3rem;overflow:hidden;display:block; }
#muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { color:rgba(var(--color-secondary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:32.78125rem;left:3.8125rem;height:1.7504875rem;text-align:left;text-align-last:left;display:block; }
#VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:18.625rem;top:36.125rem;left:3rem;overflow:hidden;display:block; }
#BTpMblgVGTCnre0URpLMwNdEqvOePyUX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:37.31184387207rem;left:3.25rem;height:1.92505rem;text-align:left;text-align-last:left;display:block; }
#p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:25.5rem;left:46.4375rem;height:1.92505rem;text-align:left;text-align-last:left;display:block; }
#e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.75rem;width:26rem;top:23.9375rem;left:46rem;overflow:hidden;display:block; }
#FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { color:rgba(var(--color-secondary-4),1);display:block;width:36.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:54.5rem;left:19.03173828125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:59.9375rem;left:29.84375rem;display:block; }
#ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:22.8125rem;top:36.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { box-sizing:content-box;height:2.9375rem;width:19.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83723449707rem;left:3rem;display:block; }
#bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { box-sizing:content-box;height:2.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:27.4375rem;display:block; }
#hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { box-sizing:content-box;height:2.9375rem;width:16.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.4296875rem;left:55.500003814698rem;display:block; }
#sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { box-sizing:content-box;height:2.9375rem;width:19.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.1875rem;left:3rem;display:block; }
#HXePvaNwGbnQQsT0h50WfMielcG82cGF { box-sizing:content-box;height:2.9375rem;width:18.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:45.875rem;display:block; }
#rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { box-sizing:content-box;height:2.9375rem;width:15.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.80534362793rem;left:2.4375rem;display:block; }
#RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { box-sizing:content-box;height:2.9375rem;width:19.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.36784362793rem;left:22.0625rem;display:block; }
#iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87434387207rem;left:22.5625rem;height:1.92505rem;text-align:left;text-align-last:left;display:block; }
#xOKCVuFCMnQixhICCw6T8ZontaDZikTR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:26.75rem;top:36.125rem;left:45.3125rem;overflow:hidden;display:block; }
#cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { box-sizing:content-box;height:2.9375rem;width:24.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.375rem;left:48.312503814698rem;display:block; }
#KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { color:rgba(var(--color-tertiary-3),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.873700499534rem;left:49.093753814698rem;height:1.92505rem;text-align:right;text-align-last:right;display:block; }
#tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:51.184856414795rem;left:49.343753814698rem;height:0;text-align:right;text-align-last:right;display:none; }
#TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:51.186809539795rem;left:23.0625rem;height:0;text-align:left;text-align-last:left;display:none; }
#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(212,216,251,0.58);background-image:url("https://images.assets-landingi.com/uc/5c266efd-44f2-45a9-91b9-329776930428/CopyofLPimagesGeneral.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.adaptive-delivery-prevent-bg, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyload, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyloading { background-image: none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { border-width: 0; border-radius: 0; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:none; }#kgW9LLxh0kJ0UaIqVhJPgOvEuVNtHXLC { color:rgba(var(--color-secondary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0rem;left:27.625rem;height:5rem;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;font-style:normal;display:block; }
#GTdaxCLAxUeUaxvtLev7ixT2Hzooxldc { color:rgba(var(--color-tertiary-3),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:15.21875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#UfKf9pnC8kAwTVTQHmS5RJKHaC8em73x { color:rgba(var(--color-tertiary-3),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1875rem;left:17.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Z0WkvFeqZ82m16Doew3Sf6bAO1zvTTPI { color:rgba(var(--color-tertiary-3),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:17.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Bbrq1UAb15sz5900FxbyLgtc4QkTuvkT { color:rgba(var(--color-tertiary-3),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:18.28125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Chl02tIJXoNQGRnaV0rwcbTqRRFmT0VS { color:rgba(var(--color-tertiary-3),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.8125rem;left:18.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Wn3UKVnEJJZxnIsRiQiN0cZXFmvnFhdc { color:rgba(var(--color-tertiary-3),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:18.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#emwQuTwgPRy4ohSG1T2EJwkqc0GqHWJX { color:rgba(var(--color-secondary-4),1);display:block;width:36.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.75rem;left:20.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bRWHRNgRUZfu67ZSJBBDaUh6lTFKVNk1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:0.8125rem;left:23.3125rem; }
#XiQhWyVPNkOsXTTP4OHxzHnq45wlkTit { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:26.8125rem;left:44.3125rem;overflow:hidden;display:block; }
#uxPr7Wa49WTO1uDUIoRy7tAcMNENAXAr { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28rem;left:30.75rem;display:block; }
#vBAfJpTpXaTPgURLDhtJD2mVL5mw0Pal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { background-color: transparent; background-image: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container > .video-iframe-container { display: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container { display: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .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); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { border-width: 0; border-radius: 0; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:41.1875rem;height:21.926875rem;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; }
#mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.13684375rem;font-style:normal;display:block; }
#wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { 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:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { 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:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.13684375rem;font-style:normal;display:block; }
#VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { color:#3d4051;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.698975rem;font-style:normal;display:block; }
#HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { color:rgba(var(--color-secondary-4),1);display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:6.5rem;left:41.1875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { position:relative;display:block; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { background-color: transparent; background-image: none; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container > .video-iframe-container { display: none; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row > .video-iframe-container { display: none; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .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); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { border-width: 0; border-radius: 0; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .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; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .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:2.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; }#GrEla5DJrGtvmz0ARxqMMlhZoulgvxiz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:31.375rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL { 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; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { background-color: transparent; background-image: none; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container > .video-iframe-container { display: none; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row > .video-iframe-container { display: none; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .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); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { border-width: 0; border-radius: 0; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#nyRVHZ3NaRzTkSMl2HvtNamNWMT01Wrc { color:rgba(var(--color-tertiary-3),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:18.52295625rem;text-align:left;text-align-last:left;display:block; }
#sEJTDf3lP5qJXJf1AqoCkThl4XbfJ991 { color:rgba(var(--color-secondary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.291687309742rem;left:3rem;height:6.499rem;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; }
#VaWtQqlGFfgU9EDKT12xt6PJJsK8ckvu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.375rem;left:0.8125rem; }
#qKuLLtnkaX1QSKiMo4w3Uc13USc1o9Sr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.875rem;left:0.85416603088381rem; }
#UBObvyqeNCQkd2vNOe0UNMZGgqpMP8g5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:17.9375rem;left:0.85416603088381rem; }
#nkBukyTTM1DaN1pcAs711TWzBrT75dkO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.625rem;left:0.85416603088381rem; }
#roMrJsUT8HahbU8fFDXhbTA1BT4t9G5l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:27.125rem;left:0.85416603088381rem; }
#IXhR8oId9aNttUUE66UkKNzAUCJwKaA4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.625rem;width:33.1875rem;top:10.573568344116rem;left:40.8125rem;overflow:hidden;display:block; }
#qw9MMT3cbcFCVbHfB8SF3M7zksKxcedC { color:rgba(var(--color-tertiary-3),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.062501430511rem;left:3.75rem;height:0;text-align:left;text-align-last:left;display:none; }
#QlaIbDz9VoiMGL49SIFZNb0TR2snw4nn { color:rgba(var(--color-tertiary-3),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.062501430511rem;left:40.124347686767rem;height:0;text-align:left;text-align-last:left;display:none; }
#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { position:relative;display:none; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { border-width: 0; border-radius: 0; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .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; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .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:37.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VDuehcyHfrcXAeuFliOJc0Rctux7wiTN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32rem;width:75rem;top:0rem;left:0rem;display:block; }
#Xg3LuJS6cTxnfJnp3yvCWv9a88UxpbFO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:31.375rem;top:32rem;left:19.84375rem;overflow:hidden;display:block; }
#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9d7575;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; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { background-color: transparent; background-image: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .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); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { border-width: 0; border-radius: 0; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { color:rgba(var(--color-tertiary-1),1);display:block;width:49.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.75rem;left:12.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);font-weight:300;font-style:normal; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_17781dae9bac4a9226667a4cc3ead58854c4e7d6.svg");background-size:contain !important; }#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.adaptive-delivery-prevent-bg, #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.lazyload, #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.lazyloading { background-image: none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { box-sizing:content-box;height:auto;width:46.6230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5625rem;left:12.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 { display:none; }
#TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.6875rem;left:29.84375rem;display:block; }
#Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#RWIttnytoAltm0toHs5e3fcKNi7xlGre { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:8.5625rem;left:51.625rem; }
#RWIttnytoAltm0toHs5e3fcKNi7xlGre > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#du7vk3NRb19plDAByu7ToytCBOBepJ7H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:8.5625rem;left:48.125rem; }
#du7vk3NRb19plDAByu7ToytCBOBepJ7H > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#bZwoU9BbT32EQnyyrx2KVFT7D1gI0EgQ { position:absolute;display:block;z-index:15027;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.9375rem;width:4.9375rem;top:7.40625rem;left:41.875rem;overflow:hidden;display:block; }
#ZOgcV06JIAl0SO5luP68VXqKeLEZSg6c { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.1875rem;left:54.875rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#q4yOuWvRiF8FFQm1Aht8EDTivOSiTX3Z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4375rem;height:2.598875rem;text-align:left;text-align-last:left;display:block; }
#sAlIrdeFSSPrkloziFf7TO0BxcSrkJAM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.5625rem;left:55.5625rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#o63y9y4BzXtHbSB7avaPVmE6wcy9NtHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.091796875rem;left:27.125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.75rem;left:30rem; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#db2csPLrFXbxcIFMguBFKzqCiTFZDsNF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.8125rem;left:55.1875rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.75rem;left:26.5rem; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#JNi3qHbsqZaJSWUPqRSw130vLJG6QlX9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:8.5rem;left:17.6875rem;overflow:hidden;display:block; }
#plS33bDKRJiL5qh2onImgEFGEzdP6suQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.5625rem;left:7.4375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { width:15.25rem;height:3rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block; }
 }@media only screen and (max-width: 763px) { #MS5cXh0xTBkCtnMuLT6PpKb8SRq6Regc { top:1.1875rem;left:0rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2qkL5mxLmLMGk0uzDZkaOgMtUIBuMal { top:1.6875rem;left:0rem;width:5.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4aR177SXh2MMwTmFR4UTKUU2GN7vlXQ { top:2.375rem;left:0rem;width:1.625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXWTOdZu9ARJVWrylrby00W8LEKxoxdy { top:2.375rem;left:0rem;width:1.625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ { display:flex;width:18rem;height:5.0625rem;top:23.75rem;left:10.83984375rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #ZVGR4PXy87ASCx2uw31IXlsobbCrzD9x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #y0e2FdnEUgP7s5CfcKTJdXUwPLf3vRCB {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #kVtuRqQZXZEqpZZPF4niqdqOTssMxXlV {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #xsmaEytn5eB9TiRqdN58n3UoAPC27ax4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #o1CdGEFCQO4dpIIMhLgVJNVQdEmTKqLl {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #E8L1U4k5lHk5DNdVy6m4tcmdaPrD79hf {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #SOxVo0TbMhsvFPb48m4NL2AHTJduACmx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #ia4eclTVpSuATBGsLZ0ybZZi8qpqcinf {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #hPckUSQwPKPQrpmAsn8l6Vvv8SJIBlnM {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #hM2PtprAMr2ncfQJVHFP66nqTZoaIyFD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #wkiXfkwJAotMaDtbpEfP65pb5ATuBhql {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #qDl5vocwGDaC48tb9ouWJSzZVVUlFWqQ {  }
 }@media only screen and (max-width: 763px) { #AKbp6zHENCKyDTqrCdlaSwqcL2SwkCA9 { top:1.625rem;left:0rem;width:5.3125rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeLzmGAATtJkFik6lApbT6VAMOtiHW0L { top:2.25rem;left:0rem;width:1.625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tssWO7rldaG91yPcA6GLzoMVGTDtdwZ3 { top:1.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
#tssWO7rldaG91yPcA6GLzoMVGTDtdwZ3 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL { display:block; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ { display:block; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhZkRzfgoo7wcpZHQv9AeAQUZONDezzm { width:15.3125rem;height:3.4375rem;top:37.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5PBB9fDDb9XSggZAHXu68gnWAce6iWR { display:block; }
 }@media only screen and (max-width: 763px) { #DtN0Iq5cx3BCvqsl6ITRd9CsdXs3q3ud { top:39.4375rem;left:24.625rem;width:9.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8zLKEeNoEvu6g97u7BCX2VSOJLy2Dv { top:37rem;left:24.625rem;width:19rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3TSCQlfRpWHk92JW69sruM303wwvHu { top:22.3125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv0TJAgEScv85r03dkJdnKbV3peeEJLI { top:5.875rem;left:3.875rem;width:39.875rem;height:9.4375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0RIr0puP21I1mVDoR0fewQzdwWzvQB { top:15.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb { display:flex;width:18rem;height:5.0625rem;top:23.75rem;left:10.83984375rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #QnaJpXQQDEMT3o3AQ8aKhaRmvQy8WoIG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #wIMONJcuT590350LqRvHliE1eGx4Cqhu {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #QlWbd57o4KKDI4e2ZmXmLIxh959dliVw {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #B7cGcPdZi8aghTSyD0onw9M88TLQTwLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #PZtRuuZCVEbGwPWaw6pPJwwTICrS5UQW {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #NCiJWcZLDyx2dMNUH5lqhsP4Tpe1nGvC {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #krJgHQZx8Sb3NKUTI2wdtXT06WMpOwHC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #txQ2raqqLtREW4omhZ4TxBhkDBMtaUaH {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #xDGGXf0BvQTcMxVlLt4t9hbNT0LsHeTF {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #OvTICzQpskz1Je5UhDUFNe1xwErg8lcB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #LHUmggTGqEkZHrm8snECEE6CibOwkkxt {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #E1KBbCAdgcpPV3zqQZhLM8pgzMwJ0zBz {  }
 }@media only screen and (max-width: 763px) { #iGtANE8JzGSCXBWRXmmkKrBF8iQXwbTZ { top:31.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngf42N3GtvPlevQv1VHlqxsnz2FzDCwm { top:33.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfc0kEACQzpJtyvtCD8kVut3VKNxvG5Q { top:2.3125rem;left:20.0625rem;width:7.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { display:block; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { top:1.1875rem;left:6.4375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { top:1.1875rem;left:15.3125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { top:1.1875rem;left:24.1875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { top:1.25rem;left:33.0625rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { top:1.4375rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbReT5wx7wxafULgHl3TnW53EMHGzAg { display:block; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zimLltXtcX6pNBXa6yxTVh3ITa9U4yhQ { top:0rem;left:6.21875rem;width:31.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbDtq94CulAppQ1ACgxLumwKzfImzHbG { display:block; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { width:26.5625rem;height:5.5rem;top:3.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { width:43.5rem;height:15.75rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { width:15.3125rem;height:3.4375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block; }
 }@media only screen and (max-width: 763px) { #QnWVpa55lI0VdFz7Ifur5AseomG1UrOG { top:0rem;left:15.75rem;width:32rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGldbbcmROeSTgVmPohoBZs7R3FU4riP { display:block; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDgr5klU9UbxKOntqKvcetn8gUPITstk { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { top:14.5rem;left:0rem;width:14.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { top:14.5rem;left:15.75rem;width:16.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { top:14.5rem;left:32.375rem;width:15.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZX80yrke3s2i1eyD10ffiaxoo86AXAl { width:17.9375rem;height:13.3125rem;top:9.75rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQpPJ8dbAUJWLbM8tldEzs6BEtVd8nz { width:17.9375rem;height:13.125rem;top:9.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { width:17.9375rem;height:13.125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { top:11.5rem;left:0rem;width:17.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { top:10.875rem;left:18.125rem;width:11.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { top:11.5rem;left:30.5625rem;width:17.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { display:block; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDWT8TyAhVKnoGSgK2T6JP1viuohC6x2 { top:0rem;left:8.1875rem;width:31.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { display:block; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { top:3.875rem;left:2.15625rem;width:43.4375rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { top:14rem;left:20.6875rem;width:25.125rem;height:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { top:12.3125rem;left:0rem;width:26.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { top:14.5625rem;left:19.5625rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { top:3.0625rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { display:none; }
 }@media only screen and (max-width: 763px) { #v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { display:none; }
 }@media only screen and (max-width: 763px) { #yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { display:none; }
 }@media only screen and (max-width: 763px) { #hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { display:none; }
 }@media only screen and (max-width: 763px) { #OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { display:none; }
 }@media only screen and (max-width: 763px) { #Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { display:none; }
 }@media only screen and (max-width: 763px) { #I5aTt0KZoToCWIKhpXz1ArSLo6M0IdvQ { top:18.75rem;left:19.5625rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqe2tJOugTEoiq7gmNo0RHnHOF0rBlr { top:24.625rem;left:19.5625rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmG0NTV1sA1yanltDsCDqOtcg5HR6kk2 { top:29.0625rem;left:19.5625rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spOufZiUTcoIVFaLLeQWQiM6c44p2Ehq { top:33.375rem;left:19.5625rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8ZfwGPbZchIJxrFpB3uVTGTe8PVmsE { top:37.8125rem;left:19.5625rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UicAXsBpF2nQDikHlCkkZUdXK2L14H3E { top:42.125rem;left:19.5625rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUIt8XeAw6haeEZvPQynuSmL5zxZonkH { display:block; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpWZLHozNlIF2pAfNB7QqTctH5QUq8gx { top:10.6875rem;left:0rem;width:17.4375rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcpAa4WQMxe2V2wZJG94NBuTNroWANK5 { top:10.625rem;left:5.9375rem;width:17.5625rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPGx6nKDyfSkacbBkkhBogydlM7FiSed { top:10.6875rem;left:24.375rem;width:17.4375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5n6ZJXBVUL4IcXXXwURKSI4P9g2tNNG { top:17.5rem;left:0rem;width:5.0625rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE1FtAKTg1NxpxVIam4AyWZvQV3XbTL2 { top:13.125rem;left:0rem;width:8.875rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkUaaA3MPNw29N0AP5DC7LvlXnOgy87 { top:17.5rem;left:10.3125rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQfHaBXULJqCfvAvTeqbKXTpX0NBNwBN { top:17.5rem;left:28.625rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIezspt5LZ32gk9T78zOTGB7Bp4OaFnm { top:13.125rem;left:10.499755859375rem;width:10.75rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcGTE5IlAyIiaGNvVgwcSB6XDwxVeZcQ { top:13.125rem;left:30.187255859375rem;width:8.875rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JihTo2Xt2Qpebs1WhSUFDvvrvqdPDgWX { top:32.3125rem;left:28.8125rem;width:18.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxKTQVbMbyHZSnRSM6HbWuMaFboA0zUH { top:3.9375rem;left:5.8125rem;width:36.125rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1o1Nwa7L92LnG14CWGpq6lu1w8I5Awh { top:18.0625rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InTciSUc2GwqRT8PiL2vufIJmO9McBIV { top:10rem;left:0rem;width:16.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMFcsTV9SRHQRO4k29zmAcPrHrWDMRA2 { top:10rem;left:6.0625rem;width:16.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF78HrLqa1Nsl2pS2uT0NPh91wEVToam { top:10.125rem;left:24.5625rem;width:16.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCyOmCkH9uQoew53rmqKApK8CvtKTvIA { width:12.9375rem;height:3.375rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Jgf2XDdMhOclehbyfftmMCIkHtmpSM { display:block; }
 }@media only screen and (max-width: 763px) { #i1U0SWsiCRGL4JrvILnWkcfZAa8qTxwV { width:14.0625rem;height:3.375rem;top:40.75rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAc8nGVosStCtHsdWeCyoBrzWnwe0uiQ { display:block; }
 }@media only screen and (max-width: 763px) { #qJVaSkax9JMAAKkvg2OTH6EBcHZvDPi8 { width:14.0625rem;height:3.375rem;top:40.75rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH1SfN5mIPwUa7oeUbSgTZTv8BQl7ZHI { display:block; }
 }@media only screen and (max-width: 763px) { #t5uA6lqFdhpRbxXVWdqhitpqTwxRShpZ { top:20.5625rem;left:11.5rem;width:6.4375rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVUERHi3EflkwnSvkK8C4iCaBmRRZTkA { top:20.5625rem;left:0rem;width:6.4375rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTDo1TTHSvkPGPMn0NTrluBcghhStgq { top:20.5625rem;left:29.875rem;width:6.4375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9rgHdmoNoV8UIwUUKCnr397EWKP13zs { top:20.125rem;left:0rem;width:7.8125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8mMWs833Db2tosWkbRP6wA805pPUDQT { top:7.25rem;left:14.154949188233rem;width:19.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVim3mO4KM6aT1wLFx9CKStPeFBEpVMT { top:36.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsu8B3fiLx3bNsrsKMgG24SrxOZIqpZU { top:23.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy9NmT4wQbNMzXsmJ8XZP0lEw6ohfp2X { top:23.75rem;left:0rem;width:13.25rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDC3xeCWRNdXHQJpMKoJP8kEy6wvMeqZ { top:36.9375rem;left:7.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bybecuHt4FGBH8iwhqfhS2pC3MGLA1A5 { top:23.25rem;left:7.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzRlpKiDXEOGO8iIQWIisw7o32O8ul1T { top:23.625rem;left:9.1856689453125rem;width:13.4375rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGEnBTD3MFov7LV6CztSK8fiwnNyncyh { top:36.8125rem;left:25.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3DgMaQ4Ec2CPyX5fGuVm891hgBsb1s { top:23.25rem;left:25.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEEQmkKOZfwhTJQTeXSoJokOFZN8a0cK { top:23.3125rem;left:27.687255859375rem;width:13.4375rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBTkOxOQKskmnCZycBuwyWZN9tEgKAR3 { top:26.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsQPTihFhV0tmsfWtpddHzxbiUKsFrn0 { top:36.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPaHVeo0eGWpmTfQa0luNu5fJ8J5uo1k { top:26.3125rem;left:0rem;width:15.375rem;height:11.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rARsdIAEyaMU4FnMI2n6eKLbwdHFqUMf { top:36.375rem;left:36rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVfr8f2VXIGWH6GXzH7blJNJSxcTBfzm { top:26.25rem;left:17.0625rem;width:15.375rem;height:13.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPz21QkG09MKPq5dz0Ms7s0nTf6n75ae { top:36.25rem;left:15.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zc7zleEDuF1nqcmX0v31LSpftONFpQEN { top:26.3125rem;left:36rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkVENJotIG0fhOnSimPt8zERND0sITFd { top:26.3125rem;left:32.375rem;width:15.375rem;height:20.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JS430BUbnO6cJZ5IHNoq8JXkSWFDTOo8 { top:26.25rem;left:15.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1dtu0oilTfo482m9BldoUpJPih7IdNI { top:10.6875rem;left:30.125rem;width:17.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMKXvU41dHK5rRfkpxswwE4AtO5p7Nbw { top:23.3125rem;left:34.3125rem;width:13.4375rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol60QZUwkehIqVnoTUPVopk11rxtyGVM { width:14.0625rem;height:3.375rem;top:43.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF3pvMQnlzKdvQFfrMwOvWF0Iub6y8Gw { display:block; }
 }@media only screen and (max-width: 763px) { #gQs4RBc73wdwhXWC78bwqzuUSIoAdKKk { top:24.25rem;left:41.375rem;width:6.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4rI2f2pwWbBpc0R53hs812gHHEl1Jws { top:17.5rem;left:38.8125rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLPe3SOU3DzqqkA9I5fyZRHi9b2nHPtI { top:25.1875rem;left:43.4375rem;width:4.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfMUSOfvw9rV5XfaIG2nTqIK87bt60S { top:10.0625rem;left:31.125rem;width:16.625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMrmfTfZGbBUGU9W6gdDwBT0A6ZA2gKr { top:13.1875rem;left:38.875rem;width:8.875rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvFNnD6br8i13uWTFL0t7gVOtxZKTTRt { top:36.9375rem;left:43.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHs4DmDQ8G1wXkN6XhlXHTQ6G0duTCz { top:40.25rem;left:43.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0iMikJLTuKhTx7QtC0988nebZhvfgM { top:23.375rem;left:43.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMWTd5TdPZVzToIoOly0qMgz3xlz3XsW { top:19.3125rem;left:42.875rem;width:4.875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUvp03IADTsLnyblWrRuigCPRrJMTz4 { top:19.3125rem;left:34.5rem;width:4.875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzcRP7B6uQS8pEixDOyLW3BkEbA2S5e { top:19.25rem;left:0rem;width:4.875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6sM1okWAgCpGZA7pgeRVJQmfyfKkUGP { top:19.25rem;left:16.125rem;width:4.875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANeyWEiHv7552hmH5ZTuworF2oUhgftO { top:20.5625rem;left:41.3125rem;width:6.4375rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdMwSlEo0OSJINO3x6iIeReoWQWFbPiZ { top:21.4375rem;left:0rem;width:4.875rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bReBwTP6t9kX5iEEmREADfvoIyHlTrn3 { top:21.4375rem;left:14.75rem;width:4.8125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRH3U5fEUPNp3x5kpvJl8Gmq0yu7lK7W { top:21.5rem;left:33.125rem;width:4.8125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQXObrC5nfMxphsKz3b6pW3NSLy3qW4w { top:21.4375rem;left:42.9375rem;width:4.8125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { display:block; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiUMhPBbuI0fkbSMtT8vdES2pyn9GnbU { top:0rem;left:6.21875rem;width:31.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X { display:block; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QazCLV8vFTB85ybwMwg4bbQFeKnuUoA2 { top:4.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFCaRzlBTC4QHTSTmdmQrU86K5pbZ6LC { top:18.0625rem;left:0rem;width:17.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPKOpO7cSdQ1bytw0TsipTN762qRTIr5 { top:18.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu1KPvvDbcixqLgoIFW1Cr5uoDcxOH38 { top:11.375rem;left:0rem;width:21rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9MQpDJOhMOd8mMzNC3J3IzRqkOoAea { top:11.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeDSkk4b36uUI0DAG7EbyFJac11X1t9U { top:24.4375rem;left:30.5625rem;width:17.1875rem;height:11.395890552419rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hKxP4dzuDfgGqSm7TyWsTztrfyKXvM { width:17.1875rem;height:3.625rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJIq4RhSlypC23lfNhMAXDhONX1Zr3b { display:block; }
 }@media only screen and (max-width: 763px) { #PXLltkUQMyA12tQql7Fx50Jsa5ic9R9K { top:24.4375rem;left:0rem;width:45.3125rem;height:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7XlUU1VZTnHUnoI8SRLqna91vy6Cs9 { top:24.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJxKkKgenLpz52dQeWx2BcP3yAwehIuZ { top:23.375rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyfVKeEztJZtUyrGqLiPVkTlgZaBGKO1 { top:16.5625rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df70gzrre2lnQkIFLF6xI13LuXIts4c6 { top:11.375rem;left:18.9375rem;width:28.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfoRHXO0m4UieCbCQP9m7fUZNul8xUXJ { top:21.0625rem;left:25.350219726562rem;width:16.25rem;height:11.766876384174rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI { display:block; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COsgD5IcTwM4TEpUBRiIEmmOhByhSnKC { top:5.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIkx1SIwyaLMUbTLzuIDr89lXH1CNM0d { top:17.75rem;left:0rem;width:17.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3M0FBr0RxETLhHLUAc6brrriSTN511A { top:17.75rem;left:16.34375rem;width:15.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpZuk5HRTf8vhoaoh9VlqSKFb0AxCh1 { top:17.8125rem;left:33rem;width:14.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgFiCt16MO6CC6z0xoe6sOpSrnhrDyk4 { top:11.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6oahkQLBGlkpkbHtzSAceG47q2WTB9X { top:10.875rem;left:21.8125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOCoLxirz3LHXw3zL6SDaTwJz1NQXaut { top:10.8125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGlfC98IwLBNUBL7DXrwNyKFloQSQe8 { width:17.9375rem;height:16.75rem;top:13.0625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp6v3sfAWWbPN3s7IPfnvlLthnDb4Dg { width:17.9375rem;height:16.75rem;top:13.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZ9lq0EJRHTia2QVmzOH9LpJedmgnKX { width:17.9375rem;height:16.75rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0EexRx5xhZSotsJFk05PaMrXKHMkss { top:10rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAh2KOX9eUgIqMCxUizbi3c4vvFeK3U7 { top:9.6875rem;left:20.625rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGmwbbfXbJ09EeVZKHD5mOXcHHFzI4k { top:9.6875rem;left:41.25rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { display:block; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { top:4.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvENkCcwCS3vl1hwBgluJQxUv9potNXz { top:8.25rem;left:5.28125rem;width:37.1875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { display:block; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { top:4.1875rem;left:0.125rem;width:11.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfTacibo7UB2DZuZTvdXAi1okgUixTJ { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { top:0.625rem;left:37.84375rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { top:0.625rem;left:0rem;width:3.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AB1cnM8T7CeM5Z7NCUcMD19bPsrmyF { top:0.625rem;left:11.9375rem;width:3.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMugVywtg16cquLaVCuFHw1uq0a01L9 { top:0.8125rem;left:23.875rem;width:3.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wecvsMTUpbXSXNgiFIQXJL8SorO5dMAo { top:1.0625rem;left:35.8125rem;width:3.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { display:block; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { top:2.0625rem;left:15.40625rem;width:16.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { display:block; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpMXuermEhdTdW3UKdfDt3mavFAylwvg { top:3rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { top:6.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { top:10.5625rem;left:0rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { top:41.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { width:15.3125rem;height:3.4375rem;top:43.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { top:10.5625rem;left:6.3125rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { top:10.5625rem;left:30.875rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { top:10.5625rem;left:24.375rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { display:block; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqyEIGcCgXhMwBgowV5Z63vq3tdbPRGu { top:0rem;left:8.1865234375rem;width:31.3125rem;height:1.9955612091428rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { display:block; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { width:33.0625rem;height:5.5rem;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { width:35.375rem;height:20.4375rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { width:15.3125rem;height:3.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block; }
 }@media only screen and (max-width: 763px) { #HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { width:17.625rem;height:17.625rem;top:7.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { width:11.3125rem;height:11.3125rem;top:23.5rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { width:12.875rem;height:12.875rem;top:24.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { width:23.875rem;height:13.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { top:2.4375rem;left:9.4375rem;width:29.5625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { top:20.3125rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { width:20.8125rem;height:13.875rem;top:9.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { top:20.3125rem;left:14.375rem;width:17.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { width:23.1875rem;height:13.9375rem;top:9.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { top:10.875rem;left:27.5rem;width:17.1875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { width:42.5rem;height:11.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { top:32.75rem;left:0rem;width:19.625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { width:18.625rem;height:13.9375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpMblgVGTCnre0URpLMwNdEqvOePyUX { top:37.25rem;left:0rem;width:16.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { top:25.5rem;left:28.6875rem;width:18.125rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { width:26rem;height:11.75rem;top:23.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { top:54.5rem;left:5.40625rem;width:36.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { width:15.3125rem;height:3.4375rem;top:59.9375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block; }
 }@media only screen and (max-width: 763px) { #a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { width:22.8125rem;height:13.9375rem;top:36.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { top:19.8125rem;left:0rem;width:19.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { top:19.8125rem;left:13.8125rem;width:15.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { top:10.375rem;left:30.9375rem;width:16.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { top:32.1875rem;left:0rem;width:19.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXePvaNwGbnQQsT0h50WfMielcG82cGF { top:25rem;left:29.5625rem;width:18.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { top:36.75rem;left:0rem;width:15.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { top:46.3125rem;left:8.4375rem;width:19.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { top:46.8125rem;left:8.9375rem;width:18.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOKCVuFCMnQixhICCw6T8ZontaDZikTR { width:26.75rem;height:13.875rem;top:36.125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { top:46.375rem;left:23.5rem;width:24.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { top:46.8125rem;left:25.125rem;width:22.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { top:51.125rem;left:25.625rem;width:22.125rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { top:51.125rem;left:9.4375rem;width:22rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 { display:block; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgW9LLxh0kJ0UaIqVhJPgOvEuVNtHXLC { top:0rem;left:14rem;width:25.875rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdaxCLAxUeUaxvtLev7ixT2Hzooxldc { top:6.9375rem;left:1.59375rem;width:44.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfKf9pnC8kAwTVTQHmS5RJKHaC8em73x { top:9.1875rem;left:3.6875rem;width:38.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WkvFeqZ82m16Doew3Sf6bAO1zvTTPI { top:11.6875rem;left:3.5rem;width:43.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbrq1UAb15sz5900FxbyLgtc4QkTuvkT { top:14.25rem;left:4.65625rem;width:41.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chl02tIJXoNQGRnaV0rwcbTqRRFmT0VS { top:16.8125rem;left:4.4375rem;width:43.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn3UKVnEJJZxnIsRiQiN0cZXFmvnFhdc { top:19.1875rem;left:4.5rem;width:38.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emwQuTwgPRy4ohSG1T2EJwkqc0GqHWJX { top:22.75rem;left:6.6875rem;width:36.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWHRNgRUZfu67ZSJBBDaUh6lTFKVNk1 { top:0.8125rem;left:9.6875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiQhWyVPNkOsXTTP4OHxzHnq45wlkTit { top:26.8125rem;left:30.6875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPr7Wa49WTO1uDUIoRy7tAcMNENAXAr { width:15.3125rem;height:3.4375rem;top:28rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAfJpTpXaTPgURLDhtJD2mVL5mw0Pal { display:block; }
 }@media only screen and (max-width: 763px) { #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { display:block; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { top:11rem;left:16.3125rem;width:31.4375rem;height:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { width:12.75rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { width:28.5625rem;height:2.5rem;top:6.5rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { display:block; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrEla5DJrGtvmz0ARxqMMlhZoulgvxiz { top:0rem;left:6.21875rem;width:31.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL { display:block; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyRVHZ3NaRzTkSMl2HvtNamNWMT01Wrc { top:10.625rem;left:0rem;width:34.875rem;height:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEJTDf3lP5qJXJf1AqoCkThl4XbfJ991 { top:2.25rem;left:0rem;width:26.9375rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaWtQqlGFfgU9EDKT12xt6PJJsK8ckvu { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKuLLtnkaX1QSKiMo4w3Uc13USc1o9Sr { top:14.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBObvyqeNCQkd2vNOe0UNMZGgqpMP8g5 { top:17.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkBukyTTM1DaN1pcAs711TWzBrT75dkO { top:22.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMrJsUT8HahbU8fFDXhbTA1BT4t9G5l { top:27.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhR8oId9aNttUUE66UkKNzAUCJwKaA4 { top:10.5625rem;left:14.5625rem;width:33.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw9MMT3cbcFCVbHfB8SF3M7zksKxcedC { top:32.0625rem;left:0rem;width:34.875rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaIbDz9VoiMGL49SIFZNb0TR2snw4nn { top:32.0625rem;left:12.875rem;width:34.875rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { display:block; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDuehcyHfrcXAeuFliOJc0Rctux7wiTN { top:0rem;left:0rem;width:47.75rem;height:20.373333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg3LuJS6cTxnfJnp3yvCWv9a88UxpbFO { top:32rem;left:6.21875rem;width:31.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { display:block; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { top:33.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { top:4.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { display:flex;height:auto;width:42.1875rem;top:11rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { width:15.3125rem;height:3.4375rem;top:37.6875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWIttnytoAltm0toHs5e3fcKNi7xlGre { top:8.5625rem;left:38rem;width:2.625rem;height:2.625rem;display:block; }
#RWIttnytoAltm0toHs5e3fcKNi7xlGre > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #du7vk3NRb19plDAByu7ToytCBOBepJ7H { top:8.5625rem;left:34.5rem;width:2.625rem;height:2.625rem;display:block; }
#du7vk3NRb19plDAByu7ToytCBOBepJ7H > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #bZwoU9BbT32EQnyyrx2KVFT7D1gI0EgQ { top:7.375rem;left:28.25rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOgcV06JIAl0SO5luP68VXqKeLEZSg6c { top:4.1875rem;left:35.0625rem;width:12.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yOuWvRiF8FFQm1Aht8EDTivOSiTX3Z { top:2.875rem;left:0rem;width:20.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAlIrdeFSSPrkloziFf7TO0BxcSrkJAM { top:5.5625rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63y9y4BzXtHbSB7avaPVmE6wcy9NtHQ { top:3.0625rem;left:13.5rem;width:20.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld { top:8.75rem;left:16.375rem;width:2.625rem;height:2.625rem;display:block; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #db2csPLrFXbxcIFMguBFKzqCiTFZDsNF { top:2.8125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH { top:8.75rem;left:12.875rem;width:2.625rem;height:2.625rem;display:block; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #JNi3qHbsqZaJSWUPqRSw130vLJG6QlX9 { top:8.5rem;left:4.0625rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plS33bDKRJiL5qh2onImgEFGEzdP6suQ { top:5.5625rem;left:0rem;width:11.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { width:12.625rem;height:2.6875rem;top:1.1875rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block; }
 }@media only screen and (max-width: 763px) { #MS5cXh0xTBkCtnMuLT6PpKb8SRq6Regc { width:5.125rem;height:1.9375rem;top:0.8125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2qkL5mxLmLMGk0uzDZkaOgMtUIBuMal { width:5.8125rem;height:2.5625rem;top:1.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4aR177SXh2MMwTmFR4UTKUU2GN7vlXQ { width:1.75rem;height:1.125rem;top:1.9375rem;left:0.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXWTOdZu9ARJVWrylrby00W8LEKxoxdy { width:1.8125rem;height:1.1875rem;top:1.9375rem;left:3.1875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-text.counter-number { padding-top:0.210625rem;padding-right:0.185rem;padding-bottom:0.210625rem;padding-left:0.185rem;width:1.110625rem;min-width:1.110625rem;height:1.13125rem;font-size:0.841875rem;line-height:18.1px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.13125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.480625rem;height:0.4475rem;font-size:0.315625rem;line-height:7.16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ { display:flex;width:9.9375rem;height:2.13125rem;top:9.05712890625rem;left:2.624267578125rem;padding-top:0.254375rem;padding-right:0.26rem;padding-bottom:0.254375rem;padding-left:0.26rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #ZVGR4PXy87ASCx2uw31IXlsobbCrzD9x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #y0e2FdnEUgP7s5CfcKTJdXUwPLf3vRCB {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #kVtuRqQZXZEqpZZPF4niqdqOTssMxXlV {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #xsmaEytn5eB9TiRqdN58n3UoAPC27ax4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #o1CdGEFCQO4dpIIMhLgVJNVQdEmTKqLl {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #E8L1U4k5lHk5DNdVy6m4tcmdaPrD79hf {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #SOxVo0TbMhsvFPb48m4NL2AHTJduACmx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #ia4eclTVpSuATBGsLZ0ybZZi8qpqcinf {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #hPckUSQwPKPQrpmAsn8l6Vvv8SJIBlnM {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #hM2PtprAMr2ncfQJVHFP66nqTZoaIyFD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #wkiXfkwJAotMaDtbpEfP65pb5ATuBhql {  }
 }@media only screen and (max-width: 763px) { #H0deQTJXA4t1pMEaTz1HOR2xuiX4WgVQ #qDl5vocwGDaC48tb9ouWJSzZVVUlFWqQ {  }
 }@media only screen and (max-width: 763px) { #AKbp6zHENCKyDTqrCdlaSwqcL2SwkCA9 { width:5.3125rem;height:2.4375rem;top:1.3125rem;left:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TeLzmGAATtJkFik6lApbT6VAMOtiHW0L { width:1.625rem;height:1.0625rem;top:2rem;left:4.0625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tssWO7rldaG91yPcA6GLzoMVGTDtdwZ3 { display:flex;width:1.625rem;height:1.625rem;top:1.6875rem;left:1.875rem;z-index:15014; }
#tssWO7rldaG91yPcA6GLzoMVGTDtdwZ3 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL { display:none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb36226b-9629-462f-b4e5-44e1f6d3371f/MyMovie3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.adaptive-delivery-prevent-bg, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyload, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyloading { background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { background-color: transparent; background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .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); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhZkRzfgoo7wcpZHQv9AeAQUZONDezzm { width:13.5625rem;height:3.1875rem;top:21.6875rem;left:3.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5PBB9fDDb9XSggZAHXu68gnWAce6iWR { display:block; }
 }@media only screen and (max-width: 763px) { #DtN0Iq5cx3BCvqsl6ITRd9CsdXs3q3ud { width:20rem;height:1.29948125rem;top:29.224609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XD8zLKEeNoEvu6g97u7BCX2VSOJLy2Dv { width:20rem;height:1.7871125rem;top:27.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ei3TSCQlfRpWHk92JW69sruM303wwvHu { width:19.9375rem;height:3.0249rem;top:14.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lv0TJAgEScv85r03dkJdnKbV3peeEJLI { width:19.4375rem;height:4.8754875rem;top:6.375rem;left:0.28125rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yz0RIr0puP21I1mVDoR0fewQzdwWzvQB { width:20rem;height:1.23718125rem;top:11.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:"work sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-text.counter-number { padding-top:0.318125rem;padding-right:0.2975rem;padding-bottom:0.318125rem;padding-left:0.2975rem;width:1.78625rem;min-width:1.78625rem;height:1.709375rem;font-size:1.273125rem;line-height:27.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#5f1919; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.381875rem;height:0.675625rem;font-size:0.4775rem;line-height:10.81px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kgpwPRn7VFFUFNEbADseCstVpRRgzuvb { display:flex;width:13.5rem;height:3.2194rem;top:31.1875rem;left:2.8307292461395rem;padding-top:0.385rem;padding-right:0.418125rem;padding-bottom:0.385rem;padding-left:0.418125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #QnaJpXQQDEMT3o3AQ8aKhaRmvQy8WoIG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #wIMONJcuT590350LqRvHliE1eGx4Cqhu {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #QlWbd57o4KKDI4e2ZmXmLIxh959dliVw {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #B7cGcPdZi8aghTSyD0onw9M88TLQTwLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #PZtRuuZCVEbGwPWaw6pPJwwTICrS5UQW {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #NCiJWcZLDyx2dMNUH5lqhsP4Tpe1nGvC {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #krJgHQZx8Sb3NKUTI2wdtXT06WMpOwHC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #txQ2raqqLtREW4omhZ4TxBhkDBMtaUaH {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #xDGGXf0BvQTcMxVlLt4t9hbNT0LsHeTF {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #OvTICzQpskz1Je5UhDUFNe1xwErg8lcB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #LHUmggTGqEkZHrm8snECEE6CibOwkkxt {  }
 }@media only screen and (max-width: 763px) { #kgpwPRn7VFFUFNEbADseCstVpRRgzuvb #E1KBbCAdgcpPV3zqQZhLM8pgzMwJ0zBz {  }
 }@media only screen and (max-width: 763px) { #iGtANE8JzGSCXBWRXmmkKrBF8iQXwbTZ { width:20rem;height:1.23718125rem;top:18.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ngf42N3GtvPlevQv1VHlqxsnz2FzDCwm { width:19.0625rem;height:1.03125rem;top:19.64111328125rem;left:0.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hfc0kEACQzpJtyvtCD8kVut3VKNxvG5Q { width:7.3125rem;height:2.4375rem;top:2.61328125rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { display:block; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONbReT5wx7wxafULgHl3TnW53EMHGzAg { display:block; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zimLltXtcX6pNBXa6yxTVh3ITa9U4yhQ { width:20rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbDtq94CulAppQ1ACgxLumwKzfImzHbG { display:block; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { width:20rem;height:54.249875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { width:20rem;height:2.875rem;top:1.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { width:19.625rem;height:26.5912rem;top:5.5625014305115rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { width:15.3125rem;height:3.4375rem;top:34.4375rem;left:1.46875rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block; }
 }@media only screen and (max-width: 763px) { #QnWVpa55lI0VdFz7Ifur5AseomG1UrOG { width:17.0625rem;height:17.0625rem;top:37.1875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGldbbcmROeSTgVmPohoBZs7R3FU4riP { display:block; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDgr5klU9UbxKOntqKvcetn8gUPITstk { width:16.125rem;height:2.0625rem;top:2.5rem;left:1.9375rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { width:16.375rem;height:5.19791875rem;top:9.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { width:16.25rem;height:6.497375rem;top:20.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { width:15.625rem;height:6.497375rem;top:32.931640625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZX80yrke3s2i1eyD10ffiaxoo86AXAl { width:20rem;height:11rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQpPJ8dbAUJWLbM8tldEzs6BEtVd8nz { width:20rem;height:10.875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { width:20rem;height:10.6875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { width:17.1875rem;height:1.625rem;top:6.875rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { width:20rem;height:1.625rem;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { width:17.1875rem;height:1.625rem;top:30.375rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { display:block; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDWT8TyAhVKnoGSgK2T6JP1viuohC6x2 { width:20rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { display:block; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { width:20rem;height:0;top:2.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { width:19.5rem;height:32.48594375rem;top:8.22412109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { width:20rem;height:25rem;top:43.233073234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { width:9.375rem;height:0.75rem;top:14.5625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { width:18.375rem;height:4.6875rem;top:2.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { top:11.5rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15016;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { top:17.375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15017;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { top:22.5625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15018;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { top:26.375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15019;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { top:31.3125rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15020;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { top:36.4375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15021;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I5aTt0KZoToCWIKhpXz1ArSLo6M0IdvQ { width:9.375rem;height:0.75rem;top:18.75rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jpqe2tJOugTEoiq7gmNo0RHnHOF0rBlr { width:9.375rem;height:0.75rem;top:24.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmG0NTV1sA1yanltDsCDqOtcg5HR6kk2 { width:9.375rem;height:0.75rem;top:29.0625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spOufZiUTcoIVFaLLeQWQiM6c44p2Ehq { width:9.375rem;height:0.75rem;top:33.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZ8ZfwGPbZchIJxrFpB3uVTGTe8PVmsE { width:9.375rem;height:0.75rem;top:37.8125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UicAXsBpF2nQDikHlCkkZUdXK2L14H3E { width:9.375rem;height:0.75rem;top:42.125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUIt8XeAw6haeEZvPQynuSmL5zxZonkH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH.adaptive-delivery-prevent-bg, #AUIt8XeAw6haeEZvPQynuSmL5zxZonkH.lazyload, #AUIt8XeAw6haeEZvPQynuSmL5zxZonkH.lazyloading { background-image: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container { background-color: transparent; background-image: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.74); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container > .video-iframe-container { display: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.74); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row > .video-iframe-container { display: none; }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .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); }#AUIt8XeAw6haeEZvPQynuSmL5zxZonkH > .row .container { width:20rem;height:159.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpWZLHozNlIF2pAfNB7QqTctH5QUq8gx { width:19.9375rem;height:36.0625rem;top:9.916015625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcpAa4WQMxe2V2wZJG94NBuTNroWANK5 { width:20rem;height:32.875rem;top:47.062501907349rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nPGx6nKDyfSkacbBkkhBogydlM7FiSed { width:20rem;height:33.9375rem;top:81rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #H5n6ZJXBVUL4IcXXXwURKSI4P9g2tNNG { width:5.8125rem;height:3.09375rem;top:17.439453721046rem;left:2.6041667461395rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #AE1FtAKTg1NxpxVIam4AyWZvQV3XbTL2 { width:8.9375rem;height:2.0625rem;top:13.1875rem;left:7.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkUaaA3MPNw29N0AP5DC7LvlXnOgy87 { width:5.875rem;height:3.09375rem;top:54.375rem;left:7.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQfHaBXULJqCfvAvTeqbKXTpX0NBNwBN { width:7.0625rem;height:3.09375rem;top:88.375rem;left:6.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIezspt5LZ32gk9T78zOTGB7Bp4OaFnm { width:8.9375rem;height:2.0625rem;top:50.0625rem;left:6.5rem;font-size:1.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #zcGTE5IlAyIiaGNvVgwcSB6XDwxVeZcQ { width:8.9375rem;height:2.0625rem;top:84rem;left:7.125rem;font-size:1.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #JihTo2Xt2Qpebs1WhSUFDvvrvqdPDgWX { width:18.8125rem;height:0.9375rem;top:59.75rem;left:0.59375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #LxKTQVbMbyHZSnRSM6HbWuMaFboA0zUH { width:19rem;height:2.0625rem;top:3.25rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1o1Nwa7L92LnG14CWGpq6lu1w8I5Awh { width:11rem;height:2.2753875rem;top:17.686157226562rem;left:9.8748779296875rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #InTciSUc2GwqRT8PiL2vufIJmO9McBIV { width:16.125rem;height:8.0625rem;top:10.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMFcsTV9SRHQRO4k29zmAcPrHrWDMRA2 { width:16rem;height:8rem;top:47.062501907349rem;left:2rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #LF78HrLqa1Nsl2pS2uT0NPh91wEVToam { width:16.125rem;height:8.0625rem;top:81rem;left:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FCyOmCkH9uQoew53rmqKApK8CvtKTvIA { width:14.124375rem;height:3.43685rem;top:109.875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Jgf2XDdMhOclehbyfftmMCIkHtmpSM { display:block; }
 }@media only screen and (max-width: 763px) { #i1U0SWsiCRGL4JrvILnWkcfZAa8qTxwV { width:14.125rem;height:3.4375rem;top:40.312502861023rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAc8nGVosStCtHsdWeCyoBrzWnwe0uiQ { display:block; }
 }@media only screen and (max-width: 763px) { #qJVaSkax9JMAAKkvg2OTH6EBcHZvDPi8 { width:14.124375rem;height:3.43685rem;top:74.875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH1SfN5mIPwUa7oeUbSgTZTv8BQl7ZHI { display:block; }
 }@media only screen and (max-width: 763px) { #t5uA6lqFdhpRbxXVWdqhitpqTwxRShpZ { width:6.4375rem;height:1.85611875rem;top:57.024089813233rem;left:6.78125rem;font-size:1.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #EVUERHi3EflkwnSvkK8C4iCaBmRRZTkA { width:6.4375rem;height:1.85611875rem;top:20.3125rem;left:2.2916667461395rem;font-size:1.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #TfTDo1TTHSvkPGPMn0NTrluBcghhStgq { width:6.4375rem;height:2.0625rem;top:91.125rem;left:6.8125rem;font-size:1.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #J9rgHdmoNoV8UIwUUKCnr397EWKP13zs { width:7.625rem;height:1.9494625rem;top:20.0625rem;left:9.875rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #C8mMWs833Db2tosWkbRP6wA805pPUDQT { width:20rem;height:2.749025rem;top:5.8746337890625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVim3mO4KM6aT1wLFx9CKStPeFBEpVMT { display:flex;width:1.5rem;height:1.5rem;top:119.125rem;left:9.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gsu8B3fiLx3bNsrsKMgG24SrxOZIqpZU { display:flex;width:1.5rem;height:1.5rem;top:116.375rem;left:9.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy9NmT4wQbNMzXsmJ8XZP0lEw6ohfp2X { width:15rem;height:14.79003125rem;top:23.500001430511rem;left:3.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDC3xeCWRNdXHQJpMKoJP8kEy6wvMeqZ { display:flex;width:1.5rem;height:1.5rem;top:139.9965625rem;left:9.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bybecuHt4FGBH8iwhqfhS2pC3MGLA1A5 { display:flex;width:1.5rem;height:1.5rem;top:134.4965625rem;left:9.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzRlpKiDXEOGO8iIQWIisw7o32O8ul1T { width:14.1875rem;height:13.6523375rem;top:59.5625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGEnBTD3MFov7LV6CztSK8fiwnNyncyh { display:flex;width:1.5rem;height:1.5rem;top:142.7465625rem;left:9.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq3DgMaQ4Ec2CPyX5fGuVm891hgBsb1s { display:flex;width:1.5rem;height:1.5rem;top:137.2465625rem;left:9.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEEQmkKOZfwhTJQTeXSoJokOFZN8a0cK { width:14.9375rem;height:14.79003125rem;top:93.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBTkOxOQKskmnCZycBuwyWZN9tEgKAR3 { display:flex;width:1.5rem;height:1.5rem;top:23.5rem;left:1.3125rem;font-size:1.3125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #hsQPTihFhV0tmsfWtpddHzxbiUKsFrn0 { display:flex;width:1.5rem;height:1.5rem;top:35.8125rem;left:1.3125rem;font-size:1.3125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #EPaHVeo0eGWpmTfQa0luNu5fJ8J5uo1k { width:15.375rem;height:0;top:24rem;left:3.4375rem;font-size:0.875rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #rARsdIAEyaMU4FnMI2n6eKLbwdHFqUMf { display:flex;width:1.5rem;height:1.5rem;top:59.5625rem;left:1.625rem;font-size:1.3125rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #pVfr8f2VXIGWH6GXzH7blJNJSxcTBfzm { width:15.375rem;height:0;top:55rem;left:3.5625rem;font-size:0.875rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #sPz21QkG09MKPq5dz0Ms7s0nTf6n75ae { display:flex;width:1.5rem;height:1.5rem;top:71.875rem;left:1.625rem;font-size:1.3125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #zc7zleEDuF1nqcmX0v31LSpftONFpQEN { display:flex;width:1.5rem;height:1.5rem;top:93.5625rem;left:1.4375rem;font-size:1.3125rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #WkVENJotIG0fhOnSimPt8zERND0sITFd { width:15.375rem;height:0;top:88.875rem;left:3.5625rem;font-size:0.875rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #JS430BUbnO6cJZ5IHNoq8JXkSWFDTOo8 { display:flex;width:1.5rem;height:1.5rem;top:105.875rem;left:1.4375rem;font-size:1.3125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #s1dtu0oilTfo482m9BldoUpJPih7IdNI { width:19.6875rem;height:36.9375rem;top:116.125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #EMKXvU41dHK5rRfkpxswwE4AtO5p7Nbw { width:14.6875rem;height:17.06541875rem;top:129.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol60QZUwkehIqVnoTUPVopk11rxtyGVM { width:14.0625rem;height:3.375rem;top:147.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF3pvMQnlzKdvQFfrMwOvWF0Iub6y8Gw { display:block; }
 }@media only screen and (max-width: 763px) { #gQs4RBc73wdwhXWC78bwqzuUSIoAdKKk { width:6.375rem;height:2.0625rem;top:121.5625rem;left:6.75rem;font-size:1.875rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #n4rI2f2pwWbBpc0R53hs812gHHEl1Jws { width:8.87475rem;height:3.09375rem;top:123.75rem;left:5.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLPe3SOU3DzqqkA9I5fyZRHi9b2nHPtI { width:4.3125rem;height:0.1875rem;top:122.5rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCfMUSOfvw9rV5XfaIG2nTqIK87bt60S { width:16.625rem;height:8.3125rem;top:116.125rem;left:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HMrmfTfZGbBUGU9W6gdDwBT0A6ZA2gKr { width:8.874rem;height:2.0625rem;top:119.25rem;left:7.125rem;font-size:1.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #pvFNnD6br8i13uWTFL0t7gVOtxZKTTRt { display:flex;width:1.5rem;height:1.5rem;top:141.4375rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CvHs4DmDQ8G1wXkN6XhlXHTQ6G0duTCz { display:flex;width:1.5rem;height:1.5rem;top:144.875rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ha0iMikJLTuKhTx7QtC0988nebZhvfgM { display:flex;width:1.5rem;height:1.5rem;top:128.9375rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #OMWTd5TdPZVzToIoOly0qMgz3xlz3XsW { width:4.875rem;height:0.962525rem;top:56.0625rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUvp03IADTsLnyblWrRuigCPRrJMTz4 { width:4.875rem;height:0.962525rem;top:19.0625rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzcRP7B6uQS8pEixDOyLW3BkEbA2S5e { width:4.875rem;height:0.962525rem;top:125.3125rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6sM1okWAgCpGZA7pgeRVJQmfyfKkUGP { width:4.875rem;height:0.962525rem;top:90.0625rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANeyWEiHv7552hmH5ZTuworF2oUhgftO { width:6.4375rem;height:1.85611875rem;top:126.5rem;left:6.8125rem;font-size:1.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #zdMwSlEo0OSJINO3x6iIeReoWQWFbPiZ { width:4.874875rem;height:0.89355625rem;top:127.25rem;left:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bReBwTP6t9kX5iEEmREADfvoIyHlTrn3 { width:4.8120125rem;height:0.89355625rem;top:92.0625rem;left:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRH3U5fEUPNp3x5kpvJl8Gmq0yu7lK7W { width:4.8120125rem;height:0.89355625rem;top:57.75rem;left:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQXObrC5nfMxphsKz3b6pW3NSLy3qW4w { width:4.8120125rem;height:0.89355625rem;top:21.125rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { display:block; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiUMhPBbuI0fkbSMtT8vdES2pyn9GnbU { width:20rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X { display:block; }#RQxdgVvy2MQQ0Q8SRGZbAoL0U7WRQT8X > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QazCLV8vFTB85ybwMwg4bbQFeKnuUoA2 { width:19.6875rem;height:4.26171875rem;top:2.625rem;left:0.15625rem;font-size:1.9375rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #rFCaRzlBTC4QHTSTmdmQrU86K5pbZ6LC { width:17.8125rem;height:4.385375rem;top:19.8125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #IPKOpO7cSdQ1bytw0TsipTN762qRTIr5 { display:flex;width:1.875rem;height:1.875rem;top:17.8125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Pu1KPvvDbcixqLgoIFW1Cr5uoDcxOH38 { width:16.124875rem;height:4.0484625rem;top:11.312255859375rem;left:1.93603515625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-weight:700;font-style:normal;font-family:"work sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NT9MQpDJOhMOd8mMzNC3J3IzRqkOoAea { display:flex;width:1.5625rem;height:1.5625rem;top:8.75rem;left:9.25rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #FeDSkk4b36uUI0DAG7EbyFJac11X1t9U { width:9.8125rem;height:6.5rem;top:56.875001907349rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5hKxP4dzuDfgGqSm7TyWsTztrfyKXvM { width:15.9985625rem;height:3.2495125rem;top:64.871826171875rem;left:2.0001220703125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJIq4RhSlypC23lfNhMAXDhONX1Zr3b { display:block; }
 }@media only screen and (max-width: 763px) { #PXLltkUQMyA12tQql7Fx50Jsa5ic9R9K { width:20rem;height:33.7371875rem;top:29.6337890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-weight:700;font-style:normal;font-family:"work sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aA7XlUU1VZTnHUnoI8SRLqna91vy6Cs9 { display:flex;width:1.4375rem;height:1.4375rem;top:27.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #mJxKkKgenLpz52dQeWx2BcP3yAwehIuZ { width:20rem;height:0.125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyfVKeEztJZtUyrGqLiPVkTlgZaBGKO1 { width:20rem;height:0.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df70gzrre2lnQkIFLF6xI13LuXIts4c6 { width:20rem;height:7.9375rem;top:51.373701095581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfoRHXO0m4UieCbCQP9m7fUZNul8xUXJ { width:18.9984375rem;height:13.5608125rem;top:70.091552734375rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI { display:none; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #COsgD5IcTwM4TEpUBRiIEmmOhByhSnKC { width:16.125rem;height:2.0625rem;top:2.5rem;left:1.9375rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DIkx1SIwyaLMUbTLzuIDr89lXH1CNM0d { width:16.375rem;height:9.0986125rem;top:11.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3M0FBr0RxETLhHLUAc6brrriSTN511A { width:16.25rem;height:7.79883125rem;top:29.51806640625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpZuk5HRTf8vhoaoh9VlqSKFb0AxCh1 { width:15.625rem;height:7.79883125rem;top:45.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgFiCt16MO6CC6z0xoe6sOpSrnhrDyk4 { width:3.125rem;height:3.125rem;top:6.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6oahkQLBGlkpkbHtzSAceG47q2WTB9X { width:3.125rem;height:3.125rem;top:24.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOCoLxirz3LHXw3zL6SDaTwJz1NQXaut { width:3.125rem;height:3.125rem;top:41.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGlfC98IwLBNUBL7DXrwNyKFloQSQe8 { width:20rem;height:12.6875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp6v3sfAWWbPN3s7IPfnvlLthnDb4Dg { width:20rem;height:12.75rem;top:26.09375rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZ9lq0EJRHTia2QVmzOH9LpJedmgnKX { width:20rem;height:14.375rem;top:8rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0EexRx5xhZSotsJFk05PaMrXKHMkss { width:4.625rem;height:4.625rem;top:5.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAh2KOX9eUgIqMCxUizbi3c4vvFeK3U7 { width:4.625rem;height:4.625rem;top:23.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGmwbbfXbJ09EeVZKHD5mOXcHHFzI4k { width:4.625rem;height:4.625rem;top:40.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { display:block; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { width:18.5rem;height:4.125rem;top:2.5rem;left:0.75rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AvENkCcwCS3vl1hwBgluJQxUv9potNXz { width:20rem;height:3.6547875rem;top:7.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { display:block; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { width:5.8125rem;height:2.03125rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { width:6.25rem;height:2.59895625rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfTacibo7UB2DZuZTvdXAi1okgUixTJ { width:6.5rem;height:2.03125rem;top:6.875rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { width:7.75rem;height:3.8983125rem;top:8.90625rem;left:2.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { width:7.312rem;height:2.03125rem;top:7.46875rem;left:12.43603515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { width:7.5615rem;height:1.29948125rem;top:9.14990234375rem;left:12.310546875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { width:4.8125rem;height:2.03125rem;top:1.5rem;left:13.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { width:8.4375rem;height:3.8983125rem;top:3.3125rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { width:2.5rem;height:3.9375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AB1cnM8T7CeM5Z7NCUcMD19bPsrmyF { width:2.5rem;height:3.9375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMugVywtg16cquLaVCuFHw1uq0a01L9 { width:2.5rem;height:3.9375rem;top:2.05615234375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wecvsMTUpbXSXNgiFIQXJL8SorO5dMAo { width:2.5rem;height:3.9375rem;top:6.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { display:block; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { width:16.375rem;height:1.13769375rem;top:0.8125rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { display:block; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { width:20rem;height:139.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpMXuermEhdTdW3UKdfDt3mavFAylwvg { width:20rem;height:5.625rem;top:2.2491455078125rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { width:20rem;height:2.92358125rem;top:8.56201171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { height:28rem;width:20rem;top:14.561767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { width:20rem;height:2.03125rem;top:134.12414550781rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { width:14.1875rem;height:3.4375rem;top:106.5rem;left:2.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { height:27.99925rem;width:20rem;top:44.186401367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { height:27.99925rem;width:20rem;top:104.03869628906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { height:27.99925rem;width:20rem;top:73.998413085938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { display:block; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqyEIGcCgXhMwBgowV5Z63vq3tdbPRGu { width:20rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { display:block; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { width:18rem;height:6.1875rem;top:2.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { width:20rem;height:24.6893125rem;top:11.311848640442rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { width:14.375rem;height:3.125rem;top:37.318340301514rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block; }
 }@media only screen and (max-width: 763px) { #HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { width:17.625rem;height:17.625rem;top:38.25rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { width:11.3125rem;height:11.3125rem;top:58.75rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { width:12.875rem;height:12.875rem;top:50.1875rem;left:7.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { width:20rem;height:115.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { width:20rem;height:11.623036649215rem;top:5.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { width:19.0625rem;height:1.92505rem;top:14.125rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { width:20rem;height:13.333333333333rem;top:17.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { width:13.5625rem;height:1.92505rem;top:27.875rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { width:20rem;height:12.021563342318rem;top:31.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { width:14.875rem;height:1.92505rem;top:32.819030761719rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { width:20rem;height:5.9375rem;top:44.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { width:20rem;height:1.7504875rem;top:50.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { width:20rem;height:13.9375rem;top:63.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BTpMblgVGTCnre0URpLMwNdEqvOePyUX { width:16rem;height:1.92505rem;top:64.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { width:17.9375rem;height:1.92505rem;top:55.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { width:20rem;height:9.0384615384615rem;top:53.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { width:20rem;height:4.4989rem;top:103.609375rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { width:14.4375rem;height:3.25rem;top:109.109375rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block; }
 }@media only screen and (max-width: 763px) { #a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { width:20rem;height:12.219178082192rem;top:77.8125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { width:19.375rem;height:2.9375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { width:13.9375rem;height:2.9375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { width:15.8125rem;height:2.9375rem;top:32.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { width:20rem;height:2.9375rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXePvaNwGbnQQsT0h50WfMielcG82cGF { width:17.625rem;height:2.9375rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { width:15.375rem;height:2.9375rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { width:19.125rem;height:2.9375rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { width:19.3125rem;height:1.92505rem;top:87.068359375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xOKCVuFCMnQixhICCw6T8ZontaDZikTR { width:20rem;height:10.373831775701rem;top:90.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { width:15.375rem;height:3.4375rem;top:97.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { width:16.5rem;height:2.887575rem;top:97.5878944397rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { width:19.25rem;height:0;top:98.068359375rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { width:19.5625rem;height:0;top:87.06884765625rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c266efd-44f2-45a9-91b9-329776930428/CopyofLPimagesGeneral.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.adaptive-delivery-prevent-bg, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyload, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyloading { background-image: none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgW9LLxh0kJ0UaIqVhJPgOvEuVNtHXLC { width:16.1875rem;height:3.125rem;top:6.3125rem;left:1.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdaxCLAxUeUaxvtLev7ixT2Hzooxldc { width:20rem;height:2.5996125rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UfKf9pnC8kAwTVTQHmS5RJKHaC8em73x { width:20rem;height:2.5996125rem;top:14.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WkvFeqZ82m16Doew3Sf6bAO1zvTTPI { width:19.5625rem;height:3.8994125rem;top:18.41357421875rem;left:0.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bbrq1UAb15sz5900FxbyLgtc4QkTuvkT { width:20rem;height:2.5996125rem;top:23.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Chl02tIJXoNQGRnaV0rwcbTqRRFmT0VS { width:20rem;height:2.5996125rem;top:27.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wn3UKVnEJJZxnIsRiQiN0cZXFmvnFhdc { width:20rem;height:2.5996125rem;top:30.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emwQuTwgPRy4ohSG1T2EJwkqc0GqHWJX { width:20rem;height:4.04883125rem;top:34.5625rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bRWHRNgRUZfu67ZSJBBDaUh6lTFKVNk1 { display:flex;width:3.5625rem;height:3.5625rem;top:1.875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #XiQhWyVPNkOsXTTP4OHxzHnq45wlkTit { width:4.375rem;height:4.375rem;top:38.61083984375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPr7Wa49WTO1uDUIoRy7tAcMNENAXAr { width:14.1875rem;height:3.4375rem;top:40.5rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAfJpTpXaTPgURLDhtJD2mVL5mw0Pal { display:block; }
 }@media only screen and (max-width: 763px) { #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { display:block; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { width:12.5rem;height:0;top:53.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { width:20rem;height:27.2881875rem;top:5.8750839233399rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { width:6.75rem;height:1.69921875rem;top:49.4375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { width:11.25rem;height:11.25rem;top:46.375rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { width:15.125rem;height:15.125rem;top:34.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { width:10.8125rem;height:10.8125rem;top:52.125rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { width:7.25rem;height:1.69921875rem;top:57.75rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { width:8.2495rem;height:2.99926875rem;top:63.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { display:block; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrEla5DJrGtvmz0ARxqMMlhZoulgvxiz { width:20rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL { display:block; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyRVHZ3NaRzTkSMl2HvtNamNWMT01Wrc { width:17.625rem;height:0;top:7.0732421875rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEJTDf3lP5qJXJf1AqoCkThl4XbfJ991 { width:19.1875rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VaWtQqlGFfgU9EDKT12xt6PJJsK8ckvu { display:flex;width:1.875rem;height:1.875rem;top:7.75rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qKuLLtnkaX1QSKiMo4w3Uc13USc1o9Sr { display:flex;width:1.875rem;height:1.875rem;top:12.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UBObvyqeNCQkd2vNOe0UNMZGgqpMP8g5 { display:flex;width:1.875rem;height:1.875rem;top:30.6875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nkBukyTTM1DaN1pcAs711TWzBrT75dkO { display:flex;width:1.875rem;height:1.875rem;top:35.597657561302rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #roMrJsUT8HahbU8fFDXhbTA1BT4t9G5l { display:flex;width:1.875rem;height:1.875rem;top:39.50004196167rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IXhR8oId9aNttUUE66UkKNzAUCJwKaA4 { width:20rem;height:11.25rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw9MMT3cbcFCVbHfB8SF3M7zksKxcedC { width:17.125rem;height:7.796625rem;top:7.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaIbDz9VoiMGL49SIFZNb0TR2snw4nn { width:17.5625rem;height:11.6953125rem;top:30.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { display:none; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VDuehcyHfrcXAeuFliOJc0Rctux7wiTN { height:9.8125rem;width:20rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg3LuJS6cTxnfJnp3yvCWv9a88UxpbFO { width:20rem;height:1.25rem;top:9.78271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { display:block; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { width:18.1875rem;height:6.09375rem;top:34.009115815163rem;left:0.90625rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { width:20rem;height:2.03125rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-desc-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { display:flex;height:auto;width:19.9980625rem;top:5.5rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { width:13.9375rem;height:3.0625rem;top:41.312502503395rem;left:3.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWIttnytoAltm0toHs5e3fcKNi7xlGre { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:12rem;font-size:1.5rem; }
#RWIttnytoAltm0toHs5e3fcKNi7xlGre > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #du7vk3NRb19plDAByu7ToytCBOBepJ7H { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:15.0625rem;font-size:1.5rem; }
#du7vk3NRb19plDAByu7ToytCBOBepJ7H > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #bZwoU9BbT32EQnyyrx2KVFT7D1gI0EgQ { width:4.875rem;height:4.875rem;top:6.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOgcV06JIAl0SO5luP68VXqKeLEZSg6c { width:8.499375rem;height:1.9494625rem;top:19.787109375rem;left:5.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4yOuWvRiF8FFQm1Aht8EDTivOSiTX3Z { width:20rem;height:2.5989625rem;top:1.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAlIrdeFSSPrkloziFf7TO0BxcSrkJAM { width:11.875rem;height:0.97473125rem;top:20.76171875rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o63y9y4BzXtHbSB7avaPVmE6wcy9NtHQ { width:15.25rem;height:1.9494625rem;top:15.375rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:3.6875rem;font-size:1.5rem; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #db2csPLrFXbxcIFMguBFKzqCiTFZDsNF { width:12.312rem;height:0.97473125rem;top:18.8125rem;left:3.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:6.8125rem;font-size:1.5rem; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JNi3qHbsqZaJSWUPqRSw130vLJG6QlX9 { width:6.75rem;height:2.3125rem;top:7.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plS33bDKRJiL5qh2onImgEFGEzdP6suQ { width:11.875rem;height:0.97473125rem;top:4.75rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }